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)" |
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
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
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
#!/bin/bash | |
n=1 | |
for f in $(/bin/ls -tr); do | |
mv $f ${n}.${f##*.} | |
let n++ | |
done | |
exit 0 |
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
# /etc/init/telegraf.conf | |
description "Telegraf Daemon" | |
start on syno.share.ready and syno.network.ready | |
stop on runlevel [06] | |
respawn | |
respawn limit 5 30 | |
exec /sbin/telegraf --config /etc/telegraf.conf |
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
#!/bin/sh -e | |
# alias docker="docker.exe" | |
registry="registry.local:5000" | |
# list registry contents: | |
# curl -s "https://${registry}/v2/_catalog" | jq | |
for img in $(docker image ls | awk 'NR>1{ print $3; }') |
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
[Unit] | |
Description=Teamspeak 3 Server | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/home/ts3server/ts3server inifile=/home/ts3server/ts3server.ini | |
PIDFile=/home/ts3server/ts3server.pid | |
WorkingDirectory=/home/ts3server | |
KillMode=process |
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
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
✅ did:muport:QmbgsyUxa4FhmbsJHH5pyzp9vkgkA815YqC7Tec9iLsFDe ✅ | |
Create your profile today to start building social connection and trust online at https://3Box.io/ |
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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
/* Hides everything but tabs and min/max/close window buttons. */ | |
#nav-bar { visibility: collapse; } |
NewerOlder