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 / 26lndElA.ml
Created July 9, 2016 02:08
Created using code-blocks-to-gists.
let someArray = [1; 2; 3];;
let incremented = map (function x -> x + 1) someArray;;
@Killavus
Killavus / JJ0nBxq7.rb
Created July 9, 2016 02:08
Created using code-blocks-to-gists.
class MarkdownCreator
def foo_bar
[1, 2, 3].each do |n|
puts n
end
end
end
@Killavus
Killavus / 81x4OWuL.txt
Created July 9, 2016 02:08
Created using code-blocks-to-gists.
```ruby
def bar
:baz
end
```
@Killavus
Killavus / PamMM0kL.txt
Created July 9, 2016 02:08
Created using code-blocks-to-gists.
aaand some plain text.
@Killavus
Killavus / gelGA8fS.rb
Created July 9, 2016 02:08
Created using code-blocks-to-gists.
def quux
:quux
end
@Killavus
Killavus / biGpt6oH.js
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
var x = 2;
var y = 2;
console.log(x + y);
@Killavus
Killavus / mkcv3M5Z.rb
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
def interesting
[1, 2, 3].map { |x| x + 1 }
end
@Killavus
Killavus / EDIjTG9d.rb
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
def quux
:quux
end
@Killavus
Killavus / btLVDSvQ.txt
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
aaand some plain text.
@Killavus
Killavus / J5dzWz0e.ml
Created July 9, 2016 01:53
Created using code-blocks-to-gists.
let someArray = [1; 2; 3];;
let incremented = map (function x -> x + 1) someArray;;