Skip to content

Instantly share code, notes, and snippets.

View tcelik's full-sized avatar

Tuğberk Çelik tcelik

View GitHub Profile
@cmehay
cmehay / 2_enfants.py
Created February 8, 2019 21:44
Simulation du paradoxe des deux enfants
import random
class Children:
def __init__(self):
self.is_a_boy = bool(random.getrandbits(1))
class Daddy:
def __init__(self):
self.children_1 = Children()
@hlissner
hlissner / codesign_gdb.md
Last active March 11, 2024 07:09
Codesign gdb on OSX
@yanofsky
yanofsky / LICENSE
Last active May 4, 2024 08:45
A script to download all of a user's tweets into a csv
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit