Skip to content

Instantly share code, notes, and snippets.

View Killavus's full-sized avatar

Marcin Grzywaczewski Killavus

  • Wrocław, Poland
View GitHub Profile
@Killavus
Killavus / ukVn1BK0.rb
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
class MarkdownCreator
def foo_bar
[1, 2, 3].each do |n|
puts n
end
end
end
@Killavus
Killavus / IVY0mn6U.txt
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
```ruby
def bar
:baz
end
```
@Killavus
Killavus / Z9EPL8gl.rb
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
def interesting
[1, 2, 3].map { |x| x + 1 }
end
@Killavus
Killavus / bE9wrChi.rb
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
class MarkdownCreator
def foo_bar
[1, 2, 3].each do |n|
puts n
end
end
end
@Killavus
Killavus / Zi9em9fn.js
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
var x = 2;
var y = 2;
console.log(x + y);
@Killavus
Killavus / TfIq2ozm.txt
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
```ruby
def bar
:baz
end
```
@Killavus
Killavus / H8SAPRDp.txt
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
aaand some plain text.
@Killavus
Killavus / rUK1tSjU.ml
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
let someArray = [1; 2; 3];;
let incremented = map (function x -> x + 1) someArray;;
@Killavus
Killavus / 3ZP4RiGe.rb
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
def quux
:quux
end
@Killavus
Killavus / 4BmLvTU3.txt
Created July 9, 2016 01:43
Created using code-blocks-to-gists.
aaand some plain text.