Skip to content
View Cambuchi's full-sized avatar
💚
Working on myself.
💚
Working on myself.

Block or report Cambuchi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Cambuchi/README.md

✌️

classCambuchi:
def__init__(self, h='human', m='male'):
self.species=hself.display=mposition='Oregon, USA'height=cm(175)
color= (229, 155, 125)
languages= {'python': 'learning',
'webdev': 'learning',
'.NET': 'learning'}
favorites= ['D&D', 'VR', 'Cooking']
cam_nguyen=Cambuchi()
defjob(title, company, date):
print(f"{title} at {company}. Started on {date}.")
cam_nguyen.new_job=jobcam_nguyen.new_job('Software engineer', 'NAVEX', 'June 1st, 2024')
# Output: 'Software engineer at NAVEX. Started on June 1st, 2024.'

Pinned Loading

  1. LOTD-Link-Evolution-Card-FinderLOTD-Link-Evolution-Card-FinderPublic

    Yu-Gi-Oh! Legacy of the Duelist: Link Evolution has over 10,000 cards to collect! For people like me who have not kept up with the Yu-Gi-Oh franchise and have no clue what 5D's, Zexal, Arc-V, or VR…

    JavaScript 1

  2. odin-tictactoe-aiodin-tictactoe-aiPublic

    Play against an unbeatable Tic-Tac-Toe opponent. Written in JavaScript and utilizing min-max recursion for AI strategy.

    CSS

  3. odin-todo-listodin-todo-listPublic

    Fully featured to-do-list application written entirely in JavaScript and built with Webpack. Uses local storage to keep track of task history across usages.

    JavaScript

  4. Sagacious-Saga-BotSagacious-Saga-BotPublic

    A python script to automatically play Sagacious Saga using floodfill recursion strategy.

    Python 1

  5. cambuchi.github.iocambuchi.github.ioPublic

    Cambuchi's home page. Coded lovingly in JavaScript and built with Webpack. Uses VantaJS for the aesthetic background.

    HTML 1

  6. odin-libraryodin-libraryPublic

    Web application to keep track of which books in your library have been read with an easy to use UI. Uses Google Books API to get book covers and page counts.

    CSS