- 1 kurpitsa ilman siemeniä
- 5 perunaa
- 5-6 porkkanaa
- 2-3 kynttä valkosipulia
- inkivääriä
- 1 litra kookosmaitoa
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def curry[A, B, C](f: (A, B) => C): A => (B => C) = | |
(a: A) => (b: B) => f(a, b) | |
def uncurry[A, B, C](f: A => B => C): (A, B) => C = | |
(a: A, b: B) => f(a)(b) | |
def compose[A, B, C](f: B => C, g: A => B): A => C = | |
(a: A) => f(g(a)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://media.beatsinspace.net/audio/bis-10-21-14-part1.mp3 | |
http://media.beatsinspace.net/audio/bis-10-21-14-part2.mp3 | |
http://media.beatsinspace.net/audio/bis-10-14-14-part1.mp3 | |
http://media.beatsinspace.net/audio/bis-10-14-14-part2.mp3 | |
http://media.beatsinspace.net/audio/bis-10-07-14-part1.mp3 | |
http://media.beatsinspace.net/audio/bis-10-07-14-part2.mp3 | |
http://media.beatsinspace.net/audio/bis-09-30-14-part1.mp3 | |
http://media.beatsinspace.net/audio/bis-09-30-14-part2.mp3 | |
http://media.beatsinspace.net/audio/bis-09-23-14-part1.mp3 | |
http://media.beatsinspace.net/audio/bis-09-23-14-part2.mp3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Run migrations" | |
task :migrate, [:version] do |t, args| | |
require 'sequel' | |
require 'providers/database' | |
<<<<<<< HEAD | |
String :title | |
Boolean :independent_publisher_event | |
Decimal :expected_engagement_rate, size: [10, 4] | |
Boolean :multiple_completions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+-----------+------+ | |
| nick | cnt | | |
+-----------+------+ | |
| whizzie | 503 | | |
| limatango | 521 | | |
| Coolm | 527 | | |
| Pekiz | 530 | | |
| Anakin_ | 534 | | |
| Khatt | 540 | | |
| astro | 545 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17:33 <@pimeys> http://www.nu.nl/buitenland/3830706/amsterdam-vertrokken-boeing-777-stort-neer-in-oekraine.html | |
17:33 <@pimeys> https://www.youtube.com/watch?v=JhUkqs9CQ0w#t=15 | |
17:33 <@pimeys> https://www.dropbox.com/s/nmj247y5h1l5cdp/Screenshot%202014-07-17%2017.30.19.png | |
17:34 <@pimeys> http://www.hs.fi/ulkomaat/Interfax+Malesialainen+lentokone+putosi+maahan+Ukrainassa/a1405567417218?ref=hs-art-new-1?ref=hs-breaking-news | |
17:40 <@pimeys> https://twitter.com/ReutersWorld/status/489795402892591104 #BREAKING: Malaysian plane was brought down | |
by a ground-to-air missile: Interior Ministry adviser, quoted by Interfax |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Providers::MobileVideoFilterer | |
when checking if the program cap is reached for the video | |
and program contingent is set to zero | |
/home/pimeys/.rvm/gems/ruby-2.1.0@engine/gems/rspec-core-2.14.6/lib/rspec/core/memoized_helpers.rb:199: [BUG] Segmentation fault at 0x007fff51079ff8 | |
ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux] | |
-- Control frame information ----------------------------------------------- | |
c:9330 p:0015 s:32677 e:002673 BLOCK /home/pimeys/.rvm/gems/ruby-2.1.0@engine/gems/rspec-core-2.14.6/lib/rspec/core/memoized_helpers.rb:199 [FINISH] | |
c:9329 p:---- s:32671 e:002670 CFUNC :fetch | |
c:9328 p:0011 s:32667 e:002666 LAMBDA /home/pimeys/.rvm/gems/ruby-2.1.0@engine/gems/rspec-core-2.14.6/lib/rspec/core/memoized_helpers.rb:199 [FINISH] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://soundcloud.com/sloberi/january-mix | |
http://soundcloud.com/bloomlive/bloom-live-entropy-vs-hytky | |
http://soundcloud.com/desto/sets/no-sleep-ep-forthcoming-rwina | |
http://soundcloud.com/earmilk/french-fries-hugz-feat | |
http://soundcloud.com/emmavaltonen/03-2012 | |
http://soundcloud.com/lafleur/winter-cabin-mix | |
http://soundcloud.com/homemaderecords/hm014-v-a-three-cities-ep | |
http://soundcloud.com/eerrorr/sunshine | |
http://soundcloud.com/omunit/om-unit-x-machine-drum-dream | |
http://soundcloud.com/nightslugs/sets/l-vis-1990-club-constructions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rake aborted! | |
no such file to load -- pp | |
kernel/common/code_loader.rb:436:in `load_error' | |
kernel/common/code_loader.rb:423:in `resolve_require_path' | |
kernel/common/code_loader.rb:103:in `require' | |
kernel/bootstrap/rubinius.rb:137:in `synchronize' | |
kernel/common/code_loader.rb:102:in `require' | |
kernel/common/code_loader.rb:237:in `require' | |
kernel/common/kernel.rb:685:in `require' | |
/home/pimeys/.rvm/gems/rbx-2.0.0@engine/gems/pry-0.9.12.2/lib/pry.rb:5:in `__script__' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function (input) { | |
var numbers_to_product = 5; | |
var max = 0; | |
for (var i = 0; i <= input.length - numbers_to_product; i++) { | |
var product = _.reduce(_.range(i, i + numbers_to_product), function(acc, j) { | |
return acc * parseInt(input[j]); | |
}, 1); | |
if (product > max) { |