Top 10:
- Hovering Hobbs
Top 20:
- #!/bin/shnake
Top 50:
- SmartyTree
| #!/usr/bin/env perl | |
| # Asianet Broadband automatical pinger | |
| # Copyright (c) 2015, Sergii Zasenko | |
| use strict; | |
| use warnings; | |
| $| = 1; | |
| use LWP::UserAgent; |
| #!/bin/sh | |
| sleep 10 | |
| echo Executed |
| filters: | |
| - JLogger::Filter::and: | |
| filters: | |
| - JLogger::Filter::or: | |
| filters: | |
| - JLogger::Filter::FieldEq: | |
| fields: | |
| from: "a@server.com" | |
| to: "a@server.com" | |
| - JLogger::Filter::FieldEq: |
| 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; | |
| }); |
| (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 |
| 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(); |
Top 10:
Top 20:
Top 50:
To use media keys on the Ducky One 2, you must record a macro to bind the media function to a hotkey combination, i.e. Fn plus some key.
Important: In the instructions below, "Press X+Y+Z" means press and hold key X, press and hold key Y, press and hold key Z in that order, and then release all three.
As an example, to bind Fn+PgUp to the play/pause media function: