Top 10:
- Hovering Hobbs
Top 20:
- #!/bin/shnake
Top 50:
- SmartyTree
Top 10:
Top 20:
Top 50:
import java.util.Random; | |
import java.util.Arrays; | |
import java.time.*; | |
import java.time.temporal.*; | |
public class MillionDWords { | |
final static int million = 1_000_000; | |
final static int runs = 100; | |
public static void main(String []argc) { | |
int[] numbers = new Random().ints(million, Integer.MIN_VALUE, Integer.MAX_VALUE).toArray(); |
(function(input) { | |
let firewall = [] | |
for (let wall of input.split("\n").map(r => r.split(": "))) { | |
firewall[parseInt(wall[0])] = parseInt(wall[1]) | |
} | |
let severity = 0 | |
for (let position = 0; position < firewall.length; position++) { | |
const scannerTower = firewall[position] | |
let scanner |
function pairwise(arr, arg) { | |
let sum = 0; | |
let arrIndexes = arr.map((v, i) => i); | |
arrIndexes.sort((a, b) => { | |
let s = arr[a] - arr[b]; | |
if (s === 0) | |
s = b - a; | |
return s; | |
}); |
filters: | |
- JLogger::Filter::and: | |
filters: | |
- JLogger::Filter::or: | |
filters: | |
- JLogger::Filter::FieldEq: | |
fields: | |
from: "[email protected]" | |
to: "[email protected]" | |
- JLogger::Filter::FieldEq: |
#!/bin/sh | |
sleep 10 | |
echo Executed |
#!/usr/bin/env perl | |
# Asianet Broadband automatical pinger | |
# Copyright (c) 2015, Sergii Zasenko | |
use strict; | |
use warnings; | |
$| = 1; | |
use LWP::UserAgent; |
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Audio::Beep; | |
use MIDI::ALSA qw( | |
SND_SEQ_EVENT_NOTEON | |
SND_SEQ_EVENT_NOTEOFF | |
SND_SEQ_EVENT_PORT_UNSUBSCRIBED); |
% aconnect -lo | |
client 14: 'Midi Through' [type=kernel] | |
0 'Midi Through Port-0' | |
client 16: 'M Audio Audiophile 24/96' [type=kernel] | |
0 'M Audio Audiophile 24/96 MIDI' | |
client 20: 'CME M-KEY' [type=kernel] | |
0 'CME M-KEY MIDI 1' | |
client 128: 'Midi2Speaker' [type=user] | |
0 'Input port ' | |
% aconnect 20 128 |
use Audio::Beep; Audio::Beep->new->play(join ' ', <DATA>); | |
__DATA__ | |
\bpm240 | |
f2 a, d2. f4 e2 b2 d2. | |
e4 f2 bes cis2. | |
f4 e d8 f4 f6 e d a1 | |
f'2 a,2 b d c4 e2 | |
r4 e d c c4 bes2 | |
r4 f e d d cis e c bes2. r4 |