Skip to content

Instantly share code, notes, and snippets.

View olp-cs's full-sized avatar

Olga Pustovalova olp-cs

View GitHub Profile
@olp-cs
olp-cs / nx_homework.json
Last active October 12, 2015 01:37
NetworkX homework
{
"metadata": {
"name": "cnetwork"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@olp-cs
olp-cs / gist:2815422
Last active October 5, 2015 13:48
How Ruby interpreter works
irb(main):014:0> if 1==2
irb(main):015:1> print "True"
irb(main):016:1> ense
irb(main):017:1> print "False"
irb(main):018:1> end
=> nil
# Why nil?
# No answer? Hint: Let's look at different cases