Skip to content

Instantly share code, notes, and snippets.

View vicjuma's full-sized avatar
:octocat:
Open-source Contributor

Victor Oluoch vicjuma

:octocat:
Open-source Contributor
View GitHub Profile
"""
# Definition for a Node.
class Node:
def __init__(self, x, next = None, prev = None):
self.val = x
self.next = next
self.prev = prev
"""
# This recursive function would
@vicjuma
vicjuma / Contract Killer 3.md
Created May 6, 2019 22:32
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post