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
12 large eggs, separated | |
1 cup white sugar | |
1 cup palm sugar | |
1 liter bourbon | |
1q good quality whole milk | |
1c good quality heavy cream | |
1c cognac or brandy | |
3/4c whalers dark rum | |
pinch of fine salt |
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
Result : 5358.796 ±(99.9%) 153.407 ops/ms | |
Statistics: (min, avg, max) = (5005.239, 5358.796, 5685.753), stdev = 176.664 | |
Confidence interval (99.9%): [5205.389, 5512.203] |
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
le creuset or equivalent pot fairly critical to pull this off properly. | |
1 chicken - french cut into 8th's skin intact | |
bunch of carrots 1/2" half slices | |
bunch of parsley minced | |
4-5 m. yellow onions cut cresent | |
5-6 red orange or yellow sweet peppers diced fine | |
1/2c shredded gruyere | |
5-6 green onions diced | |
5-6 stalks celery diced |
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
undefined | |
*unexpected termination of test process* | |
::shutdown | |
======================================================= | |
Failed: 0. Skipped: 0. Passed: 3. | |
One or more tests were cancelled. |
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
http | http_bin | |
The Hypertext Transfer Protocol. The packets are returned with the format according to HttpPacket described in erlang:decode_packet/3. A socket in passive mode will return {ok, HttpPacket} from gen_tcp:recv while an active socket will send messages like {http, Socket, HttpPacket}. | |
Note that the packet type httph is not needed when reading from a socket. |
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
java.util.NoSuchElementException: head of empty list | |
at scala.collection.immutable.Nil$.head(List.scala:386) | |
at scala.collection.immutable.Nil$.head(List.scala:383) | |
at scala.tools.nsc.symtab.Types$class.map2Conserve(Types.scala:4723) | |
at scala.tools.nsc.symtab.SymbolTable.map2Conserve(SymbolTable.scala:13) | |
at scala.tools.nsc.symtab.Types$class.map2Conserve(Types.scala:4724) | |
at scala.tools.nsc.symtab.SymbolTable.map2Conserve(SymbolTable.scala:13) | |
at scala.tools.nsc.symtab.Types$TypeMap.mapOverArgs(Types.scala:3019) | |
at scala.tools.nsc.symtab.Types$TypeMap.mapOver(Types.scala:2929) | |
at scala.tools.nsc.symtab.Types$FindTypeCollector.traverse(Types.scala:3660) |
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
[243927.790707] BUG: unable to handle kernel paging request at ffff8800cd7fc650 | |
[243927.790726] IP: [<ffffffff8100524b>] xen_set_pte_at+0x3b/0xf0 | |
[243927.790738] PGD 1a2b067 PUD 6e0067 PMD 74c067 PTE 80100000cd7fc065 | |
[243927.790747] Oops: 0003 [#1] SMP | |
[243927.790753] last sysfs file: /sys/devices/vbd-2080/block/sdc/removable | |
[243927.790759] CPU 0 | |
[243927.790762] Modules linked in: acpiphp | |
[243927.790769] | |
[243927.790773] Pid: 11335, comm: a.out Not tainted 2.6.35-24-virtual #42-Ubuntu / | |
[243927.790779] RIP: e030:[<ffffffff8100524b>] [<ffffffff8100524b>] xen_set_pte_at+0x3b/0xf0 |
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
_,-%/%| | |
_,-' \//%\ | |
_,-' \%/|% | |
/ / ) __,-- /%\ | |
\__/_,-'%(% ; %)% | |
%\%, %\ | |
-.'--%'.- | |
\::\ /:/ | |
______ \::\':/ | |
.'.-----.'. .--(O)\' |
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
val conf = Map("connectionPool" -> "scromium.connection.CommonsConnectionPool", | |
"seedHost" -> "127.0.0.1", | |
"seedPort" -> 9160, | |
"maxIdle" -> 10, | |
"initCapacity" -> 10) |
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
if (StorageService.instance.getLiveNodes().size() < ks_def.replication_factor) | |
throw new InvalidRequestException("Not enough live nodes to support this keyspace"); |
NewerOlder