Skip to content

Instantly share code, notes, and snippets.

Running 1 benchmarks...
Benchmark json-bench: RUNNING...
benchmarking vector/vector bool
time 1.863 ms (1.853 ms .. 1.872 ms)
1.000 R² (1.000 R² .. 1.000 R²)
mean 1.852 ms (1.845 ms .. 1.859 ms)
std dev 24.31 μs (19.96 μs .. 32.32 μs)
benchmarking vector/vector int
time 2.561 ms (2.548 ms .. 2.575 ms)
package abstracttest
import (
"testing"
. "gopkg.in/check.v1"
)
type MySuite struct {
impl func()int
}
package abstracttest
import (
"fmt"
"testing"
. "gopkg.in/check.v1"
)
type MySuite struct {
impl func()int
examples/basic/BasicTest.hs:7:5:
Illegal variable name: ‘Equal’
When splicing a TH expression:
\x_0 x_1 -> Battery.Test.assert' (['e',
'x',
'a',
'm',
'p',
'l',
'e',
multiApp :: Exp -> [Exp] -> Exp
multiApp fn [] = error "Cannot apply zero arguments"
multiApp fn [param] = AppE fn param
multiApp fn params = AppE (multiApp fn $ init params) (last params)
https://babeljs.io/repl/#?experimental=true&evaluate=true&loose=false&spec=false&code=import%20{%20Component%20}%20from%20%22react%22%3B%0A%0Aexport%20var%20Enhance%20%3D%20ComposedComponent%20%3D%3E%20class%20extends%20Component%20{%0A%20%20constructor%28%29%20{%0A%20%20%20%20super%28%29%3B%0A%20%20%20%20this.state%20%3D%20{%20data%3A%20null%20}%3B%0A%20%20}%0A%20%20componentDidMount%28%29%20{%0A%20%20%20%20this.setState%28{%20data%3A%20%27Hello%27%20}%29%3B%0A%20%20}%0A%20%20render%28%29%20{%0A%20%20%20%20return%20%3CComposedComponent%20{...this.props}%20data%3D{this.state.data}%20%2F%3E%3B%0A%20%20}%0A}%3B&%20typeof%20v.then%20=%3D%3D%20%22function%22%3B%0A}%0A%0Alet%20q%20%3D%20%28...args%29%20%3D%3E%20{%20return%20z%28...args%29%3B%20}%0A%0Alet%20f%20%3D%20%28%29%20%3D%3E%20e.push%28%27hi%27%29%3B%0A%0Aclass%20ExtendableError%20extends%20Error%20{%0A%20%20constructor%28message%29%20{%0A%20%20%20%20super%28%29%3B%0A%20%20%20%20this.message%20%3D%20message%3B%20%0A%20%20%20%20this.stack%20%3D%20%28new%20Er
let require1 = _unsafe_js("require");
let http = require1("http");
let console = require1("console");
let PORT = 8080;
fun handleRequest(request, response) {
response.end("It Works!!"); // Path Hit: " + request.url);
return ();
(function (){
var True = true;
var False = false;
var require1 = (function (){
var $0 = require;
return $0;
}
)();
var http = (function (){
var $1 = require1("http");
#include <Windows.h>
int main() {
if (!OpenClipboard(NULL)) {
__asm int 3
}
HGLOBAL mem = GlobalAlloc(GMEM_MOVEABLE, 12);
memcpy(GlobalLock(mem), "hello world", 12);
GlobalUnlock(mem);
(function() {
'use strict';
function aa() {
return function() {}
}
function d(a) {
return function(b) {
this[a] = b