I hereby claim:
- I am blanboom on github.
- I am blanboom (https://keybase.io/blanboom) on keybase.
- I have a public key ASDxUCE4LY2XrIUhN8TFq4YdFAtePLgs65xVCJguROytcAo
To claim this, I am signing this object:
| # PygLatin Convertor | |
| # by Blanboom | |
| # 2013-9-13 Programmer's Day | |
| # http://www.codecademy.com/zh/tracks/python | |
| # Welcome message | |
| print "Welcome to PygLatin convertor" | |
| # The letters which should be added to the end of the word | |
| pyg = 'ay' |
| // From STC Datasheet | |
| //suppose the frequency of test chip is 18.432MHz | |
| #include "reg51.h" | |
| #include "intrins.h" | |
| #define FOSC 18432000L | |
| #define BAUD 9600 | |
| typedef unsigned char BYTE; |
| /* | |
| * | |
| * File: MP3_Shield_RealtimeMIDI.ino | |
| * Author: Matthias Neeracher | |
| * | |
| * This code is in the public domain, with the exception of the contents of sVS1053b_Realtime_MIDI_Plugin. | |
| * | |
| * The code is based on Nathan Seidle's Sparkfun Electronics example code for the Sparkfun | |
| * MP3 Player and Music Instrument shields and and VS1053 breakout board. | |
| * |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # 信号与系统课程设计:滤波器特性分析 | |
| # 作者:马晓忠(Blanboom) | |
| # http://blanboom.org | |
| # 2014 年 06 月 17 日 | |
| # 环境: | |
| # Python: 2.7.5 | |
| # NumPy: 1.6.2 |
| set isRunning to false | |
| tell application "System Events" | |
| if exists process "OmniFocus" then | |
| set isRunning to true | |
| end if | |
| end tell | |
| if isRunning is true then | |
| tell application "System Events" |
| # For more options and information see | |
| # http://www.raspberrypi.org/documentation/configuration/config-txt.md | |
| # Some settings may impact device functionality. See link above for details | |
| # uncomment if you get no picture on HDMI for a default "safe" mode | |
| #hdmi_safe=1 | |
| # uncomment this if your display has a black border of unused pixels visible | |
| # and your display can output without overscan | |
| #disable_overscan=1 |
| ;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY | |
| ;by doppelganger ([email protected]) | |
| ;This file is provided for your own use as-is. It will require the character rom data | |
| ;and an iNES file header to get it to work. | |
| ;There are so many people I have to thank for this, that taking all the credit for | |
| ;myself would be an unforgivable act of arrogance. Without their help this would | |
| ;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into | |
| ;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no |
| #!/usr/local/bin/python3 | |
| ########################################## | |
| # 问题: | |
| # 有一条河,河边有一个猎人牵着一头狼,一个男人带着两个小男孩,还有一个女人带着两个小女孩 | |
| # 如果猎人离开,狼就会把所有人吃掉 | |
| # 如果男人离开,女人会把两个小男孩掐死 | |
| # 如果女人离开,男人会把两个小女孩掐死 | |
| # 河里有一条船,船上只能乘坐两人(狼算一人),只有猎人、男人、女人会划船 | |
| # 如何使他们全部过河? |
I hereby claim:
To claim this, I am signing this object:
brew install findutils)