Skip to content

Instantly share code, notes, and snippets.

View whoozle's full-sized avatar
🚴
reinventing the wheel

Vladimir whoozle

🚴
reinventing the wheel
View GitHub Profile
#!/usr/bin/env python
f = 0.3
e = 1
d = []
BITS = 32
#decompose
for i in range(BITS):
Item {
width: 30%;
height: 100%;
anchors.horizontalCenter: parent.horizontalCenter;
Rectangle {
anchors.fill: parent;
color: "#888";
}
Column {
@whoozle
whoozle / options.json
Last active November 1, 2018 03:51
Red October V
{"tickrate":"10000","fillColor":"#000000","fillColor2":"#ffff00","blendColor":"#808000","backgroundColor":"#b22d10","buzzColor":"#400000","quietColor":"#400000","shiftQuirks":false,"loadStoreQuirks":false,"vfOrderQuirks":false,"clipQuirks":false,"jumpQuirks":false,"enableXO":true,"screenRotation":0}
#!/bin/bash
#This script allows you to unpack game files for
#Indiana Johnes and His Desktop Adventures
#so you can run game under wine
#Please find unpacked game files in game/ directory
mkdir game
for fin in $(ls -1 *_);