Skip to content

Instantly share code, notes, and snippets.

View CJ-Jackson's full-sized avatar

Christopher John Jackson CJ-Jackson

View GitHub Profile
@CJ-Jackson
CJ-Jackson / rubyfi.go
Created January 20, 2022 20:23
Rubyfi
package main
import (
"bytes"
"encoding/csv"
"fmt"
"html"
"io"
"log"
"os"

Keybase proof

I hereby claim:

  • I am cj-jackson on github.
  • I am cjjackson (https://keybase.io/cjjackson) on keybase.
  • I have a public key ASCuT2xzcAkZsbugFmhOHsdiIpO5YhHeaZf3mnEodkdcqQo

To claim this, I am signing this object:

@CJ-Jackson
CJ-Jackson / gist:5988351
Last active December 19, 2015 16:59
A Demo of Gorail Core!
package main
import (
"bytes"
"fmt"
"github.com/gorail/core"
_ "github.com/gorail/gzip" // Enable Gzip
)
const _header = `<!DOCTYPE html>
@ECHO OFF
set CGO_ENABLED=0
set GOOS=darwin
go %*
set GOOS=windows
set CGO_ENABLED=1
@ECHO OFF
set CGO_ENABLED=0
set GOOS=linux
go %*
set GOOS=windows
set CGO_ENABLED=1