This is a terse document covering the anatomy of a package built for the pacman package manager.
The following example commands can mostly run verbatim to manually create a
| <!-- MIT License --> | |
| <html> | |
| <head> | |
| <script> | |
| function generateKey(alg, scope) { | |
| return new Promise(function(resolve) { | |
| var genkey = crypto.subtle.generateKey(alg, true, scope) | |
| genkey.then(function (pair) { | |
| resolve(pair) | |
| }) |
| #!/usr/bin/env python2 | |
| # | |
| # dockbar.py | |
| # | |
| # Example program places a coloured bar across the top of the | |
| # current monitor | |
| # | |
| # demonstrates | |
| # | |
| # (a) creating the bar as an undecorated "dock" window |
| # Basic Rust | |
| alias cgi='cargo init' | |
| alias cgn='cargo new --bin' | |
| alias cgnl='cargo new --lib' | |
| alias cgr='cargo run' | |
| alias cgre='cargo run --example' | |
| alias cgc='cargo clean' | |
| alias cgb='cargo build' | |
| alias cgbr='cargo build --release' |
I hereby claim:
To claim this, I am signing this object: