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
#!/usr/bin/python | |
import os | |
import hashlib | |
import getpass | |
import base64 | |
password1 = None | |
password2 = None |
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
<?xml version="1.0" encoding="utf-8"?> | |
<KeyboardLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" FontSize="40"> | |
<Row> | |
<Action Caption="esc" Action="Esc_Button_Click" /> | |
<Gap KeyWidth="0.5"/> | |
<Action Caption="" Action="Backspace_Button_Click" /> | |
<Gap KeyWidth="0.5"/> | |
<Group> | |
<Conditional> | |
<Char Caption="1" ShiftCaption="!" /> |
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
#define BRAKEVCC 0 | |
#define CW 1 | |
#define CCW 2 | |
#define BRAKEGND 3 | |
#define CS_THRESHOLD 100 | |
/* VNH2SP30 pin definitions | |
xxx[0] controls '1' outputs | |
xxx[1] controls '2' outputs */ | |
int inApin[2] = {7, 4}; // INA: Clockwise input |
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
info: Executing command site log tail | |
2014-10-13T21:21:37 Welcome, you are now connected to log-streaming service. | |
2014-10-13T21:21:38 Updating submodules. | |
2014-10-13T21:21:38 Preparing deployment for commit id 'a3c1ec6cd5'. | |
2014-10-13T21:21:38 Running custom deployment command... | |
2014-10-13T21:21:38 Running deployment command... | |
2014-10-13T21:21:38 Command: deploy.cmd | |
2014-10-13T21:21:39 Handling node.js deployment. | |
2014-10-13T21:21:39 KuduSync.NET from: 'D:\home\site\repository' to: 'D:\home\site\wwwroot' | |
2014-10-13T21:21:39 Copying file: 'IISNode.yml' |
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
// See node-gyp for documentation on using this file to build | |
{ | |
"targets": [ | |
{ | |
"target_name": "helloqueue", | |
"sources": [ | |
"helloqueue.c" | |
] | |
} |