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
conda update conda | |
conda update anaconda |
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
<input type="number"> | |
<p></p> | |
<script type="text/javascript"> | |
var p = document.querySelector('p') | |
var i = document.querySelector('input') | |
i.oninput = function () { | |
p.textContent = this.value | |
} | |
</script> |
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
x.org openbox | |
SLiM # not very needed | |
sudo apt-get install tinyos-tools | |
# also installs tinyos-source | |
sudo apt-get install gcc-msp430 | |
cp -r tinyos-2.x/support/make/genomote* . |
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
java -classpath bin/ -Djava.ext.dirs=lib/ hanzhao.name.simcard.SimCard |
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
ooc | |
Vala | |
Genie |
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
Tomcat | |
Jetty | |
Netty | |
Spring (Spring Boot) | |
Play |
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
['umhan35', ['myumanitoba', 'ca'].join('.')].join('@') |
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
sudo apt-get update && sudo apt-get upgrade openssl | |
openssl version -b | |
1:27 |
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
#include <Servo.h> | |
#define SHIFT 7 | |
#define R 0 // Red LED | |
#define G 1 // Green LED | |
#define B 2 // Blue LED | |
#define TIME 15 // Column of Time | |
#define MAXSN 12 // Max Number of Servos | |
#define MAXMN 10 // Max Number of Motions | |
#define MAXFN 8 // Max Number of Frames |
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
Loading Rails is too slow, services are here to rescue. |