Skip to content

Instantly share code, notes, and snippets.

View poconbhui's full-sized avatar

Padraig O Conbhui poconbhui

View GitHub Profile
@poconbhui
poconbhui / play.py
Last active May 22, 2021 18:07 — forked from a1ien/play.py
#!/usr/bin/env python3
#
# DS4 report stuff
#
import struct
from sys import stdin, argv
import os
from io import FileIO
@poconbhui
poconbhui / page.html
Last active December 12, 2015 03:59
Nationstates Responsive CSS
<!DOCTYPE html>
<html>
<head>
...
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="responsive.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
...