I am attesting that this GitHub handle jambonbill is linked to the Tezos account tz1S1ghDL8NuN3pvXmaaarGyqFrfG1VXGiRz for tzprofiles
sig:edsigtxqsYoEteuSTFVDbWtFyYzSVkvxWVDZmzfK3wpdqfBANPdZbZjbeiAw3dVYk7Z9bNEmKAdH3fUvcPx1Zzjna2CXGiZNPeb
I am attesting that this GitHub handle jambonbill is linked to the Tezos account tz1S1ghDL8NuN3pvXmaaarGyqFrfG1VXGiRz for tzprofiles
sig:edsigtxqsYoEteuSTFVDbWtFyYzSVkvxWVDZmzfK3wpdqfBANPdZbZjbeiAw3dVYk7Z9bNEmKAdH3fUvcPx1Zzjna2CXGiZNPeb
| I am attesting that this GitHub handle jambonbill is linked to the Tezos account tz1S1ghDL8NuN3pvXmaaarGyqFrfG1VXGiRz for tzprofiles |
| 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. |
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.
| license: mit |
| // ==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== |
| N Freq OCR MIDI | |
| -------------------- | |
| -- ---- --- 00 | |
| -- ---- --- 01 | |
| -- ---- --- 02 | |
| -- ---- --- 03 | |
| -- ---- --- 04 | |
| -- ---- --- 05 | |
| -- ---- --- 06 | |
| -- ---- --- 07 |
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>audiosource</title> | |
| </head> | |
| <body> | |
| <div>Input: | |
| <select id="audioinput" onchange="changeInput(this.selectedIndex);"> | |
| <option>default (selection not supported)</option> |
| <?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); |