All of the following information is based on go version go1.8.3 darwin/amd64
.
(Bold = supported by go
out of the box, ie. without the help of a C compiler, etc.)
android
darwin
sudo killall coreaudiod && sudo launchctl start com.apple.audio.coreaudiod |
sudo killall coreaudiod && sudo launchctl start com.apple.audio.coreaudiod |
javascript: | |
document.querySelectorAll('.load-diff-button').forEach(node => node.click()) |
def dynamo_db_batch_write(items): | |
""" | |
Write in db by batch | |
""" | |
dynamo_db = boto3.resource( | |
'dynamodb', | |
endpoint_url=get_aws_endpoint_url('dynamodb'), | |
region_name=region, | |
) |
0x4F3fcf87B3bc413f327f68f43574904a389AC9e2 |
#Starting Python Web development in Mac OS X#
Objective: Getting started with Python Development Operating System: Mac OS X Python version installed: 3.5 (5th December 2015)
Downoad the lastest Python from https://www.python.org/downloads/
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
public class RecFind { | |
public static void main(String a[]) throws FileNotFoundException, IOException{ | |
String target = a[0]; | |
String[] tmp; | |
//Extra File logging. Not required for File or Dir | |
FileOutputStream fos = new FileOutputStream("Recfind.log",true); | |
fos.write("Program Started".getBytes()); | |
System.setOut((java.io.PrintStream)fos); |