Skip to content

Instantly share code, notes, and snippets.

View z11h's full-sized avatar
🌍
=)

zakaria ridouh z11h

🌍
=)
View GitHub Profile
@jakemmarsh
jakemmarsh / binarySearchTree.py
Last active June 1, 2024 13:57
a simple implementation of a Binary Search Tree in Python
class Node:
def __init__(self, val):
self.val = val
self.leftChild = None
self.rightChild = None
def get(self):
return self.val
def set(self, val):
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active July 27, 2024 16:51
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@z11h
z11h / header.html
Last active August 4, 2016 04:53
Awesome Mobile Features for Mobile Sites
<title>TITLE HERE</title>
<meta name="description" content="DESCRIPTION ">
<!-- Mobile features -->
<link rel="apple-touch-startup-image" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.ico">
<link rel="apple-touch-icon" type="image/png" href="favicon.ico">
<link rel="icon" sizes="144x144" href="favicon.ico">
<link rel="icon" sizes="192x192" href="favicon.ico">
@shahsyed-pcln
shahsyed-pcln / new-grad-toronto-guide
Last active December 15, 2020 18:36
Congratulations! You're working your first job in Toronto!
Meetups
========================
Facebook Developer Circles TO - informative meetup on how to contribute to OSS projects, fullstack/js is the popular choice here
Women Who Code TO - various flavors of topics that are dev/career focused; topics can range from beginner to experts
Investing related forums
========================
http://reddit.com/r/personalfinancecanada
http://reddit.com/r/investing