I hereby claim:
- I am hoi15a on github.
- I am hoi_a (https://keybase.io/hoi_a) on keybase.
- I have a public key ASAvVg_7D0K32823E9Q1NXyqajnCO6QyY8hMEYCh96yO-wo
To claim this, I am signing this object:
System.out.print("Enter the Code: "); | |
Scanner Input = new Scanner(System.in); | |
String Code = Input.nextLine(); | |
//Part 1 of Day 1, Advent of Code | |
System.out.println("\nPart 1"); | |
System.out.println("------"); |
package adventofcodeday2; | |
/** | |
* | |
* @author Austin | |
*/ | |
public class AdventOfCodeDay2 { | |
/** | |
* @param args the command line arguments |
var TelegramBot = require('node-telegram-bot-api'); | |
var token = "abcdefghijk:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"; | |
bot = new TelegramBot(token, {polling: true}); | |
bot.onText(/\/echo (.+)/, function(msg, match) { | |
var chatId = msg.chat.id; | |
var resp = match[1]; | |
bot.sendMessage(chatId, resp, {"parse_mode":"Markdown"}); |
I hereby claim:
To claim this, I am signing this object:
const stdin = process.openStdin() | |
const exp = /[^a-z .]/gi | |
const alphabet = { | |
'a': '🇦', | |
'b': '🇧', | |
'c': '🇨', | |
'd': '🇩', | |
'e': '🇪', | |
'f': '🇫', |
################################################################################ | |
################# Arch Linux mirrorlist generated by Reflector ################# | |
################################################################################ | |
# With: reflector --verbose -l 200 --sort rate --save /tmp/test/mirrorlist | |
# When: 2020-02-16 11:53:49 UTC | |
# From: https://www.archlinux.org/mirrors/status/json/ | |
# Retrieved: 2020-02-16 11:50:57 UTC | |
# Last Check: 2020-02-16 11:31:48 UTC |