Hello! https://www.youtube.com/watch?v=tVlcKp3bWH8
The Animals On The Farm: https://www.youtube.com/watch?v=zXEq-QO3xTg
Farm animals for kids: https://www.youtube.com/watch?v=hewioIU4a64
This file contains 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
BEGIN:VCALENDAR | |
VERSION:2.0 | |
PRODID:-//Google Calendar//NONSGML v1.0//EN | |
CALSCALE:GREGORIAN | |
BEGIN:VEVENT | |
DTSTART:20241201T160000Z | |
DTEND:20241201T172300Z | |
SUMMARY:GE 43 DEN LILLE HAVFRUE | |
END:VEVENT | |
BEGIN:VEVENT |
I hereby claim:
- I am sorenmat on github.
- I am sorenmat (https://keybase.io/sorenmat) on keybase.
- I have a public key ASBYe2sDHZitISL53UOVLRETM3w8Dd6R7hlPCF_07IT2NAo
To claim this, I am signing this object:
I hereby claim:
- I am sorenmat on github.
- I am sorenmat (https://keybase.io/sorenmat) on keybase.
- I have a public key whose fingerprint is 3CB4 05AD 7817 8CC1 44CB DF54 D69E 6BB7 5E2B 3EAC
To claim this, I am signing this object:
This file contains 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
require 'formula' | |
class Play < Formula | |
homepage 'http://www.playframework.org/' | |
url 'http://downloads.typesafe.com/play/2.1.0/play-2.1.0.zip' | |
sha1 '0708a30906673b5cded859b9d3d772a01855e07a' | |
version '2.1' | |
def install | |
rm Dir['*.bat'] # remove windows' bat files |
This file contains 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
import org.junit.runner.RunWith | |
import org.scalatest.matchers.ShouldMatchers | |
import org.scalatest.Spec | |
import org.scalatest.TestFailedException | |
import org.scalatest.junit.JUnitRunner | |
@RunWith(classOf[JUnitRunner]) | |
class SampleTest extends Spec with ShouldMatchers { | |
describe("simple test case") { | |
it("should run") { |