Plotting
Last Update: Octover 10, 2017
Offline Version
import Data.List (sortBy) | |
-- This exercise covers the first 6 chapters of "Learn You a Haskell for Great Good!" | |
-- Chapter 1 - http://learnyouahaskell.com/introduction | |
-- Chapter 2 - http://learnyouahaskell.com/starting-out | |
-- Chapter 3 - http://learnyouahaskell.com/types-and-typeclasses | |
-- Chapter 4 - http://learnyouahaskell.com/syntax-in-functions | |
-- Chapter 5 - http://learnyouahaskell.com/recursion | |
-- Chapter 6 - http://learnyouahaskell.com/higher-order-functions |
using Pkg.Artifacts | |
const ARTIFACTS_TOML = joinpath(@__DIR__, "Artifacts.toml") | |
const CLOUDFRONT_DISTRIB_PREFIX = "https://cdn.huggingface.co" | |
const S3_BUCKET_PREFIX = "https://s3.amazonaws.com/models.huggingface.co/bert" | |
const DEFAULT_CONFIG_NAME = "config.json" | |
const DEFAULT_WEIGHT_NAME = "pytorch_model.bin" | |
function register_model_artifact(name; config=DEFAULT_CONFIG_NAME, weight=DEFAULT_WEIGHT_NAME, download_prefix=CLOUDFRONT_DISTRIB_PREFIX) |
Last Update: Octover 10, 2017
Offline Version
modify /etc/csh.cshrc add following
setenv LC_CTYPE en_US.ISO8859-1
setenv LC_ALL zh_TW.UTF-8
setenv LANG zh_TW.UTF-8
freebsd zfs auto backup daemon written in Python3.5 with coroutine
put zbackup
in /usr/local/bin
and rename zbackup.rc
to zbackup
and put it inside /usr/local/etc/rc.d
.
And put zbackup.conf
to where your zbackup_config
, which is in rc.conf
, point to. And don't forget zbackup_enable="YES"