This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"a": 1, "b": 2} | |
{"b":2, "a" :1} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew tap caskroom/cask | |
brew install docker \ | |
awscli \ | |
docker-compose \ | |
docker-machine \ | |
git \ | |
htop-osx \ | |
maven \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#From http://elinux.org/RPiconfig#Overclock_stability_test | |
#Simple stress test for system. If it survives this, it's probably stable. | |
#Free software, GPL2+ | |
echo "Testing overclock stability..." | |
#Max out the CPU in the background (one core). Heats it up, loads the power-supply. | |
nice yes >/dev/null & |