I hereby claim:
- I am idealhack on github.
- I am idealhack (https://keybase.io/idealhack) on keybase.
- I have a public key ASBpPnri15DlPTokGVA1q5NR0-R5QL0LyTuDNNl6FQ6Zfgo
To claim this, I am signing this object:
javascript:prompt('Markdown%20link%20for%20this%20page:','%5B'+document.title.replace(%22%5B%22,%22%5C%5C%5B%22).replace(%22%5D%22,%22%5C%5C%5D%22)+'%5D('+document.location.href+')'); |
. |
# create a telegram application at https://my.telegram.org/apps | |
TELEGRAM_CHAT_NAME="" \ | |
TELEGRAM_CLEAN_DELTA_DAYS="" \ | |
TELEGRAM_API_ID="" \ | |
TELEGRAM_API_NAME="" \ | |
TELEGRAM_API_HASH="" \ | |
python3 telegram-chat-cleaner.py |
I hereby claim:
To claim this, I am signing this object:
Play at least 20 of the following games. Write a 50 words review per game in English. After semester start we you will be asked to upload the review s on a discussion board on Blackboard.
// disable iitc plugin if it's on | |
// go to https://www.ingress.com/intel | |
// open console and paste in the code below, press enter | |
// join https://t.me/passcodes for more passcodes | |
// add jquery | |
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); |
// PNG 格式定义 | |
// http://dev.gameres.com/Program/Visual/Other/PNGFormat.htm | |
var fs = require('fs'); | |
// 测试文件 | |
var FILE_IN = 'in.png' | |
, FILE_OUT = 'out.png'; | |
var out = ''; |
Introduction To The Problems | |
• There must be a way to supply the application with the input data via text file | |
• The application must run | |
• You should provide sufficient evidence that your solution is complete by, as a minimum, indicating that it works correctly against the supplied test data | |
Problem One: Merchant's Guide To The Galaxy | |
You decided to give up on earth after the latest financial collapse left 99.99% of the earth's population with 0.01% of the wealth. Luckily, with the scant sum of money that is left in your account, you are able to afford to rent a spaceship, leave earth, and fly all over the galaxy to sell common metals and dirt (which apparently is worth a lot). |
I hereby claim:
To claim this, I am signing this object:
var number = 11568895 | |
var string = number.toString() | |
var now = [] | |
for (var i = 0; i < string.length; i++) { | |
now.push(string.substr(i, 1)) | |
} |