ChangeLog を書く際によく使われる英語をまとめました。
ほとんど引用です。
#!/usr/bin/env python | |
import cookielib | |
import json | |
import mechanize | |
##### | |
GOOGLE_USER = '[email protected]' | |
GOOGLE_PASS = 'your-password' | |
##### |
ShootingStar | |
Consumer key: Eb8hyAEUju1f2g0i2iSwTQ | |
Consumer secret: lOBgiyGJcYK4jsUc2It38ORlsJC0a60USShZrosMTlw | |
ShootingStarPro | |
Consumer key: I8ye5YHbnFUVzrWdyEkXw | |
Consumer secret: UTXlrSs9IuZuhfxfwBDckzMDHCI8HRlTNtitiV2OL4 | |
/// <summary> | |
/// Draw a progress bar at the current cursor position. | |
/// Be careful not to Console.WriteLine or anything whilst using this to show progress! | |
/// </summary> | |
/// <param name="progress">The position of the bar</param> | |
/// <param name="total">The amount it counts</param> | |
private static void drawTextProgressBar(int progress, int total) | |
{ | |
//draw empty progress bar | |
Console.CursorLeft = 0; |
<?PHP | |
/* | |
* PHP upload for Gyazo - v1.2.1 - 3/13/2011 | |
* http://benalman.com/news/2009/10/gyazo-on-your-own-server/ | |
* | |
* Copyright (c) 2011 "Cowboy" Ben Alman | |
* Licensed under the MIT license | |
* http://benalman.com/about/license/ | |
*/ |