Skip to content

Instantly share code, notes, and snippets.

# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
<?php
//ipchicken.php
$url = 'http://www.ipchicken.com/';
$filename='IP.txt';
//get $last ip
$LASTIP='';
if(is_file($filename)){
$LASTIP=file($filename)[0];
$LASTIP=trim($LASTIP);
@jambonbill
jambonbill / html
Created September 8, 2016 05:43
audiosource.html
<!doctype html>
<html>
<head>
<title>audiosource</title>
</head>
<body>
<div>Input:
<select id="audioinput" onchange="changeInput(this.selectedIndex);">
<option>default (selection not supported)</option>
@jambonbill
jambonbill / txt
Last active September 11, 2016 06:13
MIDINOTE<>OCRA
N Freq OCR MIDI
--------------------
-- ---- --- 00
-- ---- --- 01
-- ---- --- 02
-- ---- --- 03
-- ---- --- 04
-- ---- --- 05
-- ---- --- 06
-- ---- --- 07
@jambonbill
jambonbill / user.js
Created February 7, 2017 09:59
Hide the AsiaXpat Classifieds ugly ads
// ==UserScript==
// @name AsiaXpatClassifieds
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Hide the AsiaXpat Classifieds ugly ads
// @author Jambonbill
// @match http://hongkong.asiaxpat.com/classifieds/*
// @grant none
// ==/UserScript==
@jambonbill
jambonbill / .block
Last active November 10, 2017 05:35
fresh block
license: mit
@jambonbill
jambonbill / JCHKey-Guide.md
Last active June 21, 2018 13:35
JCH KEY-GUIDE

COMPLETE KEY-GUIDE FOR JCH EDITOR V3.02

KEY TO TYPE FUNCTION


  • F1 Play music from start-point (SP), defined with the "+"-key.
  • F3 Play from the absolute beginning.
  • F5 Toggle between track or sequence mode.
  • F7/F8 Octave up/down.
@jambonbill
jambonbill / defmon101.md
Last active June 22, 2018 09:44
a defMON operator field guide by iLKke (copy as markdown for readability)

disCLAIMER

This guide is the result of my limited defMON knowledge based largely on experimentation, therefore it almost certainly contains inaccuracies and omissions. It is not intended as an exhaustive explanation of the program, but rather a brief survival guide and reference. It assumes basic familiarity with trackers and the SID chip.

Hope you find this text helpful. You are encouraged to experiment.

jambonbill@brnda-Inspiron-620:~/Downloads/reMID-0.9.1/src$ make
gcc -ljack -lglib-2.0 -lstdc++ -lasound -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lxml2 reMID.o gui.o jack_audio.o sid_chips.o midi.o alsa_midi.o jack_midi.o prefs.o /usr/local/lib/libresid.a -o reMID
gui.o: In function `update_progs':
/home/jambonbill/Downloads/reMID-0.9.1/src/gui.c:41: undefined reference to `gtk_progress_bar_set_fraction'
gui.o: In function `gui_update':
/home/jambonbill/Downloads/reMID-0.9.1/src/gui.c:58: undefined reference to `gtk_combo_box_set_active'
gui.o: In function `on_file_open_selected':
/home/jambonbill/Downloads/reMID-0.9.1/src/gui.c:80: undefined reference to `gtk_file_chooser_dialog_new'
/home/jambonbill/Downloads/reMID-0.9.1/src/gui.c:89: undefined reference to `gtk_dialog_get_type'
/home/jambonbill/Downloads/reMID-0.9.