| Name | Description |
|---|---|
| Help | Display the help window. |
| Close | Closes a window |
| Letter | Pronounciation |
|---|---|
| А а А а | a in father |
| Б б Б б | b in bat |
| В в В в | v in van |
| test(function() { | |
| [ | |
| ['foo', 'bar', 'baz'], | |
| ['fuz', 'barz', 'bazz'], | |
| ['fux', 'bax', 'bazx'] | |
| ].forEach(Function.apply.bind(function(input1, input2, expectedOutput) { | |
| assertEquals(subject(input1, input2), expectedOutput) | |
| }, this)) | |
| }) | |
| // Yes, I know there are other (less cryptic) ways to achieve this :) |
| Name | Description |
|---|---|
| Help | Display the help window. |
| Close | Closes a window |
| Letter | Pronounciation |
|---|---|
| А а А а | a in father |
| Б б Б б | b in bat |
| В в В в | v in van |
| scala> class Foo | |
| defined class Foo | |
| scala> class Bar extends Foo | |
| defined class Bar | |
| scala> new Foo | |
| res6: Foo = Foo@3ace5360 | |
| scala> new Bar |
| ngrep -d tap0 -W byline port 80 |
| /** | |
| * Usage: | |
| * scalac Main.scala | |
| * scala com.example.Main | |
| */ | |
| package com.example | |
| import java.util.function.Function | |
| import javax.script.ScriptEngineManager |
| // Adopted from here: https://gist.github.com/bripkens/8597903 | |
| // Makes ES7 Promises polyfill work on Nashorn https://github.com/jakearchibald/es6-promise | |
| // (Haven't verified how correct it is, use with care) | |
| (function(context) { | |
| 'use strict'; | |
| var Timer = Java.type('java.util.Timer'); | |
| var Phaser = Java.type('java.util.concurrent.Phaser'); | |
| var timer = new Timer('jsEventLoop', false); |
RAML
Swagger
| #!/bin/bash | |
| /usr/libexec/java_home -V 2>&1 1>/dev/null | | |
| tail -n +2 | | |
| awk -F $'\t' '{ print $3 }' | | |
| xargs -n 1 jenv add |
| Process: SoundCleod [31653] | |
| Path: /Applications/SoundCleod.app/Contents/MacOS/SoundCleod | |
| Identifier: sc.SoundCleod | |
| Version: 0.17 (0.17) | |
| Code Type: X86-64 (Native) | |
| Parent Process: ??? [1] | |
| Responsible: SoundCleod [31653] | |
| User ID: 502 | |
| Date/Time: 2015-01-12 11:35:35.447 -0500 |