Skip to content

Instantly share code, notes, and snippets.

View ayyucedemirbas's full-sized avatar
🖖
live long and prosper

Ayyuce Demirbas ayyucedemirbas

🖖
live long and prosper
View GitHub Profile
@musabkilic
musabkilic / submit.py
Last active July 27, 2022 18:11
Nand2Tetris Testing Script
# Copyright Musab Kilic 2018
# Special thanks to Noam Nisan and Shimon Schocken
# Course page: https://www.coursera.org/learn/build-a-computer/
#
# Usage: python submit.py [folder(0-6)/full]
# Example: python submit.py 0
# python submit.py full
from __future__ import division
import os
@felipessalvatore
felipessalvatore / gradient_descent.py
Last active July 6, 2022 05:35
Plotting a 3d image of gradient descent in Python
#code adapted from http://tillbergmann.com/blog/python-gradient-descent.html
%matplotlib inline
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
import matplotlib.animation as animation
from scipy import stats
from sklearn.datasets.samples_generator import make_regression
@aveao
aveao / NotableExperiences.md
Last active October 10, 2017 20:28
My life in a nutshell

2000- Born.

2002- "Used" a computer.

2007- Accepted to Middle East Technical University's Primary Grade School.

2010- Started developing with Adobe Flash.

2011/2012- Bought a website called ardaozkal.com which was a Forum which turned into a flash game platform.