readmes to save for later
(Move to ...)
Home
▼
Forcing www and https with CloudFlare and NearlyFreeSpeech in one 301 redirect (rather than two)
›
Put this in .htaccess on NearlyFreeSpeech RewriteCond %{HTTP:X-Forwarded-Proto} =http [OR] RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRu...
Installing a parallel port printer on Windows 10 with a USB-to-LPT port converter
›
These instructions assume that the $6000 printer you bought seven years ago with only a parallel port interface is still supported by the ma...
Using SEMPRE (Semantic Parser with Execution) as a Java library
›
Getting started Step 1: Get the SEMPRE repository: git clone https://github.com/percyliang/sempre Step 2: Navigate to the SEMPRE reposito...
Frequentist statistics
›
Frequentist probability asserts that the “probability” of something is the frequency at which it’s observed. Frequentist statistics extends ...
Spring Boot/JPA/Hibernate annotations in Kotlin data classes
›
I’m still learning Kotlin, so I didn’t know this, but Kotlin has annotation use-site targets, like @get , @set , and @field . I wanted to a...
Bash scripting if statements. Also, running flow in a docker container for Visual Studio Code's flowtype.flow-for-vscode extension.
›
One of the more annoying things I encountered while learning bash scripting was the examples people used for if statements. Most of the tuto...
Using Flow with create-react-app
›
If you're using create-react-app and want to use Flow, follow the instructions at this link: https://flow.org/en/docs/tools/create-react...
›
Home
View web version