I hereby claim:
- I am kbrgl on github.
- I am kabir (https://keybase.io/kabir) on keybase.
- I have a public key ASABq0p3IGoLT2Jk0car1VvxpPmHYR-ck4djzXtShXsZngo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| fn input() -> io::Result<String> { | |
| let mut string = String::new(); | |
| let bytes_read = try!(io::stdin().read_line(&mut string)); | |
| if bytes_read == 0 { | |
| return Err(io::Error::new(io::ErrorKind::Other, | |
| "The line could not be read.")); | |
| } | |
| require('web-frame').setZoomFactor(1.5) | |
| # other coffee here |
| 'use strict'; | |
| const render = function(template, mappings) { | |
| for (let mapping in mappings) { | |
| template = template.replace(new RegExp(`\\{\\{\\s?${mapping}\\s?\\}\\}`, 'g'), function (capture) { | |
| if (typeof mappings[mapping] === 'function') { | |
| return mappings[mapping](); | |
| } else { | |
| return mappings[mapping]; | |
| } |
| #!/bin/bash | |
| # Elevate priviliges | |
| sudo echo "Welcome to Kabir's Installation Tool." | |
| echo "At any point during the installation, you can enter 'e' as your answer to exit." | |
| echo | |
| # Ask user whether they want to install a given program | |
| function yn { | |
| while true; do |
| ++++++++[>+>++>+++>++++>+++++>++++++>+++++++>++++++++>+++++++++>++++++++++>+++++++++++>++++++++++++>+++++++++++++>++++++++++++++>+++++++++++++++>++++++++++++++++<<<<<<<<<<<<<<<<-]>>>>>>>>>>>>>.<<<<<<<<<<<<<>>>>>>>>>>>>>>>----.++++<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>----.++++<<<<<<<<<<<<<<<>>>>>>>>>>>>>>.<<<<<<<<<<<<<<>>>>>>>>>>>>>>+++.---<<<<<<<<<<<<<<>>>>>>>++.--<<<<<<<>>>>>>-.+<<<<<<>>>>>>-.+<<<<<<>>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<<>>>>>>--.++<<<<<<>>>>>>>>>>>>>>>+.-<<<<<<<<<<<<<<<>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<>>>>>>>>>>>>>>>---.+++<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>----.++++<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>---.+++<<<<<<<<<<<<<<<>>>>>>>>>>>>++.--<<<<<<<<<<<<>>>>>>>>>>>>>---.+++<<<<<<<<<<<<<>>>>>>--.++<<<<<<>>>>>>>>>>>>+++.---<<<<<<<<<<<<>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<>>>>>>>>>>>>>>---.+++<<<<<<<<<<<<<<>>>>>>-.+<<<<<<>>>>>>>>>>>>>>>-.+<<<<<<<<<<<<<<<>>>>>>>>>>>>+.-<<<<<<<<<<<<>>>>>>>>>>>>>>>----.++++<<<<<<<<<<<<<<<>>>>>>>>>>>>+++.---<<<<<<<<<<<<>>>>>>>>>>>>> |