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
| ; Produces the fibonacci series in memory. | |
| ;.rodata | |
| word count 11 | |
| ;.data | |
| word result0 1 | |
| word result1 1 | |
| word result 0 | |
| ;let: |
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
| @import url("test.css");@import url("test2.css");@import url("test3.css");@import url("te st4.css");@media print,screen{a{}}@font-face{bla:"foo";}@media all and (min-width:500px){}@page {}@page :right{margin-left:4cm;margin-right:3cm;}*{margin:1em;}a{}a,li,em{border-radius:1px/2px;}a[rel]{}a[rel="youtube"]{}a[lang~="en"]{}a[b^="c"]{}a[b$="c"]{}a[b|="en"]{}.codesample[data-summary="helloWorld(){}"]{}svg|circle{}svg|circle[svg|class="bla"]{}a:root{}a:nth-child(12){}a:nth-child(2n + 3){}::f{}*::e(2){}a.bla{}a#b{}a:not(.b){}a:not(c.d > e[f|='g']){a:b;}a b c{}a.b c[d="e"] f#g .h>i~j.k+l [m="n"]{}.cl{i:url("../../images/close-map.png");j:no-repeat;k:0px 0px;}*{bla:gradient(more-gradient(3px solid red #000),rgb(122,233,355),"something with a } in it;");} |
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
| % Byt pappersstorlek och fontstorlek | |
| \documentclass[a4paper,10pt]{article} | |
| % Så att man kan skriva ä istället för typ \"a | |
| \usepackage{xunicode} | |
| % Bra grejer | |
| \usepackage{xltxtra} | |
| % Gör så att automatiska ordbrytningar blir svenska istället för engelska, t.ex. "mo-rot" istället för "mor-ot" |
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
| module Main (main) where | |
| import System.Environment (getArgs) | |
| -- | Matrix multiplication | |
| (×) :: Num a => (a, a, a, a) -> (a, a, a, a) -> (a, a, a, a) | |
| (a11, a12, a21, a22) × (b11, b12, b21, b22) = | |
| (a11 * b11 + a12 * b21, a11 * b12 + a12 * b22, | |
| a21 * b11 + a22 * b21, a21 * b12 + a22 * b22) |
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
| package name.dflemstr.vessel.docker; | |
| import java.io.InputStream; | |
| import java.net.URI; | |
| import java.util.List; | |
| import java.util.Map; | |
| import javax.ws.rs.Consumes; | |
| import javax.ws.rs.DELETE; | |
| import javax.ws.rs.GET; |
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
| package name.dflemstr.vessel.docker; | |
| import com.google.common.collect.Queues; | |
| import com.google.common.io.ByteStreams; | |
| import com.google.common.io.Closer; | |
| import java.io.Closeable; | |
| import java.io.EOFException; | |
| import java.io.IOException; | |
| import java.io.InputStream; |
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
| map.put('"', """); | |
| map.put('\'', "'"); | |
| map.put('&', "&"); | |
| map.put('<', "<"); | |
| map.put('>', ">"); | |
| map.put('\u00A0', " "); | |
| map.put('\u00A1', "¡"); | |
| map.put('\u00A2', "¢"); | |
| map.put('\u00A3', "£"); | |
| map.put('\u00A4', "¤"); |
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
| 20:37:26.782 [main] DEBUG s.c.processor.runner.ExecutionModel - require processor skadistats.clarity.processor.runner.SimpleRunner | |
| 20:37:26.785 [main] DEBUG s.c.processor.runner.ExecutionModel - require processor name.dflemstr.nightstalker.Main | |
| 20:37:26.794 [main] DEBUG s.c.processor.runner.ExecutionModel - require event listener interface skadistats.clarity.processor.entities.OnEntityCreated | |
| 20:37:26.801 [main] DEBUG skadistats.clarity.event.UsagePoints - provider found on ClassIndex: skadistats.clarity.processor.modifiers.Modifiers | |
| 20:37:26.808 [main] DEBUG skadistats.clarity.event.UsagePoints - provider found on ClassIndex: skadistats.clarity.processor.reader.InputSourceProcessor | |
| 20:37:26.813 [main] DEBUG skadistats.clarity.event.UsagePoints - provider found on ClassIndex: skadistats.clarity.processor.entities.Entities | |
| 20:37:26.819 [main] DEBUG skadistats.clarity.event.UsagePoints - provider found on ClassIndex: skadistats.clarity.processor.sendtables.DTClasses | |
| 20:37:26.819 [main] DEBUG skadistats.clarity. |
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
| <!DOCTYPE html><html><head><meta charset="UTF-8"/><link href="http://kevinburke.bitbucket.org/markdowncss/markdown.css" rel="stylesheet"></link></head><body><h1>Replay analysis: <em>EY</em> vs <em>MSFT</em></h1><h2>Radiant (EY)</h2> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Player </th> | |
| <th>Dotabuff </th> | |
| <th>Hero </th> | |
| </tr> | |
| </thead> |
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
| class Main { | |
| public static void main(String... args) { | |
| class Main<A> { | |
| <B> Main() { | |
| } | |
| <C> void main() { | |
| System.out.println("Hello, World!"); | |
| } | |
| } | |
| new <Integer>Main<String>().<Boolean>main(); |