Skip to content

Instantly share code, notes, and snippets.

@jakop345
jakop345 / travis-upload.sh
Created February 2, 2017 05:19 — forked from greenjava/travis-upload.sh
Send a file to dl.free.fr from travis-ci
#!/bin/bash
if [ -z "$1" ]; then
echo "usage: $0 <file>"
exit 1
fi
email=test$RANDOM@test$RANDOM.fr
pass=$RANDOM
file="$1"
@jakop345
jakop345 / travis-upload.bash
Created February 2, 2017 05:18 — forked from SergeStinckwich/travis-upload.bash
Send a file to dl.free.fr from travis-ci
#!/bin/bash
if [ -z "$1" ]; then
echo "usage: $0 <file>"
exit 1
fi
name=test$RANDOM@test$RANDOM.fr
pass=$RANDOM
file="$1"
out=$(mktemp)
@jakop345
jakop345 / 01_main.java
Created June 17, 2016 05:49
Youtube DL App in Java
public class main {
public static void main(String[] args) {
// TODO Auto-generated method stub
window wi = new window();
}
}
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst dotpeek
cinst webstorm
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst flashplayerplugin
cinst adobereader
cinst adobeshockwaveplayer