One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
| #!/bin/sh | |
| # ////////////////////////////////////////////////////////////////////// | |
| # | |
| # linespace.sh | |
| # A shell script that modifies all .otf and .ttf fonts in the | |
| # working directory to $PERCENT_UPM% UPM line spacing | |
| # Copyright 2018 Christopher Simpkins | |
| # MIT License | |
| # |
| #include "q.h" | |
| /* | |
| * Qanat Qintar Quahog | |
| */ | |
| #define QUAD 4 | |
| int is_a_q(const char *path) | |
| { |
| #!/bin/sh | |
| # ///////////////////////////////////////////////////////////////// | |
| # | |
| # hack-linux-installer.sh | |
| # A shell script that installs the Hack fonts from repository | |
| # releases by release version number | |
| # | |
| # Copyright 2018 Christopher Simpkins | |
| # MIT License |
| #!/bin/sh | |
| git clone https://github.com/chrissimpkins/Crunch.git | |
| cd Crunch | |
| rm -rf ~/pngquant | |
| rm -rf ~/zopfli | |
| make build-dependencies | |
| make install-executable | |
| crunch --version |
| #!/usr/bin/env bash | |
| #------------------------------------------- | |
| ## add to the setup | |
| ## source ./restore-py-cache.sh 3.7.0 | |
| #------------------------------------------- | |
| set -e | |
| py_ver=${1:-'3.7.0'} |
| #!/usr/bin/env bash | |
| #----------------------------------- | |
| ## put in an after job | |
| ## bash ./cache-py.sh 3.7.0 | |
| #----------------------------------- | |
| py_ver=${1:-'3.7.0'} | |
| py_dir="py$py_ver" | |
| py_path="$SEMAPHORE_CACHE_DIR/$py_dir" |
Generated with the following command in the bokeh repository bokehjs directory after executing npm install:
$ npx license-checker --production --csv
"module name","license","repository"
"@types/[email protected]","MIT","https://github.com/jakearchibald/ES6-Promise"
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <array> | |
| <dict> | |
| <key>name</key> | |
| <string>Incompatible Master</string> | |
| <key>predicate</key> | |
| <string>mastersCompatible == 0</string> | |
| </dict> |