When making this website, i wanted a simple, reasonable way to make it look good on most displays. Not counting any minimization techniques, the following 58 bytes worked well for me:
main {
max-width: 38rem;
padding: 2rem;
margin: auto;
}| #### --------------------------------------------- | |
| ## Edit via: RStudio > Tools > Edit Code Snippets | |
| # Released under a MIT license | |
| snippet fragment | |
| [${1:text}]{.${2:type}} | |
| snippet aside | |
| [${1:text}]{.aside} | |
| # based on https://github.com/amber-sixel/PythonCatPrinter.git | |
| # can be used as a raw postscript printer (a4, one page only) on port 9100 | |
| # | |
| # status : curl --location --request GET 'localhost:5000' | |
| # | |
| # curl --location --request POST 'localhost:5000' \ | |
| # --form 'image=@"/image.jpg"' \ #optional | |
| # --form 'text="hello world"' \ #optional | |
| # --form 'size="48"' \ #optional |
| /* dynalist.css */ | |
| /* tags */ | |
| .node-tag { | |
| background: rgba(255, 165, 0, 0.8); | |
| font-size: 0.8em; | |
| border-radius: 0.3em; | |
| font-weight: bold; | |
| padding: 2px 5px; |
| ### Kaggle Days SF: Hackathon submission (8th place) | |
| # I used the latest version of H2O (3.24.0.1) | |
| # Latest stable always here: http://h2o-release.s3.amazonaws.com/h2o/latest_stable.html | |
| # H2O 3.24.0.1: http://h2o-release.s3.amazonaws.com/h2o/rel-yates/1/index.html | |
| # If you are a Python user, you can use the demo Python code available on the H2O AutoML User Guide | |
| # instead: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/automl.html | |
| # Unfortunately it was a private competition, so the data is not publicly available! |
| #!/usr/bin/env python3 | |
| ''' | |
| calisuck: index, filter-out smartly and download ebooks from Calibre open directories | |
| Installation: | |
| You need python 3.5 installed | |
| Download the file as a zip and unzip-it and get into the dir |
To improve collaboration this guide is now available on GitHub.
Permalink: git.io/vps
| Provider | Type | RAM | Cores | Storage | Transfer | Network | Price |
|---|
| OpenBSD 6.0-beta (GENERIC.MP-vmm) #5: Fri Jun 3 16:44:43 CEST 2016 | |
| [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP-vmm | |
| real mem = 17024200704 (16235MB) | |
| avail mem = 16503730176 (15739MB) | |
| mpath0 at root | |
| scsibus0 at mpath0: 256 targets | |
| mainbus0 at root | |
| bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xd7bfb000 (65 entries) | |
| bios0: vendor LENOVO version "N1FET38W (1.12 )" date 03/30/2016 | |
| bios0: LENOVO 20FBCTO1WW |