I hereby claim:
- I am simpleauthority on github.
- I am vspctr (https://keybase.io/vspctr) on keybase.
- I have a public key whose fingerprint is BE39 8E85 8C43 FC84 E34C 5B02 D567 7A29 21F8 E4BA
To claim this, I am signing this object:
| public class Telephone { | |
| private final String number; | |
| private final Map<String, String[]> digitMap = new HashMap<>(); | |
| public Telephone(String number) { | |
| this.number = number; | |
| digitMap.put("2", new String[]{"A", "B", "C"}); | |
| digitMap.put("3", new String[]{"D", "E", "F"}); | |
| digitMap.put("4", new String[]{"G", "H", "I"}); |
| from vpython import * | |
| # design | |
| scene.title = "<h1>Magnetic Bottle Simulation</h1><p>Electron initially stuck in a magnetic bottle. The particle will corkscrew within the bottle until it hits a loss cone (not depicted) at which point<br />it will leave the system. Simulation does not stop on its own. Press \"Stop simulation\" or close the page when done.<br />" | |
| scene.width = 960 | |
| scene.height = 720 | |
| scene.background = vec(161, 152, 151) / 255 | |
| # constants | |
| ring_radius = 0.105 # radius of ring, meters |
| MergeSort(arr, low, high): | |
| arr = array of unsorted integers | |
| low = integer, initially 0 | |
| high = integer, initially size(arr) - 1 | |
| if low >= high then return | |
| mid = floor((low + high) / 2) | |
| MergeSort(arr, low, mid) |
| #!/bin/sh | |
| CDIR=$(pwd) | |
| rm -rf /tmp/paper | |
| mkdir /tmp/paper | |
| cd /tmp/paper | |
| echo "Determing latest MC version from Paper..." | |
| curl -s "https://papermc.io/api/v1/paper" | grep '"versions"' | awk -F '"' '{ print $8 }' > ./latest-paper | |
| echo "Latest version is $(cat ./latest-paper)!" |
| package me.minidigger.test.test; | |
| /* | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
I hereby claim:
To claim this, I am signing this object:
| fun main() { | |
| // Type what you know here, and replace unknowns with the star symbol (*). The more star symbols you have | |
| // the more permutations you will have. This increases exponentially. | |
| val givenFormat = "myemailwithm**singcha*s@gmail.com" | |
| // DO NOT CHANGE ANYTHING BEYOND THIS LINE | |
| val generator = PermutationGenerator(givenFormat) | |
| generator.generate() | |
| } |
| import com.mashape.unirest.http.HttpResponse; | |
| import com.mashape.unirest.http.JsonNode; | |
| import com.mashape.unirest.http.Unirest; | |
| import com.mashape.unirest.http.async.Callback; | |
| import com.mashape.unirest.http.exceptions.UnirestException; | |
| import java.io.File; | |
| import java.util.UUID; | |
| import java.util.concurrent.Future; |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz | |
| CPU Family: 0x6 |
| Computer Information: | |
| Manufacturer: Unknown | |
| Model: Unknown | |
| Form Factor: Desktop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: GenuineIntel | |
| CPU Brand: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz | |
| CPU Family: 0x6 |