#-*- coding:utf-8 -*- import shutil import os from Tkinter import * import time import re def get_all_file(adr): all_adr=[] all_dir.append(adr) adr+='\\' if os.path.exists(adr): try: all_adr=os.listdir(adr) except Exception,e: print e for i in all_ad…
(c) 2014 Amazon Web Services, Inc. and its afflialtes, All rights reserved. The content in this file is copied from qwikLABS - Automating AWS Services with Scripting and the AWS CLI Please respect the rights. Putty: a Secure Shell(SSH) client that wi…
By executing code one line or one function at a time, you can observe changes in the data and in the page to understand exactly what is happening. You can also modify data values used by the script, and you can even modify the script itself. Why is t…
Download the zip file of cvx http://cvxr.com/cvx/download/ by downloading cvx-w64.zip Require a licence for academic use a file named cvx_license.dat Install with licence unzip the zip file into the toolbox directory ($MatlabRoot\toolbox) run the com…
http://www.grymoire.com/Unix/CshTop10.txt ====================================================================== Top Ten Reasons not to use the C shell====================================================================== Written by Bruce B…
googlecode关闭了.没法用wget安装apt-cyg 找了半天只有github里有个方法可行: apt-cyg is a simple script. To install: lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg install apt-cyg /bin Example use of apt-cyg: apt-cyg install nano…
参考: http://www.siongboon.com/projects/2013-07-08_raspberry_pi/index.html Raspberry Pi Get started with Raspberry Pi (RPi), a step by step approach to get your Raspberry Pi with low level electronics hardware control. Make simple, step by step…
参考:http://programmingadvent.blogspot.hk/2012/12/raspberry-pi-uart-with-pyserial.html Raspberry Pi UART with PySerial OS: Occidentalis v0.2Hardware: Raspberry Pi Revision B with CobblerSetup: Serial loopback (connect RX and TX pins on GPIO pins) Lin…