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 React from "react" | |
import { csx } from "csx" | |
export const Hi = () => <div className={csx({m: 4, color: "primary")}>Hi</div> |
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
var x = 4; |
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
platformio ci --project-conf="platformio.ini" --build-dir="build" --keep-build-dir O_C-HemisphereSuite/software/o_c_REV/ |
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
schreiben sie mire |
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
Put the cat in education | |
Put the cat in location | |
Put the cat in categories | |
Put the cat in category | |
Put the cat in application | |
Put the cat in applications | |
Put the cat in located | |
Put the cat in communications | |
Put the cat in communication | |
Put the cat in publications |
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
//----------------------------------------------------------------------------- | |
// Trill script adapted from Simple Arpeggiator | |
//----------------------------------------------------------------------------- | |
var NeedsTimingInfo = true; | |
var activeNotes = []; | |
function HandleMIDI(event) { | |
if (event instanceof NoteOn) { | |
// add note to array |
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
Process: Chocolat [26659] | |
Path: /Applications/Chocolat.app/Contents/MacOS/Chocolat | |
Identifier: com.chocolatapp.Chocolat | |
Version: 3.0rc3 (3.0rc3) | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Chocolat [26659] | |
User ID: 501 | |
Date/Time: 2014-10-05 01:22:31.994 +0200 |
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
body.mediawiki table.wikitable > thead, body.mediawiki table.wikitable > tbody > tr > th { | |
position: -webkit-sticky; | |
position: sticky; | |
top: 0; | |
} |
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
// Setting Padding | |
timerlistFront.setPadding(0,0,0,0); | |
// Setting Margins | |
FrameLayout.LayoutParams params = new FrameLayout.LayoutParams( | |
FrameLayout.LayoutParams.WRAP_CONTENT, | |
FrameLayout.LayoutParams.WRAP_CONTENT | |
); |
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
@include add-grid(3); | |
@include add-grid(6 at 500px); | |
@include add-grid(12 at 700px); | |
@include add-grid(2 8 2 at 900px); | |
@include add-grid(1 3 5 7 9 at 1100px); |
NewerOlder