##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
| ! model | |
| pc101 Generic 101-key PC | |
| pc102 Generic 102-key (Intl) PC | |
| pc104 Generic 104-key PC | |
| pc105 Generic 105-key (Intl) PC | |
| dell101 Dell 101-key PC | |
| latitude Dell Latitude series laptop | |
| dellm65 Dell Precision M65 | |
| everex Everex STEPnote | |
| flexpro Keytronic FlexPro |
| #!/usr/bin/env bash | |
| help_string=$(cat <<EOF | |
| Usage: $0 [-h|-l] APPLICATION | |
| Set a video player as the default. | |
| Example: | |
| # List candidate desktop files for media players. |
| // This app initially started from Flavio Copes analytics example | |
| // but diverged quite a bit to generate images as well as track views | |
| // https://flaviocopes.com/count-visits-static-site/ | |
| const express = require('express') | |
| const app = express() | |
| // no db - so global var to keep track of count | |
| let counter = 0 |
Blog 2020/7/26
<- previous | index | next ->
wget -c -e robots=off -r --no-check-certificate --convert-links --adjust-extension --page-requisite