This file contains hidden or 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
package main | |
import ( | |
"log" | |
"os" | |
"time" | |
) | |
func main() { | |
for _, name := range os.Args[1:] { |
This file contains hidden or 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
package main | |
import ( | |
"crypto/sha1" | |
"fmt" | |
"io" | |
"log" | |
"os" | |
) |
This file contains hidden or 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
E,!SYNTAX_ERROR! | |
!NO_DATA! | |
E,Socket Error: ..., | |
E,Could not connect to History socket. | |
E,A valid protocol has already been set for this connection., | |
E,50004,User not authorized for market summary file requested. | |
E,50006,Invalid security token. | |
E,50007,No file available. |
This file contains hidden or 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
(version 1) | |
# 4-layer, 1oz copper | |
(rule "Minimum Trace Width and Spacing (inner layer)" | |
(constraint track_width (min 5mil)) | |
(constraint clearance (min 5mil)) | |
(layer inner) | |
(condition "A.Type == 'track'")) | |
(rule "Minimum Trace Width and Spacing (outer layer)" |
OlderNewer