I hereby claim:
- I am radicalzephyr on github.
- I am radicalzephyr (https://keybase.io/radicalzephyr) on keybase.
- I have a public key whose fingerprint is F225 FDC5 C9B0 29F7 EFD0 2DCD 3585 34C6 11F0 56F5
To claim this, I am signing this object:
| /** | |
| * Create a FUID (fairly unique identifier) | |
| * | |
| * FUIDs have 3 components, the pid of the current process, the time | |
| * in milliseconds since the epoch start (Jan. 1st, 1970), and a 6 | |
| * digit random number. | |
| * | |
| * @param {NS} ns - Netscript API instance | |
| * @returns {string} A string representation of the FUID | |
| */ |
| import { sendTerminalCommand } from 'terminal'; | |
| export function autocomplete(data: AutocompleteData): string[] { | |
| return data.servers; | |
| } | |
| export async function main(ns: NS) { | |
| const target = ns.args[0]; | |
| await sendTerminalCommand( |
| use std::str::FromStr; | |
| use lalrpop_util::ParseError; | |
| use crate::gcode::{GCode, Mnemonic}; | |
| use crate::parse::Error as GCodeError; | |
| grammar; | |
| extern { |
| [package] | |
| name = "tokio-channel-test" | |
| version = "0.1.0" | |
| authors = ["Geoff Shannon"] | |
| edition = "2018" | |
| [dependencies] | |
| futures-preview = { version = "=0.3.0-alpha.18", features = ["async-await", "compat", "io-compat", "nightly"] } | |
| tokio = "0.2.0-alpha.2" | |
| tokio-test = "0.2.0-alpha.2" |
| use mason::generate_builder; | |
| #[generate_builder(CommandBuilder)] | |
| pub struct Command { | |
| #[builder(entrypoint, into, required)] | |
| program: String, | |
| args: Vec<String>, | |
| cwd: Option<String>, |
| [Unit] | |
| Description=%i service with docker compose | |
| Requires=docker.service | |
| After=docker.service | |
| [Service] | |
| Restart=always | |
| WorkingDirectory=/etc/docker/compose/%i |
| // Download all the custom emoji your slack team have created! | |
| // Start by going to the "Customize Emoji" screen for your Slack team. | |
| // Open up a browser console and run the following JS | |
| var pattern = new RegExp("https://emoji.slack-edge.com/.*?/([^/]+?)/[^/]+(\.png|jpg|gif)"); | |
| function link_text (url) { | |
| var match = pattern.exec(url); | |
| if (match) { |
| #!/usr/bin/env bash | |
| set -e | |
| if [ $# -lt 1 ] | |
| then | |
| echo "You must enter the name of a folder." | |
| exit 1 | |
| fi |
| // ==UserScript== | |
| // @name Fossil Time Log | |
| // @namespace http://www.zephyrizing.net/gmscripts | |
| // @description Generate some time-logs from the fossil timeline page | |
| // @include http://scm.ldc.cs.wwu.edu:8888/classfinder/timeline?n=20&y=ci | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
| // @require http://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object: