I hereby claim:
- I am jbhannah on github.
- I am jbhannah (https://keybase.io/jbhannah) on keybase.
- I have a public key ASB9JHol_MFWircNwOKm13AOffRHuk86z_-bS98qtPwttQo
To claim this, I am signing this object:
"controller_mappings" { | |
"version" "3" | |
"title" "Final Fantasy XIV Online Steam Controller Layout (Xbox Elite Series 2)" | |
"description" "A custom controller layout for Final Fantasy XIV Online on Steam, optimized for the Xbox Elite Series 2 controller." | |
"creator" "76561197998672166" | |
"controller_type" "controller_xboxelite" | |
"group" | |
{ | |
"id" "0" |
{"lastUpload":"2020-05-06T05:40:16.002Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
web: bundle exec puma -p $PORT config.ru |
<?php | |
header('Content-type: application/json'); | |
if ( array_key_exists('char', $_GET) && array_key_exists('realm', $_GET) ) { | |
$char = $_GET['char']; | |
$realm = $_GET['realm']; | |
} else { | |
echo json_encode(array()); | |
return; | |
} |
processes = [] | |
psef = [] | |
`ps -ef`.lines.each { |r| psef << r } | |
headers = psef.shift.split | |
psef.each do |row| | |
row = row.split | |
p = {} |
#!/bin/sh | |
# Hurricane Electric IPv6 Tunnel Broker script for Ubuntu | |
# /etc/network/if-up.d/he-ipv6.sh | |
# Written by Jesse B. Hannah (http://jbhannah.net) <[email protected]> | |
# Based on instructions provided by Hurricane Electric (http://tunnelbroker.net) | |
### | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal |
[Desktop Entry] | |
Type=Application | |
Exec=rotate.py monitor | |
Hidden=false | |
NoDisplay=false | |
X-GNOME-Autostart-enabled=true | |
Name[en_US]=Monitor Screen Rotation | |
Name=Monitor Screen Rotation | |
Comment[en_US]=Monitor the rotation of the display and rotate the screen to match. | |
Comment=Monitor the rotation of the display and rotate the screen to match. |
# Beware! This file is rewritten every time htop exits. | |
# The parser is also very primitive, and not human-friendly. | |
# (I know, it's in the todo list). | |
fields=0 48 17 18 38 39 40 2 46 47 49 1 | |
sort_key=47 | |
sort_direction=1 | |
hide_threads=0 | |
hide_kernel_threads=1 | |
hide_userland_threads=0 | |
shadow_other_users=0 |
<?php | |
header('Content-type: application/json'); | |
if ( array_key_exists('username', $_GET) ) | |
$user = $_GET['username']; | |
else | |
$user = ""; | |
$curl = curl_init("http://mystatus.skype.com/${user}.num"); | |
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); |