Skip to content

Instantly share code, notes, and snippets.

@tbonfort
tbonfort / Makefile
Created July 13, 2021 13:22
cogger c wrapper
build:
go build -o cogify.so -buildmode=c-shared .
gcc -o main main.c cogify.so
@tbonfort
tbonfort / tmux.cheat
Created June 14, 2017 07:11 — forked from afair/tmux.cheat
Tmux Quick Reference & Cheat sheet - 2 column format for less scrolling!
========================================== ==========================================
TMUX COMMAND WINDOW (TAB)
========================================== ==========================================
List tmux ls List ^b w
New -s <session> Create ^b c
Attach att -t <session> Rename ^b , <name>
Rename rename-session -t <old> <new> Last ^b l (lower-L)
Kill kill-session -t <session> Close ^b &

Keybase proof

I hereby claim:

  • I am tbonfort on github.
  • I am tbonfort (https://keybase.io/tbonfort) on keybase.
  • I have a public key whose fingerprint is 00DE 1989 C1AB 378E F5D4 9DF5 4234 B7C3 C2CF 5E45

To claim this, I am signing this object:

#!/bin/bash
str="aaaaaaaaaaaaaaaaaa";
while true; do
if [ "$str" = "aaaaaaaaaaaaaaaaaa" ]; then
str="bbbbbbbbbbbbbbbbbbbbb"
else
str="aaaaaaaaaaaaaaaaaa"
fi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
layer
classitem "site_princ"
class
expression "1"
minscale 100
maxscale 1000
style
blabla
end
end
<?php
/**
*
* highly modified for mapserver import
* orig author Vladimir Sibirov
*/
// Edit configuration below
$username = 'mapserver-trac-importer';