Skip to content

Instantly share code, notes, and snippets.

View biesnecker's full-sized avatar

biesnecker

View GitHub Profile
<form method="GET" action="http://amazinggirls.s3-website-us-east-1.amazonaws.com/bib.svg">
<p>Name: <input name="name" type="text"><input type="submit"></p>
</form>
# Reference makefile:
# https://gist.github.com/anonymous/b469f85762e93ea1b51f0f0f97e19acc
# All the flags created by configure
OPT = [
"-DNDEBUG",
"-g",
"-fwrapv",
"-O3",
"-Wall",

Keybase proof

I hereby claim:

  • I am biesnecker on github.
  • I am biesnecker (https://keybase.io/biesnecker) on keybase.
  • I have a public key ASDIAATTVmqkniBe9VTfvAZW2groMGBcueN_jZr1iBUi0Ao

To claim this, I am signing this object:

version: 2.0
jobs:
build:
docker:
- image: cibuilds/hugo:latest
working_directory: ~/hugo
environment:
HUGO_BUILD_DIR: public/
steps:
- run:
Resolving dependencies...
Build profile: -w ghc-9.4.2 -O1
In order, the following will be built (use -v for more details):
- rdf4h-5.0.1 (lib) (first run)
- rdf4h-5.0.1 (exe:rdf4h) (first run)
Configuring library for rdf4h-5.0.1..
Preprocessing library for rdf4h-5.0.1..
Building library for rdf4h-5.0.1..
[ 1 of 30] Compiling Data.RDF.BlankNode ( src/Data/RDF/BlankNode.hs, /Users/jbiesnecker/projects/rdf4h/dist-newstyle/build/aarch64-osx/ghc-9.4.2/rdf4h-5.0.1/build/Data/RDF/BlankNode.o, /Users/jbiesnecker/projects/rdf4h/dist-newstyle/build/aarch64-osx/ghc-9.4.2/rdf4h-5.0.1/build/Data/RDF/BlankNode.dyn_o )
[ 2 of 30] Compiling Data.RDF.IRI ( src/Data/RDF/IRI.hs, /Users/jbiesnecker/projects/rdf4h/dist-newstyle/build/aarch64-osx/ghc-9.4.2/rdf4h-5.0.1/build/Data/RDF/IRI.o, /Users/jbiesnecker/projects/rdf4h/dist-newstyle/build/aarch64-osx/ghc-9.4.2/rdf4h-5.0.1/build/Data/RDF/IRI.dyn_o )
#!/bin/bash
# Check if an argument is passed
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <date in YYYYDD format>"
exit 1
fi
# Extract year and day from the argument
INPUT_DATE="$1"