🔜
Building Old Mates Advice and Granino.coffee
Writing code for humans to understand, and for machines to run.
-
@OldMatesAdvice
- The Netherlands
- https://www.codeandwaves.co/
- https://www.buymeacoffee.com/codeandwaves
Highlights
- Pro
Pinned Loading
-
rails-string-to-pdf.rb
rails-string-to-pdf.rb 1# require gem wicked-pdf23# create a pdf from a string4pdf = WickedPdf.new.pdf_from_string('<hI>Hi Ruby! I am WickedPdf</h1>')
5 -
Bash script to enter with SSH on app...
Bash script to enter with SSH on app engine instance and disable instance. 1#!/bin/bash23# 1. `./main.sh staging` -> enter staging ssh4# 2. `./main.sh production` -> enter production ssh5# 3. `./main.sh staging disable` -> disable staging debug -
clamshell_mode.sh
clamshell_mode.sh 1#!/bin/bash23if [ $# -ne 1 ]; then
4echo "Usage: $0 <option>"
5exit 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.