├── c ├── allcfiles.txt ├── asmcopy.c ├── games │ └── race3d │ │ ├── Makefile │ │ ├── current.c │ │ ├── current2linPort.patch │ │ ├── define.c │ │ ├── floataround.c │ │ ├── flying.c │ │ ├── getdeps.sh │ │ ├── gravity.c │ │ ├── gravityrings.c │ │ ├── incl.c │ │ ├── jtrackparms.c │ │ ├── jtrackparms2.c │ │ ├── keys.c │ │ ├── kips.c │ │ ├── last.c │ │ ├── lin0.c │ │ ├── make4cw.sh │ │ ├── marker.c │ │ ├── marker2.c │ │ ├── marker3.c │ │ ├── marker4.c │ │ ├── next.c │ │ ├── octree1.c │ │ ├── octree2.c │ │ ├── octree3.c │ │ ├── octree4.c │ │ ├── rings.c │ │ ├── rings2.c │ │ ├── string2.c │ │ ├── stringofbeads.c │ │ ├── tough.c │ │ ├── track.c │ │ ├── trails.c │ │ ├── watchevents.sh │ │ ├── weird16.bas │ │ └── wireframe.c ├── gfx │ ├── sdl │ │ ├── alphaeyes │ │ │ ├── alphaeyes.c │ │ │ └── make.sh │ │ ├── scroll │ │ │ ├── define.c │ │ │ ├── incl.c │ │ │ ├── make.sh │ │ │ └── scroll.c │ │ ├── stripped-useful.c │ │ └── transtri │ │ │ ├── bgtexture.bmp │ │ │ ├── bresenham.c │ │ │ ├── define.c │ │ │ ├── incl.c │ │ │ ├── make.sh │ │ │ ├── make4cw.sh │ │ │ ├── starsurface.c │ │ │ ├── transtri.c │ │ │ ├── tri.c │ │ │ └── whatwegot.c │ └── xmms_visualisations │ │ ├── blur_scope.c │ │ ├── opengl_spectrum.c │ │ └── spectrum.c ├── gfx2d │ ├── BWlib │ │ ├── BWlib.c │ │ ├── BWlib.h │ │ ├── bwicon │ │ ├── main.c │ │ └── readme │ ├── curses │ │ ├── damnandblast-funkyshit.c │ │ ├── damnandblast-hang.c │ │ ├── damnandblast-layers.c │ │ ├── damnandblast-orig.c │ │ ├── damnandblast-orig2.c │ │ ├── damnandblast-plasma1.c │ │ ├── damnandblast-plasma2.c │ │ ├── damnandblast-plasma3.c │ │ ├── damnandblast.c │ │ ├── debianswirl.c │ │ ├── make │ │ └── matrix.c │ ├── fluid │ │ ├── c.bat │ │ ├── current.c │ │ ├── current.c-with-allegro │ │ ├── e.bat │ │ ├── fluid1.c │ │ ├── fluid2.c │ │ ├── fluid3.c │ │ ├── fluid4.c │ │ ├── fluid5.c │ │ ├── make │ │ ├── swirly1.c │ │ ├── swirly10.c │ │ ├── swirly11.c │ │ ├── swirly2.c │ │ ├── swirly3.c │ │ ├── swirly4.c │ │ ├── swirly5.c │ │ ├── swirly6.c │ │ ├── swirly7.c │ │ ├── swirly8.c │ │ └── swirly9.c │ ├── headfuck │ │ ├── 1.c │ │ ├── current.c │ │ ├── current.c.blurbback │ │ ├── current.nbk │ │ ├── headfuck.c │ │ ├── nice2.c │ │ ├── r.bat │ │ └── swirly.c │ ├── ifs │ │ └── ifs1.c │ ├── jfont │ │ ├── blur.c │ │ ├── cool.jf │ │ ├── cool1.jf │ │ ├── crazy.c │ │ ├── current.c │ │ ├── current.nbk │ │ ├── diffuse.c │ │ ├── jfparse1.c │ │ ├── jfparse2.c │ │ ├── jfparse3.c │ │ ├── jfparse4.c │ │ ├── jfshow.c │ │ ├── jfshow2.c │ │ ├── r.bat │ │ └── theworks.c │ ├── life │ │ ├── current.c │ │ ├── dunno.c │ │ ├── jazzy.c │ │ ├── lines.c │ │ ├── lines2.c │ │ ├── pattern.c │ │ ├── pattern2.c │ │ ├── pattern3.c │ │ ├── pattern4.c │ │ ├── smooth.c │ │ ├── squidge.c │ │ └── squidge2.c │ ├── oldlife │ │ ├── current.c │ │ ├── distfail.c │ │ ├── life1.c │ │ ├── life2.c │ │ └── unix │ │ │ ├── life1.c │ │ │ └── life2.c │ ├── plasma │ │ ├── artefacts.c │ │ ├── blocks.c │ │ ├── blocks2.c │ │ ├── blocks3.c │ │ ├── cloud.c │ │ ├── current.c │ │ ├── current.nbk │ │ ├── failn.c │ │ ├── freeaspectproblems.c │ │ ├── good.c │ │ ├── hue.c │ │ ├── hue1.c │ │ ├── huebad.c │ │ ├── huebetter.c │ │ ├── linear.c │ │ ├── nouchar.c │ │ ├── pretty.c │ │ ├── qbattempt.c │ │ ├── qbsuccess.c │ │ └── sqblobs.c │ ├── plasmoid │ │ ├── 3dnice.c │ │ ├── 3dslice.c │ │ ├── 3dsmartrend.c │ │ ├── aztec.c │ │ ├── blurb.tgz │ │ ├── current.c │ │ ├── current.nbk │ │ ├── cyber.c │ │ ├── cyber2.c │ │ ├── cyber3.c │ │ ├── experimentalrenderer.c │ │ ├── gaussarte.c │ │ ├── gaussians.c │ │ ├── gaussint.c │ │ ├── gbetter.c │ │ ├── genericvolrend.c │ │ ├── good.c │ │ ├── good3.c │ │ ├── gradient.c │ │ ├── interesting.c │ │ ├── lastrndseed │ │ ├── moving.c │ │ ├── mushroom.c │ │ ├── neon.c │ │ ├── nonlinear.c │ │ ├── particles.c │ │ ├── plasmoid1.c │ │ ├── plasmoid2.c │ │ ├── plasmoidlavalamp.c │ │ ├── plasmoidlavalamp2.c │ │ ├── plasmoidlavalamplots.c │ │ ├── plusminus.c │ │ ├── psycho.c │ │ ├── reallytamingcyber.c │ │ ├── refraction.c │ │ ├── sharphorrid.c │ │ ├── solidsurface.c │ │ ├── tamingcyber.c │ │ ├── tmp │ │ ├── warping.c │ │ ├── wetheadlights.c │ │ ├── white.c │ │ ├── wireframe.c │ │ ├── wireframe2.c │ │ └── wireframesinewave.c │ ├── psycho │ │ ├── current.c │ │ ├── e.bat │ │ ├── ex11.c │ │ ├── field1.c │ │ ├── field2.c │ │ ├── hue1.c │ │ ├── hue2.c │ │ ├── hue3.c │ │ ├── hue4.c │ │ ├── hue5.c │ │ ├── neon.c │ │ ├── nopixareacheck.c │ │ ├── psycho1.c │ │ ├── psycho2.c │ │ ├── psycho3.c │ │ ├── psycho4.c │ │ ├── psycho5.c │ │ ├── psycho6.c │ │ ├── psycho7.c │ │ ├── seemfast.c │ │ ├── smiley1.c │ │ ├── stars8.bas │ │ ├── zoom.c │ │ ├── zoom1.c │ │ └── zoom2d.c │ ├── ripple │ │ ├── Interpolatedrefraction.c │ │ ├── Nonlinear.c │ │ ├── Rippleinterpolated.c │ │ ├── Ripplequadded.c │ │ ├── blurb.tgz │ │ ├── c.bat │ │ ├── current.c │ │ ├── e.bat │ │ ├── fedup.c │ │ ├── fly.c │ │ ├── largerefraction.c │ │ ├── old.tgz │ │ ├── ripple1.c │ │ ├── ripple2.c │ │ ├── ripple3.c │ │ ├── ripple4.c │ │ ├── sm.c │ │ ├── tmp │ │ └── worm.c │ ├── risk │ │ ├── abitnaff.c │ │ └── current.c │ ├── twinkle │ │ ├── twinkle.c │ │ ├── twinkle.man │ │ ├── twinkle1.c │ │ ├── twinkle1.man │ │ ├── twinkle2.c │ │ └── twinkle2.man │ ├── wibblies │ │ └── wibblies.c │ └── zoom │ │ ├── zoom1.c │ │ ├── zoom10.c │ │ ├── zoom11.c │ │ ├── zoom11b.c │ │ ├── zoom2.c │ │ ├── zoom3.c │ │ ├── zoom4.c │ │ ├── zoom5.c │ │ ├── zoom6.c │ │ ├── zoom7.c │ │ ├── zoom8.c │ │ ├── zoom9.c │ │ └── zoom9b.c ├── gfx3d │ ├── blur │ │ ├── blur1.c │ │ ├── blurbback │ │ │ ├── blur1.c │ │ │ ├── current.c │ │ │ ├── cyber.c │ │ │ ├── lines.c │ │ │ ├── lines2.c │ │ │ ├── lines3.c │ │ │ ├── morelines.c │ │ │ ├── redgreen.c │ │ │ ├── redgreen2.c │ │ │ ├── redgreen3.c │ │ │ ├── snakes.c │ │ │ └── stars.c │ │ ├── blurbed │ │ │ ├── REDGRE~2.C │ │ │ ├── blur1.c │ │ │ ├── current.c │ │ │ ├── cyber.c │ │ │ ├── lines.c │ │ │ ├── lines2.c │ │ │ ├── lines3.c │ │ │ ├── moreli~1.c │ │ │ ├── myblurb │ │ │ ├── redgreen.c │ │ │ ├── redgre~1.c │ │ │ ├── snakes.c │ │ │ └── stars.c │ │ ├── current.c │ │ ├── cyber.c │ │ ├── lines.c │ │ ├── lines2.c │ │ ├── lines3.c │ │ ├── morelines.c │ │ ├── redgreen.c │ │ ├── redgreen2.c │ │ ├── redgreen3.c │ │ ├── snakes.c │ │ └── stars.c │ ├── cyberspace │ │ └── filesys.c │ ├── escher │ │ └── balls.c │ ├── fluid3d │ │ ├── brownian.c │ │ ├── current.c │ │ ├── gwell1.c │ │ ├── gwell2.c │ │ ├── gwell3.c │ │ ├── gwell4.c │ │ ├── unix.c │ │ └── warp.c │ ├── grid │ │ ├── allover.c │ │ ├── allover2.c │ │ ├── allover3.c │ │ ├── blur.c │ │ ├── blur2.c │ │ ├── charlie1.c │ │ ├── charlie2.c │ │ ├── current.c │ │ ├── foranimnicemovement.c │ │ ├── glasses.c │ │ ├── grid.c │ │ ├── grid2.c │ │ ├── grid3.c │ │ ├── hex.c │ │ ├── layered.c │ │ └── lines.c │ ├── julia │ │ ├── allflis.bat │ │ ├── anim.pi │ │ ├── ar.bat │ │ ├── arest.bat │ │ ├── blurbback │ │ │ ├── JACKSTES.C │ │ │ ├── bound.c │ │ │ ├── bound2.c │ │ │ ├── bound3.c │ │ │ ├── bound4.c │ │ │ ├── bound5.c │ │ │ ├── bound6.c │ │ │ ├── bound7.c │ │ │ ├── current.c │ │ │ ├── j4dmove.c │ │ │ ├── j4dmove2.c │ │ │ ├── j4dmove3.c │ │ │ ├── jackstest.c │ │ │ ├── julia.c │ │ │ ├── julia4d.c │ │ │ ├── julia4d2.c │ │ │ ├── julia4d3.c │ │ │ ├── julia4d4.c │ │ │ ├── m4dmove4.c │ │ │ ├── mandan~1.c │ │ │ ├── mandel.c │ │ │ ├── mandel4d.c │ │ │ ├── mandma~1.c │ │ │ └── mandmove.c │ │ ├── bound.c │ │ ├── bound2.c │ │ ├── bound3.c │ │ ├── bound4.c │ │ ├── bound5.c │ │ ├── bound6.c │ │ ├── bound7.c │ │ ├── current.c │ │ ├── current.nbk │ │ ├── j4dmove.c │ │ ├── j4dmove2.c │ │ ├── j4dmove3.c │ │ ├── jackstes.c │ │ ├── julia.c │ │ ├── julia.inc │ │ ├── julia4d.c │ │ ├── julia4d2.c │ │ ├── julia4d3.c │ │ ├── julia4d4.c │ │ ├── m4dmove4.c │ │ ├── mandan~1.c │ │ ├── mandel.c │ │ ├── mandel4d.c │ │ ├── mandma~1.c │ │ ├── mandmove.c │ │ ├── pix │ │ │ ├── oldindex.htm │ │ │ ├── showall.bat │ │ │ └── showall.txt │ │ ├── r.bat │ │ ├── tmp2 │ │ └── tomattempt.c │ ├── mountain │ │ ├── colour.c │ │ ├── colour2.c │ │ ├── contmemleak.c │ │ ├── current.c │ │ ├── current.c.blurbback │ │ ├── current.nbk │ │ ├── duntwerk.c │ │ ├── fade.c │ │ ├── fast.c │ │ ├── fog.c │ │ ├── hung.c │ │ ├── linear.c │ │ ├── mount1.c │ │ ├── notes.txt │ │ ├── r.bat │ │ ├── rendered.c │ │ ├── rendered2.c │ │ └── texturenoshade.c │ ├── presc │ │ ├── current.c │ │ └── orbit.c │ ├── renderer │ │ ├── current.c │ │ ├── rend1.c │ │ ├── rend2.c │ │ └── rend3.c │ └── sphere │ │ ├── allang.c │ │ ├── current.c │ │ ├── discs.c │ │ ├── fading.c │ │ ├── fluid3d.c │ │ ├── list1.c │ │ ├── list2.c │ │ ├── list3.c │ │ ├── matrix.c │ │ ├── opplus.c │ │ ├── pattern.c │ │ ├── scary.c │ │ ├── shells.c │ │ ├── shellsfast.c │ │ ├── sier.c │ │ ├── stereo.c │ │ ├── trails.c │ │ ├── tubes.c │ │ └── vol.c ├── joeylib │ ├── .comp │ │ ├── 1.tmp │ │ ├── 2.tmp │ │ ├── V2DA-header.h │ │ ├── V2DA.c │ │ ├── V2DA.h │ │ ├── angus.c │ │ ├── angus.h │ │ ├── args-header.h │ │ ├── args.c │ │ ├── args.h │ │ ├── argsold-header.h │ │ ├── argsold.c │ │ ├── argsold.h │ │ ├── bwlib-header.h │ │ ├── bwlib.c │ │ ├── bwlib.h │ │ ├── correlator2d.c │ │ ├── correlator2d.h │ │ ├── depall.sh │ │ ├── error.c │ │ ├── error.h │ │ ├── files.c │ │ ├── files.h │ │ ├── fixers-header.h │ │ ├── fixers.c │ │ ├── fixers.h │ │ ├── fontforrgb-header.h │ │ ├── fontforrgb.c │ │ ├── fontforrgb.h │ │ ├── frustrum.c │ │ ├── frustrum.h │ │ ├── ghist-header.h │ │ ├── ghist.c │ │ ├── ghist.h │ │ ├── globals.c │ │ ├── globals.h │ │ ├── htmler.c │ │ ├── htmler.h │ │ ├── james │ │ │ ├── DOCUMENTATION │ │ │ ├── Makefile │ │ │ ├── ccsParser.c │ │ │ ├── ccsParser.h │ │ │ ├── dependency.c │ │ │ ├── dependency.h │ │ │ ├── fileReader.c │ │ │ ├── fileReader.h │ │ │ ├── globals.h │ │ │ ├── main.c │ │ │ ├── make.txt │ │ │ ├── parser │ │ │ ├── parser.h │ │ │ ├── test.ccs │ │ │ └── test.xxn1927 │ │ ├── jbmp.c │ │ ├── jbmp.h │ │ ├── jcurses-header.h │ │ ├── jcurses.c │ │ ├── jcurses.h │ │ ├── jfont.c │ │ ├── jfont.h │ │ ├── jfontall-header.h │ │ ├── jfontall.c │ │ ├── jfontall.h │ │ ├── jfontforjbmp-header.h │ │ ├── jfontforjbmp.c │ │ ├── jfontforjbmp.h │ │ ├── jfontformaps-header.h │ │ ├── jfontformaps.c │ │ ├── jfontformaps.h │ │ ├── jfontforrgbmp-header.h │ │ ├── jfontforrgbmp.c │ │ ├── jfontforrgbmp.h │ │ ├── jfontfotwriteable-header.h │ │ ├── jfontfotwriteable.c │ │ ├── jfontfotwriteable.h │ │ ├── jl.so.n │ │ ├── joeylib-header.h │ │ ├── joeylib.c │ │ ├── joeylib.h │ │ ├── joeylib.h.joeySeemsToThinkImportant │ │ ├── joeylib.o │ │ ├── joeylibH.c │ │ ├── keep │ │ │ ├── joeylib.c │ │ │ └── joeylib.h │ │ ├── line2d.c │ │ ├── line2d.h │ │ ├── line3d.c │ │ ├── line3d.h │ │ ├── line3db4rend-header.h │ │ ├── line3db4rend.c │ │ ├── line3db4rend.h │ │ ├── list.c │ │ ├── list.h │ │ ├── list2.c │ │ ├── list2.h │ │ ├── listmodules.sh │ │ ├── make │ │ ├── makeshared │ │ ├── makesharedfrombits.sh │ │ ├── map1d-header.h │ │ ├── map1d.c │ │ ├── map1d.h │ │ ├── map2d-header.h │ │ ├── map2d.c │ │ ├── map2d.h │ │ ├── map2d2.c │ │ ├── map2d2.h │ │ ├── map3d-header.h │ │ ├── map3d.c │ │ ├── map3d.h │ │ ├── maps.c │ │ ├── maps.h │ │ ├── maths.c │ │ ├── maths.h │ │ ├── maths2.c │ │ ├── maths2.h │ │ ├── matrix.c │ │ ├── matrix.h │ │ ├── matrix0.c │ │ ├── matrix0.h │ │ ├── mem.c │ │ ├── mem.h │ │ ├── modules.list │ │ ├── myalleg.c │ │ ├── myalleg.h │ │ ├── myrgb.c │ │ ├── myrgb.h │ │ ├── octree.c │ │ ├── octree.h │ │ ├── oldvnd-header.h │ │ ├── oldvnd.c │ │ ├── oldvnd.h │ │ ├── one2many-map-header.h │ │ ├── one2many-map.c │ │ ├── one2many-map.h │ │ ├── ordtree.c │ │ ├── ordtree.h │ │ ├── ori.c │ │ ├── ori.h │ │ ├── plane.c │ │ ├── plane.h │ │ ├── plane3d-header.h │ │ ├── plane3d.c │ │ ├── plane3d.h │ │ ├── polygon2d.c │ │ ├── polygon2d.h │ │ ├── polygon3d.c │ │ ├── polygon3d.h │ │ ├── pp-header.h │ │ ├── pp.c │ │ ├── pp.h │ │ ├── progmon.c │ │ ├── progmon.h │ │ ├── quad.c │ │ ├── quad.h │ │ ├── quads.c │ │ ├── quads.h │ │ ├── quadtree.c │ │ ├── quadtree.h │ │ ├── query-header.h │ │ ├── query.c │ │ ├── query.h │ │ ├── readpgm-header.h │ │ ├── readpgm.c │ │ ├── readpgm.h │ │ ├── readppm-header.h │ │ ├── readppm.c │ │ ├── readppm.h │ │ ├── rectangle3d.c │ │ ├── rectangle3d.h │ │ ├── region.c │ │ ├── region.h │ │ ├── renderable.c │ │ ├── renderable.h │ │ ├── renderer-header.h │ │ ├── renderer.c │ │ ├── renderer.h │ │ ├── renderer1-header.h │ │ ├── renderer1.c │ │ ├── renderer1.h │ │ ├── rendgreyscale-header.h │ │ ├── rendgreyscale.c │ │ ├── rendgreyscale.h │ │ ├── rgbhist.c │ │ ├── rgbhist.h │ │ ├── rgbmp.c │ │ ├── rgbmp.h │ │ ├── simpline2d-header.h │ │ ├── simpline2d.c │ │ ├── simpline2d.h │ │ ├── strings.c │ │ ├── strings.h │ │ ├── strings2.c │ │ ├── strings2.h │ │ ├── stringsa-header.h │ │ ├── stringsa.c │ │ ├── stringsa.h │ │ ├── testalldepends.sh │ │ ├── testdepends.sh │ │ ├── texturedrectangle3d.c │ │ ├── texturedrectangle3d.h │ │ ├── timer.c │ │ ├── timer.h │ │ ├── tmp-header.h │ │ ├── tmp.c │ │ ├── tmp.h │ │ ├── tree-header.h │ │ ├── tree.c │ │ ├── tree.h │ │ ├── ucharray-header.h │ │ ├── ucharray.c │ │ ├── ucharray.h │ │ ├── v2d.c │ │ ├── v2d.h │ │ ├── v2dmore.c │ │ ├── v2dmore.h │ │ ├── v3d.c │ │ ├── v3d.h │ │ ├── v3dmore.c │ │ ├── v3dmore.h │ │ ├── viewpnt.c │ │ ├── viewpnt.h │ │ ├── viseng-header.h │ │ ├── viseng.c │ │ ├── viseng.h │ │ ├── vnd.c │ │ ├── vnd.h │ │ ├── volrend.c │ │ ├── volrend.h │ │ ├── whichos-header.h │ │ ├── whichos.c │ │ ├── whichos.h │ │ ├── wicked.c │ │ ├── wicked.h │ │ ├── writeable.c │ │ ├── writeable.h │ │ ├── writepgm-header.h │ │ ├── writepgm.c │ │ ├── writepgm.h │ │ ├── writeppm-header.h │ │ ├── writeppm.c │ │ └── writeppm.h │ ├── .test │ │ ├── test1.c │ │ ├── test1.h │ │ ├── uses │ │ └── uses.c │ ├── README.txt │ ├── V2DA.c │ ├── angus.c │ ├── angus.unfubar │ ├── args.c │ ├── argsold.c │ ├── bwlib.c │ ├── bwlib.h │ ├── cool.jf │ ├── corr.in │ ├── correlator2d.c │ ├── error.c │ ├── files.c │ ├── fixers.c │ ├── fontforrgb.c │ ├── frustrum.c │ ├── ghist.c │ ├── globals.c │ ├── htmler.c │ ├── imagproc.h │ ├── jbmp.c │ ├── jcurses.c │ ├── jfont.c │ ├── jfontall.c │ ├── jfontforjbmp.c │ ├── jfontformaps.c │ ├── jfontforrgbmp.c │ ├── jfontfotwriteable.c │ ├── joeylib.c │ ├── joeylib.h │ ├── line2d.c │ ├── line3d.c │ ├── line3db4rend.c │ ├── list.c │ ├── list.c.save │ ├── list2.c │ ├── make │ ├── makeall │ ├── makenew │ ├── map1d.c │ ├── map2d.c │ ├── map2d2.c │ ├── map3d.c │ ├── maps.c │ ├── maths.c │ ├── maths2.c │ ├── matrix.c │ ├── matrix0.c │ ├── mem.c │ ├── myalleg.c │ ├── myrgb.c │ ├── newinc │ ├── octree.c │ ├── oldvnd.c │ ├── one2many-map.c │ ├── ordtree.c │ ├── ori.c │ ├── plane.c │ ├── plane.c,v │ ├── plane3d.c │ ├── plane3d.c,v │ ├── polygon2d.c │ ├── polygon3d.c │ ├── pp.c │ ├── progmon.c │ ├── quad.c │ ├── quadtree.c │ ├── query.c │ ├── readpgm.c │ ├── readppm.c │ ├── rectangle3d.c │ ├── region.c │ ├── renderable.c │ ├── renderer.c │ ├── renderer1.c │ ├── rendgreyscale.c │ ├── rgbhist.c │ ├── rgbmp.c │ ├── simpline2d.c │ ├── strings.c │ ├── strings2.c │ ├── stringsa.c │ ├── texturedrectangle3d.c │ ├── timer.c │ ├── tmp.c │ ├── tmp2.txt │ ├── tmplocal.txt │ ├── tmplocal2.txt │ ├── tree.c │ ├── ucharray.c │ ├── v2d.c │ ├── v3d.c │ ├── v3dmore.c │ ├── viewpnt.c │ ├── viseng.c │ ├── vnd.c │ ├── volrend.c │ ├── whichos.c │ ├── writeable.c │ ├── writepgm.c │ └── writeppm.c ├── maths │ ├── 1stmess.c │ ├── anothermess.c │ ├── current.c │ └── renderer.c ├── new.c ├── partialConcordance │ ├── c │ ├── comp.c │ ├── comp.c.jpc │ ├── e │ └── g ├── phd │ ├── 0all │ ├── 0allall │ ├── 0allpp │ ├── 0allselectedregs.sh │ ├── 0close │ ├── 0open │ ├── 1texture │ ├── 2locthr │ ├── 3ppvprec │ ├── INSTALL.txt │ ├── _ImageIndex.html │ ├── a │ ├── about.txt │ ├── all.txt │ ├── allyourbase.txt │ ├── b │ ├── blob │ ├── df.txt │ ├── doparas │ ├── edgehist.dat │ ├── finalones │ ├── gentestimg │ │ ├── data.txt │ │ ├── dogplfitting.sh │ │ ├── doit │ │ ├── doit0 │ │ ├── dooctave │ │ ├── fitgnuplot.txt │ │ ├── fitgnuplot2-plot.txt │ │ ├── fitgnuplot2-simple.txt │ │ ├── fitgnuplot2-spacings.txt │ │ ├── fitgnuplot2.txt │ │ ├── gentestimg.c │ │ ├── gnuit │ │ ├── gnuit0 │ │ ├── jfit2u.m │ │ ├── jfitu.m │ │ ├── linespacings.c │ │ ├── matlab.ans │ │ ├── matlab │ │ │ ├── jfit.m │ │ │ ├── jfit2.m │ │ │ ├── jfit2u.m │ │ │ ├── jfitu.m │ │ │ ├── myfit.m │ │ │ ├── posVspcu.m │ │ │ ├── run │ │ │ ├── sol1.txt │ │ │ ├── sol1u-octave.txt │ │ │ ├── sol1u.txt │ │ │ ├── sol2u.txt │ │ │ ├── starttofin.txt │ │ │ └── worked.mat │ │ ├── plot-ranvreal-spacings.sh │ │ ├── plot-ranvreal.sh │ │ ├── posVspcu.m │ │ ├── shownicefit.sh │ │ ├── showparamresults.sh │ │ ├── simgen.c │ │ ├── simulatecorrel.c │ │ └── solve.txt │ ├── getmeasures │ ├── good.txt │ ├── group │ │ ├── doe │ │ ├── dog │ │ └── group.c │ ├── handlabel │ │ └── hist.c │ ├── hough │ │ ├── changes.jwatch │ │ ├── h │ │ ├── hough.c │ │ ├── hough1.c │ │ └── vpfind.c │ ├── improc │ │ ├── band.c │ │ ├── binexp.c │ │ ├── combinedifference.c │ │ ├── contract.c │ │ ├── differentiate.c │ │ ├── gabor.c │ │ ├── gabor1.c │ │ ├── invert.c │ │ ├── makeanim.bat │ │ ├── noise.c │ │ ├── notes │ │ ├── scale.c │ │ └── scalegs.c │ ├── justpp │ ├── laterEdgehist.dat │ ├── lines │ │ ├── LINES13.C │ │ ├── LINES15.C │ │ ├── LINES16.C │ │ ├── boundary.c │ │ ├── changes.check │ │ ├── changes.jwatch │ │ ├── g │ │ ├── g.bat │ │ ├── getbin │ │ ├── getbin.bat │ │ ├── getres │ │ ├── getres.bat │ │ ├── group.c │ │ ├── lines.c │ │ ├── lines01.c │ │ ├── lines02.c │ │ ├── lines03.c │ │ ├── lines04.c │ │ ├── lines05.c │ │ ├── lines06.c │ │ ├── lines07.c │ │ ├── lines08.c │ │ ├── lines09broke.c │ │ ├── lines10newver.c │ │ ├── lines11.c │ │ ├── lines12.c │ │ ├── lines14broke.c │ │ ├── lines17broken.c │ │ ├── lines18.c │ │ ├── lines19.c │ │ ├── lines20.c │ │ ├── lines21.c │ │ ├── lines22.c │ │ ├── lines9broke.c │ │ ├── noedges.c │ │ ├── notes.c │ │ ├── oldgetbin │ │ ├── orient1.c │ │ ├── orient2.c │ │ ├── quad1.dat │ │ ├── quad2.dat │ │ ├── quad3.dat │ │ ├── quad4.dat │ │ ├── quad5.dat │ │ └── quad6.dat │ ├── list2 │ ├── list3 │ ├── list4 │ ├── list5 │ ├── locthr │ │ ├── getres │ │ ├── getres.bat │ │ ├── locthr.c │ │ ├── locthr3.c │ │ ├── locthr6.c │ │ ├── locthrreg4.c │ │ ├── locthrreg5.c │ │ ├── locthrreg6.c │ │ ├── locthrreg7.c │ │ └── thrall │ ├── locthrall │ ├── makephdbins │ ├── new2.txt │ ├── nn │ │ ├── SNNS_NET.net │ │ ├── bignet.net │ │ ├── davesbatch.cfg │ │ ├── results.res │ │ ├── test.pat │ │ ├── theirbatch.cfg │ │ └── trainednet.net │ ├── notcrap.txt │ ├── oldtexture │ │ ├── asknn │ │ ├── blob.c │ │ ├── collectall │ │ ├── collectres │ │ ├── dot │ │ ├── dote │ │ ├── dothighres │ │ ├── dotlowres │ │ ├── getallres │ │ ├── getres │ │ ├── jnn.c │ │ ├── jnn1.c │ │ ├── measures.c │ │ ├── other.c │ │ ├── segmenter.c │ │ ├── tasks.c │ │ ├── texture.c │ │ ├── texture1.c │ │ ├── texture2.c │ │ └── texture3.c │ ├── ones2do │ ├── projprof │ │ ├── collectres │ │ ├── dotest │ │ ├── extractall │ │ ├── extractone │ │ ├── getgoodregs │ │ ├── getregres │ │ ├── getres │ │ ├── norm │ │ ├── pp.c │ │ ├── pp.in.c │ │ ├── pp001.c │ │ ├── pp002.c │ │ ├── pp003.c │ │ ├── pp004.c │ │ ├── pp005.c │ │ ├── pp006.c │ │ ├── pp007.c │ │ ├── pp008.c │ │ ├── pp009.c │ │ ├── pp010.c │ │ ├── pp011.c │ │ ├── pp012.c │ │ ├── pp013good.c │ │ ├── pp014.c │ │ ├── pp015.c │ │ ├── ppb4fork.c │ │ ├── ppreg │ │ ├── procres │ │ │ ├── clean.sh │ │ │ ├── compareTwo.sh │ │ │ ├── derivVsquare.sh │ │ │ ├── dorotate.gpl │ │ │ ├── extracterror │ │ │ ├── finderr.c │ │ │ ├── fullVhier.sh │ │ │ ├── gettotals.sh │ │ │ ├── plotsummary.gpl │ │ │ ├── processone.sh │ │ │ ├── quicksum.sh │ │ │ ├── rotate.sh │ │ │ ├── rotatedata.gpl │ │ │ └── rotatefocal.gpl │ │ ├── quick │ │ ├── showdesiredspacings.gpl │ │ ├── showdesiredspacings.sh │ │ ├── simall │ │ ├── simone │ │ ├── strict │ │ ├── testsim │ │ └── todo.regs │ ├── pslocthrreg │ ├── quads │ │ ├── almostworks.c │ │ ├── antibodge.c │ │ ├── broken.c │ │ ├── clr.bat │ │ ├── current.c │ │ ├── data.txt │ │ ├── dfbefore │ │ ├── docanny │ │ ├── does │ │ ├── e │ │ ├── findquad.c │ │ ├── findquads2.c │ │ ├── findqu~1.c │ │ ├── forpaper │ │ ├── getall │ │ ├── getres │ │ ├── getres.bat │ │ ├── li │ │ ├── ls.gf │ │ ├── measandarea.c │ │ ├── oldqf.c │ │ ├── orderbad.c │ │ ├── orderbymeasure.c │ │ ├── quadfind.c │ │ ├── r │ │ ├── r.bat │ │ ├── readgf.c │ │ ├── system1.c │ │ ├── system10.c │ │ ├── system11.c │ │ ├── system12.c │ │ ├── system2.c │ │ ├── system3.c │ │ ├── system4.c │ │ ├── system5.c │ │ ├── system6.c │ │ ├── system7.c │ │ ├── system8.c │ │ ├── system9.c │ │ ├── works.c │ │ ├── works2.c │ │ └── x │ ├── regions │ │ ├── current.c │ │ ├── current.nbk │ │ ├── hough.c │ │ ├── hough1.c │ │ ├── localregions.c │ │ ├── localr~1.c │ │ ├── r │ │ ├── r.bat │ │ ├── regionandhough.c │ │ ├── regions1.c │ │ ├── regions2.c │ │ ├── regions3.c │ │ ├── regions4.c │ │ ├── regions5.c │ │ ├── regions6.c │ │ ├── regions7.c │ │ ├── regions8.c │ │ ├── regions9.c │ │ ├── regionsr.bat │ │ ├── rgbvis.c │ │ └── threshes.c │ ├── rest.txt │ ├── results │ │ └── runme │ ├── resultsfor │ ├── stats │ │ ├── all │ │ ├── cirdet.c │ │ ├── clip.c │ │ ├── cluster.c │ │ ├── collectstats │ │ ├── conexp │ │ ├── current.c │ │ ├── dark │ │ ├── doclust │ │ ├── docombine │ │ ├── doedgehist │ │ ├── donope │ │ ├── eadv6.c │ │ ├── edgehist.c │ │ ├── edges.c │ │ ├── edges1.c │ │ ├── edgesmess.c │ │ ├── em3 │ │ ├── forebackadapt.c │ │ ├── getgs │ │ ├── getres │ │ ├── grey.c │ │ ├── h │ │ ├── h2 │ │ ├── h3 │ │ ├── halfdone.c │ │ ├── hist.c │ │ ├── histcor.c │ │ ├── histcor2.c │ │ ├── histcor3.c │ │ ├── maybeh │ │ ├── moredges.c │ │ ├── nthresh.c │ │ ├── qedges.c │ │ ├── qeds │ │ ├── smooth.c │ │ ├── textvector2.c │ │ ├── thresh.c │ │ ├── vc │ │ └── vechange.c │ ├── temp │ ├── test.c │ ├── texture │ │ ├── _ImageIndex.html │ │ ├── asknn │ │ ├── asknn.bat │ │ ├── askquestion.bat │ │ ├── askquestion.bat.bat │ │ ├── blob.c │ │ ├── blob.c.jfc │ │ ├── browsepics.html │ │ ├── collect │ │ ├── collect.bat │ │ ├── collectall │ │ ├── collectall.bat │ │ ├── collectres │ │ ├── collectres.bat │ │ ├── current.net │ │ ├── dot │ │ ├── dot.bat │ │ ├── dotall │ │ ├── dotall.bat │ │ ├── dote │ │ ├── dote.bat │ │ ├── dothighres │ │ ├── dothighres.bat │ │ ├── dotlowres │ │ ├── dotlowres.bat │ │ ├── findmistakes.c │ │ ├── forall.progress │ │ ├── getallres │ │ ├── getallres.bat │ │ ├── getblob │ │ ├── getres │ │ ├── getres.bat │ │ ├── initialnet.net │ │ ├── jnn.c │ │ ├── jnn.c.jfc │ │ ├── measforimage29 │ │ │ └── measures.c │ │ ├── measures.c │ │ ├── measures.c.jfc │ │ ├── other.c │ │ ├── other.c.jfc │ │ ├── progress.fa │ │ ├── segmenter.c │ │ ├── segmenter.c.jfc │ │ ├── tasks.c │ │ ├── tasks.c.jfc │ │ ├── testnet.bat │ │ ├── testnet.bat.bat │ │ ├── trained-all-dodgy.net │ │ ├── trainedlast.net │ │ ├── trainednet.net │ │ ├── trainnet.bat │ │ └── trainnet.bat.bat │ ├── todo │ ├── todo.txt │ ├── trace.txt │ ├── usedinpaper.lst │ └── voronoi │ │ └── voronoi.c ├── test │ ├── a.out │ ├── angles.c │ ├── args.c │ ├── cool.jf │ ├── correl.c │ ├── current.c.blurbback │ ├── dunnofordos.c │ ├── filesrecurse.c │ ├── intersect2d.c │ ├── jd.c │ ├── jfont.c │ ├── line3d.c │ ├── oldstrings.c │ ├── poloverlap.c │ ├── r │ ├── spikey.c │ ├── stringtest │ ├── stringtest.c │ ├── svga.c │ └── test.c ├── tools │ ├── bat2sh │ │ └── bat2sh.c │ ├── choosefile │ │ └── choosefile.c │ ├── cim │ │ └── cim.c │ ├── cparser │ │ ├── ctoh.c │ │ ├── ctoh.h │ │ └── ctoh.hs │ ├── curses.c │ ├── dump │ │ └── dump.c │ ├── escapenewlines │ │ ├── compileandtest.sh │ │ ├── escapenewlines.c │ │ └── unescapenewlines.c │ ├── files │ │ └── files.c │ ├── forall │ │ ├── forall.c │ │ ├── forall1.c │ │ ├── forall2.c │ │ ├── forall3.c │ │ └── tail │ ├── htmler │ │ ├── einaus.c │ │ ├── einaus1.c │ │ ├── einaus2.c │ │ ├── einaus3.c │ │ ├── einaus4.c │ │ ├── einaus5.c │ │ └── r.bat │ ├── index │ │ └── index.c │ ├── jfc │ │ ├── 1 │ │ ├── 2 │ │ ├── 1.diff │ │ ├── 2.diff │ │ ├── jfc.c │ │ └── r.bat │ ├── jshow │ │ └── jshow.c │ ├── jtype │ │ └── jtype.c │ ├── lookatfiles │ │ ├── filevis.c │ │ ├── r.bat │ │ └── tree.c │ ├── mail │ │ ├── Resistance │ │ ├── email.c │ │ ├── finddate.c │ │ ├── finddate1.c │ │ ├── finddate2.c │ │ ├── finddate3.c │ │ ├── finddate4.c │ │ ├── mail.c │ │ ├── unpine.c │ │ └── unpine1.c │ ├── p2a │ │ ├── bugger │ │ ├── c.bat │ │ ├── curent.C │ │ ├── current.c │ │ ├── e.bat │ │ ├── g.bat │ │ ├── p2a.c │ │ ├── p2a.uni │ │ └── writepgm.c │ ├── parser │ │ └── parse.c │ ├── pc │ │ ├── back.c │ │ ├── current.c │ │ ├── partconc.c │ │ ├── pc.c │ │ ├── pc1.c │ │ ├── pc2 │ │ ├── pc2.c │ │ └── pc3.c │ ├── portfilter │ │ └── portfilter.c │ ├── remend │ │ ├── current.c │ │ └── remend.c │ ├── showargs │ │ └── showargs.c │ ├── spanner │ │ └── build.c │ ├── sreplace │ │ ├── sreplace.c │ │ ├── sreplace1.c │ │ └── sreplace2.c │ ├── suid │ │ └── nicexmms.c │ ├── unicorn │ │ └── unicorn.c │ └── webmaster │ │ ├── cgi.c │ │ └── getcgi.c └── x11 │ ├── example │ ├── .nosync │ ├── a.out │ ├── example.c │ ├── graphics.c │ ├── graphics.h │ ├── index.html │ ├── make │ └── windows │ │ ├── graphics.c │ │ └── graphics.h │ ├── make │ ├── make.bat │ ├── makeshared │ ├── mikey.c │ ├── mikey1.0.c │ ├── mikey1.1.c │ ├── mikey2far.c │ ├── mine │ ├── example.c │ ├── graphics.c │ ├── graphics.h │ └── make │ ├── simple │ ├── .nosync │ ├── make │ ├── xlib-1 │ ├── xlib-1.c │ ├── xlib-2 │ ├── xlib-2.c │ ├── xlib-3 │ ├── xlib-3.c │ ├── xlib-4 │ └── xlib-4.c │ ├── xlib │ ├── .nosync │ ├── makealt │ ├── makexvvis │ ├── xlib.c │ ├── xlib.c.b4ind │ ├── xlib.h │ ├── xlibwrap.cc │ ├── xvvis.c │ └── xvvis.h │ ├── xvvis.c │ └── xvvis.h ├── code ├── maxima │ ├── intersect_lines_2d.wxm │ └── intersect_lines_2d_function.wxm ├── unreal │ └── JavaBot │ │ ├── .classpath │ │ ├── .project │ │ ├── Changes.html │ │ ├── JavaBot.ipr │ │ ├── ReadMe.html │ │ ├── ToDo.html │ │ ├── doc │ │ ├── allclasses-frame.html │ │ ├── allclasses-noframe.html │ │ ├── constant-values.html │ │ ├── deprecated-list.html │ │ ├── edu │ │ │ ├── cmu │ │ │ │ └── gamebots │ │ │ │ │ ├── CMU_JBot.Node.html │ │ │ │ │ ├── CMU_JBot.NodeMap.html │ │ │ │ │ ├── CMU_JBot.Path.html │ │ │ │ │ ├── CMU_JBot.html │ │ │ │ │ ├── class-use │ │ │ │ │ ├── CMU_JBot.Node.html │ │ │ │ │ ├── CMU_JBot.NodeMap.html │ │ │ │ │ ├── CMU_JBot.Path.html │ │ │ │ │ └── CMU_JBot.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── package-use.html │ │ │ ├── isi │ │ │ │ └── gamebots │ │ │ │ │ ├── client │ │ │ │ │ ├── Bot.html │ │ │ │ │ ├── BotRunnerApp.AddTabDialog.html │ │ │ │ │ ├── BotRunnerApp.BotManager.html │ │ │ │ │ ├── BotRunnerApp.ConnectionEventRunner.html │ │ │ │ │ ├── BotRunnerApp.TabManager.html │ │ │ │ │ ├── BotRunnerApp.VizManager.html │ │ │ │ │ ├── BotRunnerApp.html │ │ │ │ │ ├── GamebotsClient.Adapter.html │ │ │ │ │ ├── GamebotsClient.Listener.html │ │ │ │ │ ├── GamebotsClient.PingTask.html │ │ │ │ │ ├── GamebotsClient.html │ │ │ │ │ ├── GamebotsConstants.TeamColorMap.html │ │ │ │ │ ├── GamebotsConstants.html │ │ │ │ │ ├── Message.html │ │ │ │ │ ├── MessageBlock.html │ │ │ │ │ ├── VizTool.html │ │ │ │ │ ├── class-use │ │ │ │ │ │ ├── Bot.html │ │ │ │ │ │ ├── BotRunnerApp.AddTabDialog.html │ │ │ │ │ │ ├── BotRunnerApp.BotManager.html │ │ │ │ │ │ ├── BotRunnerApp.ConnectionEventRunner.html │ │ │ │ │ │ ├── BotRunnerApp.TabManager.html │ │ │ │ │ │ ├── BotRunnerApp.VizManager.html │ │ │ │ │ │ ├── BotRunnerApp.html │ │ │ │ │ │ ├── GamebotsClient.Adapter.html │ │ │ │ │ │ ├── GamebotsClient.Listener.html │ │ │ │ │ │ ├── GamebotsClient.PingTask.html │ │ │ │ │ │ ├── GamebotsClient.html │ │ │ │ │ │ ├── GamebotsConstants.TeamColorMap.html │ │ │ │ │ │ ├── GamebotsConstants.html │ │ │ │ │ │ ├── Message.html │ │ │ │ │ │ ├── MessageBlock.html │ │ │ │ │ │ └── VizTool.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── package-use.html │ │ │ │ │ └── examples │ │ │ │ │ ├── ExampleBot.Node.html │ │ │ │ │ ├── ExampleBot.NodeMap.html │ │ │ │ │ ├── ExampleBot.Path.html │ │ │ │ │ ├── ExampleBot.html │ │ │ │ │ ├── ExampleVizTool.VizMap.html │ │ │ │ │ ├── ExampleVizTool.html │ │ │ │ │ ├── Vector3D.html │ │ │ │ │ ├── class-use │ │ │ │ │ ├── ExampleBot.Node.html │ │ │ │ │ ├── ExampleBot.NodeMap.html │ │ │ │ │ ├── ExampleBot.Path.html │ │ │ │ │ ├── ExampleBot.html │ │ │ │ │ ├── ExampleVizTool.VizMap.html │ │ │ │ │ ├── ExampleVizTool.html │ │ │ │ │ └── Vector3D.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── package-use.html │ │ │ └── tamu │ │ │ │ └── gamebots │ │ │ │ ├── humanbot │ │ │ │ ├── BotMessagesPanel.html │ │ │ │ ├── HumanBot.html │ │ │ │ ├── HumanBotPanel.html │ │ │ │ ├── class-use │ │ │ │ │ ├── BotMessagesPanel.html │ │ │ │ │ ├── HumanBot.html │ │ │ │ │ └── HumanBotPanel.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ └── ui │ │ │ │ ├── CurrentBotStatePanel.html │ │ │ │ ├── SyncMsgTableModel.html │ │ │ │ ├── UnrealMessageTextArea.html │ │ │ │ ├── class-use │ │ │ │ ├── CurrentBotStatePanel.html │ │ │ │ ├── SyncMsgTableModel.html │ │ │ │ └── UnrealMessageTextArea.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ ├── help-doc.html │ │ ├── index-all.html │ │ ├── index.html │ │ ├── overview-frame.html │ │ ├── overview-summary.html │ │ ├── overview-tree.html │ │ ├── package-list │ │ ├── packages.html │ │ ├── serialized-form.html │ │ ├── src-html │ │ │ └── edu │ │ │ │ ├── cmu │ │ │ │ └── gamebots │ │ │ │ │ ├── CMU_JBot.Node.html │ │ │ │ │ ├── CMU_JBot.NodeMap.html │ │ │ │ │ ├── CMU_JBot.Path.html │ │ │ │ │ └── CMU_JBot.html │ │ │ │ ├── isi │ │ │ │ └── gamebots │ │ │ │ │ ├── client │ │ │ │ │ ├── Bot.html │ │ │ │ │ ├── BotRunnerApp.AddTabDialog.html │ │ │ │ │ ├── BotRunnerApp.BotManager.html │ │ │ │ │ ├── BotRunnerApp.ConnectionEventRunner.html │ │ │ │ │ ├── BotRunnerApp.TabManager.html │ │ │ │ │ ├── BotRunnerApp.VizManager.html │ │ │ │ │ ├── BotRunnerApp.html │ │ │ │ │ ├── GamebotsClient.Adapter.html │ │ │ │ │ ├── GamebotsClient.Listener.html │ │ │ │ │ ├── GamebotsClient.PingTask.html │ │ │ │ │ ├── GamebotsClient.html │ │ │ │ │ ├── GamebotsConstants.TeamColorMap.html │ │ │ │ │ ├── GamebotsConstants.html │ │ │ │ │ ├── Message.html │ │ │ │ │ ├── MessageBlock.html │ │ │ │ │ └── VizTool.html │ │ │ │ │ └── examples │ │ │ │ │ ├── ExampleBot.Node.html │ │ │ │ │ ├── ExampleBot.NodeMap.html │ │ │ │ │ ├── ExampleBot.Path.html │ │ │ │ │ ├── ExampleBot.html │ │ │ │ │ ├── ExampleVizTool.VizMap.html │ │ │ │ │ ├── ExampleVizTool.html │ │ │ │ │ └── Vector3D.html │ │ │ │ └── tamu │ │ │ │ └── gamebots │ │ │ │ ├── humanbot │ │ │ │ ├── BotMessagesPanel.html │ │ │ │ ├── HumanBot.html │ │ │ │ └── HumanBotPanel.html │ │ │ │ └── ui │ │ │ │ ├── CurrentBotStatePanel.html │ │ │ │ ├── SyncMsgTableModel.html │ │ │ │ └── UnrealMessageTextArea.html │ │ └── stylesheet.css │ │ ├── rebuild.sh │ │ ├── run.sh │ │ └── src │ │ ├── MANIFEST.MF │ │ ├── build.properties │ │ ├── build.properties.example │ │ ├── build.xml │ │ ├── edu │ │ ├── cmu │ │ │ └── gamebots │ │ │ │ ├── CMU_JBot.java │ │ │ │ └── package.html │ │ ├── isi │ │ │ └── gamebots │ │ │ │ ├── client │ │ │ │ ├── Bot.java │ │ │ │ ├── BotRunnerApp.java │ │ │ │ ├── GamebotsClient.java │ │ │ │ ├── GamebotsConstants.java │ │ │ │ ├── Message.java │ │ │ │ ├── MessageBlock.java │ │ │ │ ├── VizTool.java │ │ │ │ └── package.html │ │ │ │ └── examples │ │ │ │ ├── ExampleBot.java │ │ │ │ ├── ExampleVizTool.java │ │ │ │ ├── Rotation3D.java │ │ │ │ ├── UTActor.java │ │ │ │ ├── UTClass.java │ │ │ │ ├── UTMapUI.java │ │ │ │ ├── UTPawn.java │ │ │ │ ├── Vector3D.java │ │ │ │ └── package.html │ │ └── tamu │ │ │ └── gamebots │ │ │ ├── humanbot │ │ │ ├── BotMessagesPanel.form │ │ │ ├── BotMessagesPanel.java │ │ │ ├── HumanBot.java │ │ │ ├── HumanBotPanel.form │ │ │ ├── HumanBotPanel.java │ │ │ └── package.html │ │ │ └── ui │ │ │ ├── CurrentBotStatePanel.form │ │ │ ├── CurrentBotStatePanel.java │ │ │ ├── SyncMsgTableModel.java │ │ │ ├── UnrealMessageTextArea.java │ │ │ └── package.html │ │ ├── org │ │ └── neuralyte │ │ │ └── gamebots │ │ │ └── TestBot1.java │ │ ├── overview.html │ │ └── us │ │ └── ca │ │ └── la │ │ └── anm │ │ ├── gui │ │ ├── JCardLayout.java │ │ ├── JCardStack.java │ │ └── JSplitPaneFix.java │ │ └── util │ │ └── io │ │ ├── DebugLog.java │ │ ├── JTextAreaLog.java │ │ └── PrintWriterLog.java ├── unrealscript │ ├── ActorEditor │ │ └── Classes │ │ │ ├── ActorEditor.uc │ │ │ ├── ActorEditor.uc.jpp │ │ │ ├── HOWTO_Move_the_BaseCore_with_ActorEditor.txt │ │ │ ├── build.sh │ │ │ ├── make.ini │ │ │ └── preprocess.sh │ ├── ArenaFallback │ │ └── Classes │ │ │ └── ArenaFallback.uc │ ├── AutoTeamBalance │ │ └── Classes │ │ │ ├── AutoTeamBalance.ini │ │ │ ├── AutoTeamBalance.txt │ │ │ ├── AutoTeamBalance.u.2007-05-25-2007 │ │ │ ├── AutoTeamBalance.uc │ │ │ ├── AutoTeamBalance.uc.jpp │ │ │ ├── XOLTeamBalance.uc.old │ │ │ ├── build.sh │ │ │ ├── make.ini │ │ │ └── preprocess.sh │ ├── ChatMuts │ │ └── Classes │ │ │ ├── Ignore.uc │ │ │ └── Ignore.uc.jpp │ ├── ClientConsoleLogger │ │ └── Classes │ │ │ ├── ClientConsoleLogger.uc │ │ │ └── ClientConsoleLoggerMMI.uc │ ├── ClientControl │ │ └── Classes │ │ │ ├── ClientIO.uc │ │ │ ├── ClientIO.uc.jpp │ │ │ ├── ClientIOMMI.uc │ │ │ ├── ClientSocketIO.uc.jpp │ │ │ ├── ClientSocketIOMMI.uc │ │ │ └── TcpSocket.uc.jpp │ ├── CrouchBlocksDamage │ │ └── Classes │ │ │ └── CrouchBlocksDamage.uc │ ├── FairLMS │ │ └── Classes │ │ │ ├── FairLMS.uc │ │ │ ├── FairLMS.uc.jpp │ │ │ ├── PainSounds.uc │ │ │ └── PainSounds.uc.jpp │ ├── FixWeaponBalance │ │ ├── Classes │ │ │ ├── FWBArmor.uc │ │ │ ├── FixWeaponBalance.uc.jpp │ │ │ ├── FixWeaponBalanceSiege.uc │ │ │ └── FixWeaponBalanceZP.uc │ │ ├── FWB_bScaleSniperByDistance.png │ │ └── README.txt │ ├── FriendlyBotAPI │ │ └── Classes │ │ │ ├── ChallengeDominationHUDNew.uc │ │ │ ├── ChallengeHUDNew.uc │ │ │ ├── DeathMessageNew.uc │ │ │ ├── FRemoteUTBotConfigClient.uc │ │ │ ├── FRemoteUTBotConfigSClient.uc │ │ │ ├── FirstBloodMessageNew.uc │ │ │ ├── FriendlyBotCTF.uc │ │ │ ├── FriendlyBotDomination.uc │ │ │ ├── FriendlyChallengeBotInfo.uc │ │ │ ├── FriendlyFemale1.uc │ │ │ ├── FriendlyFemale1Bot.uc │ │ │ ├── FriendlyMale1.uc │ │ │ ├── FriendlyMale1Bot.uc │ │ │ ├── FriendlyRemoteBotInfo.uc │ │ │ ├── FriendlyRemoteFemale1Bot.uc │ │ │ ├── FriendlyScoreBoardCTF.uc │ │ │ ├── FriendlyScoreBoardDOM.uc │ │ │ ├── FriendlyVoiceMaleOne.uc │ │ │ ├── FriendlyVoiceMaleOneZioteBotInfo.uc │ │ │ ├── KillerMessageNew.uc │ │ │ ├── KillingSpreeMessageNew.uc │ │ │ ├── MultiKillMessageNew.uc │ │ │ ├── RemoteMale1Bot.uc │ │ │ └── VictimMessageNew.uc │ ├── IdcKicker │ │ └── Classes │ │ │ └── IdcKicker.uc │ ├── JLib │ │ ├── findactor.uc.jpp │ │ └── jlib.uc.jpp │ ├── MapMuts │ │ └── Classes │ │ │ └── MapStats.uc.jpp │ ├── MessageAdmin │ │ └── Classes │ │ │ └── MessageAdmin.uc │ ├── NerfAmmo │ │ └── Classes │ │ │ └── NerfSniper.uc │ ├── NoPistonCamping │ │ └── Classes │ │ │ └── NoPistonCamping.uc │ ├── NoobJuice │ │ └── Classes │ │ │ └── NoobJuice.uc │ ├── PainSounds │ │ └── Classes │ │ │ └── PainSoundsMutator.uc │ ├── PostBox │ │ └── Classes │ │ │ ├── PostBox.int │ │ │ ├── PostBox.uc │ │ │ ├── PostBox.uc.jpp │ │ │ ├── build.sh │ │ │ ├── make.ini │ │ │ └── preprocess.sh │ ├── PubliciseScore │ │ └── Classes │ │ │ ├── PubliciseScore.int │ │ │ ├── PubliciseScore.uc │ │ │ ├── PubliciseScore.uc.jpp │ │ │ ├── build.sh │ │ │ ├── make.ini │ │ │ └── preprocess.sh │ ├── PureSwitcher │ │ └── Classes │ │ │ └── PureSwitcher.uc.jpp │ ├── README.txt │ ├── RandomMutators │ │ └── Classes │ │ │ └── RandomMutators.uc │ ├── RedirectPlayers │ │ └── Classes │ │ │ └── RedirectPlayers.uc │ ├── Resize │ │ └── Classes │ │ │ ├── AutoResize.uc.jpp │ │ │ ├── MarioPups.uc.jpp │ │ │ ├── Resize.ini │ │ │ ├── Resize.int │ │ │ ├── Resize.u │ │ │ ├── Resize.u.010_i_think │ │ │ ├── Resize.uc │ │ │ ├── ResizeLib.uc.jpp │ │ │ └── ResizeTest.uc.jpp │ ├── RocketArenaMutator │ │ └── Classes │ │ │ ├── RocketArenaMutator.uc │ │ │ └── RocketArenaMutator.uc.jpp │ ├── ScreenExtensions │ │ └── Classes │ │ │ ├── BrowserMutator.uc │ │ │ ├── NextSlideTrigger.uc │ │ │ ├── PauseSlideTrigger.uc │ │ │ ├── PreviousSlideTrigger.uc │ │ │ ├── ReplicatedTrigger.uc │ │ │ ├── ReplicationTest.uc │ │ │ ├── SwitchSlideTrigger.uc │ │ │ └── TeamScreenMutator.uc │ ├── SiegeAnywhere │ │ └── Classes │ │ │ ├── AddSiegeToGameType.jpp │ │ │ ├── AutoHealCore.uc │ │ │ ├── DiscourageLeeching.uc │ │ │ ├── FastBuildGI.uc │ │ │ ├── FastBuildMut.uc │ │ │ ├── FastBuildMut.uc.jpp │ │ │ ├── SiegeAnywhere.uc │ │ │ ├── SiegeAnywhereConstructor.uc │ │ │ ├── SiegeAnywhereConstructor.uc.jpp │ │ │ ├── SiegeAnywhereHUD.uc │ │ │ ├── SiegeAssault.uc.jpp │ │ │ ├── SiegeCTF.uc.jpp │ │ │ ├── SiegeCTFHud.uc │ │ │ ├── SiegeDM.uc.jpp │ │ │ ├── SiegeDomination.uc.jpp │ │ │ ├── SiegeForever.uc.jpp │ │ │ └── SiegeTDM.uc.jpp │ ├── SiegePlusDev │ │ └── Classes │ │ │ ├── AntiSupplierSpam.uc.jpp │ │ │ ├── SupBounce.uc.jpp │ │ │ ├── SupFloat.uc.jpp │ │ │ ├── SupKick.uc.jpp │ │ │ ├── VersionSelector.uc.jpp │ │ │ └── nBsgForcefield.uc.jpp │ ├── System │ │ ├── ActorEditor.int │ │ ├── AutoTeamBalance.int │ │ ├── ClientConsoleLogger.int │ │ ├── ClientControl.int │ │ ├── CrouchBlocksDamage.int │ │ ├── F10.bindring │ │ ├── F8.bindring │ │ ├── F9.bindring │ │ ├── FairLMS.int │ │ ├── FixWeaponBalance.int │ │ ├── GreyMinus.bindring │ │ ├── MapMuts.int │ │ ├── MessageAdmin.int │ │ ├── Minus.bindring │ │ ├── NerfAmmo.ini │ │ ├── PostBox.int │ │ ├── PubliciseScore.int │ │ ├── PureSwitcher.int │ │ ├── RedirectPlayers.int │ │ ├── RocketArenaMutator.int │ │ ├── ScreenEditor.int │ │ ├── SiegeAnywhere.int │ │ ├── SuperBoost.int │ │ ├── TeamSwitcher.int │ │ ├── TrackMuts.int │ │ ├── TranslocBots.int │ │ ├── generate_bindring.sh │ │ ├── kxDoubleJump.int │ │ ├── kxDoubleJump02.int │ │ ├── kxForceGun.int │ │ ├── kxGrapple.int │ │ ├── kxGrapple03.int │ │ └── nBAutoSpectate.int │ ├── TeamSwitcher │ │ └── Classes │ │ │ ├── TeamSwitcher.int │ │ │ └── TeamSwitcher.uc │ ├── TrackMuts │ │ └── Classes │ │ │ ├── TrackDamage.uc.jpp │ │ │ └── TrackPlayers.uc.jpp │ ├── TranslocBots │ │ └── Classes │ │ │ ├── FreshLiftCenter.uc │ │ │ ├── FreshLiftExit.uc │ │ │ ├── FreshTranslocDest.uc │ │ │ ├── FreshTranslocStart.uc │ │ │ └── TranslocBots.uc │ ├── WeirdMuts │ │ └── Classes │ │ │ └── ForceBehindView.uc │ ├── build.sh │ ├── check_for_broken_maps.sh │ ├── compiling.ini │ ├── decompile_unrealscript.sh │ ├── find_orphaned_packages.sh │ ├── jpp │ ├── kxDoubleJump │ │ └── Classes │ │ │ ├── DoubleJumpBoots.uc.jpp │ │ │ └── DoubleJumpUT.uc │ ├── kxForceGun │ │ └── Classes │ │ │ ├── ForceGun.uc.jpp │ │ │ ├── ForceGunMut.uc │ │ │ └── ForceHammer.uc.jpp │ ├── kxGrapple │ │ └── Classes │ │ │ ├── GrappleGun.uc │ │ │ ├── GrapplingHook.uc.jpp │ │ │ ├── GrapplingLine.uc │ │ │ ├── GrapplingMut.uc │ │ │ └── kxGrapple_ReadMe.txt │ ├── kxWallJump │ │ └── Classes │ │ │ ├── WallJumpBoots.uc.jpp │ │ │ └── WallJumpUT.uc │ ├── list_config_vars.sh │ ├── make.bat │ ├── nBAutoSpectate │ │ └── Classes │ │ │ ├── nBAutoSpectate.int │ │ │ ├── nBAutoSpectate.uc.jpp │ │ │ ├── nBAutoSpectateMMI.uc │ │ │ └── nBAutoSpectateOnlineMMI.uc │ ├── search.sh │ ├── sgGrapple │ │ └── Classes │ │ │ ├── DoubleJumpBoots.uc.jpp │ │ │ ├── DoubleJumpUT.uc.jpp │ │ │ ├── ForceGun.uc.jpp │ │ │ ├── ForceGunMut.uc.jpp │ │ │ ├── GrappleGun.uc.jpp │ │ │ ├── GrapplingHook.uc.jpp │ │ │ ├── GrapplingLine.uc.jpp │ │ │ ├── GrapplingMut.uc.jpp │ │ │ ├── SiegeGI.uc.jpp │ │ │ ├── sgBuildOptionAdder.uc.jpp │ │ │ ├── sgItemDoubleJumpBoots.uc │ │ │ ├── sgItemForceGun.uc │ │ │ ├── sgItemGrappleGun.uc │ │ │ ├── sgItemHealthKeg.uc │ │ │ ├── sgOtherItem.uc │ │ │ └── sgaItem.uc │ ├── sgGrapple2f │ │ └── Classes │ │ │ ├── DoubleJumpBoots.uc │ │ │ ├── DoubleJumpBoots.uc.jpp │ │ │ ├── DoubleJumpUT.uc │ │ │ ├── DoubleJumpUT.uc.jpp │ │ │ ├── ForceGun.uc │ │ │ ├── ForceGun.uc.jpp │ │ │ ├── ForceGunMut.uc │ │ │ ├── ForceGunMut.uc.jpp │ │ │ ├── GrappleGun.uc │ │ │ ├── GrappleGun.uc.jpp │ │ │ ├── GrapplingHook.uc │ │ │ ├── GrapplingHook.uc.jpp │ │ │ ├── GrapplingLine.uc │ │ │ ├── GrapplingLine.uc.jpp │ │ │ ├── GrapplingMut.uc │ │ │ ├── GrapplingMut.uc.jpp │ │ │ ├── SiegeGI.uc │ │ │ ├── SiegeGI.uc.jpp │ │ │ ├── sgBuildOptionAdder.uc │ │ │ ├── sgBuildOptionAdder.uc.jpp │ │ │ ├── sgItemDoubleJumpBoots.uc │ │ │ ├── sgItemDoubleJumpBoots.uc.jpp │ │ │ ├── sgItemForceGun.uc │ │ │ ├── sgItemForceGun.uc.jpp │ │ │ ├── sgItemGrappleGun.uc │ │ │ ├── sgItemGrappleGun.uc.jpp │ │ │ ├── sgItemHealthKeg.uc │ │ │ ├── sgItemHealthKeg.uc.jpp │ │ │ ├── sgOtherItem.uc │ │ │ ├── sgaItem.uc │ │ │ └── sgaItem.uc.jpp │ ├── sgGrappleXtreme02 │ │ └── Classes │ │ │ ├── DoubleJumpBoots.uc │ │ │ ├── DoubleJumpBoots.uc.jpp │ │ │ ├── DoubleJumpUT.uc │ │ │ ├── DoubleJumpUT.uc.jpp │ │ │ ├── ForceGun.uc │ │ │ ├── ForceGun.uc.jpp │ │ │ ├── ForceGunMut.uc │ │ │ ├── ForceGunMut.uc.jpp │ │ │ ├── GrappleGun.uc │ │ │ ├── GrappleGun.uc.jpp │ │ │ ├── GrapplingHook.uc │ │ │ ├── GrapplingHook.uc.jpp │ │ │ ├── GrapplingLine.uc │ │ │ ├── GrapplingLine.uc.jpp │ │ │ ├── GrapplingMut.uc │ │ │ ├── GrapplingMut.uc.jpp │ │ │ ├── SiegeGI.uc │ │ │ ├── SiegeGI.uc.jpp │ │ │ ├── sgBuildOptionAdder.uc │ │ │ ├── sgBuildOptionAdder.uc.jpp │ │ │ ├── sgItemDoubleJumpBoots.uc │ │ │ ├── sgItemDoubleJumpBoots.uc.jpp │ │ │ ├── sgItemForceGun.uc │ │ │ ├── sgItemForceGun.uc.jpp │ │ │ ├── sgItemGrappleGun.uc │ │ │ ├── sgItemGrappleGun.uc.jpp │ │ │ ├── sgItemHealthKeg.uc │ │ │ ├── sgItemHealthKeg.uc.jpp │ │ │ ├── sgOtherItem.uc │ │ │ ├── sgaItem.uc │ │ │ └── sgaItem.uc.jpp │ └── test.sh └── ut │ └── noobjuice_scripts │ ├── asu.sh │ ├── auto_asu.sh │ ├── external_mutate.sh │ ├── joeys_start_server.sh │ ├── list_collisions.sh │ ├── list_files_sent_by_server.sh │ ├── list_proposed_maps_for_xol.sh │ ├── listen.sh │ ├── listen_simple.sh │ ├── listen_simple_minus_drivel.sh │ ├── logs_list_failures.sh │ ├── map_ranking.sh │ ├── mutate_via_http.sh │ ├── njadmin_watch.sh │ ├── rebuild_maplisttemp.sh │ └── remake_links.sh ├── dosbats ├── .nosync ├── DIRcode.BAT ├── NEWBACKmin.PIF ├── Qb.PIF ├── a.bat ├── aaplay.bat ├── aaplay.pif ├── addblurb.bat ├── allflis.bat ├── arseburgers.bat ├── b.bat ├── backgrnd.bas ├── browse.com ├── c.bat ├── calc.com ├── camera.com ├── cd.pnc ├── chain.bat ├── chklist.ms ├── cim.c ├── cleanup.bat ├── clear.bat ├── cmp.bat ├── co.bat ├── comindir.PIF ├── comindir.bat ├── cominpull.bat ├── copyifnew.bat ├── cp.bat ├── cparser.c ├── d.bat ├── db.bat ├── dd.bat ├── deldir.bat ├── delete.bat ├── dirdir.bat ├── dirdoc.bat ├── dirpic.bat ├── dirprog.bat ├── dirzip.bat ├── dp.bat ├── dpmi16bi.ovl ├── dta.bat ├── dump ├── dump3.doc ├── e.bat ├── ea.bat ├── eb.bat ├── ec.bat ├── edit.PIF ├── edit.bat ├── eh.bat ├── el.bat ├── en.bat ├── er.bat ├── esc.bat ├── et.bat ├── fart.bat ├── ff.bat ├── filesort.bat ├── flispeed.bat ├── fractint.bat ├── ft.bat ├── grab.bat ├── gws.bat ├── hide.bat ├── highres.bat ├── hwset.bat ├── it.bat ├── java.bat ├── jfc.c ├── jmake.bat ├── jshow.c ├── keyin.com ├── ledit.bat ├── lhe.com ├── li.bat ├── list.com ├── load.bat ├── lookfor.bat ├── loud.bat ├── lowres.bat ├── ls.bat ├── makelist.bat ├── makeport.bat ├── makeport2.bat ├── mklib.bat ├── mouse.com ├── mouse.ini ├── movediff ├── moveifbetter.bat ├── moveifnew.bat ├── moveifold.bat ├── mv.bat ├── n.bat ├── neaten.bas ├── neaten1.bas ├── neaten2.bas ├── new.bat ├── newback.bat ├── newback.pif ├── newback1.bas ├── newback1.bat ├── newbackb.bas ├── newbackb1.bas ├── newbackc.bat ├── newvis.bat ├── newvis.pif ├── newvis2.bas ├── nold.com ├── olde.bat ├── oldmakeport.bat ├── oldx.bat ├── p.bat ├── p2a.c ├── path.txt ├── phones.bat ├── pine.bat ├── pkunzip.pif ├── polyray.bat ├── prompt1.bat ├── prompt2.bat ├── pull.bat ├── pull.pnc ├── push.bat ├── qb.bat ├── qb.ini ├── qbasic.bat ├── quiet.bat ├── r.bat ├── readme.txt ├── realedit.com ├── remend.c ├── remid.bat ├── reply.com ├── rm.bat ├── save.bat ├── savet.bat ├── scrmode.bat ├── setmode.bat ├── show.bat ├── shutdown.bat ├── slice.com ├── slice.doc ├── smooth.com ├── soundset.bat ├── space.pnc ├── start.bat ├── swap.bat ├── tar.txt ├── tarlibx.bat ├── viewzip.bat ├── volset.bat ├── wall.bat ├── whatport.bat ├── win.bat ├── x.bat ├── xn.bat ├── xo.bat ├── xt.bat ├── xw.bat ├── yesno.bat ├── z.bat └── zn.bat ├── haskell ├── Base.hs ├── Hlib.hs ├── beans.hs ├── dbmaker │ └── dbmaker.hs ├── glife.hs ├── maths │ ├── maths.hs │ ├── maths1.hs │ ├── maths2.hs │ ├── maths3.hs │ ├── maths4.hs │ ├── maths5.hs │ ├── maths6.hs │ ├── maths7.hs │ ├── maths8.hs │ └── maths9.hs ├── myhomework │ ├── 1.hs │ ├── 2.hs │ ├── 3.hs │ ├── 4.hs │ ├── 5.hs │ ├── 6.hs │ ├── am2prog1.hs │ ├── am2prog2.hs │ ├── answers1.hs │ ├── assign1.hs │ ├── assign2.hs │ ├── assign3.hs │ ├── minus2.hs │ ├── progab.hs │ └── test.hs ├── nn │ ├── Nn.hs │ └── donn ├── pallendrome.hs ├── parser │ ├── Grammar.hs │ ├── Parser.hs │ ├── c.grm │ ├── parse │ ├── parse1.hs │ ├── parse10.hs │ ├── parse11.hs │ ├── parse12.hs │ ├── parse13.hs │ ├── parse3.hs │ ├── parse4.hs │ ├── parse5.hs │ ├── parse6bad.hs │ ├── parse7bad.hs │ ├── parse8.hs │ ├── parse9file.hs │ └── xml.grm ├── possible.hs ├── test.hs ├── thief │ ├── GET_DEPENDENCIES.txt │ ├── thief.hs │ ├── thief1.hs │ └── thief2.hs └── tools │ ├── dewordwrap │ └── treelist.hs ├── irc ├── utb0t_java │ ├── .classpath │ ├── .project │ ├── deploy.sh │ ├── lib │ │ └── pircbot.jar │ ├── run.sh │ └── src │ │ └── org │ │ └── neuralyte │ │ └── irc │ │ ├── IRCBot.java │ │ └── LogBot.java └── xchat_sh_plugin │ ├── .xchat_sh_handler.sh.swp │ ├── eventarr.backend │ ├── .testdates.swp │ ├── data │ │ └── ut │ │ │ ├── 1 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 2 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 3 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 4 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 5 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 6 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 2 │ │ │ ├── 5 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 6 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 3 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 4 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 5 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── 2 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── 3 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 6 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 2 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 3 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 4 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── 5 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 7 │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 8 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 9 │ │ │ ├── 1 │ │ │ │ ├── date.txt │ │ │ │ ├── subscribed.txt │ │ │ │ └── user.txt │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 10 │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 11 │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ ├── 12 │ │ │ ├── name.txt │ │ │ └── user.txt │ │ │ └── 13 │ │ │ ├── name.txt │ │ │ └── user.txt │ ├── eventarr │ ├── eventarr.1 │ ├── eventarr.2.brokendates │ └── testdates │ ├── link_scripts.sh │ ├── not │ ├── exec_test.pl │ └── hilight-exec.pl │ ├── scripts_fromweb │ ├── .figlet.pl.swp │ ├── .rainbow.pl.swp │ ├── .ut_query.pl.swp │ ├── ad.pl │ ├── dict-0.3 │ │ ├── README │ │ ├── dict.html │ │ └── dict.py │ ├── figlet.pl │ ├── firstmsg.tcl │ ├── flash-friend-0.8d │ │ ├── File_id.diz │ │ ├── Flash-friend.pl │ │ ├── friends.txt │ │ └── readme.txt │ ├── flash-trigger-09 │ │ ├── File_id.diz │ │ ├── Flash-triggers.pl │ │ ├── readme.txt │ │ └── triggers.txt │ ├── hilight-exec.pl │ ├── mirckick.pl │ ├── notify_icon.py │ ├── pounce.py │ ├── rainbow.pl │ ├── tkadserv.py │ ├── translator.pl │ ├── ut_query.pl │ ├── ut_query_readme.txt │ └── xqf-xchat │ │ ├── images │ │ ├── PG_Button_104x40DEF64.gif │ │ ├── logo.jpg │ │ ├── slashdot_button.gif │ │ └── vim.vialle.love.anim.gif │ │ ├── index.html │ │ └── xqf-xchat.pl │ ├── wut_exec.sh.1 │ ├── wut_exec.sh.2 │ ├── wut_exec.sh.3_deprecated │ ├── wut_nog.pl.1 │ ├── wut_nog.pl.2_deprecated │ ├── wut_nog.py.0_gaveup │ ├── xchat_sh_handler.sh │ ├── xchat_sh_handler.sh.1 │ ├── xchat_sh_plugin.pl │ ├── xchat_sh_plugin.pl.1 │ ├── xchat_sh_plugin.pl.2 │ ├── xchat_sh_plugin.pl.3 │ ├── xchat_sh_plugin.pl.4 │ ├── xchat_sh_plugin.pl.5 │ ├── xchat_sh_scripts-20061020-beta.tgz │ ├── xchat_sh_scripts-20061119.tgz │ ├── xchat_sh_scripts-20070517.tgz │ ├── xchat_sh_scripts.hwi │ └── flower │ └── xchat_sh_scripts │ ├── .event.swp │ ├── .eventarr.swp │ ├── .irccols.shlib.swo │ ├── .populated.swp │ ├── .randomserver.swp │ ├── .randomtag.swp │ ├── .secret │ ├── do │ ├── echoback │ ├── jsh │ ├── msg │ ├── saveenv │ ├── whatsplaying │ ├── whatsplaying.1only_handles_1 │ ├── wut │ ├── wut.1 │ ├── wut.2 │ ├── wut.3 │ ├── wut.4 │ └── wutmelater │ ├── .symlinks.list │ ├── .utp.swo │ ├── .utp.swp │ ├── .whereis.swp │ ├── .whosthebest.swp │ ├── .wut.swp │ ├── BUGS_TODO.txt │ ├── answers.1 │ ├── b0t │ ├── date │ ├── examples │ ├── help │ ├── invite │ ├── invitebot │ ├── partbot │ ├── renameb0t │ ├── roll │ └── whereami │ ├── botchangenick │ ├── botrenameyourself │ ├── calc │ ├── chanlog │ ├── chanlog.1.freezes │ ├── chanlog.2.freezes │ ├── channel │ ├── add │ ├── chanstats │ ├── imdb │ ├── lastfm │ ├── matches │ ├── opall │ ├── siegehelp │ ├── voiceall │ ├── wp │ └── youtube │ ├── choose │ ├── clan │ └── practice │ ├── commands │ ├── commands.1 │ ├── commands.2 │ ├── commands.3 │ ├── commands.4 │ ├── complainaboutnoisyawayscriptto │ ├── dict │ ├── eventarr │ ├── TODO.txt │ ├── addtime │ ├── approve │ ├── deltime │ ├── event │ ├── eventarr.shlib │ ├── events │ ├── finalise │ └── newevent │ ├── explainauthto │ ├── explaininviteto │ ├── explainpugto │ ├── factorial │ ├── guess.1 │ ├── help.deprecated_too_many_collisions │ ├── irc.shlib │ ├── irc.shlib.1 │ ├── irc.shlib.2 │ ├── irc.shlib.3 │ ├── irc.shlib.4 │ ├── irc.shlib.5 │ ├── irc.shlib.new.xescaped │ ├── irc.shlib.xescaped │ ├── irccols.shlib │ ├── irccols.shlib.1 │ ├── irccols.shlib.2 │ ├── irccols.shlib.3 │ ├── irccols.shlib.4 │ ├── msg │ ├── nogrivals.deprecated │ ├── players │ ├── abeo │ ├── addy │ ├── ajna │ ├── aldrick │ ├── amigo │ ├── bitch │ ├── bs2 │ ├── chubby │ ├── church │ ├── croc │ ├── cube │ ├── dagny │ ├── dralex │ ├── duncan │ ├── enigma │ ├── facy │ ├── flask │ ├── foxes │ ├── ghostie │ ├── golyat │ ├── grd │ ├── imp │ ├── jonas │ ├── jt │ ├── k0ntr │ ├── kernhigh │ ├── kgb │ ├── kk │ ├── kraken │ ├── kyo │ ├── liquidfire │ ├── loggie │ ├── luis │ ├── m0lk4 │ ├── madrixis │ ├── majinx │ ├── max │ ├── mean │ ├── merlin │ ├── mermaid │ ├── mf │ ├── misso │ ├── moko │ ├── mox │ ├── nckrz │ ├── necro │ ├── neffy │ ├── nin │ ├── noggin │ ├── noxic │ ├── ophie │ ├── ormolu │ ├── oyster │ ├── palmie │ ├── piglet │ ├── proshee │ ├── puste │ ├── queeny │ ├── rapid │ ├── ravje │ ├── rednas │ ├── riddick │ ├── rork │ ├── shocker │ ├── shockey │ ├── sleeper │ ├── soul │ ├── spi │ ├── st0rm │ ├── stilgar │ ├── subby │ ├── sully │ ├── taiger │ ├── taiger.1 │ ├── teasy │ ├── telefrags │ ├── titan │ ├── tomy │ ├── tuga │ ├── uggla │ ├── utb0t │ ├── uttop10 │ ├── viking │ ├── vogue │ ├── whosthebest │ ├── whosthebest.1 │ ├── whosthebest.2 │ ├── whosthebest.3 │ ├── whosthebest.4 │ ├── whosthecutest │ ├── whostheworst │ ├── xena │ ├── xeno │ ├── xsjado │ ├── yutairo │ ├── zarko │ ├── zbe │ ├── zcb │ └── zombix │ ├── positions │ ├── pugbot │ ├── NOTES.txt │ ├── add │ ├── addplayer │ ├── addplayers │ ├── captain │ ├── disablemappool │ ├── disablepugbot │ ├── enablemappool │ ├── enablepugbot │ ├── findmap │ ├── help │ ├── ip │ ├── ip1 │ ├── ip2 │ ├── ip3 │ ├── ip4 │ ├── ip5 │ ├── join │ ├── last │ ├── lastscores │ ├── leave │ ├── liast │ ├── list │ ├── needsub │ ├── pick │ ├── pool │ ├── pormote │ ├── pro │ ├── promote │ ├── propose │ ├── pugbot.shlib │ ├── pugbot.shlib.2 │ ├── randcapt │ ├── removeplayer │ ├── reset │ ├── setip │ ├── setip1 │ ├── setip2 │ ├── setip3 │ ├── setip4 │ ├── setip5 │ ├── setlimit │ ├── setmaps │ ├── setrandom │ ├── setserver │ ├── setts │ ├── stats │ ├── sub │ ├── tooannoying │ ├── toogrumpy │ ├── toolame │ ├── ts │ ├── vote │ └── web │ ├── queryut3 │ ├── restrict_repetitive_calls │ ├── scanpug │ ├── checklistforidlers │ ├── consider_showing_strengths │ ├── getstrength │ ├── here │ ├── last │ ├── lastcapt │ ├── lastrivalpicks │ ├── list │ ├── pugcounts │ ├── scanlastpug │ ├── setfaircapts │ ├── slowgetauth │ ├── stats │ ├── strength │ ├── strengths │ ├── top10 │ ├── top100 │ ├── top20 │ └── top50 │ ├── scraping │ ├── as │ ├── bt │ ├── ctf │ ├── dm │ ├── dom │ ├── lastseen │ ├── lms │ ├── mh │ ├── nwctf2 │ ├── ra │ ├── scrapegt │ ├── searchserv │ ├── siege │ ├── to │ ├── ut │ └── whereis │ ├── servers_by_name │ ├── 1234 │ ├── 4f │ ├── 4f2 │ ├── TODO.txt │ ├── addys │ ├── adl │ ├── adl2 │ ├── ae │ ├── an1 │ ├── aoc │ ├── as │ ├── be │ ├── bhc │ ├── binq │ ├── bks │ ├── bmb │ ├── boomtown │ ├── brk │ ├── bt │ ├── bunny │ ├── cl │ ├── cod │ ├── cof │ ├── combogib │ ├── combogib2 │ ├── combogib3 │ ├── compare_servers │ ├── compare_servers.1 │ ├── cow │ ├── crazypug │ ├── csla │ ├── ctf │ ├── d │ ├── d4s │ ├── db │ ├── dc3 │ ├── deck │ ├── dh │ ├── dk │ ├── dm │ ├── dmc │ ├── dndm │ ├── dnf2 │ ├── dog │ ├── dom │ ├── ds │ ├── du │ ├── dutchnet │ ├── easy │ ├── easy2 │ ├── easy3 │ ├── ec │ ├── elite │ ├── elms │ ├── energy │ ├── extreme │ ├── f0x │ ├── f0x.1 │ ├── f0x2 │ ├── face │ ├── facepug │ ├── fatface │ ├── fbt │ ├── fbt2 │ ├── fbt3 │ ├── ffa │ ├── fmj │ ├── focr │ ├── focr.2 │ ├── fraggerspub │ ├── fsc │ ├── funnymen │ ├── gla │ ├── glorie │ ├── h2bk │ ├── haleys │ ├── hh2 │ ├── hnc │ ├── hw │ ├── hwi │ ├── il │ ├── ilra │ ├── inf │ ├── insta │ ├── inz │ ├── iq │ ├── jb │ ├── judge │ ├── jw │ ├── k2k │ ├── k3 │ ├── k5 │ ├── kawa │ ├── kir │ ├── kplay │ ├── kx │ ├── kxm │ ├── latina │ ├── lgig │ ├── lights │ ├── lms │ ├── luck │ ├── m0h │ ├── m0h2 │ ├── m0h3 │ ├── m33p │ ├── memories │ ├── mh │ ├── mipt │ ├── mipt1 │ ├── mps │ ├── multiplay │ ├── naw │ ├── nec │ ├── newips │ ├── nnk │ ├── nogginzp │ ├── noobjuice │ ├── noobpug │ ├── nos │ ├── nothing │ ├── nto │ ├── null │ ├── nuts │ ├── nwctf │ ├── nwctf.1 │ ├── nwctf.2 │ ├── of │ ├── oldpmp │ ├── onslaught │ ├── p │ ├── phobia │ ├── pmp │ ├── pmp2 │ ├── pop │ ├── populated │ ├── populated.1 │ ├── populated.2 │ ├── private-nbk │ ├── public-nbk │ ├── pugup │ ├── pwa │ ├── pwapriv │ ├── quicknet │ ├── r3v │ ├── ra │ ├── randomserver │ ├── relax │ ├── rit │ ├── rlx │ ├── rosebum │ ├── rotfam │ ├── rri │ ├── rs │ ├── rt │ ├── sahne │ ├── scorefromlivechan │ ├── scrofulous │ ├── searchserv │ ├── siege │ ├── skill │ ├── smiley │ ├── smopriv │ ├── sniper │ ├── snp │ ├── so │ ├── soccer │ ├── spamcup │ ├── ssc │ ├── stlg │ ├── su │ ├── sure │ ├── syn │ ├── synapse │ ├── synjb │ ├── synlin │ ├── synmh │ ├── tacsu │ ├── tammy │ ├── terror │ ├── tits │ ├── to │ ├── trek │ ├── triple │ ├── troll │ ├── tt │ ├── tts │ ├── u │ ├── u2 │ ├── u3 │ ├── uca │ ├── uk │ ├── uk2 │ ├── uk3 │ ├── unr │ ├── urs │ ├── usa │ ├── utc │ ├── utw │ ├── vc │ ├── vkk │ ├── vobla │ ├── vsi │ ├── wh │ ├── whore │ ├── wmc │ ├── woot │ ├── ws │ ├── x4 │ ├── xol │ ├── xoljets │ ├── yeh │ ├── zoo │ └── zooz │ ├── show_references_to_dotslash.sh │ ├── silly │ ├── 7ball │ ├── age │ ├── batty │ ├── bomb │ ├── bunnysay │ ├── cowsay │ ├── deop │ ├── finger │ ├── fish │ ├── g │ ├── getut │ ├── google │ ├── highlight │ ├── hotlesbiansex │ ├── jargon │ ├── joint │ ├── jump │ ├── mystats │ ├── op │ ├── randomtag │ ├── rb │ ├── scapegoat │ ├── spam │ ├── spank │ ├── spankme │ ├── tlc │ └── v436 │ ├── test │ ├── truff.old │ ├── ts │ ├── adlts │ ├── assts │ ├── ects │ ├── f0xts │ ├── facepugts │ ├── focrts │ ├── fraggerspubts │ ├── golyts │ ├── kwts │ ├── m33pts │ ├── multiplayts │ ├── pmpts │ ├── pwats │ ├── smaankersts │ ├── smots │ ├── speedpugts │ ├── tsp │ ├── tsquery │ ├── tsscrape │ ├── tsscrape2 │ ├── ukts │ ├── whorets │ ├── xolts.down │ └── zoots │ ├── update_links.sh │ ├── ut3_servers │ ├── pubclan │ ├── pubtam │ ├── tam │ └── umg │ ├── utp │ ├── utp.1 │ ├── utp.2 │ ├── utp.3 │ ├── utp.4 │ ├── utp.5 │ ├── utp.6 │ ├── utp.7 │ ├── utp.8 │ ├── utp.9 │ ├── utp.experimental │ ├── voting │ ├── newpoll │ ├── newvote │ ├── polls │ ├── vote │ ├── votes │ └── voting.shlib │ ├── whereisb0t │ ├── lastseen │ ├── rivals │ ├── utstats │ ├── whereis │ ├── whereis.1 │ ├── whereis.10 │ ├── whereis.11.weird_output.txt │ ├── whereis.2.good │ ├── whereis.3.not_very_good │ ├── whereis.4.new │ ├── whereis.5.buggy │ ├── whereis.6.old_good │ ├── whereis.7.new_ok │ ├── whereis.8.weird_bug │ ├── whereis.8b.fixed │ ├── whereis.9 │ └── whereis.test │ ├── wordgame.1 │ ├── wordgame.2 │ ├── wordgame │ ├── answers │ ├── guess │ ├── guessed │ ├── hint │ ├── wordgame │ ├── wordgame.shlib │ └── wordgamehiscores │ ├── xol │ ├── forum │ ├── image │ ├── mapvote │ ├── picture │ ├── stats │ └── xolstats │ └── youthify ├── java ├── BinaryDiff │ ├── .classpath │ ├── .project │ ├── BinaryDiff.ipr │ ├── BinaryDiff.iws │ ├── BinaryDiff.txt │ ├── README.txt │ ├── RepetitionFinder2.0Ideas.txt │ ├── TODO.txt │ ├── analyse_logfiles.sh │ ├── compile.sh │ ├── expand.sh │ ├── mytest.sh │ ├── repetition_compress.sh │ ├── repetition_compress_big.sh │ ├── src │ │ └── org │ │ │ └── neuralyte │ │ │ ├── binarydiff │ │ │ ├── BinaryDiff.java │ │ │ ├── BinaryDiffOptions.java │ │ │ ├── ETA.java │ │ │ ├── Expander.java │ │ │ ├── LazyFileInputStream.java │ │ │ ├── LimitedFileOutputStream.java │ │ │ ├── MultiFileOutputStream.java │ │ │ ├── Outputter.java │ │ │ ├── RepetitionFinder.java │ │ │ ├── StatsRepetitionFinder.java │ │ │ └── worddiff │ │ │ │ └── Compressor.java │ │ │ └── fastbuffers │ │ │ ├── ByteRingBuffer.java │ │ │ ├── IntList.java │ │ │ ├── IntListMap.java │ │ │ ├── IntQueue.java │ │ │ ├── IntQueueMap.java │ │ │ └── IntRingBuffer.java │ ├── test.sh │ └── test_scan.sh ├── FairShare │ ├── .classpath │ ├── .cvsignore │ ├── .project │ ├── POLICY.txt │ ├── big_monthly_torrent_database.txt │ ├── build.xml │ ├── config.nap.new │ ├── database.nap.new │ ├── manifest.mf │ ├── nbproject │ │ ├── .cvsignore │ │ ├── build-impl.xml │ │ ├── genfiles.properties │ │ ├── project.properties │ │ └── project.xml │ ├── run.sh │ └── src │ │ └── org │ │ ├── fairshare │ │ ├── Config.java │ │ ├── FairShare.java │ │ ├── Logger.java │ │ ├── data │ │ │ ├── Cache.java │ │ │ ├── Database.java │ │ │ ├── FileRecord.java │ │ │ ├── KnownFile.java │ │ │ └── UserInfo.java │ │ ├── plugins │ │ │ └── DeletionPlugin.java │ │ └── tasks │ │ │ └── FileScanner.java │ │ └── fairsharex │ │ ├── FairShareX.java │ │ ├── data │ │ ├── HashProfile.java │ │ └── net │ │ │ └── KnownPeer.java │ │ ├── gui │ │ └── MainWindow.java │ │ └── io │ │ ├── Context.java │ │ ├── FairShareComms.java │ │ ├── Request.java │ │ ├── RequestHandler.java │ │ ├── Response.java │ │ ├── SearchRequest.java │ │ ├── SearchResponse.java │ │ └── SearchTask.java ├── New.java ├── VisualJava │ ├── .classpath │ ├── .cvsignore │ ├── .project │ ├── TODO.txt │ ├── VisualJava.bat │ ├── VisualJava.ipr │ ├── VisualJava.iws │ ├── VisualJava.jnlp │ ├── VisualJava.launch │ ├── build.sh │ ├── build.xml │ ├── build_jars.sh │ ├── get_classpath.shlib │ ├── icons_found_in_j2se_jars.list │ ├── jars │ │ ├── VisualJava-src.jar │ │ └── VisualJava.jar │ ├── lib │ │ ├── CommonUtils.jar │ │ ├── DLang.jar │ │ └── xstream-1.1.2.jar │ ├── manifest.mf │ ├── nbproject │ │ ├── .cvsignore │ │ ├── build-impl.xml │ │ ├── genfiles.properties │ │ ├── project.properties │ │ └── project.xml │ ├── run.sh │ ├── src │ │ ├── META-INF │ │ │ └── MANIFEST.MF │ │ ├── dyno │ │ │ ├── DynoCommand.java │ │ │ └── DynoJavaMethod.java │ │ ├── functional │ │ │ └── simplelib │ │ │ │ └── File.java │ │ ├── org │ │ │ └── neuralyte │ │ │ │ ├── common │ │ │ │ ├── Assertion.java │ │ │ │ ├── LoudThread.java │ │ │ │ └── swing │ │ │ │ │ └── draganddrop │ │ │ │ │ ├── CanAcceptDroppedObject.java │ │ │ │ │ ├── DragAndDropManager.java │ │ │ │ │ ├── HasDragDroppableObject.java │ │ │ │ │ └── Moveability.java │ │ │ │ ├── genericgui │ │ │ │ └── CollectionViewer.java │ │ │ │ ├── gui │ │ │ │ └── FoldingNode.java │ │ │ │ └── supergui │ │ │ │ ├── SGActionHandler.java │ │ │ │ └── SuperGUI.java │ │ ├── qcode │ │ │ ├── QClass.java │ │ │ ├── QCode.java │ │ │ ├── QCodeBlock.java │ │ │ ├── QFunction.java │ │ │ ├── QIO.java │ │ │ ├── QIn.java │ │ │ ├── QMethod.java │ │ │ └── QOut.java │ │ └── visualjava │ │ │ ├── ClassMenuBuilder.java │ │ │ ├── ClassPathEditor.java.intheway │ │ │ ├── Desktop.java.failedmerge │ │ │ ├── MenuBuilder.java │ │ │ ├── VariableModel.java │ │ │ ├── VariableModel.java.intheway │ │ │ ├── VisualJava.java │ │ │ ├── VisualJava.java.failedmerge │ │ │ ├── VisualJavaGUI.java │ │ │ ├── VisualJavaGUIStatics.java │ │ │ ├── VisualJavaGUIStatics.java.failedmerge │ │ │ ├── VisualJavaOptions.java │ │ │ ├── VisualJavaStatics.java │ │ │ ├── VisualJavaStatics.java.failedmerge │ │ │ ├── guicomponents │ │ │ ├── ClassMenu.java │ │ │ ├── ClassPathEditor.java │ │ │ ├── Desktop.java │ │ │ ├── InspectionWindow.java │ │ │ ├── MethodFrame.java │ │ │ ├── StaticsMenu.java │ │ │ ├── VariableHolder.java │ │ │ ├── VariableView.java │ │ │ ├── bluearrow.png │ │ │ ├── bluearrowdown.png │ │ │ ├── bluedot-32x32.png │ │ │ ├── class-15x15.png │ │ │ ├── cyandot-32x32.png │ │ │ ├── greendot-32x32.png │ │ │ ├── greendot.png │ │ │ ├── magentadot-32x32.png │ │ │ ├── orangedot-32x32.png │ │ │ ├── package-15x15.png │ │ │ ├── reddot-32x32.png │ │ │ └── yellowdot-32x32.png │ │ │ └── objecteditingcomponents │ │ │ ├── BooleanChooser.java │ │ │ ├── DroppableJLabel.java │ │ │ ├── DroppableJTextField.java │ │ │ ├── FormFactory.java │ │ │ ├── FormView.java │ │ │ ├── SimpleFormFactory.java │ │ │ └── SimpleFormView.java │ ├── tangible_functional_programming.txt │ └── undo_failed_merge.sh ├── changetheworld │ ├── ArgParser.java │ ├── Browse.java │ ├── CDB.java │ ├── CTW.java │ ├── CTW.java.b4import │ ├── CTWInput.java │ ├── CTWServlet.java │ ├── Category.java │ ├── CtwDB.java │ ├── DataFile.java │ ├── Database.java │ ├── Debate.java │ ├── Decision.java │ ├── Event.java │ ├── Events.java │ ├── Fact.java │ ├── FastLink.java │ ├── FastReflect.java │ ├── FastReflect.java.default │ ├── Files.java │ ├── HTMLRenderContext.java │ ├── Issue.java │ ├── JMaths.java │ ├── JReflect.java │ ├── JVector.java │ ├── Link.java │ ├── LinkTask.java │ ├── Login.java │ ├── MoveTask.java │ ├── ObjectContainsField.java │ ├── Parameters.java │ ├── Person.java │ ├── Place.java │ ├── Profiler.java │ ├── Profiles.java │ ├── Question.java │ ├── Rating.java │ ├── RenderableXML.java │ ├── RequestEdit.java │ ├── RequestNew.java │ ├── Satisfier.java │ ├── SatisfiesAll.java │ ├── ScoredList.java │ ├── Search.java │ ├── Service.java │ ├── Session.java │ ├── Show.java │ ├── SolidarityCount.java │ ├── SolidarityIssue.java │ ├── SubmitEdit.java │ ├── SubmitNew.java │ ├── Task.java │ ├── Test.java │ ├── Vote.java │ ├── VoteRecord.java │ ├── Voteable.java │ ├── XDB.java │ ├── XML.java │ ├── fastreflect │ └── reflect.java ├── com │ └── fooware │ │ └── net │ │ ├── FtpClient.java │ │ ├── FtpReader.java │ │ ├── FtpResponse.java │ │ └── FtpWriter.java ├── getallimports ├── gfx │ ├── BufferedFrame.java │ ├── BufferedPanel.java │ ├── ComponentBuffer.java │ ├── CyberPet │ │ ├── CyberPet.java │ │ └── page.html │ ├── Test.java │ ├── eatcursor │ │ └── EatCursor.java │ ├── ifs3d │ │ ├── BufferedFrame.java │ │ └── Ifs3d.java │ ├── phd │ │ └── ShowPP.java │ ├── shamelesslydecompiled │ │ ├── Fire1.jad │ │ ├── Fire1.java │ │ ├── Fire1Producer.jad │ │ ├── Fire1Producer.java │ │ └── page.html │ ├── stars │ │ ├── BufferedFrame.java │ │ ├── BufferedPanel.java │ │ ├── ComponentBuffer.java │ │ ├── Stars.java │ │ ├── Stars.java.1 │ │ ├── StarsApplet.java │ │ └── page.html │ └── zoom │ │ ├── c.bat │ │ ├── cpapplet.java │ │ ├── cpframe.java │ │ ├── e.bat │ │ ├── g.bat │ │ ├── zoom.c │ │ ├── zoom.java │ │ └── zoom.messy ├── initclasspaths.sh ├── javaToFromXML.txt ├── jlib │ ├── .classpath │ ├── .cvsignore │ ├── .directory │ ├── .notready │ │ └── SmartReader.java.notready │ ├── .project │ ├── .unfinished │ │ ├── bita │ │ │ └── MyInputStream.java.unfinished │ │ └── strings │ │ │ └── StringParser.java.unfinished │ ├── build.sh │ ├── javadoc │ │ ├── about.html │ │ ├── all-classes.html │ │ ├── all-packages.html │ │ ├── allclasses-frame.html │ │ ├── allclasses-noframe.html │ │ ├── alphaindex.html │ │ ├── constant-values.html │ │ ├── deprecated-list.html │ │ ├── deprecated.html │ │ ├── gjdochtml.css │ │ ├── help-doc.html │ │ ├── help.html │ │ ├── index-all.html │ │ ├── index-noframes.html │ │ ├── index.html │ │ ├── jlib │ │ │ ├── ArgParser.html │ │ │ ├── ComLineProg.html │ │ │ ├── CommandLine.html │ │ │ ├── Echo.html │ │ │ ├── Echoer.html │ │ │ ├── ExampleComLineProg.html │ │ │ ├── Files.html │ │ │ ├── Function.html │ │ │ ├── HTMLPrintWriter.html │ │ │ ├── JArray.html │ │ │ ├── JCurses.html │ │ │ ├── JException.html │ │ │ ├── JFtp.html │ │ │ ├── JHtml.html │ │ │ ├── JLib.html │ │ │ ├── JList.html │ │ │ ├── JMaths.html │ │ │ ├── JNet.URLResponse.html │ │ │ ├── JNet.html │ │ │ ├── JReflect.html │ │ │ ├── JStream.html │ │ │ ├── JString.html │ │ │ ├── JThread.html │ │ │ ├── JTypes.html │ │ │ ├── JVector.html │ │ │ ├── Line3d.html │ │ │ ├── Log.html │ │ │ ├── LogWatcher.html │ │ │ ├── LogWatcherFile.html │ │ │ ├── Logger.html │ │ │ ├── Logs.html │ │ │ ├── Matrix.html │ │ │ ├── ObjectContainsField.html │ │ │ ├── Ori.html │ │ │ ├── PP.html │ │ │ ├── PPImage.html │ │ │ ├── Profile.html │ │ │ ├── RunComLineProg.html │ │ │ ├── Satisfier.html │ │ │ ├── SatisfiesAll.html │ │ │ ├── ScoredList.html │ │ │ ├── SimpleTable.html │ │ │ ├── SimpleTableModel.html │ │ │ ├── SimpleTextField.html │ │ │ ├── SimpleUserInt.html │ │ │ ├── StringSink.html │ │ │ ├── SubString.html │ │ │ ├── SuperSocket.html │ │ │ ├── SymbolicLink.html │ │ │ ├── Transform3d.html │ │ │ ├── UI.html │ │ │ ├── V3d.html │ │ │ ├── classes.html │ │ │ ├── db │ │ │ │ ├── ADBObj.html │ │ │ │ ├── DB.html │ │ │ │ ├── DBKey.html │ │ │ │ ├── DBLocation.html │ │ │ │ ├── DBObj.html │ │ │ │ ├── DataChangeAwareDBObj.html │ │ │ │ ├── NewDBObj.html │ │ │ │ ├── SimpleDBKey.html │ │ │ │ ├── classes.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ ├── spec │ │ │ │ │ ├── BaseType.html │ │ │ │ │ ├── DBSpec.html │ │ │ │ │ ├── Obj.html │ │ │ │ │ ├── Property.html │ │ │ │ │ ├── SpecGenerator.html │ │ │ │ │ ├── Type.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ ├── reflect │ │ │ │ │ │ ├── DBSpec.html │ │ │ │ │ │ ├── classes.html │ │ │ │ │ │ ├── package-frame.html │ │ │ │ │ │ ├── package-summary.html │ │ │ │ │ │ ├── package-tree.html │ │ │ │ │ │ └── tree.html │ │ │ │ │ └── tree.html │ │ │ │ ├── statement │ │ │ │ │ ├── ReadStatement.html │ │ │ │ │ ├── WriteStatement.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── tree.html │ │ │ │ └── tree.html │ │ │ ├── dnd │ │ │ │ └── hack │ │ │ │ │ ├── ComponentAcceptingDrop.html │ │ │ │ │ ├── DnDManager.html │ │ │ │ │ ├── JoeyDD.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── tree.html │ │ │ ├── multiui │ │ │ │ ├── ActionComponent.html │ │ │ │ ├── AppServer.html │ │ │ │ ├── Button.html │ │ │ │ ├── CheckBox.html │ │ │ │ ├── Choice.html │ │ │ │ ├── Component.html │ │ │ │ ├── Container.html │ │ │ │ ├── Form.html │ │ │ │ ├── HTMLMedium.html │ │ │ │ ├── HorizontalSplit.html │ │ │ │ ├── Page.html │ │ │ │ ├── PageCreator.html │ │ │ │ ├── PopupWindowButton.html │ │ │ │ ├── StreamedTable.html │ │ │ │ ├── SwitchButton.html │ │ │ │ ├── Table.html │ │ │ │ ├── Text.html │ │ │ │ ├── TextField.html │ │ │ │ ├── UserEditableComponent.html │ │ │ │ ├── YesNoChoice.html │ │ │ │ ├── classes.html │ │ │ │ ├── convenience │ │ │ │ │ ├── DeleteButton.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── tree.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── tree.html │ │ │ ├── package-frame.html │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ ├── simple │ │ │ │ ├── Code.html │ │ │ │ ├── classes.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── tree.html │ │ │ ├── strings │ │ │ │ ├── FakeOutputStream.html │ │ │ │ ├── FakePrintWriter.html │ │ │ │ ├── FakeWriter.html │ │ │ │ ├── RealString.html │ │ │ │ ├── SomeString.html │ │ │ │ ├── StringParser.html │ │ │ │ ├── SubString.html │ │ │ │ ├── classes.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── tree.html │ │ │ ├── swingthis │ │ │ │ ├── SplittingJMenu.html │ │ │ │ ├── classes.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── tree.html │ │ │ ├── tree.html │ │ │ └── wrappers │ │ │ │ ├── Wrapper.html │ │ │ │ ├── classes.html │ │ │ │ ├── java │ │ │ │ ├── lang │ │ │ │ │ ├── StringWrapper.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── tree.html │ │ │ │ └── util │ │ │ │ │ ├── DateWrapper.html │ │ │ │ │ ├── classes.html │ │ │ │ │ ├── package-frame.html │ │ │ │ │ ├── package-summary.html │ │ │ │ │ ├── package-tree.html │ │ │ │ │ └── tree.html │ │ │ │ ├── package-frame.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ ├── prim_boolean.html │ │ │ │ ├── prim_double.html │ │ │ │ ├── prim_float.html │ │ │ │ ├── prim_int.html │ │ │ │ ├── prim_long.html │ │ │ │ └── tree.html │ │ ├── overview-frame.html │ │ ├── overview-summary.html │ │ ├── overview-tree.html │ │ ├── package-list │ │ ├── packages.html │ │ ├── resources │ │ │ ├── gjdoc.js │ │ │ ├── gjdochtml-clean-color1.css │ │ │ ├── gjdochtml-clean-layout.css │ │ │ ├── inherit.gif │ │ │ └── inherit.png │ │ ├── serialized-form.html │ │ ├── stylesheet.css │ │ └── tree.html │ └── src │ │ └── jlib │ │ ├── ArgParser.java │ │ ├── ComLineProg.java │ │ ├── CommandLine.java │ │ ├── Echo.java │ │ ├── Echoer.java │ │ ├── ExampleComLineProg.java │ │ ├── Files.java │ │ ├── Function.java │ │ ├── HTMLPrintWriter.java │ │ ├── JArray.java │ │ ├── JCurses.java │ │ ├── JException.java │ │ ├── JFtp.java.old │ │ ├── JHtml.java │ │ ├── JLib.ipr │ │ ├── JLib.iws │ │ ├── JLib.java │ │ ├── JList.java │ │ ├── JMaths.java │ │ ├── JNet.java │ │ ├── JReflect.java │ │ ├── JStream.java │ │ ├── JString.java │ │ ├── JStringFromChangetheworld.java.notinuse │ │ ├── JThread.java │ │ ├── JTypes.java │ │ ├── JVector.java │ │ ├── Line3d.java │ │ ├── Log.java │ │ ├── LogWatcher.java │ │ ├── LogWatcherFile.java │ │ ├── Logger.java │ │ ├── Logs.java │ │ ├── Matrix.java │ │ ├── ObjectContainsField.java │ │ ├── Ori.java │ │ ├── PP.java │ │ ├── PPImage.java │ │ ├── Profile.java │ │ ├── RunComLineProg.java │ │ ├── Satisfier.java │ │ ├── SatisfiesAll.java │ │ ├── ScoredList.java │ │ ├── SimpleTable.java │ │ ├── SimpleTableModel.java │ │ ├── SimpleTextField.java │ │ ├── SimpleUserInt.java │ │ ├── StringSink.java │ │ ├── SubString.java │ │ ├── SuperSocket.java │ │ ├── SymbolicLink.java │ │ ├── Transform3d.java │ │ ├── UI.java │ │ ├── V3d.java │ │ ├── db │ │ ├── ADBObj.java │ │ ├── DB.java │ │ ├── DBKey.java │ │ ├── DBLocation.java │ │ ├── DBObj.java │ │ ├── DataChangeAwareDBObj.java │ │ ├── NewDBObj.java │ │ ├── SimpleDBKey.java │ │ ├── onchange.tmp │ │ ├── package.html │ │ ├── spec │ │ │ ├── .SpecGenerator.java.swp │ │ │ ├── BaseType.java │ │ │ ├── DBSpec.java │ │ │ ├── Obj.java │ │ │ ├── Property.java │ │ │ ├── SpecGenerator.java │ │ │ ├── Type.java │ │ │ ├── catch.txt │ │ │ ├── old │ │ │ │ ├── DBSpec.java │ │ │ │ └── DBTable.java │ │ │ ├── package.html │ │ │ ├── reflect │ │ │ │ ├── DBSpec.java │ │ │ │ └── tmp │ │ │ └── tmp │ │ ├── statement │ │ │ ├── ReadStatement.java │ │ │ └── WriteStatement.java │ │ └── tmp │ │ ├── dnd │ │ └── hack │ │ │ ├── ComponentAcceptingDrop.java │ │ │ ├── DnDManager.java │ │ │ └── JoeyDD.java │ │ ├── gfx │ │ ├── CyberPet │ │ │ └── page.html │ │ └── shamelesslydecompiled │ │ │ └── page.html │ │ ├── j │ │ ├── jstring.java.nicetry │ │ ├── makedox │ │ ├── multiui │ │ ├── .ActionComponent.java.swp │ │ ├── ActionComponent.java │ │ ├── AppServer.java │ │ ├── Button.java │ │ ├── CheckBox.java │ │ ├── Choice.java │ │ ├── Component.java │ │ ├── Container.java │ │ ├── Form.java │ │ ├── HTMLMedium.java │ │ ├── HorizontalSplit.java │ │ ├── Page.java │ │ ├── PageCreator.java │ │ ├── PopupWindowButton.java │ │ ├── StreamedTable.java │ │ ├── SwitchButton.java │ │ ├── Table.java │ │ ├── Text.java │ │ ├── TextField.java │ │ ├── UserEditableComponent.java │ │ ├── YesNoChoice.java │ │ └── convenience │ │ │ └── DeleteButton.java │ │ ├── package-list │ │ ├── simple │ │ └── Code.java │ │ ├── strings │ │ ├── .ver1substringTree │ │ │ ├── RealString.java │ │ │ ├── SomeString.java │ │ │ └── SubString.java │ │ ├── FakeOutputStream.java │ │ ├── FakePrintWriter.java │ │ ├── FakeWriter.java │ │ ├── RealString.java │ │ ├── SomeString.java │ │ ├── SubString.java │ │ └── catch.txt │ │ ├── stylesheet.css │ │ ├── swingthis │ │ └── SplittingJMenu.java │ │ ├── viewpnt.c │ │ └── wrappers │ │ ├── .Wrapper.java.swp │ │ ├── Wrapper.java │ │ ├── j │ │ ├── java │ │ ├── lang │ │ │ └── StringWrapper.java │ │ └── util │ │ │ └── DateWrapper.java │ │ ├── prim_boolean.java │ │ ├── prim_boolean.java.b4sr │ │ ├── prim_double.java │ │ ├── prim_double.java.b4sr │ │ ├── prim_float.java │ │ ├── prim_float.java.b4sr │ │ ├── prim_int.java │ │ ├── prim_int.java.b4sr │ │ ├── prim_long.java │ │ └── prim_long.java.b4sr ├── joo │ ├── Argument.java │ ├── Class.java │ ├── Field.java │ ├── JString.java │ ├── Joo.java │ ├── JooFrame.java │ ├── Main.java │ └── Method.java ├── net │ ├── dribble │ │ └── LinuxPPP.java │ ├── email │ │ ├── GG.java │ │ └── SMTPprotocol.java │ ├── jftp │ │ ├── fromfile.sh │ │ ├── fromshell.sh │ │ ├── javaftp │ │ │ └── javaftp.java │ │ ├── jftp.java │ │ ├── shellftp.sh │ │ ├── test.ftp │ │ └── zx.sh │ ├── socket │ │ ├── Tclient.java │ │ ├── Tserver.java │ │ └── old │ │ │ └── JavaSocketExample.html │ └── sync │ │ ├── Client.java │ │ ├── CodeCollect.java │ │ ├── Collect.java │ │ ├── DefaultCollect.java │ │ ├── FullCollect.java │ │ ├── Server.java │ │ └── Spec.java ├── nuju │ ├── Nuju.java │ ├── NujuComWin.java │ └── NujuFrame.java ├── nujutu │ ├── MainFrame.java │ └── test.sh ├── tools │ ├── Test.java │ ├── columnise │ │ └── Columnise.java │ ├── dump │ │ └── dump.java │ ├── intl │ │ └── CEDict.java │ ├── javadoc │ │ ├── Test.html │ │ ├── allclasses-frame.html │ │ ├── deprecated-list.html │ │ ├── help-doc.html │ │ ├── index-all.html │ │ ├── index.html │ │ ├── overview-tree.html │ │ ├── package-list │ │ ├── packages.html │ │ ├── serialized-form.html │ │ ├── strip.html │ │ └── stylesheet.css │ ├── mason │ │ ├── Example1.mas │ │ ├── Example2.mas │ │ ├── Example3.mas │ │ ├── Mason.java │ │ └── mason.sh │ ├── parser │ │ ├── .c.grm.swn │ │ ├── .c.grm.swo │ │ ├── .classpath │ │ ├── .cvsignore │ │ ├── .project │ │ ├── DEADJOE │ │ ├── NOTES.txt │ │ ├── build.sh │ │ ├── build.xml │ │ ├── c.grm,v │ │ ├── creategrammar │ │ ├── grm.old.withhaskell │ │ ├── grmGrm │ │ ├── isapnptools_1.26-1.dsc │ │ ├── isapnptools_1.26.orig.tar.gz │ │ ├── motd │ │ ├── nbproject │ │ │ ├── .cvsignore │ │ │ ├── build-impl.xml │ │ │ ├── genfiles.properties │ │ │ ├── project.properties │ │ │ └── project.xml │ │ ├── newgrammar │ │ ├── parse │ │ ├── restore │ │ ├── run_some_tests │ │ ├── spiral.d │ │ ├── src │ │ │ └── tools │ │ │ │ └── parser │ │ │ │ ├── .cvsignore │ │ │ │ ├── ActiveReplacement.java │ │ │ │ ├── ArgReplacement.java │ │ │ │ ├── Atom.java │ │ │ │ ├── ConcatList.java │ │ │ │ ├── Grammar.java │ │ │ │ ├── GrammarHelper.java │ │ │ │ ├── GroupedDefn.java │ │ │ │ ├── MagicType.java │ │ │ │ ├── Match.java │ │ │ │ ├── Matcher.java │ │ │ │ ├── OutputContext.java │ │ │ │ ├── ParseContext.java │ │ │ │ ├── Parser.java │ │ │ │ ├── PreProcessor.java │ │ │ │ ├── RelElement.java │ │ │ │ ├── RepeatedRule.java │ │ │ │ ├── ReplacementType.java │ │ │ │ ├── RuleSet.java │ │ │ │ ├── Runner.java │ │ │ │ ├── SimpleConcatList.java │ │ │ │ ├── StringHelpers.java │ │ │ │ ├── Text.java │ │ │ │ ├── Type.java │ │ │ │ ├── Var.java │ │ │ │ ├── c.grm │ │ │ │ ├── cGrm.java │ │ │ │ ├── calc.grm │ │ │ │ ├── dlang.grm │ │ │ │ ├── dlangGrm.java │ │ │ │ ├── extensions │ │ │ │ └── WrapMeaningfulIndentation.java │ │ │ │ ├── grm.grm │ │ │ │ ├── grm1.grm │ │ │ │ ├── grm2.grm │ │ │ │ ├── grm3.grm │ │ │ │ ├── grmGrm.java │ │ │ │ ├── marff.grm │ │ │ │ ├── marffGrm.java │ │ │ │ ├── old_c.grm │ │ │ │ ├── xml.grm │ │ │ │ └── xmlGrm.java │ │ ├── task.txt │ │ ├── test3.c2 │ │ ├── test_dlang │ │ ├── testdata │ │ │ ├── calculator_expression_1.txt │ │ │ ├── test.c │ │ │ ├── test2.c │ │ │ ├── test3.c │ │ │ ├── test3.c2 │ │ │ ├── test3.h │ │ │ └── testv.c │ │ └── ver1 │ │ │ ├── Atom.java │ │ │ ├── Grammar.java │ │ │ ├── Match.java │ │ │ ├── Matcher.java │ │ │ ├── Parser.java │ │ │ ├── RelElement.java │ │ │ ├── RuleSet.java │ │ │ ├── Text.java │ │ │ ├── Type.java │ │ │ ├── Var.java │ │ │ ├── c.grm │ │ │ ├── cGrm.java │ │ │ ├── grm.grm │ │ │ ├── grm1.grm │ │ │ ├── grm2.grm │ │ │ ├── grmGrm.java │ │ │ ├── old_c.grm │ │ │ ├── xml.grm │ │ │ └── xmlGrm.java │ ├── slave │ │ ├── ComSlave.java │ │ ├── Slave.java │ │ └── comslave.sh │ ├── strip.java │ ├── template │ │ └── TemplateCompile.java │ ├── tree │ │ └── Tree.java │ ├── unicorn │ │ ├── Unicorn.java │ │ └── Unicorn2.java │ ├── waiter │ │ └── Customer.java │ └── watchxmms │ │ └── WatchXmms.java └── web │ ├── SuperProxy │ ├── .build.sh.swp │ ├── .classpath │ ├── .project │ ├── GrimeApe.txt │ ├── GrimeApe_TODO.txt │ ├── HELLO_Jynx.txt │ ├── NOTES.txt │ ├── Proxy_TODO.txt │ ├── SuperProxy_TODO.txt │ ├── THINGS_TO_TEST_OR_FIX.txt │ ├── Things_That_Wont_Work.txt │ ├── build.sh │ ├── grimeape │ ├── grimeape_registry.nap │ ├── grimeaped │ ├── grimeaped.start │ ├── images │ │ ├── blueape.png │ │ ├── blueape_disabled.png │ │ ├── blueape_shocked.png │ │ ├── delete16x16.png │ │ ├── edit16x16.png │ │ ├── ninja_ape.png │ │ ├── punkape.png │ │ └── punkape_disabled.png │ ├── in.grimeaped │ ├── javascript │ │ ├── .cvsignore │ │ ├── base2 │ │ │ ├── base2-dom-strict.js │ │ │ ├── base2-dom.js │ │ │ ├── base2-legacy.js │ │ │ └── base2.js │ │ ├── grimeape_config.js │ │ ├── grimeape_greasemonkey_compat.js │ │ ├── test.js │ │ └── xpath.js │ ├── lib │ │ ├── nekohtml-0.9.5.jar │ │ ├── nekohtml-1.9.7.jar │ │ ├── nekohtml.jar.version │ │ └── xerces-2_8_1.jar │ ├── related_projects.txt │ ├── run.sh │ ├── src │ │ ├── net │ │ │ └── dclausen │ │ │ │ └── util │ │ │ │ ├── ExitLogger.java │ │ │ │ ├── ReflectiveInvoker.java │ │ │ │ ├── SignalInterceptor.html │ │ │ │ ├── SignalInterceptor.java │ │ │ │ ├── SignalInterceptorException.java │ │ │ │ ├── SignalInterceptorHelper.java │ │ │ │ ├── SignalLogger.java │ │ │ │ └── UncaughtExceptionLogger.java │ │ └── org │ │ │ └── neuralyte │ │ │ ├── superproxy │ │ │ ├── .cvsignore │ │ │ ├── DocumentProcessor.java │ │ │ ├── HTMLDOMUtils.java │ │ │ ├── PluggableHttpRequestHandler.java │ │ │ ├── SuperProxy.java │ │ │ ├── grimeape │ │ │ │ ├── .cvsignore │ │ │ │ └── GrimeApe.java │ │ │ └── plugins │ │ │ │ └── examples │ │ │ │ ├── .cvsignore │ │ │ │ ├── OpenLinksInIframe.java │ │ │ │ ├── SavingProxy.java │ │ │ │ └── SessionTrackerBar.java │ │ │ └── webmuncher │ │ │ └── WebMuncher.java │ ├── test.sh │ └── userscripts │ │ ├── cleanup_fonts │ │ └── cleanup_fonts.user.js │ │ ├── delicious_search_results │ │ └── delicious_search_results.user.js │ │ ├── faviconizegoogle │ │ └── faviconizegoogle.user.js │ │ ├── google_fx │ │ └── google_fx.user.js │ │ ├── googles_old_favicon │ │ └── googles_old_favicon.user.js │ │ ├── reclaim_cpu │ │ └── reclaim_cpu.user.js │ │ ├── sf_projecthomepage │ │ └── sf_projecthomepage.user.js │ │ ├── track_history │ │ └── track_history.user.js │ │ └── twitter_search_results_o │ │ └── twitter_search_results_o.user.js │ ├── applet │ ├── Loader.java │ └── page.html │ ├── jbrowse │ ├── Browse.java │ ├── Edit │ │ └── Edit.java │ ├── Hwi.java │ └── StyleSheets.java │ ├── signedapplets │ ├── AcquirePermission.java │ ├── AcquireUname.java │ └── uname.jar │ ├── sms │ └── SMS.java │ └── trawler │ ├── MyParserCallback.java │ ├── SimpleHrefParserCallback.java.1 │ ├── Trawler.java │ ├── Trawler.java.1 │ ├── TrawlerGUI.java │ ├── TrawlerSpecs.sda │ ├── TrawlerStrategy.java │ ├── Trawlet.java │ ├── TrawletManager.java │ ├── tmp │ └── todo.sh ├── other ├── Pause_Activity_When_Unfocused │ └── Pause_Activity_When_Unfocused.user.js ├── bookmarklets │ ├── Facebook Next Notification.js │ ├── Facebook Notification Sidebar.js │ ├── Preview Links in Floating Frame.js │ └── Twitter Expand Followers.js ├── cgi │ ├── cedict │ ├── cgilib │ ├── compilejshscript │ ├── dict │ ├── msgboard │ ├── revssh │ ├── sendmail │ ├── text2speech.mp3 │ ├── tidy │ └── unzip ├── cineformation │ └── update_subscriptions.sh ├── generation │ ├── upload_generation.bat │ └── upload_generation_with_scp.bat ├── gm_scripts │ ├── .eslintrc.js │ ├── .gitignore │ ├── Add_movie_ratings_to_IMDB_links │ │ └── Add_movie_ratings_to_IMDB_links.user.js │ ├── Click_to_play_embedded_videos │ │ └── Click_to_play_embedded_videos.user.js │ ├── Convert_Dates_to_Ages │ │ └── Convert_Dates_to_Ages.user.js │ ├── Download_YouTube_Captions │ │ └── 50003.user.js │ ├── Download_YouTube_Videos_as_MP4 │ │ ├── 25105.user.js │ │ └── Download_YouTube_Videos_as_MP4.user.js │ ├── DuckDuckGo_Extended │ │ └── DuckDuckGo_Extended.user.js │ ├── Dwitter_Tweaks │ │ └── Dwitter_Tweaks.user.js │ ├── Fade_In_and_Out │ │ └── Fade_In_and_Out.user.js │ ├── GitLab_Tweaks │ │ └── GitLab_Tweaks.user.js │ ├── Google_Lucky_Bang │ │ └── Google_Lucky_Bang.user.js │ ├── Google_Visited_Links_Color │ │ └── Google_Visited_Links_Color.user.js │ ├── Instagram_Video_Controls │ │ └── Instagram_Video_Controls.user.js │ ├── Meetup_Tweaks │ │ └── Meetup_Tweaks.user.js │ ├── Netflix keyboard shortcuts │ │ └── Netflix keyboard shortcuts.user.js │ ├── Pause_Activity_When_Unfocused │ │ └── Pause_Activity_When_Unfocused.user.js │ ├── README.md │ ├── Related_Links_Pager │ │ └── Related_Links_Pager.user.js │ ├── Scroll_Everywhere │ │ └── Scroll_Everywhere.user.js │ ├── Show_Link_URL_in_Corner │ │ └── Show_Link_URL_in_Corner.user.js │ ├── Sort_Github_repos_by_popularity │ │ └── Sort_Github_repos_by_popularity.user.js │ ├── StackExchange_Tweaks │ │ └── StackExchange_Tweaks.user.js │ ├── Tab_size │ │ └── Tab_size.user.js │ ├── Tampermonkey_Google_Drive_sync_fix │ │ └── Tampermonkey_Google_Drive_sync_fix.user.js │ ├── Telegram_Tweaks │ │ └── Telegram_Tweaks.user.js │ ├── Twitter_Favicon_No_Red_Notification_Dot │ │ └── Twitter_Favicon_No_Red_Notification_Dot.user.js │ ├── URLs_Need_Titles │ │ └── URLs_Need_Titles.user.js │ ├── Wide_Github │ │ └── Wide_Github.user.js │ ├── YouTube_Popout_Button │ │ └── 150631.user.js │ ├── YouTube_Thumb_Likes_Dislikes │ │ └── YouTube_Thumb_Likes_Dislikes.user.js │ ├── YouTube_Video_Download │ │ └── 62634.user.js │ ├── alert_watcher │ │ └── alert_watcher.user.js │ ├── auto-close_slack_redirect_pages │ │ └── auto-close_slack_redirect_pages.user.js │ ├── auto-close_zoom_join_pages │ │ └── auto-close_zoom_join_pages.user.js │ ├── auto_scroll_keys │ │ └── auto_scroll_keys.user.js │ ├── auto_scroll_mouse │ │ └── auto_scroll_mouse.user.js │ ├── bookmarklets_to_user_scr │ │ └── bookmarklets_to_user_scr.user.js │ ├── calm_quora_s_annoying_red_notification_dots │ │ └── calm_quora_s_annoying_red_notification_dots.user.js │ ├── chatgpt_summary_tweaks │ │ └── chatgpt_summary_tweaks.user.js │ ├── cleanup_fonts │ │ └── cleanup_fonts.user.js │ ├── config.xml │ ├── delicious_link_tooltop │ │ └── delicious_link_tooltop.user.js │ ├── delicious_search_results │ │ └── delicious_search_results.user.js │ ├── deliciouscom_-_sort_visi │ │ └── deliciouscom_-_sort_visi.user.js │ ├── demo_seen │ │ └── demo_seen.user.js │ ├── discord_tweaks │ │ └── discord_tweaks.user.js │ ├── download_photo_from_google_maps │ │ └── download_photo_from_google_maps.user.js │ ├── endless_google │ │ └── endless_google.user.js │ ├── engineers.sg_tweaks │ │ └── engineers.sg_tweaks.user.js │ ├── facebook_large_images │ │ └── facebook_large_images.user.js │ ├── fallbackgmapi │ │ └── fallbackgmapi.user.js │ ├── fastjslogger │ │ └── fastjslogger.user.js │ ├── faviconizegoogle │ │ ├── faviconizegoogle.user.js │ │ └── published.url │ ├── faviconizetheweb │ │ ├── css_is_lighter_than_images.js.snippet │ │ └── faviconizetheweb.user.js │ ├── fix_width │ │ └── fix_width.user.js │ ├── flickr_large_images │ │ └── flickr_large_images.user.js │ ├── github_classic_fonts │ │ └── github_classic_fonts.user.js │ ├── github_notifications_dropdown │ │ └── github_notifications_dropdown.user.js │ ├── google_-_single_page_res │ │ └── google_-_single_page_res.user.js │ ├── google_extra │ │ └── google_extra.user.js │ ├── google_images_large_imag │ │ └── google_images_large_imag.user.js │ ├── google_link_preview │ │ └── google_link_preview.user.js │ ├── google_preview_pane │ │ └── google_preview_pane.user.js │ ├── google_results_highlight │ │ └── google_results_highlight.user.js │ ├── google_two_columns │ │ └── google_two_columns.user.js │ ├── googles_old_favicon │ │ └── googles_old_favicon.user.js │ ├── hibernate_idle_tabs │ │ └── hibernate_idle_tabs.user.js │ ├── highlight_search_words_e │ │ └── highlight_search_words_e.user.js │ ├── hover_links │ │ └── hover_links.user.js │ ├── hover_preview │ │ └── hover_preview.user.js │ ├── imdb_inline_threads │ │ └── imdb_inline_threads.user.js │ ├── imdb_large_images │ │ └── imdb_large_images.user.js │ ├── joeys_pikto_tweaks │ │ └── joeys_pikto_tweaks.user.js │ ├── joeys_userscripts_and_bookmarklets_overview.html │ ├── make_bookmarklet_from_us │ │ └── make_bookmarklet_from_us.user.js │ ├── messenger_old_favicon │ │ └── messenger_old_favicon.user.js │ ├── more_keybinds │ │ └── more_keybinds.user.js │ ├── netflix-imdb │ │ └── netflix-imdb.user.js │ ├── netflix_tweaks │ │ └── netflix_tweaks.user.js │ ├── next_imageprevious_image │ │ └── next_imageprevious_image.user.js │ ├── no_iframes │ │ └── no_iframes.user.js │ ├── npmjs_visual_tweaks │ │ └── npmjs_visual_tweaks.user.js │ ├── one_click_userscripts │ │ └── one_click_userscripts.user.js │ ├── pouet_plus │ │ └── pouet_plus.user.js │ ├── reclaim_cpu │ │ └── reclaim_cpu.user.js │ ├── script_autoupdater │ │ └── script_autoupdater.user.js │ ├── script_updater │ │ └── script_updater.user.js │ ├── scripts_released_on_userscripts_site.url │ ├── sf_projecthomepage │ │ └── sf_projecthomepage.user.js │ ├── sourceforge_-_cleaner_la │ │ └── sourceforge_-_cleaner_la.user.js │ ├── sourceforge_menus_with_n │ │ └── sourceforge_menus_with_n.user.js │ ├── table_of_contents_everyw │ │ └── table_of_contents_everyw.user.js │ ├── theguardian │ │ └── theguardian.user.js │ ├── title_youtube_locations │ │ └── title_youtube_locations.user.js │ ├── track_history │ │ └── track_history.user.js │ ├── try_this_search_on │ │ └── try_this_search_on.user.js │ ├── turn_image_links_into_im │ │ └── turn_image_links_into_im.user.js │ ├── twitch_tweaks │ │ └── twitch_tweaks.user.js │ ├── userscripts_updater │ │ └── userscripts_updater.user.js │ ├── userscriptsorguserscript │ │ └── userscriptsorguserscript.user.js │ ├── wikiindent │ │ └── wikiindent.user.js │ ├── wikimedia │ │ └── wikimedia.user.js │ ├── wikipedia_inline_article │ │ └── wikipedia_inline_article.user.js │ ├── youtube_digest_tweaks │ │ └── youtube_digest_tweaks.user.js │ └── youtube_large_images │ │ └── youtube_large_images.user.js ├── html │ ├── add_powerbar.js │ ├── add_powerbar.js.jpp │ ├── build.sh │ ├── joeys_bookmarklets.html │ ├── modifyDOM.js │ ├── powerbar.html │ ├── powerbar.html.jpp │ └── start_autocompiler.sh ├── hwi │ ├── backup.sh │ └── backup_generation.sh ├── imc │ ├── backupscripts │ │ ├── OBSOLETE_OLD_SYSTEM.txt │ │ ├── checksiteactive.sh │ │ ├── dependencies │ │ ├── diffbristol.sh │ │ ├── dobackup.sh │ │ ├── dumpdbs.sh │ │ ├── findchanges.sh │ │ ├── getbristol.sh │ │ ├── mirror_imc_site.sh │ │ ├── mirror_rob.sh │ │ ├── mirror_tronic.sh │ │ ├── mirror_tronic_on_buggy.sh │ │ ├── post-pull.sh │ │ ├── recreatemydb.sh │ │ └── recreatepgdb.sh │ ├── dobackup.sh │ ├── dumpdbs.sh │ ├── joey_install_notes.txt │ ├── livebox │ │ ├── ALSO_OBSOLETE.txt │ │ ├── analog.cfg │ │ ├── analog.sh │ │ └── dumpdbs.sh │ ├── mirror_imc_site.sh │ ├── mirror_iraq.sh │ ├── mirror_rob.sh │ ├── mirror_tronic.sh │ ├── mirror_tronic_on_buggy.sh │ ├── post-pull.sh │ ├── recreatemydb.sh │ └── recreatepgdb.sh ├── javascript │ ├── contrib │ │ └── rainbow │ │ │ ├── dev │ │ │ ├── ALL.css │ │ │ ├── language │ │ │ │ ├── c.js │ │ │ │ ├── coffeescript.js │ │ │ │ ├── csharp.js │ │ │ │ ├── css.js │ │ │ │ ├── generic.js │ │ │ │ ├── go.js │ │ │ │ ├── haskell.js │ │ │ │ ├── html.js │ │ │ │ ├── java.js │ │ │ │ ├── javascript.js │ │ │ │ ├── lua.js │ │ │ │ ├── php.js │ │ │ │ ├── python.js │ │ │ │ ├── r.js │ │ │ │ ├── ruby.js │ │ │ │ ├── scheme.js │ │ │ │ ├── shell.js │ │ │ │ └── smalltalk.js │ │ │ ├── rainbow.js │ │ │ ├── rainbow.min.js │ │ │ └── themes │ │ │ │ ├── all-hallows-eve.css │ │ │ │ ├── blackboard.css │ │ │ │ ├── espresso-libre.css │ │ │ │ ├── github.css │ │ │ │ ├── obsidian.css │ │ │ │ ├── pastie.css │ │ │ │ ├── solarized-dark.css │ │ │ │ ├── solarized-light.css │ │ │ │ ├── sunburst.css │ │ │ │ ├── tomorrow-night.css │ │ │ │ ├── tricolore.css │ │ │ │ ├── twilight.css │ │ │ │ └── zenburnesque.css │ │ │ └── rainbow-custom.min.js │ ├── eslint_configs │ │ └── .eslintrc │ ├── focus.js │ ├── fractals │ │ ├── julia4d.html │ │ └── mandelbox.html │ ├── graphics │ │ ├── animated_strange_attractor │ │ │ ├── README.md │ │ │ └── animated_strange_attractor.html │ │ └── squirrel │ │ │ ├── 3d.html │ │ │ └── grapher.html │ ├── make_elements_moveable.js │ ├── node │ │ ├── HOWTO_avoid_sudo_when_doing_npm_install_-g.txt │ │ ├── TODO.txt │ │ ├── coffee_proxy.coffee │ │ ├── coffee_webserver.coffee │ │ ├── proxy.js │ │ └── webserver.js │ ├── snippets │ │ ├── Edit this Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS).html │ │ ├── Edit this Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)_files │ │ │ ├── Actions.js │ │ │ ├── EditorCM.js │ │ │ ├── LayoutCM.js │ │ │ ├── Resources.js │ │ │ ├── Settings.js │ │ │ ├── Sidebar.js │ │ │ ├── clientcide.2.2.0.js │ │ │ ├── codemirror.js │ │ │ ├── css │ │ │ ├── ga.js │ │ │ ├── get_num_replies.js │ │ │ ├── jquery-1.6.2.js │ │ │ ├── jslint.min.js │ │ │ ├── light.css │ │ │ ├── mirrorframe.js │ │ │ ├── mootools-1.2.5-core-json-fixed.js │ │ │ ├── mootools-1.2.5-more-main.js │ │ │ ├── normalize(1).css │ │ │ ├── normalize.css │ │ │ ├── result-light.css │ │ │ ├── saved_resource.html │ │ │ ├── style.css │ │ │ └── tricks.css │ │ ├── HTML_GUIDES.txt │ │ ├── This page changed my pointer (in Chrome) - Modland Search - ExoticA.html │ │ ├── This page changed my pointer (in Chrome) - Modland Search - ExoticA_files │ │ │ ├── 88x31.png │ │ │ ├── ajax.js │ │ │ ├── commonPrint.css │ │ │ ├── favicons │ │ │ ├── favicons(1) │ │ │ ├── favicons(2) │ │ │ ├── index(1).php │ │ │ ├── index(2).php │ │ │ ├── index(3).php │ │ │ ├── index(4).php │ │ │ ├── index(5).php │ │ │ ├── index.php │ │ │ ├── logo.png │ │ │ ├── main(1).css │ │ │ ├── main.css │ │ │ ├── mwsuggest.js │ │ │ ├── page.js │ │ │ ├── poweredby_mediawiki_88x31.png │ │ │ ├── screengadgets.png │ │ │ ├── share_save_120_16.png │ │ │ ├── shared.css │ │ │ ├── sm1.html │ │ │ ├── sort_down.gif │ │ │ ├── sort_none.gif │ │ │ └── wikibits.js │ │ ├── adding_operator_to_number.js.snippet │ │ ├── all_the_shims.txt │ │ ├── animated_tabs_with_jquery.js.snippet │ │ ├── append_object_to_string.txt │ │ ├── are_javascript_standalone_apps_possible.txt │ │ ├── arrays_call_and_map.js.snippet │ │ ├── arrow_functions.txt │ │ ├── arrow_functions_are_longer_lol.txt │ │ ├── async_map_weird.js.snippet │ │ ├── beautiful_use_of_currying.coffee.snippet │ │ ├── being_declarative_expressing_a_simple_program_in_js.js.snippet │ │ ├── bind_different_this_object_to_a_function.js.snippet │ │ ├── bind_i_finally_get_what_it_is_about_now.txt │ │ ├── black_magic_with_with_and_proxy.js │ │ ├── browserify_light_mode.txt │ │ ├── call_new_with_apply.js.snippet │ │ ├── callback.js.snippet │ │ ├── caller_and_callee.txt │ │ ├── cantelopes_javascript_multidevice_input_boilerplate.js │ │ ├── checkDocumentBeforeInserting.js.snippet │ │ ├── chosen_friendly_interface_for_long_select_boxes.url │ │ ├── closure.js.snippet │ │ ├── coffeescript_and_jquery.html │ │ ├── coffeescript_jquery_plugin.js │ │ ├── conditional_functions_dont_hoist.js │ │ ├── convert_string_to_number.js.snippet │ │ ├── create_dom_structure.js.snippet │ │ ├── create_keypress_event.js │ │ ├── create_location.query.js.snippet │ │ ├── cross_browser_event_handling.js.snippet │ │ ├── cross_browser_transparency.js.snippet │ │ ├── css_svg_edge_detection.js │ │ ├── css_transforms │ │ │ └── manipulating_the_transform_matrix.txt │ │ ├── currying_and_caching.coffee.snippet │ │ ├── currying_shortcut.js.snippet │ │ ├── currying_with_coffee.coffee.snippet │ │ ├── data_hiding_in_js_oop.js.snippet │ │ ├── data_urls.txt │ │ ├── debounce.js.snippet │ │ ├── declarative_getters_and_setters.js.snippet │ │ ├── declare_callback_after_passing_it.html │ │ ├── deep_clone_with_support_for_array_date_and_regexp.js │ │ ├── defineProps_vs_create.txt │ │ ├── defining_a_live_property_getter.js.snippet │ │ ├── difficult-to-make-objects-falsey.js │ │ ├── dont_use_jwt_for_sessions.txt │ │ ├── download-syntax-podcast-shows-with-deno.ts │ │ ├── ecmanauts_wget.js │ │ ├── editing_css_keyframes │ │ │ ├── catching_events_from_keyframes.url │ │ │ ├── joelambert_catching_events_from_keyframes.url │ │ │ └── russel.js │ │ ├── enscripten.txt │ │ ├── es6-let-scoping │ │ │ └── 1.js │ │ ├── es6_accept_options_argument_with_defaults.js.snippet │ │ ├── events_in_ie.js.snippet │ │ ├── extend_array_to_make_list.js │ │ ├── find_nonempty_textnodes.js.snippet │ │ ├── find_or_delete_css_rules.js │ │ ├── flatten_array.js │ │ ├── for-loops-const-let.js │ │ ├── for_loop_backwards.js.snippet │ │ ├── foreach.js.snippet │ │ ├── form_file_upload_progress.js.snippet │ │ ├── frameworks_to_try.txt │ │ ├── functional.txt │ │ ├── functional_style_using_bind.js.snippet │ │ ├── generators.txt │ │ ├── generics_in_javascript.js.snippet │ │ ├── get_name_of_current_function.js │ │ ├── get_offset_by_tatsh.js.snippet │ │ ├── get_offset_from_next_imageprevious_image.js.snippet │ │ ├── get_offset_from_sanbar_mouseUtils.js │ │ ├── get_offset_quirksmode.url │ │ ├── get_offset_stolen_maybe_from_dojo.js │ │ ├── get_the_width_of_an_element.js.snippet │ │ ├── getting_the_arguments_as_an_array.js.snippet │ │ ├── handle_all_keystrokes_separately.js.snippet │ │ ├── hasOwnProperty.snippet │ │ ├── how_to_do_bookmarklets.txt │ │ ├── how_to_write_javascript_without_semicolons.txt │ │ ├── initialisation_2d_array.js.snippet │ │ ├── inner_functions_should_be_declared_with_var.md │ │ ├── integers.txt │ │ ├── isAncestor.js │ │ ├── is_this_a_c_closure.js │ │ ├── jan_fail_import.js │ │ ├── joeys_aync_library.js │ │ ├── js_in_png_wait_what │ │ │ └── fl0wer.png.html │ │ ├── jsdocs_are_worse_than_nothing_due_to_code_drift.txt │ │ ├── just_wtf_js.txt │ │ ├── less_valuable │ │ │ └── semicolon_after_function.js │ │ ├── let-in-for-three-scopes-wtf.js │ │ ├── library_for_editing_stylesheets.js │ │ ├── licenses.txt │ │ ├── list_comprehension_js1.7.js │ │ ├── list_supported_css_props.js │ │ ├── lol-let-for.js │ │ ├── long_prototype_chain.js │ │ ├── long_prototype_chain_coffee.coffee │ │ ├── long_prototype_chain_coffee.js │ │ ├── long_prototype_chain_coffee.js.last │ │ ├── loop_tables_in_js1.7.js.snippet │ │ ├── make_scope_first_order.idea.txt │ │ ├── meyerweb_css_reset.html │ │ ├── mikaels_npm_version_release_process.url │ │ ├── module_pattern_with_amd_support.js.snippet │ │ ├── more_higher_order_coffeescript_from_shesek.coffee.snippet │ │ ├── more_snippets.js.snippet │ │ ├── mouseover_real_position_from_quirksmode.js.snippet │ │ ├── named_format.js.snippet │ │ ├── no_need_for_offset.txt │ │ ├── node │ │ │ ├── faster_npm_install.txt │ │ │ ├── how_to_use_node_and_npm_to_organise_your_js_library_functions.txt │ │ │ ├── streaming_from_a_file.js.snippet │ │ │ ├── three_types_of_error_handling_in_node.txt │ │ │ └── very_simple_restful_engine.js │ │ ├── node_module_and_web_library_export.js.snippet │ │ ├── node_streams_observables.txt │ │ ├── notes_on_detected_script_load_event.txt │ │ ├── npm_package_aliases.txt │ │ ├── onbeforeunload.html │ │ ├── once.js │ │ ├── oop_chuck_norris.js │ │ ├── oop_no_classes.js.snippet │ │ ├── oop_prototype_vs_object_create.js │ │ ├── oop_using_prototype_but_classlike_structure.js.snippet │ │ ├── oop_with_object_create.js.snippet │ │ ├── oop_with_prototype.js │ │ ├── opera_needs_event_handlers_before_request.txt │ │ ├── parse_html_string_into_dom.js.snippet │ │ ├── passing_a_result_down_through_a_promise_chain.js │ │ ├── polyfill.io.snippet.html │ │ ├── prefixify.js │ │ ├── pretty_print_json.js.snippet │ │ ├── preventDefault_vs_return_false.txt │ │ ├── printHex.js.snippet │ │ ├── private_npm_modules_on_gitlab.txt │ │ ├── problems_with_oop.txt │ │ ├── progressive_enhancement.txt │ │ ├── promise_vs_callback.js │ │ ├── promises_with_redux.txt │ │ ├── prototype_Object_create_vs_new.js.snippet │ │ ├── proxying_nonexistent_variables.js │ │ ├── react_message_list.js.snippet │ │ ├── remove-from-array-while-looping.js │ │ ├── replace_functions_with_logging_functions.js.snippet │ │ ├── requirejs.txt │ │ ├── reset_css.txt │ │ ├── rich_text_editor.url │ │ ├── running_transpiled_code_in_node.txt │ │ ├── safe_prototype_extension.html │ │ ├── safe_prototype_extension.js │ │ ├── server-sent-events.js.snippet │ │ ├── set_enhancer.js │ │ ├── setup_css_keyframes.js.snippet │ │ ├── shachaf_made_ctrl_f_hack.html │ │ ├── simple_async_callbacks_in_parallel_or_series.coffee │ │ ├── simple_callback_library.js │ │ ├── simple_oop_with_prototype.js │ │ ├── socket.io_example.js.snippet │ │ ├── some_guy_overwrites_promise.then_to_catch_unhandled_exceptions.js.snippet │ │ ├── sound_in_chrome_and_others.js.snippet │ │ ├── stellar_coral.js │ │ ├── streaming_in_node.js.snippet │ │ ├── target.js.snippet │ │ ├── test.js │ │ ├── testing_frameworks.txt │ │ ├── the_best_promises_library_might_be_bluebird.txt │ │ ├── toFixed_bad_rounding.txt │ │ ├── top_level_domains.txt │ │ ├── trap_click_anywhere.js.snippet │ │ ├── treesort.js.snippet │ │ ├── typescript_and_jsdoc.txt │ │ ├── use_iframe_to_retrieve_file.js.snippet │ │ ├── using-async-await-with-generators.js │ │ ├── using_regexp_in_javascript.js.snippet │ │ ├── using_with_for_temporary_scope.js.snippet │ │ ├── v8_stack_trace.js.snippet │ │ ├── watch_method.js.snippet │ │ ├── ways_to_start_async_blocks.js │ │ ├── webpack │ │ │ └── expose-a-global.txt │ │ ├── what-does-new-do.txt │ │ ├── wtfjs.txt │ │ ├── xmlhttprequest.js.snippet │ │ ├── xmlhttprequest_weak.js.snippet │ │ ├── y-combinator-rubyconf-2012.js │ │ ├── you-might-not-need-you-might-not-need-jquery.txt │ │ ├── zoom_canvas_with_mousewheel.html │ │ └── zooming page with webkit css transition_files.html │ ├── space3d │ │ ├── mjs.js │ │ └── space3d.js │ ├── speech_recognition_experiment_1.html │ ├── trim_elements.js │ ├── xhr_via_json │ │ ├── README.txt │ │ ├── test.html │ │ ├── xss_xhr_via_jsonp.js │ │ └── xss_xhr_via_jsonp_server.js │ ├── xpath.js │ └── xpath_tester.js ├── scripts │ └── hwi │ │ └── getbackups.sh ├── web │ └── energyradio │ │ ├── index.cgi │ │ └── listen.cgi └── xslt │ ├── jumpgate │ ├── formscraper.xsl │ ├── jumpgate.xml │ ├── jumpgate.xsl │ ├── webscraping_example.xml │ └── webscraping_example.xsl │ └── minitools │ ├── minitools.xml │ ├── show_minitools.xml │ └── show_minitools.xsl ├── prolog ├── homework │ ├── ass1.pl │ ├── ass2.pl │ ├── ass3.pl │ ├── ass5.pl │ ├── dist.pl │ ├── eightq.pl │ ├── euler.pl │ ├── eulerold.pl │ ├── expert.pl │ ├── famtree.pl │ ├── graph1.pl │ ├── graph2.pl │ ├── graph3.pl │ ├── jobs.pl │ ├── lpe1.pl │ ├── maths.pl │ ├── monkey.pl │ ├── monkey_b.pl │ ├── monkey~1.pl │ ├── problem4.txt │ ├── problem5.txt │ ├── simp.pl │ ├── soln94 │ ├── soln97 │ ├── tmp.pl │ ├── turing.pl │ ├── wibble.pl │ └── works.pl └── uwe │ ├── farmer.pdb │ ├── listplay.pdb │ ├── london │ ├── london1.pdb │ ├── london2.pdb │ ├── london3.pdb │ ├── london4.pdb │ ├── london5.pdb │ └── london6.pdb │ ├── test.pdb │ └── test2.pdb ├── servlets ├── .CodeGenerator.java.swo ├── .PageGenerator.java.swp ├── CodeGenerator.java ├── Main.java ├── MainReal.java ├── Session.java ├── Test.java ├── appserver │ └── State.java ├── dbmaker │ ├── Generate.java │ ├── data │ │ └── init │ │ │ ├── Generation.java │ │ │ └── Music.java │ ├── notes.txt │ └── ver2-simplecreation │ │ ├── BaseType.java │ │ ├── Obj.java │ │ ├── ObjEditor.java │ │ ├── Property.java │ │ ├── PropertyEditor.java │ │ ├── Spec.java │ │ ├── SpecEditor.java │ │ └── Type.java ├── filfirin │ ├── .DB.java.swo │ └── DB.java ├── generation │ ├── j │ ├── objects │ │ ├── Philosopher.java │ │ └── homemadePhilosopher.java.notfinished │ ├── old │ │ └── Servlet.java │ └── onchange.tmp ├── go ├── j ├── java.txt ├── jumpgate │ └── JumpGate.java ├── old │ └── filfirin │ │ ├── .DB.java.swo │ │ └── DB.java ├── onchange.tmp └── ver1 │ ├── CodeGenerator.java │ ├── Main.java │ ├── MainReal.java │ ├── Test.java │ ├── filfirin │ ├── .DB.java.swo │ └── DB.java │ ├── generation │ ├── j │ ├── objects │ │ ├── Philosopher.java │ │ └── homemadePhilosopher.java.notfinished │ ├── old │ │ └── Servlet.java │ ├── onchange.tmp │ └── pages │ │ ├── .Philosopher.java.swp │ │ └── Philosopher.java │ ├── jlib │ └── multiui │ │ ├── Button.java │ │ ├── Component.java │ │ ├── Container.java │ │ ├── Form.java │ │ ├── HTMLMedium.java │ │ ├── Page.java │ │ ├── PageCreator.java │ │ ├── StreamedTable.java │ │ ├── SwitchButton.java │ │ ├── Table.java │ │ ├── Text.java │ │ ├── TextField.java │ │ └── UserEditableComponent.java │ └── jumpgate │ └── JumpGate.java └── tex ├── PRL-PC ├── abstract.tex ├── dotex ├── elsart-num.bst ├── elsart.cls ├── findtext.tex ├── horlines.tex ├── parags.tex ├── pcmm.tex ├── pr-pcmm.bib └── vertlines.tex ├── acivs02 ├── abstract.tex ├── acivs.tex ├── acivs2002.sty ├── acivs2002paper.tex ├── dotex ├── jrefs.bib ├── lines.tex ├── preparation.tex ├── remper.tex └── zipsrc ├── majidstyles ├── IEEEsample.tex ├── IEEEtran.sty ├── IEEEtran2e.cls ├── UOS.300pk ├── UOS.tfm ├── acrobat.sty ├── allhelv.sty ├── amssymb.sty ├── art10.sty ├── art11.sty ├── bmvc2000.sty ├── bmvc2001.sty ├── code.sty ├── comment.sty ├── csslides.sty ├── date.sty ├── elsart-old.cls ├── elsart.cls ├── elsart.sty ├── epsf.tex ├── eus96.sty ├── fancyheadings.sty ├── figs.tfm ├── fullpage.sty ├── handouts.sty ├── hangcaption.sty ├── hfsl.sty ├── html.sty ├── iee_letters.sty ├── ieeconf.sty ├── letter.sty ├── llncs.cls ├── mcomment.sty ├── mmcsletter.sty ├── mmhfsl.sty ├── mmpersonal.sty ├── mmpersonal.sty.~1~ ├── mmprivate.sty ├── multirow.sty ├── myarticle.cls ├── myllncs.sty ├── mysubfigure.sty ├── named.bst ├── named.sty ├── overheads.sty ├── pagelayout.sty ├── paul.sty ├── present.sty ├── psfig.sty ├── psmath.sty ├── resume.sty ├── term.sty ├── vsspletter.sty ├── vssppletter.sty ├── vssptr.sty └── xdvi.sty ├── shared ├── comment.sty ├── jrefs.bib ├── jrefs.bib.end2001 ├── lodistill.sh ├── makepdf ├── multirow.sty ├── mysubfigure.sty ├── pagelayout.sty └── pclark.sty └── thesis ├── dotex ├── main.tex ├── thesis.tex └── ubcrest-jpegps2.eps /c/allcfiles.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/allcfiles.txt -------------------------------------------------------------------------------- /c/asmcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/asmcopy.c -------------------------------------------------------------------------------- /c/games/race3d/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/Makefile -------------------------------------------------------------------------------- /c/games/race3d/define.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/define.c -------------------------------------------------------------------------------- /c/games/race3d/flying.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/flying.c -------------------------------------------------------------------------------- /c/games/race3d/incl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/incl.c -------------------------------------------------------------------------------- /c/games/race3d/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/keys.c -------------------------------------------------------------------------------- /c/games/race3d/kips.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/kips.c -------------------------------------------------------------------------------- /c/games/race3d/last.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/last.c -------------------------------------------------------------------------------- /c/games/race3d/lin0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/lin0.c -------------------------------------------------------------------------------- /c/games/race3d/marker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/marker.c -------------------------------------------------------------------------------- /c/games/race3d/next.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/next.c -------------------------------------------------------------------------------- /c/games/race3d/rings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/rings.c -------------------------------------------------------------------------------- /c/games/race3d/rings2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/rings2.c -------------------------------------------------------------------------------- /c/games/race3d/tough.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/tough.c -------------------------------------------------------------------------------- /c/games/race3d/track.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/track.c -------------------------------------------------------------------------------- /c/games/race3d/trails.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/games/race3d/trails.c -------------------------------------------------------------------------------- /c/gfx/sdl/scroll/incl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx/sdl/scroll/incl.c -------------------------------------------------------------------------------- /c/gfx2d/BWlib/BWlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/BWlib/BWlib.c -------------------------------------------------------------------------------- /c/gfx2d/BWlib/BWlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/BWlib/BWlib.h -------------------------------------------------------------------------------- /c/gfx2d/BWlib/bwicon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/BWlib/bwicon -------------------------------------------------------------------------------- /c/gfx2d/BWlib/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/BWlib/main.c -------------------------------------------------------------------------------- /c/gfx2d/BWlib/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/BWlib/readme -------------------------------------------------------------------------------- /c/gfx2d/curses/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/curses/make -------------------------------------------------------------------------------- /c/gfx2d/curses/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/curses/matrix.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/c.bat: -------------------------------------------------------------------------------- 1 | @gcc current.c -o g.exe -lalleg 2 | -------------------------------------------------------------------------------- /c/gfx2d/fluid/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/current.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/e.bat: -------------------------------------------------------------------------------- 1 | @edit current.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/fluid1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/fluid1.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/fluid2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/fluid2.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/fluid3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/fluid3.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/fluid4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/fluid4.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/fluid5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/fluid5.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/make -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly1.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly2.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly3.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly4.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly5.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly6.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly7.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly8.c -------------------------------------------------------------------------------- /c/gfx2d/fluid/swirly9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/fluid/swirly9.c -------------------------------------------------------------------------------- /c/gfx2d/headfuck/1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/headfuck/1.c -------------------------------------------------------------------------------- /c/gfx2d/headfuck/r.bat: -------------------------------------------------------------------------------- 1 | del *.bmp 2 | g 3 | rem g -wf 4 | -------------------------------------------------------------------------------- /c/gfx2d/ifs/ifs1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ifs/ifs1.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/blur.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/blur.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/cool.jf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/cool.jf -------------------------------------------------------------------------------- /c/gfx2d/jfont/cool1.jf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/cool1.jf -------------------------------------------------------------------------------- /c/gfx2d/jfont/crazy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/crazy.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/current.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/diffuse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/diffuse.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/jfshow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/jfshow.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/jfshow2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/jfont/jfshow2.c -------------------------------------------------------------------------------- /c/gfx2d/jfont/r.bat: -------------------------------------------------------------------------------- 1 | g -i cool.jf 2 | -------------------------------------------------------------------------------- /c/gfx2d/life/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/current.c -------------------------------------------------------------------------------- /c/gfx2d/life/dunno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/dunno.c -------------------------------------------------------------------------------- /c/gfx2d/life/jazzy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/jazzy.c -------------------------------------------------------------------------------- /c/gfx2d/life/lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/lines.c -------------------------------------------------------------------------------- /c/gfx2d/life/lines2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/lines2.c -------------------------------------------------------------------------------- /c/gfx2d/life/pattern.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/pattern.c -------------------------------------------------------------------------------- /c/gfx2d/life/pattern2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/pattern2.c -------------------------------------------------------------------------------- /c/gfx2d/life/pattern3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/pattern3.c -------------------------------------------------------------------------------- /c/gfx2d/life/pattern4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/pattern4.c -------------------------------------------------------------------------------- /c/gfx2d/life/smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/smooth.c -------------------------------------------------------------------------------- /c/gfx2d/life/squidge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/squidge.c -------------------------------------------------------------------------------- /c/gfx2d/life/squidge2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/life/squidge2.c -------------------------------------------------------------------------------- /c/gfx2d/oldlife/life1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/oldlife/life1.c -------------------------------------------------------------------------------- /c/gfx2d/oldlife/life2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/oldlife/life2.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/blocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/blocks.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/cloud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/cloud.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/failn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/failn.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/good.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/good.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/hue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/hue.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/hue1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/hue1.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/huebad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/huebad.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/linear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/linear.c -------------------------------------------------------------------------------- /c/gfx2d/plasma/pretty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasma/pretty.c -------------------------------------------------------------------------------- /c/gfx2d/plasmoid/good.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasmoid/good.c -------------------------------------------------------------------------------- /c/gfx2d/plasmoid/lastrndseed: -------------------------------------------------------------------------------- 1 | 922419353 -------------------------------------------------------------------------------- /c/gfx2d/plasmoid/neon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasmoid/neon.c -------------------------------------------------------------------------------- /c/gfx2d/plasmoid/tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/plasmoid/tmp -------------------------------------------------------------------------------- /c/gfx2d/psycho/e.bat: -------------------------------------------------------------------------------- 1 | @edit current.c /h 2 | -------------------------------------------------------------------------------- /c/gfx2d/psycho/ex11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/ex11.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/field1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/field1.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/field2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/field2.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/hue1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/hue1.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/hue2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/hue2.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/hue3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/hue3.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/hue4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/hue4.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/hue5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/hue5.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/neon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/neon.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/zoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/zoom.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/zoom1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/zoom1.c -------------------------------------------------------------------------------- /c/gfx2d/psycho/zoom2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/psycho/zoom2d.c -------------------------------------------------------------------------------- /c/gfx2d/ripple/c.bat: -------------------------------------------------------------------------------- 1 | @gcc current.c -o g.exe -lalleg -------------------------------------------------------------------------------- /c/gfx2d/ripple/e.bat: -------------------------------------------------------------------------------- 1 | @edit current.c -------------------------------------------------------------------------------- /c/gfx2d/ripple/fedup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/fedup.c -------------------------------------------------------------------------------- /c/gfx2d/ripple/fly.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/fly.c -------------------------------------------------------------------------------- /c/gfx2d/ripple/old.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/old.tgz -------------------------------------------------------------------------------- /c/gfx2d/ripple/sm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/sm.c -------------------------------------------------------------------------------- /c/gfx2d/ripple/tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/tmp -------------------------------------------------------------------------------- /c/gfx2d/ripple/worm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/ripple/worm.c -------------------------------------------------------------------------------- /c/gfx2d/risk/abitnaff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/risk/abitnaff.c -------------------------------------------------------------------------------- /c/gfx2d/risk/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/risk/current.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom1.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom10.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom11.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom11b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom11b.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom2.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom3.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom4.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom5.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom6.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom7.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom8.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom9.c -------------------------------------------------------------------------------- /c/gfx2d/zoom/zoom9b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx2d/zoom/zoom9b.c -------------------------------------------------------------------------------- /c/gfx3d/blur/blur1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/blur1.c -------------------------------------------------------------------------------- /c/gfx3d/blur/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/current.c -------------------------------------------------------------------------------- /c/gfx3d/blur/cyber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/cyber.c -------------------------------------------------------------------------------- /c/gfx3d/blur/lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/lines.c -------------------------------------------------------------------------------- /c/gfx3d/blur/lines2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/lines2.c -------------------------------------------------------------------------------- /c/gfx3d/blur/lines3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/lines3.c -------------------------------------------------------------------------------- /c/gfx3d/blur/redgreen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/redgreen.c -------------------------------------------------------------------------------- /c/gfx3d/blur/snakes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/snakes.c -------------------------------------------------------------------------------- /c/gfx3d/blur/stars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/blur/stars.c -------------------------------------------------------------------------------- /c/gfx3d/escher/balls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/escher/balls.c -------------------------------------------------------------------------------- /c/gfx3d/fluid3d/unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/fluid3d/unix.c -------------------------------------------------------------------------------- /c/gfx3d/fluid3d/warp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/fluid3d/warp.c -------------------------------------------------------------------------------- /c/gfx3d/grid/allover.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/allover.c -------------------------------------------------------------------------------- /c/gfx3d/grid/allover2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/allover2.c -------------------------------------------------------------------------------- /c/gfx3d/grid/allover3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/allover3.c -------------------------------------------------------------------------------- /c/gfx3d/grid/blur.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/blur.c -------------------------------------------------------------------------------- /c/gfx3d/grid/blur2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/blur2.c -------------------------------------------------------------------------------- /c/gfx3d/grid/charlie1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/charlie1.c -------------------------------------------------------------------------------- /c/gfx3d/grid/charlie2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/charlie2.c -------------------------------------------------------------------------------- /c/gfx3d/grid/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/current.c -------------------------------------------------------------------------------- /c/gfx3d/grid/glasses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/glasses.c -------------------------------------------------------------------------------- /c/gfx3d/grid/grid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/grid.c -------------------------------------------------------------------------------- /c/gfx3d/grid/grid2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/grid2.c -------------------------------------------------------------------------------- /c/gfx3d/grid/grid3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/grid3.c -------------------------------------------------------------------------------- /c/gfx3d/grid/hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/hex.c -------------------------------------------------------------------------------- /c/gfx3d/grid/layered.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/layered.c -------------------------------------------------------------------------------- /c/gfx3d/grid/lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/grid/lines.c -------------------------------------------------------------------------------- /c/gfx3d/julia/anim.pi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/anim.pi -------------------------------------------------------------------------------- /c/gfx3d/julia/ar.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/ar.bat -------------------------------------------------------------------------------- /c/gfx3d/julia/arest.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/arest.bat -------------------------------------------------------------------------------- /c/gfx3d/julia/bound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound2.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound3.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound4.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound5.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound6.c -------------------------------------------------------------------------------- /c/gfx3d/julia/bound7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/bound7.c -------------------------------------------------------------------------------- /c/gfx3d/julia/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/current.c -------------------------------------------------------------------------------- /c/gfx3d/julia/j4dmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/j4dmove.c -------------------------------------------------------------------------------- /c/gfx3d/julia/julia.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/julia.c -------------------------------------------------------------------------------- /c/gfx3d/julia/julia.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/gfx3d/julia/julia4d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/julia4d.c -------------------------------------------------------------------------------- /c/gfx3d/julia/mandel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/mandel.c -------------------------------------------------------------------------------- /c/gfx3d/julia/pix/showall.bat: -------------------------------------------------------------------------------- 1 | command < showall.txt -------------------------------------------------------------------------------- /c/gfx3d/julia/pix/showall.txt: -------------------------------------------------------------------------------- 1 | for %f in (*.bmp) do alshow %f 2 | exit 3 | -------------------------------------------------------------------------------- /c/gfx3d/julia/r.bat: -------------------------------------------------------------------------------- 1 | g 2 | -------------------------------------------------------------------------------- /c/gfx3d/julia/tmp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/julia/tmp2 -------------------------------------------------------------------------------- /c/gfx3d/mountain/fade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/mountain/fade.c -------------------------------------------------------------------------------- /c/gfx3d/mountain/fast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/mountain/fast.c -------------------------------------------------------------------------------- /c/gfx3d/mountain/fog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/mountain/fog.c -------------------------------------------------------------------------------- /c/gfx3d/mountain/hung.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/mountain/hung.c -------------------------------------------------------------------------------- /c/gfx3d/mountain/r.bat: -------------------------------------------------------------------------------- 1 | g -w -d -f -g 2 | -------------------------------------------------------------------------------- /c/gfx3d/presc/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/presc/current.c -------------------------------------------------------------------------------- /c/gfx3d/presc/orbit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/presc/orbit.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/allang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/allang.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/discs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/discs.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/fading.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/fading.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/list1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/list1.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/list2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/list2.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/list3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/list3.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/matrix.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/opplus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/opplus.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/scary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/scary.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/shells.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/shells.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/sier.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/sier.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/stereo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/stereo.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/trails.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/trails.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/tubes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/tubes.c -------------------------------------------------------------------------------- /c/gfx3d/sphere/vol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/gfx3d/sphere/vol.c -------------------------------------------------------------------------------- /c/joeylib/.comp/1.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/1.tmp -------------------------------------------------------------------------------- /c/joeylib/.comp/2.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/2.tmp -------------------------------------------------------------------------------- /c/joeylib/.comp/V2DA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/V2DA.c -------------------------------------------------------------------------------- /c/joeylib/.comp/V2DA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/V2DA.h -------------------------------------------------------------------------------- /c/joeylib/.comp/angus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/angus.c -------------------------------------------------------------------------------- /c/joeylib/.comp/angus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/angus.h -------------------------------------------------------------------------------- /c/joeylib/.comp/args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/args.c -------------------------------------------------------------------------------- /c/joeylib/.comp/args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/args.h -------------------------------------------------------------------------------- /c/joeylib/.comp/bwlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/bwlib.c -------------------------------------------------------------------------------- /c/joeylib/.comp/bwlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/bwlib.h -------------------------------------------------------------------------------- /c/joeylib/.comp/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/error.c -------------------------------------------------------------------------------- /c/joeylib/.comp/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/error.h -------------------------------------------------------------------------------- /c/joeylib/.comp/files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/files.c -------------------------------------------------------------------------------- /c/joeylib/.comp/files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/files.h -------------------------------------------------------------------------------- /c/joeylib/.comp/ghist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/ghist.c -------------------------------------------------------------------------------- /c/joeylib/.comp/ghist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/ghist.h -------------------------------------------------------------------------------- /c/joeylib/.comp/jbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/jbmp.c -------------------------------------------------------------------------------- /c/joeylib/.comp/jbmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/jbmp.h -------------------------------------------------------------------------------- /c/joeylib/.comp/jfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/jfont.c -------------------------------------------------------------------------------- /c/joeylib/.comp/jfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/jfont.h -------------------------------------------------------------------------------- /c/joeylib/.comp/jl.so.n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/jl.so.n -------------------------------------------------------------------------------- /c/joeylib/.comp/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/list.c -------------------------------------------------------------------------------- /c/joeylib/.comp/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/list.h -------------------------------------------------------------------------------- /c/joeylib/.comp/list2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/list2.c -------------------------------------------------------------------------------- /c/joeylib/.comp/list2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/list2.h -------------------------------------------------------------------------------- /c/joeylib/.comp/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/make -------------------------------------------------------------------------------- /c/joeylib/.comp/makesharedfrombits.sh: -------------------------------------------------------------------------------- 1 | g++ -I . -shared -o jl.so.n joeylibH.c *.o 2 | -------------------------------------------------------------------------------- /c/joeylib/.comp/map1d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map1d.c -------------------------------------------------------------------------------- /c/joeylib/.comp/map1d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map1d.h -------------------------------------------------------------------------------- /c/joeylib/.comp/map2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map2d.c -------------------------------------------------------------------------------- /c/joeylib/.comp/map2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map2d.h -------------------------------------------------------------------------------- /c/joeylib/.comp/map3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map3d.c -------------------------------------------------------------------------------- /c/joeylib/.comp/map3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/map3d.h -------------------------------------------------------------------------------- /c/joeylib/.comp/maps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/maps.c -------------------------------------------------------------------------------- /c/joeylib/.comp/maps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/maps.h -------------------------------------------------------------------------------- /c/joeylib/.comp/maths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/maths.c -------------------------------------------------------------------------------- /c/joeylib/.comp/maths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/maths.h -------------------------------------------------------------------------------- /c/joeylib/.comp/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/mem.c -------------------------------------------------------------------------------- /c/joeylib/.comp/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/mem.h -------------------------------------------------------------------------------- /c/joeylib/.comp/myrgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/myrgb.c -------------------------------------------------------------------------------- /c/joeylib/.comp/myrgb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/myrgb.h -------------------------------------------------------------------------------- /c/joeylib/.comp/ori.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/ori.c -------------------------------------------------------------------------------- /c/joeylib/.comp/ori.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/ori.h -------------------------------------------------------------------------------- /c/joeylib/.comp/plane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/plane.c -------------------------------------------------------------------------------- /c/joeylib/.comp/plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/plane.h -------------------------------------------------------------------------------- /c/joeylib/.comp/pp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/pp.c -------------------------------------------------------------------------------- /c/joeylib/.comp/pp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/pp.h -------------------------------------------------------------------------------- /c/joeylib/.comp/quad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/quad.c -------------------------------------------------------------------------------- /c/joeylib/.comp/quad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/quad.h -------------------------------------------------------------------------------- /c/joeylib/.comp/quads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/quads.c -------------------------------------------------------------------------------- /c/joeylib/.comp/quads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/quads.h -------------------------------------------------------------------------------- /c/joeylib/.comp/query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/query.c -------------------------------------------------------------------------------- /c/joeylib/.comp/query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/query.h -------------------------------------------------------------------------------- /c/joeylib/.comp/rgbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/rgbmp.c -------------------------------------------------------------------------------- /c/joeylib/.comp/rgbmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/rgbmp.h -------------------------------------------------------------------------------- /c/joeylib/.comp/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/timer.c -------------------------------------------------------------------------------- /c/joeylib/.comp/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/timer.h -------------------------------------------------------------------------------- /c/joeylib/.comp/tmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/tmp.c -------------------------------------------------------------------------------- /c/joeylib/.comp/tmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/tmp.h -------------------------------------------------------------------------------- /c/joeylib/.comp/tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/tree.c -------------------------------------------------------------------------------- /c/joeylib/.comp/tree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/tree.h -------------------------------------------------------------------------------- /c/joeylib/.comp/v2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/v2d.c -------------------------------------------------------------------------------- /c/joeylib/.comp/v2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/v2d.h -------------------------------------------------------------------------------- /c/joeylib/.comp/v3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/v3d.c -------------------------------------------------------------------------------- /c/joeylib/.comp/v3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/v3d.h -------------------------------------------------------------------------------- /c/joeylib/.comp/vnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/vnd.c -------------------------------------------------------------------------------- /c/joeylib/.comp/vnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.comp/vnd.h -------------------------------------------------------------------------------- /c/joeylib/.test/test1.c: -------------------------------------------------------------------------------- 1 | #include "test1.h" 2 | 3 | int the_constant=7; 4 | 5 | -------------------------------------------------------------------------------- /c/joeylib/.test/test1.h: -------------------------------------------------------------------------------- 1 | int the_constant; 2 | 3 | -------------------------------------------------------------------------------- /c/joeylib/.test/uses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/.test/uses -------------------------------------------------------------------------------- /c/joeylib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/README.txt -------------------------------------------------------------------------------- /c/joeylib/V2DA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/V2DA.c -------------------------------------------------------------------------------- /c/joeylib/angus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/angus.c -------------------------------------------------------------------------------- /c/joeylib/angus.unfubar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/angus.unfubar -------------------------------------------------------------------------------- /c/joeylib/args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/args.c -------------------------------------------------------------------------------- /c/joeylib/argsold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/argsold.c -------------------------------------------------------------------------------- /c/joeylib/bwlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/bwlib.c -------------------------------------------------------------------------------- /c/joeylib/bwlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/bwlib.h -------------------------------------------------------------------------------- /c/joeylib/cool.jf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/cool.jf -------------------------------------------------------------------------------- /c/joeylib/corr.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/corr.in -------------------------------------------------------------------------------- /c/joeylib/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/error.c -------------------------------------------------------------------------------- /c/joeylib/files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/files.c -------------------------------------------------------------------------------- /c/joeylib/fixers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/fixers.c -------------------------------------------------------------------------------- /c/joeylib/fontforrgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/fontforrgb.c -------------------------------------------------------------------------------- /c/joeylib/frustrum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/frustrum.c -------------------------------------------------------------------------------- /c/joeylib/ghist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/ghist.c -------------------------------------------------------------------------------- /c/joeylib/globals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/globals.c -------------------------------------------------------------------------------- /c/joeylib/htmler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/htmler.c -------------------------------------------------------------------------------- /c/joeylib/imagproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/imagproc.h -------------------------------------------------------------------------------- /c/joeylib/jbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/jbmp.c -------------------------------------------------------------------------------- /c/joeylib/jcurses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/jcurses.c -------------------------------------------------------------------------------- /c/joeylib/jfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/jfont.c -------------------------------------------------------------------------------- /c/joeylib/jfontall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/jfontall.c -------------------------------------------------------------------------------- /c/joeylib/joeylib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/joeylib.c -------------------------------------------------------------------------------- /c/joeylib/joeylib.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | -------------------------------------------------------------------------------- /c/joeylib/line2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/line2d.c -------------------------------------------------------------------------------- /c/joeylib/line3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/line3d.c -------------------------------------------------------------------------------- /c/joeylib/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/list.c -------------------------------------------------------------------------------- /c/joeylib/list.c.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/list.c.save -------------------------------------------------------------------------------- /c/joeylib/list2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/list2.c -------------------------------------------------------------------------------- /c/joeylib/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/make -------------------------------------------------------------------------------- /c/joeylib/makeall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/makeall -------------------------------------------------------------------------------- /c/joeylib/makenew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/makenew -------------------------------------------------------------------------------- /c/joeylib/map1d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/map1d.c -------------------------------------------------------------------------------- /c/joeylib/map2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/map2d.c -------------------------------------------------------------------------------- /c/joeylib/map2d2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/map2d2.c -------------------------------------------------------------------------------- /c/joeylib/map3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/map3d.c -------------------------------------------------------------------------------- /c/joeylib/maps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/maps.c -------------------------------------------------------------------------------- /c/joeylib/maths.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/maths.c -------------------------------------------------------------------------------- /c/joeylib/maths2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/maths2.c -------------------------------------------------------------------------------- /c/joeylib/matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/matrix.c -------------------------------------------------------------------------------- /c/joeylib/matrix0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/matrix0.c -------------------------------------------------------------------------------- /c/joeylib/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/mem.c -------------------------------------------------------------------------------- /c/joeylib/myalleg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/myalleg.c -------------------------------------------------------------------------------- /c/joeylib/myrgb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/myrgb.c -------------------------------------------------------------------------------- /c/joeylib/newinc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/newinc -------------------------------------------------------------------------------- /c/joeylib/octree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/octree.c -------------------------------------------------------------------------------- /c/joeylib/oldvnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/oldvnd.c -------------------------------------------------------------------------------- /c/joeylib/ordtree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/ordtree.c -------------------------------------------------------------------------------- /c/joeylib/ori.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/ori.c -------------------------------------------------------------------------------- /c/joeylib/plane.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/plane.c -------------------------------------------------------------------------------- /c/joeylib/plane.c,v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/plane.c,v -------------------------------------------------------------------------------- /c/joeylib/plane3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/plane3d.c -------------------------------------------------------------------------------- /c/joeylib/plane3d.c,v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/plane3d.c,v -------------------------------------------------------------------------------- /c/joeylib/polygon2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/polygon2d.c -------------------------------------------------------------------------------- /c/joeylib/polygon3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/polygon3d.c -------------------------------------------------------------------------------- /c/joeylib/pp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/pp.c -------------------------------------------------------------------------------- /c/joeylib/progmon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/progmon.c -------------------------------------------------------------------------------- /c/joeylib/quad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/quad.c -------------------------------------------------------------------------------- /c/joeylib/quadtree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/quadtree.c -------------------------------------------------------------------------------- /c/joeylib/query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/query.c -------------------------------------------------------------------------------- /c/joeylib/readpgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/readpgm.c -------------------------------------------------------------------------------- /c/joeylib/readppm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/readppm.c -------------------------------------------------------------------------------- /c/joeylib/rectangle3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/rectangle3d.c -------------------------------------------------------------------------------- /c/joeylib/region.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/region.c -------------------------------------------------------------------------------- /c/joeylib/renderable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/renderable.c -------------------------------------------------------------------------------- /c/joeylib/renderer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/renderer.c -------------------------------------------------------------------------------- /c/joeylib/renderer1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/renderer1.c -------------------------------------------------------------------------------- /c/joeylib/rgbhist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/rgbhist.c -------------------------------------------------------------------------------- /c/joeylib/rgbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/rgbmp.c -------------------------------------------------------------------------------- /c/joeylib/simpline2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/simpline2d.c -------------------------------------------------------------------------------- /c/joeylib/strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/strings.c -------------------------------------------------------------------------------- /c/joeylib/strings2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/strings2.c -------------------------------------------------------------------------------- /c/joeylib/stringsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/stringsa.c -------------------------------------------------------------------------------- /c/joeylib/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/timer.c -------------------------------------------------------------------------------- /c/joeylib/tmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/tmp.c -------------------------------------------------------------------------------- /c/joeylib/tmp2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/tmp2.txt -------------------------------------------------------------------------------- /c/joeylib/tmplocal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/tmplocal.txt -------------------------------------------------------------------------------- /c/joeylib/tmplocal2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/tmplocal2.txt -------------------------------------------------------------------------------- /c/joeylib/tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/tree.c -------------------------------------------------------------------------------- /c/joeylib/ucharray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/ucharray.c -------------------------------------------------------------------------------- /c/joeylib/v2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/v2d.c -------------------------------------------------------------------------------- /c/joeylib/v3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/v3d.c -------------------------------------------------------------------------------- /c/joeylib/v3dmore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/v3dmore.c -------------------------------------------------------------------------------- /c/joeylib/viewpnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/viewpnt.c -------------------------------------------------------------------------------- /c/joeylib/viseng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/viseng.c -------------------------------------------------------------------------------- /c/joeylib/vnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/vnd.c -------------------------------------------------------------------------------- /c/joeylib/volrend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/volrend.c -------------------------------------------------------------------------------- /c/joeylib/whichos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/whichos.c -------------------------------------------------------------------------------- /c/joeylib/writeable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/writeable.c -------------------------------------------------------------------------------- /c/joeylib/writepgm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/writepgm.c -------------------------------------------------------------------------------- /c/joeylib/writeppm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/joeylib/writeppm.c -------------------------------------------------------------------------------- /c/maths/1stmess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/maths/1stmess.c -------------------------------------------------------------------------------- /c/maths/anothermess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/maths/anothermess.c -------------------------------------------------------------------------------- /c/maths/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/maths/current.c -------------------------------------------------------------------------------- /c/maths/renderer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/maths/renderer.c -------------------------------------------------------------------------------- /c/new.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/new.c -------------------------------------------------------------------------------- /c/partialConcordance/c: -------------------------------------------------------------------------------- 1 | g++ comp.c -o pc -lm 2 | -------------------------------------------------------------------------------- /c/partialConcordance/e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/partialConcordance/e -------------------------------------------------------------------------------- /c/partialConcordance/g: -------------------------------------------------------------------------------- 1 | pc comp.c NULL printf 2 | -------------------------------------------------------------------------------- /c/phd/0all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/0all -------------------------------------------------------------------------------- /c/phd/0allall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/0allall -------------------------------------------------------------------------------- /c/phd/0allpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/0allpp -------------------------------------------------------------------------------- /c/phd/0close: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/0close -------------------------------------------------------------------------------- /c/phd/0open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/0open -------------------------------------------------------------------------------- /c/phd/1texture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/1texture -------------------------------------------------------------------------------- /c/phd/2locthr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/2locthr -------------------------------------------------------------------------------- /c/phd/3ppvprec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/3ppvprec -------------------------------------------------------------------------------- /c/phd/INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/INSTALL.txt -------------------------------------------------------------------------------- /c/phd/_ImageIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/_ImageIndex.html -------------------------------------------------------------------------------- /c/phd/a: -------------------------------------------------------------------------------- 1 | a 2 | b 3 | c 4 | 5 | -------------------------------------------------------------------------------- /c/phd/about.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/about.txt -------------------------------------------------------------------------------- /c/phd/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/all.txt -------------------------------------------------------------------------------- /c/phd/allyourbase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/allyourbase.txt -------------------------------------------------------------------------------- /c/phd/b: -------------------------------------------------------------------------------- 1 | b 2 | c 3 | d 4 | 5 | -------------------------------------------------------------------------------- /c/phd/blob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/blob -------------------------------------------------------------------------------- /c/phd/df.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/doparas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/doparas -------------------------------------------------------------------------------- /c/phd/edgehist.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/edgehist.dat -------------------------------------------------------------------------------- /c/phd/finalones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/finalones -------------------------------------------------------------------------------- /c/phd/gentestimg/doit: -------------------------------------------------------------------------------- 1 | simgen -yoff 50 -matlab -focal 4 -spacings -mlfile sol2u.txt $* 2 | -------------------------------------------------------------------------------- /c/phd/gentestimg/doit0: -------------------------------------------------------------------------------- 1 | simgen -yoff 50 -matlab -focal 4 $* 2 | -------------------------------------------------------------------------------- /c/phd/gentestimg/gnuit: -------------------------------------------------------------------------------- 1 | simgen -yoff 15 -gnuplot -spacings $* 2 | -------------------------------------------------------------------------------- /c/phd/getmeasures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/getmeasures -------------------------------------------------------------------------------- /c/phd/good.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/good.txt -------------------------------------------------------------------------------- /c/phd/group/doe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/group/doe -------------------------------------------------------------------------------- /c/phd/group/dog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/group/dog -------------------------------------------------------------------------------- /c/phd/group/group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/group/group.c -------------------------------------------------------------------------------- /c/phd/hough/changes.jwatch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/hough/h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/hough/h -------------------------------------------------------------------------------- /c/phd/hough/hough.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/hough/hough.c -------------------------------------------------------------------------------- /c/phd/hough/hough1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/hough/hough1.c -------------------------------------------------------------------------------- /c/phd/hough/vpfind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/hough/vpfind.c -------------------------------------------------------------------------------- /c/phd/improc/band.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/improc/band.c -------------------------------------------------------------------------------- /c/phd/improc/gabor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/improc/gabor.c -------------------------------------------------------------------------------- /c/phd/improc/noise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/improc/noise.c -------------------------------------------------------------------------------- /c/phd/improc/notes: -------------------------------------------------------------------------------- 1 | Not selecting arguments properly 2 | -------------------------------------------------------------------------------- /c/phd/improc/scale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/improc/scale.c -------------------------------------------------------------------------------- /c/phd/justpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/justpp -------------------------------------------------------------------------------- /c/phd/lines/changes.check: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/lines/changes.jwatch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/lines/g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/g -------------------------------------------------------------------------------- /c/phd/lines/g.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/g.bat -------------------------------------------------------------------------------- /c/phd/lines/getbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/getbin -------------------------------------------------------------------------------- /c/phd/lines/getres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/getres -------------------------------------------------------------------------------- /c/phd/lines/group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/group.c -------------------------------------------------------------------------------- /c/phd/lines/lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/lines.c -------------------------------------------------------------------------------- /c/phd/lines/notes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/lines/notes.c -------------------------------------------------------------------------------- /c/phd/lines/oldgetbin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/list2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/list2 -------------------------------------------------------------------------------- /c/phd/list3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/list3 -------------------------------------------------------------------------------- /c/phd/list4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/list4 -------------------------------------------------------------------------------- /c/phd/list5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/list5 -------------------------------------------------------------------------------- /c/phd/locthr/getres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/locthr/getres -------------------------------------------------------------------------------- /c/phd/locthr/thrall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/locthr/thrall -------------------------------------------------------------------------------- /c/phd/locthrall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/locthrall -------------------------------------------------------------------------------- /c/phd/makephdbins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/makephdbins -------------------------------------------------------------------------------- /c/phd/new2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/new2.txt -------------------------------------------------------------------------------- /c/phd/nn/bignet.net: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/nn/bignet.net -------------------------------------------------------------------------------- /c/phd/nn/results.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/nn/results.res -------------------------------------------------------------------------------- /c/phd/nn/test.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/nn/test.pat -------------------------------------------------------------------------------- /c/phd/notcrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/notcrap.txt -------------------------------------------------------------------------------- /c/phd/oldtexture/dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/oldtexture/dot -------------------------------------------------------------------------------- /c/phd/oldtexture/dote: -------------------------------------------------------------------------------- 1 | rm testdata.dat 2 | forall ../images/*.bmp do getres %s 3 | -------------------------------------------------------------------------------- /c/phd/ones2do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/ones2do -------------------------------------------------------------------------------- /c/phd/projprof/norm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/projprof/norm -------------------------------------------------------------------------------- /c/phd/projprof/pp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/projprof/pp.c -------------------------------------------------------------------------------- /c/phd/projprof/ppreg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/projprof/ppreg -------------------------------------------------------------------------------- /c/phd/projprof/quick: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/projprof/quick -------------------------------------------------------------------------------- /c/phd/pslocthrreg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/pslocthrreg -------------------------------------------------------------------------------- /c/phd/quads/broken.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/broken.c -------------------------------------------------------------------------------- /c/phd/quads/clr.bat: -------------------------------------------------------------------------------- 1 | @del recquad*.bmp 2 | -------------------------------------------------------------------------------- /c/phd/quads/data.txt: -------------------------------------------------------------------------------- 1 | -- Final quads: 2 | A 255.000 -------------------------------------------------------------------------------- /c/phd/quads/dfbefore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/dfbefore -------------------------------------------------------------------------------- /c/phd/quads/docanny: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/docanny -------------------------------------------------------------------------------- /c/phd/quads/does: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/does -------------------------------------------------------------------------------- /c/phd/quads/e: -------------------------------------------------------------------------------- 1 | pico current.c 2 | -------------------------------------------------------------------------------- /c/phd/quads/forpaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/forpaper -------------------------------------------------------------------------------- /c/phd/quads/getall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/getall -------------------------------------------------------------------------------- /c/phd/quads/getres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/getres -------------------------------------------------------------------------------- /c/phd/quads/li: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/li -------------------------------------------------------------------------------- /c/phd/quads/ls.gf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/ls.gf -------------------------------------------------------------------------------- /c/phd/quads/oldqf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/oldqf.c -------------------------------------------------------------------------------- /c/phd/quads/r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/r -------------------------------------------------------------------------------- /c/phd/quads/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/r.bat -------------------------------------------------------------------------------- /c/phd/quads/readgf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/readgf.c -------------------------------------------------------------------------------- /c/phd/quads/works.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/works.c -------------------------------------------------------------------------------- /c/phd/quads/works2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/quads/works2.c -------------------------------------------------------------------------------- /c/phd/quads/x: -------------------------------------------------------------------------------- 1 | g++ current.c -o g -w -fconserve-space -I $JPATH/joeylib -s 2 | chmod g+x g 3 | -------------------------------------------------------------------------------- /c/phd/regions/r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/regions/r -------------------------------------------------------------------------------- /c/phd/regions/r.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/regions/r.bat -------------------------------------------------------------------------------- /c/phd/rest.txt: -------------------------------------------------------------------------------- 1 | 06 2 | c4 3 | chem011 4 | d7 5 | d9 6 | e15 7 | e1 8 | seqd07 9 | -------------------------------------------------------------------------------- /c/phd/results/runme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/results/runme -------------------------------------------------------------------------------- /c/phd/resultsfor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/resultsfor -------------------------------------------------------------------------------- /c/phd/stats/all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/all -------------------------------------------------------------------------------- /c/phd/stats/cirdet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/cirdet.c -------------------------------------------------------------------------------- /c/phd/stats/clip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/clip.c -------------------------------------------------------------------------------- /c/phd/stats/conexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/conexp -------------------------------------------------------------------------------- /c/phd/stats/dark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/dark -------------------------------------------------------------------------------- /c/phd/stats/doclust: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/doclust -------------------------------------------------------------------------------- /c/phd/stats/donope: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/donope -------------------------------------------------------------------------------- /c/phd/stats/eadv6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/eadv6.c -------------------------------------------------------------------------------- /c/phd/stats/edges.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/edges.c -------------------------------------------------------------------------------- /c/phd/stats/edges1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/edges1.c -------------------------------------------------------------------------------- /c/phd/stats/em3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/em3 -------------------------------------------------------------------------------- /c/phd/stats/getgs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/getgs -------------------------------------------------------------------------------- /c/phd/stats/getres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/getres -------------------------------------------------------------------------------- /c/phd/stats/grey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/grey.c -------------------------------------------------------------------------------- /c/phd/stats/h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/h -------------------------------------------------------------------------------- /c/phd/stats/h2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/h2 -------------------------------------------------------------------------------- /c/phd/stats/h3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/h3 -------------------------------------------------------------------------------- /c/phd/stats/hist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/hist.c -------------------------------------------------------------------------------- /c/phd/stats/maybeh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/maybeh -------------------------------------------------------------------------------- /c/phd/stats/qedges.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/qedges.c -------------------------------------------------------------------------------- /c/phd/stats/qeds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/qeds -------------------------------------------------------------------------------- /c/phd/stats/smooth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/smooth.c -------------------------------------------------------------------------------- /c/phd/stats/thresh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/thresh.c -------------------------------------------------------------------------------- /c/phd/stats/vc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/stats/vc -------------------------------------------------------------------------------- /c/phd/temp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/temp -------------------------------------------------------------------------------- /c/phd/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/test.c -------------------------------------------------------------------------------- /c/phd/texture/asknn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/asknn -------------------------------------------------------------------------------- /c/phd/texture/blob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/blob.c -------------------------------------------------------------------------------- /c/phd/texture/dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/dot -------------------------------------------------------------------------------- /c/phd/texture/dotall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/dotall -------------------------------------------------------------------------------- /c/phd/texture/dotall.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/phd/texture/dote: -------------------------------------------------------------------------------- 1 | rm testdata.dat 2 | forall ../images/*.bmp do getres %s 3 | -------------------------------------------------------------------------------- /c/phd/texture/dote.bat: -------------------------------------------------------------------------------- 1 | rm testdata.dat 2 | forall ../images/*.bmp do getres %s 3 | -------------------------------------------------------------------------------- /c/phd/texture/getallres: -------------------------------------------------------------------------------- 1 | forall ../images/listtoproc/*.bmp do getresz %s 2 | -------------------------------------------------------------------------------- /c/phd/texture/getres: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/getres -------------------------------------------------------------------------------- /c/phd/texture/jnn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/texture/jnn.c -------------------------------------------------------------------------------- /c/phd/todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/todo -------------------------------------------------------------------------------- /c/phd/todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/todo.txt -------------------------------------------------------------------------------- /c/phd/trace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/phd/trace.txt -------------------------------------------------------------------------------- /c/test/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/a.out -------------------------------------------------------------------------------- /c/test/angles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/angles.c -------------------------------------------------------------------------------- /c/test/args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/args.c -------------------------------------------------------------------------------- /c/test/cool.jf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/cool.jf -------------------------------------------------------------------------------- /c/test/correl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/correl.c -------------------------------------------------------------------------------- /c/test/dunnofordos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/dunnofordos.c -------------------------------------------------------------------------------- /c/test/intersect2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/intersect2d.c -------------------------------------------------------------------------------- /c/test/jd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/jd.c -------------------------------------------------------------------------------- /c/test/jfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/jfont.c -------------------------------------------------------------------------------- /c/test/line3d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/line3d.c -------------------------------------------------------------------------------- /c/test/oldstrings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/oldstrings.c -------------------------------------------------------------------------------- /c/test/poloverlap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/poloverlap.c -------------------------------------------------------------------------------- /c/test/r: -------------------------------------------------------------------------------- 1 | jfont 2 | xv jf.bmp & 3 | -------------------------------------------------------------------------------- /c/test/spikey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/spikey.c -------------------------------------------------------------------------------- /c/test/stringtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/stringtest -------------------------------------------------------------------------------- /c/test/stringtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/stringtest.c -------------------------------------------------------------------------------- /c/test/svga.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | void main() { 4 | printf("hello\n"); 5 | } 6 | -------------------------------------------------------------------------------- /c/test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/test/test.c -------------------------------------------------------------------------------- /c/tools/cim/cim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/cim/cim.c -------------------------------------------------------------------------------- /c/tools/curses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/curses.c -------------------------------------------------------------------------------- /c/tools/dump/dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/dump/dump.c -------------------------------------------------------------------------------- /c/tools/forall/tail: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/tools/htmler/r.bat: -------------------------------------------------------------------------------- 1 | einaus c:\joey\approaches.html 2 | -------------------------------------------------------------------------------- /c/tools/jfc/1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/jfc/1 -------------------------------------------------------------------------------- /c/tools/jfc/1.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/jfc/1.diff -------------------------------------------------------------------------------- /c/tools/jfc/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/jfc/2 -------------------------------------------------------------------------------- /c/tools/jfc/2.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/jfc/2.diff -------------------------------------------------------------------------------- /c/tools/jfc/jfc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/jfc/jfc.c -------------------------------------------------------------------------------- /c/tools/jfc/r.bat: -------------------------------------------------------------------------------- 1 | g current.c jfc.c 2 | -------------------------------------------------------------------------------- /c/tools/lookatfiles/r.bat: -------------------------------------------------------------------------------- 1 | g "../*.*" /s 2 | -------------------------------------------------------------------------------- /c/tools/mail/Resistance: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/tools/mail/email.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/mail/email.c -------------------------------------------------------------------------------- /c/tools/mail/mail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/mail/mail.c -------------------------------------------------------------------------------- /c/tools/p2a/bugger: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/tools/p2a/c.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/p2a/c.bat -------------------------------------------------------------------------------- /c/tools/p2a/curent.C: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/tools/p2a/e.bat: -------------------------------------------------------------------------------- 1 | @edit p2a.c -------------------------------------------------------------------------------- /c/tools/p2a/g.bat: -------------------------------------------------------------------------------- 1 | p2a pretty1.pgm -------------------------------------------------------------------------------- /c/tools/p2a/p2a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/p2a/p2a.c -------------------------------------------------------------------------------- /c/tools/p2a/p2a.uni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/p2a/p2a.uni -------------------------------------------------------------------------------- /c/tools/pc/back.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/back.c -------------------------------------------------------------------------------- /c/tools/pc/current.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/current.c -------------------------------------------------------------------------------- /c/tools/pc/pc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/pc.c -------------------------------------------------------------------------------- /c/tools/pc/pc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/pc1.c -------------------------------------------------------------------------------- /c/tools/pc/pc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/pc2 -------------------------------------------------------------------------------- /c/tools/pc/pc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/pc2.c -------------------------------------------------------------------------------- /c/tools/pc/pc3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/tools/pc/pc3.c -------------------------------------------------------------------------------- /c/x11/example/.nosync: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/x11/example/a.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/example/a.out -------------------------------------------------------------------------------- /c/x11/example/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/example/make -------------------------------------------------------------------------------- /c/x11/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/make -------------------------------------------------------------------------------- /c/x11/make.bat: -------------------------------------------------------------------------------- 1 | x %1 %2 %3 %4 %5 %6 %7 %8 %9 2 | -------------------------------------------------------------------------------- /c/x11/makeshared: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/makeshared -------------------------------------------------------------------------------- /c/x11/mikey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mikey.c -------------------------------------------------------------------------------- /c/x11/mikey1.0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mikey1.0.c -------------------------------------------------------------------------------- /c/x11/mikey1.1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mikey1.1.c -------------------------------------------------------------------------------- /c/x11/mikey2far.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mikey2far.c -------------------------------------------------------------------------------- /c/x11/mine/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mine/example.c -------------------------------------------------------------------------------- /c/x11/mine/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/mine/make -------------------------------------------------------------------------------- /c/x11/simple/.nosync: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/x11/simple/make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/simple/make -------------------------------------------------------------------------------- /c/x11/simple/xlib-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/simple/xlib-1 -------------------------------------------------------------------------------- /c/x11/simple/xlib-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/simple/xlib-2 -------------------------------------------------------------------------------- /c/x11/simple/xlib-3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/simple/xlib-3 -------------------------------------------------------------------------------- /c/x11/simple/xlib-4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/simple/xlib-4 -------------------------------------------------------------------------------- /c/x11/xlib/.nosync: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /c/x11/xlib/makealt: -------------------------------------------------------------------------------- 1 | gcc -c *.c 2 | -------------------------------------------------------------------------------- /c/x11/xlib/makexvvis: -------------------------------------------------------------------------------- 1 | gcc -c xvvis.c 2 | -------------------------------------------------------------------------------- /c/x11/xlib/xlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xlib/xlib.c -------------------------------------------------------------------------------- /c/x11/xlib/xlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xlib/xlib.h -------------------------------------------------------------------------------- /c/x11/xlib/xvvis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xlib/xvvis.c -------------------------------------------------------------------------------- /c/x11/xlib/xvvis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xlib/xvvis.h -------------------------------------------------------------------------------- /c/x11/xvvis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xvvis.c -------------------------------------------------------------------------------- /c/x11/xvvis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/c/x11/xvvis.h -------------------------------------------------------------------------------- /code/unreal/JavaBot/rebuild.sh: -------------------------------------------------------------------------------- 1 | cd src 2 | find . -name "*.java" | withalldo javac 3 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/run.sh: -------------------------------------------------------------------------------- 1 | cd src 2 | java edu.isi.gamebots.client.BotRunnerApp 3 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/build.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/build.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/edu/cmu/gamebots/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/edu/isi/gamebots/client/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/edu/isi/gamebots/examples/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/edu/tamu/gamebots/humanbot/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/edu/tamu/gamebots/ui/package.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /code/unreal/JavaBot/src/overview.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dosbats/.nosync: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dosbats/DIRcode.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/DIRcode.BAT -------------------------------------------------------------------------------- /dosbats/Qb.PIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/Qb.PIF -------------------------------------------------------------------------------- /dosbats/a.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/a.bat -------------------------------------------------------------------------------- /dosbats/aaplay.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/aaplay.bat -------------------------------------------------------------------------------- /dosbats/aaplay.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/aaplay.pif -------------------------------------------------------------------------------- /dosbats/addblurb.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/addblurb.bat -------------------------------------------------------------------------------- /dosbats/allflis.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/allflis.bat -------------------------------------------------------------------------------- /dosbats/arseburgers.bat: -------------------------------------------------------------------------------- 1 | @echo Tasty! -------------------------------------------------------------------------------- /dosbats/b.bat: -------------------------------------------------------------------------------- 1 | @dta *.bmp %1 %2 %3 %4 %5 %6 -------------------------------------------------------------------------------- /dosbats/backgrnd.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/backgrnd.bas -------------------------------------------------------------------------------- /dosbats/browse.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/browse.com -------------------------------------------------------------------------------- /dosbats/c.bat: -------------------------------------------------------------------------------- 1 | @gcc current.c -o g.exe -lalleg -------------------------------------------------------------------------------- /dosbats/calc.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/calc.com -------------------------------------------------------------------------------- /dosbats/camera.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/camera.com -------------------------------------------------------------------------------- /dosbats/cd.pnc: -------------------------------------------------------------------------------- 1 | cd -------------------------------------------------------------------------------- /dosbats/chain.bat: -------------------------------------------------------------------------------- 1 | @call load %1 2 | @x -------------------------------------------------------------------------------- /dosbats/chklist.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/chklist.ms -------------------------------------------------------------------------------- /dosbats/cim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/cim.c -------------------------------------------------------------------------------- /dosbats/cleanup.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/cleanup.bat -------------------------------------------------------------------------------- /dosbats/clear.bat: -------------------------------------------------------------------------------- 1 | @mode con cols=80 lines=50 -------------------------------------------------------------------------------- /dosbats/cmp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/cmp.bat -------------------------------------------------------------------------------- /dosbats/co.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/co.bat -------------------------------------------------------------------------------- /dosbats/comindir.PIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/comindir.PIF -------------------------------------------------------------------------------- /dosbats/comindir.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | cd %1 3 | command -------------------------------------------------------------------------------- /dosbats/cominpull.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | call pull 3 | command -------------------------------------------------------------------------------- /dosbats/cp.bat: -------------------------------------------------------------------------------- 1 | @copy %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/cparser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/cparser.c -------------------------------------------------------------------------------- /dosbats/d.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/d.bat -------------------------------------------------------------------------------- /dosbats/db.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/db.bat -------------------------------------------------------------------------------- /dosbats/dd.bat: -------------------------------------------------------------------------------- 1 | dta *.bmp /C100 2 | -------------------------------------------------------------------------------- /dosbats/deldir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/deldir.bat -------------------------------------------------------------------------------- /dosbats/delete.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/delete.bat -------------------------------------------------------------------------------- /dosbats/dirdir.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dirdir.bat -------------------------------------------------------------------------------- /dosbats/dirdoc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dirdoc.bat -------------------------------------------------------------------------------- /dosbats/dirpic.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dirpic.bat -------------------------------------------------------------------------------- /dosbats/dirprog.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dirprog.bat -------------------------------------------------------------------------------- /dosbats/dirzip.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dirzip.bat -------------------------------------------------------------------------------- /dosbats/dp.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dp.bat -------------------------------------------------------------------------------- /dosbats/dpmi16bi.ovl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dpmi16bi.ovl -------------------------------------------------------------------------------- /dosbats/dta.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dta.bat -------------------------------------------------------------------------------- /dosbats/dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dump -------------------------------------------------------------------------------- /dosbats/dump3.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/dump3.doc -------------------------------------------------------------------------------- /dosbats/e.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/e.bat -------------------------------------------------------------------------------- /dosbats/ea.bat: -------------------------------------------------------------------------------- 1 | @edit anim.pi /h %1 %2 %3 %4 -------------------------------------------------------------------------------- /dosbats/eb.bat: -------------------------------------------------------------------------------- 1 | @edit %1.bat /h -------------------------------------------------------------------------------- /dosbats/ec.bat: -------------------------------------------------------------------------------- 1 | @edit %1.c 2 | -------------------------------------------------------------------------------- /dosbats/edit.PIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/edit.PIF -------------------------------------------------------------------------------- /dosbats/edit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/edit.bat -------------------------------------------------------------------------------- /dosbats/eh.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/eh.bat -------------------------------------------------------------------------------- /dosbats/el.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/el.bat -------------------------------------------------------------------------------- /dosbats/en.bat: -------------------------------------------------------------------------------- 1 | @edit c:\joey\code\c\new.c -------------------------------------------------------------------------------- /dosbats/er.bat: -------------------------------------------------------------------------------- 1 | @edit r.bat -------------------------------------------------------------------------------- /dosbats/esc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/esc.bat -------------------------------------------------------------------------------- /dosbats/et.bat: -------------------------------------------------------------------------------- 1 | @edit %JPATH%\code\dosbats\%1.bat %2 %3 %4 2 | -------------------------------------------------------------------------------- /dosbats/fart.bat: -------------------------------------------------------------------------------- 1 | @echo Please excuse me. -------------------------------------------------------------------------------- /dosbats/ff.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/ff.bat -------------------------------------------------------------------------------- /dosbats/filesort.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/filesort.bat -------------------------------------------------------------------------------- /dosbats/flispeed.bat: -------------------------------------------------------------------------------- 1 | @c:\joey\graphics\dta\flispeed.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/fractint.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/fractint.bat -------------------------------------------------------------------------------- /dosbats/ft.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/ft.bat -------------------------------------------------------------------------------- /dosbats/grab.bat: -------------------------------------------------------------------------------- 1 | @cdt -s 8 grab -------------------------------------------------------------------------------- /dosbats/gws.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/gws.bat -------------------------------------------------------------------------------- /dosbats/hide.bat: -------------------------------------------------------------------------------- 1 | @attrib +h %1 -------------------------------------------------------------------------------- /dosbats/highres.bat: -------------------------------------------------------------------------------- 1 | @mode con cols=80 lines=50 -------------------------------------------------------------------------------- /dosbats/hwset.bat: -------------------------------------------------------------------------------- 1 | @c:\comod32\utility\hwset %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/it.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/it.bat -------------------------------------------------------------------------------- /dosbats/java.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/java.bat -------------------------------------------------------------------------------- /dosbats/jfc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/jfc.c -------------------------------------------------------------------------------- /dosbats/jmake.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/jmake.bat -------------------------------------------------------------------------------- /dosbats/jshow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/jshow.c -------------------------------------------------------------------------------- /dosbats/keyin.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/keyin.com -------------------------------------------------------------------------------- /dosbats/ledit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/ledit.bat -------------------------------------------------------------------------------- /dosbats/lhe.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/lhe.com -------------------------------------------------------------------------------- /dosbats/li.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/li.bat -------------------------------------------------------------------------------- /dosbats/list.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/list.com -------------------------------------------------------------------------------- /dosbats/load.bat: -------------------------------------------------------------------------------- 1 | @cp %1.c current.c -------------------------------------------------------------------------------- /dosbats/lookfor.bat: -------------------------------------------------------------------------------- 1 | @dir %1 /b /s -------------------------------------------------------------------------------- /dosbats/loud.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/loud.bat -------------------------------------------------------------------------------- /dosbats/lowres.bat: -------------------------------------------------------------------------------- 1 | @mode con cols=80 lines=25 -------------------------------------------------------------------------------- /dosbats/ls.bat: -------------------------------------------------------------------------------- 1 | @dir /w /l %1 %2 %3 %4 %5 -------------------------------------------------------------------------------- /dosbats/makelist.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/makelist.bat -------------------------------------------------------------------------------- /dosbats/makeport.bat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dosbats/mklib.bat: -------------------------------------------------------------------------------- 1 | @ar rc lib%1.a *.o -------------------------------------------------------------------------------- /dosbats/mouse.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/mouse.com -------------------------------------------------------------------------------- /dosbats/mouse.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/mouse.ini -------------------------------------------------------------------------------- /dosbats/movediff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/movediff -------------------------------------------------------------------------------- /dosbats/mv.bat: -------------------------------------------------------------------------------- 1 | @move %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/n.bat: -------------------------------------------------------------------------------- 1 | @neaten current.c -------------------------------------------------------------------------------- /dosbats/neaten.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/neaten.bas -------------------------------------------------------------------------------- /dosbats/neaten1.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/neaten1.bas -------------------------------------------------------------------------------- /dosbats/neaten2.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/neaten2.bas -------------------------------------------------------------------------------- /dosbats/new.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/new.bat -------------------------------------------------------------------------------- /dosbats/newback.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newback.bat -------------------------------------------------------------------------------- /dosbats/newback.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newback.pif -------------------------------------------------------------------------------- /dosbats/newback1.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newback1.bas -------------------------------------------------------------------------------- /dosbats/newback1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newback1.bat -------------------------------------------------------------------------------- /dosbats/newbackb.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newbackb.bas -------------------------------------------------------------------------------- /dosbats/newbackc.bat: -------------------------------------------------------------------------------- 1 | @copy "D:\wallpapers\UNCLASS\22APR.JPG" c:\windows\current.jpg /y 2 | -------------------------------------------------------------------------------- /dosbats/newvis.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newvis.bat -------------------------------------------------------------------------------- /dosbats/newvis.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newvis.pif -------------------------------------------------------------------------------- /dosbats/newvis2.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/newvis2.bas -------------------------------------------------------------------------------- /dosbats/nold.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/nold.com -------------------------------------------------------------------------------- /dosbats/olde.bat: -------------------------------------------------------------------------------- 1 | @edit current.c /h 2 | -------------------------------------------------------------------------------- /dosbats/oldx.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/oldx.bat -------------------------------------------------------------------------------- /dosbats/p.bat: -------------------------------------------------------------------------------- 1 | @polyray anim.pi %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/p2a.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/p2a.c -------------------------------------------------------------------------------- /dosbats/path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/path.txt -------------------------------------------------------------------------------- /dosbats/phones.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/phones.bat -------------------------------------------------------------------------------- /dosbats/pine.bat: -------------------------------------------------------------------------------- 1 | @echo I too pine for email... -------------------------------------------------------------------------------- /dosbats/pkunzip.pif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/pkunzip.pif -------------------------------------------------------------------------------- /dosbats/polyray.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/polyray.bat -------------------------------------------------------------------------------- /dosbats/prompt1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/prompt1.bat -------------------------------------------------------------------------------- /dosbats/prompt2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/prompt2.bat -------------------------------------------------------------------------------- /dosbats/pull.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/pull.bat -------------------------------------------------------------------------------- /dosbats/pull.pnc: -------------------------------------------------------------------------------- 1 | pull 2 | cls 3 | -------------------------------------------------------------------------------- /dosbats/push.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/push.bat -------------------------------------------------------------------------------- /dosbats/qb.bat: -------------------------------------------------------------------------------- 1 | @\joey\code\qb45\qb /ah /h %1 %2 %3 %4 %5 %6 %7 %8 %9 2 | -------------------------------------------------------------------------------- /dosbats/qb.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/qb.ini -------------------------------------------------------------------------------- /dosbats/qbasic.bat: -------------------------------------------------------------------------------- 1 | @c:\progra~1\qb45\qb /ah %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/quiet.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/quiet.bat -------------------------------------------------------------------------------- /dosbats/r.bat: -------------------------------------------------------------------------------- 1 | g -------------------------------------------------------------------------------- /dosbats/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/readme.txt -------------------------------------------------------------------------------- /dosbats/realedit.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/realedit.com -------------------------------------------------------------------------------- /dosbats/remend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/remend.c -------------------------------------------------------------------------------- /dosbats/remid.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/remid.bat -------------------------------------------------------------------------------- /dosbats/reply.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/reply.com -------------------------------------------------------------------------------- /dosbats/rm.bat: -------------------------------------------------------------------------------- 1 | @del %1 %2 %3 %4 -------------------------------------------------------------------------------- /dosbats/save.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/save.bat -------------------------------------------------------------------------------- /dosbats/savet.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/savet.bat -------------------------------------------------------------------------------- /dosbats/scrmode.bat: -------------------------------------------------------------------------------- 1 | @echo [%1h -------------------------------------------------------------------------------- /dosbats/setmode.bat: -------------------------------------------------------------------------------- 1 | @c:\comod32\utility\setmode %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/show.bat: -------------------------------------------------------------------------------- 1 | @attrib -h %1 -------------------------------------------------------------------------------- /dosbats/shutdown.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/shutdown.bat -------------------------------------------------------------------------------- /dosbats/slice.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/slice.com -------------------------------------------------------------------------------- /dosbats/slice.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/slice.doc -------------------------------------------------------------------------------- /dosbats/smooth.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/smooth.com -------------------------------------------------------------------------------- /dosbats/soundset.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/soundset.bat -------------------------------------------------------------------------------- /dosbats/space.pnc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dosbats/start.bat: -------------------------------------------------------------------------------- 1 | @command.com < %tools%\pull.pnc -------------------------------------------------------------------------------- /dosbats/swap.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/swap.bat -------------------------------------------------------------------------------- /dosbats/tar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/tar.txt -------------------------------------------------------------------------------- /dosbats/tarlibx.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/tarlibx.bat -------------------------------------------------------------------------------- /dosbats/viewzip.bat: -------------------------------------------------------------------------------- 1 | @pkunzip -v %1 |more 2 | @pause -------------------------------------------------------------------------------- /dosbats/volset.bat: -------------------------------------------------------------------------------- 1 | @c:\comod32\utility\volset %1 %2 %3 %4 %5 %6 %7 %8 %9 -------------------------------------------------------------------------------- /dosbats/wall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/wall.bat -------------------------------------------------------------------------------- /dosbats/whatport.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/whatport.bat -------------------------------------------------------------------------------- /dosbats/win.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/win.bat -------------------------------------------------------------------------------- /dosbats/x.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/x.bat -------------------------------------------------------------------------------- /dosbats/xn.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/xn.bat -------------------------------------------------------------------------------- /dosbats/xo.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/xo.bat -------------------------------------------------------------------------------- /dosbats/xt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/xt.bat -------------------------------------------------------------------------------- /dosbats/xw.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/xw.bat -------------------------------------------------------------------------------- /dosbats/yesno.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/yesno.bat -------------------------------------------------------------------------------- /dosbats/z.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/z.bat -------------------------------------------------------------------------------- /dosbats/zn.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/dosbats/zn.bat -------------------------------------------------------------------------------- /haskell/Base.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/Base.hs -------------------------------------------------------------------------------- /haskell/Hlib.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/Hlib.hs -------------------------------------------------------------------------------- /haskell/beans.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/beans.hs -------------------------------------------------------------------------------- /haskell/glife.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/glife.hs -------------------------------------------------------------------------------- /haskell/nn/Nn.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/nn/Nn.hs -------------------------------------------------------------------------------- /haskell/nn/donn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/nn/donn -------------------------------------------------------------------------------- /haskell/parser/c.grm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/parser/c.grm -------------------------------------------------------------------------------- /haskell/parser/parse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/parser/parse -------------------------------------------------------------------------------- /haskell/possible.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/possible.hs -------------------------------------------------------------------------------- /haskell/test.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/haskell/test.hs -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/1/date.txt: -------------------------------------------------------------------------------- 1 | Sun Sep 25 16:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/1/subscribed.txt: -------------------------------------------------------------------------------- 1 | nogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/2/date.txt: -------------------------------------------------------------------------------- 1 | Sun Sep 25 18:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/2/subscribed.txt: -------------------------------------------------------------------------------- 1 | nogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/2/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/3/subscribed.txt: -------------------------------------------------------------------------------- 1 | z-F0Xnoggin 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/3/user.txt: -------------------------------------------------------------------------------- 1 | z-F0Xnoggin 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/4/date.txt: -------------------------------------------------------------------------------- 1 | Sun Oct 23 16:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/4/subscribed.txt: -------------------------------------------------------------------------------- 1 | noggin|work 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/4/user.txt: -------------------------------------------------------------------------------- 1 | noggin|work 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/5/subscribed.txt: -------------------------------------------------------------------------------- 1 | nogginFooding 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/5/user.txt: -------------------------------------------------------------------------------- 1 | nogginFooding 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/6/date.txt: -------------------------------------------------------------------------------- 1 | Sun Oct 23 19:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/6/user.txt: -------------------------------------------------------------------------------- 1 | nogginFooding 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/name.txt: -------------------------------------------------------------------------------- 1 | F0X vs \nW/ friendly match 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/10/name.txt: -------------------------------------------------------------------------------- 1 | mix vs mix -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/10/user.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/11/name.txt: -------------------------------------------------------------------------------- 1 | mix vs mix -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/11/user.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/12/name.txt: -------------------------------------------------------------------------------- 1 | :)sMo(: praccy -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/12/user.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/13/name.txt: -------------------------------------------------------------------------------- 1 | cBk Any 0ther clan lix bawlz! -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/13/user.txt: -------------------------------------------------------------------------------- 1 | hipN0 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/5/date.txt: -------------------------------------------------------------------------------- 1 | Sun Sep 25 19:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/5/subscribed.txt: -------------------------------------------------------------------------------- 1 | E-nogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/5/user.txt: -------------------------------------------------------------------------------- 1 | E-nogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/6/date.txt: -------------------------------------------------------------------------------- 1 | Sun Sep 25 17:47:37 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/6/user.txt: -------------------------------------------------------------------------------- 1 | F0XnogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/name.txt: -------------------------------------------------------------------------------- 1 | The next pug! ;> 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/2/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/3/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/3/name.txt: -------------------------------------------------------------------------------- 1 | War: [eC] vs [DC3] -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/3/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/4/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/4/name.txt: -------------------------------------------------------------------------------- 1 | F0X training - early -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/4/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/1/date.txt: -------------------------------------------------------------------------------- 1 | Thu Oct 13 21:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/2/date.txt: -------------------------------------------------------------------------------- 1 | Thu Sep 22 21:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/2/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/3/date.txt: -------------------------------------------------------------------------------- 1 | Thu Oct 6 21:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/3/user.txt: -------------------------------------------------------------------------------- 1 | F0X|Tommo^work 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/name.txt: -------------------------------------------------------------------------------- 1 | F0X training - late -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/5/user.txt: -------------------------------------------------------------------------------- 1 | nogginbot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/1/subscribed.txt: -------------------------------------------------------------------------------- 1 | noggin 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginBot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/2/date.txt: -------------------------------------------------------------------------------- 1 | Sat Oct 15 04:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/2/subscribed.txt: -------------------------------------------------------------------------------- 1 | MSull 2 | noggin 3 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/2/user.txt: -------------------------------------------------------------------------------- 1 | MSull 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/3/date.txt: -------------------------------------------------------------------------------- 1 | Tue Oct 18 16:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/3/subscribed.txt: -------------------------------------------------------------------------------- 1 | Alexie 2 | noggin 3 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/3/user.txt: -------------------------------------------------------------------------------- 1 | Alexie 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/4/subscribed.txt: -------------------------------------------------------------------------------- 1 | Alexie 2 | noggin 3 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/4/user.txt: -------------------------------------------------------------------------------- 1 | Alexie 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/5/date.txt: -------------------------------------------------------------------------------- 1 | Mon Oct 17 04:00:00 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/5/subscribed.txt: -------------------------------------------------------------------------------- 1 | Alexie 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/5/user.txt: -------------------------------------------------------------------------------- 1 | F0XnogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/name.txt: -------------------------------------------------------------------------------- 1 | wHartHog fragfest 82.45.22.13 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/6/user.txt: -------------------------------------------------------------------------------- 1 | nogginBot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/7/name.txt: -------------------------------------------------------------------------------- 1 | eC voluntary practice -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/7/user.txt: -------------------------------------------------------------------------------- 1 | nogginBot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/8/1/date.txt: -------------------------------------------------------------------------------- 1 | Thu Nov 3 19:00:00 GMT 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/8/1/user.txt: -------------------------------------------------------------------------------- 1 | nogginBasher 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/8/name.txt: -------------------------------------------------------------------------------- 1 | War: F0X vs Tits -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/8/user.txt: -------------------------------------------------------------------------------- 1 | nogginBot 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/9/1/date.txt: -------------------------------------------------------------------------------- 1 | Sat Oct 15 23:40:42 BST 2005 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/9/1/subscribed.txt: -------------------------------------------------------------------------------- 1 | [An1-Karma] 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/9/1/user.txt: -------------------------------------------------------------------------------- 1 | [An1-Karma|off] 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/9/name.txt: -------------------------------------------------------------------------------- 1 | An1 knockout tournament -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/eventarr.backend/data/ut/9/user.txt: -------------------------------------------------------------------------------- 1 | [An1-Karma|off] 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/not/exec_test.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -w 2 | 3 | exec "ls /" 4 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/.secret/echoback: -------------------------------------------------------------------------------- 1 | echo "$*" 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/.secret/saveenv: -------------------------------------------------------------------------------- 1 | env > /tmp/saveenv.txt 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/.secret/wutmelater: -------------------------------------------------------------------------------- 1 | sleep 2m ; ./wut 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/b0t/date: -------------------------------------------------------------------------------- 1 | [ "$1" ] && export TZ="$1" 2 | date 3 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/help.deprecated_too_many_collisions: -------------------------------------------------------------------------------- 1 | ./commands 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/players/foxes: -------------------------------------------------------------------------------- 1 | echo "!whereis F0X| oliver" 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/players/uttop10: -------------------------------------------------------------------------------- 1 | ./players/whosthebest 10 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/scanpug/top20: -------------------------------------------------------------------------------- 1 | COUNT=20 bash ./scanpug/top10 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/scanpug/top50: -------------------------------------------------------------------------------- 1 | COUNT=50 bash ./scanpug/top10 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/1234: -------------------------------------------------------------------------------- 1 | ./utp "$@" 217.163.28.15 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/addys: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.14.228.65 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/aoc: -------------------------------------------------------------------------------- 1 | ./utp 195.4.104.58 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/bhc: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.202.197.71 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/binq: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.75.216.43:8150 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/brk: -------------------------------------------------------------------------------- 1 | ./utp "$@" 46.105.33.117:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/bunny: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.41.26.10 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/cod: -------------------------------------------------------------------------------- 1 | ./utp "$@" 212.227.63.183 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/cow: -------------------------------------------------------------------------------- 1 | ./utp "$@" 212.187.246.191 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/d: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.244.180.166 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/dh: -------------------------------------------------------------------------------- 1 | ./utp "$@" 66.151.7.64 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/dk: -------------------------------------------------------------------------------- 1 | ./utp "$@" 205.138.192.47 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/dmc: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.250.7.74 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/dndm: -------------------------------------------------------------------------------- 1 | ./utp "$@" 80.84.230.153 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/ds: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.113.199.17:6700 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/elite: -------------------------------------------------------------------------------- 1 | ./utp 94.75.248.247 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/energy: -------------------------------------------------------------------------------- 1 | ./utp "$@" 194.79.31.218:5555 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/fatface: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.131.248.128 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/fbt: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.163.66.227:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/fbt3: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.163.66.229:5555 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/fmj: -------------------------------------------------------------------------------- 1 | ./utp "$@" 72.51.60.94 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/fsc: -------------------------------------------------------------------------------- 1 | ./utp "$@" 109.238.81.81 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/h2bk: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.194.156.165 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/ilra: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.8.154.126:5555 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/jw: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.67.42.190 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/k2k: -------------------------------------------------------------------------------- 1 | ./utp "$@" 193.27.232.140 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/kir: -------------------------------------------------------------------------------- 1 | ./utp "$@" 217.9.147.33:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/latina: -------------------------------------------------------------------------------- 1 | ./utp "$@" 64.154.38.241 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/lights: -------------------------------------------------------------------------------- 1 | ./utp "$@" 78.143.41.220 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/luck: -------------------------------------------------------------------------------- 1 | ./utp "$@" 89.105.197.44 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/m0h2: -------------------------------------------------------------------------------- 1 | ./utp "$@" 178.21.114.232:8200 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/m0h3: -------------------------------------------------------------------------------- 1 | ./utp "$@" 178.21.114.232:8300 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/m33p: -------------------------------------------------------------------------------- 1 | ./utp "$@" 69.64.58.71 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/mipt1: -------------------------------------------------------------------------------- 1 | ./utp "$@" 194.85.80.86:10001 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/naw: -------------------------------------------------------------------------------- 1 | ./utp "$@" 63.209.32.55 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/nuts: -------------------------------------------------------------------------------- 1 | ./utp "$@" 212.112.241.32 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/oldpmp: -------------------------------------------------------------------------------- 1 | ./utp "$@" 82.94.228.46 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/p: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.160.3.11:9200 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/pugup: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.131.247.148:6600 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/rit: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.14.225.13 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/rs: -------------------------------------------------------------------------------- 1 | ./utp "$@" 82.96.102.45:22200 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/rt: -------------------------------------------------------------------------------- 1 | ./utp "$@" 213.230.209.195:7000 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/sahne: -------------------------------------------------------------------------------- 1 | ./utp "$@" 195.4.106.43 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/scrofulous: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.113.199.69 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/snp: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.25.17.191 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/so: -------------------------------------------------------------------------------- 1 | # ./utp "$@" 195.122.135.69 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/ssc: -------------------------------------------------------------------------------- 1 | ./utp "$@" 82.94.228.20 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/stlg: -------------------------------------------------------------------------------- 1 | ./utp "$@" 83.239.131.41:7781 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/syn: -------------------------------------------------------------------------------- 1 | ./utp "$@" 64.22.125.230 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/synapse: -------------------------------------------------------------------------------- 1 | ./utp "$@" 64.22.125.230 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/synlin: -------------------------------------------------------------------------------- 1 | ./utp "$@" 208.71.112.195 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/synmh: -------------------------------------------------------------------------------- 1 | ./utp "$@" 64.22.125.230:7877 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/u: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.14.224.120 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/u2: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.113.199.65:6600 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/u3: -------------------------------------------------------------------------------- 1 | ./utp "$@" 85.14.224.161:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/uk3: -------------------------------------------------------------------------------- 1 | ./utp "$@" 209.40.96.253 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/urs: -------------------------------------------------------------------------------- 1 | ./utp "$@" 108.61.255.62 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/usa: -------------------------------------------------------------------------------- 1 | ./utp "$@" 72.5.152.225 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/utc: -------------------------------------------------------------------------------- 1 | ./utp "$@" 193.192.59.187:8888 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/utw: -------------------------------------------------------------------------------- 1 | ./utp "$@" 77.37.2.117:5555 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/vkk: -------------------------------------------------------------------------------- 1 | ./utp "$@" unreal://vkk.hu:8020/ 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/vsi: -------------------------------------------------------------------------------- 1 | ./utp "$@" 80.82.32.50:7877 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/woot: -------------------------------------------------------------------------------- 1 | ./utp "$@" 84.244.186.126:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/x4: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.212.67.245:8500 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/yeh: -------------------------------------------------------------------------------- 1 | ./utp "$@" 62.113.199.37 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/servers_by_name/zooz: -------------------------------------------------------------------------------- 1 | ./utp "$@" 70.84.207.51 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/show_references_to_dotslash.sh: -------------------------------------------------------------------------------- 1 | higrep "\./" * -r 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/assts: -------------------------------------------------------------------------------- 1 | ts/tsquery ts.assassinated.org 51234 8767 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/ects: -------------------------------------------------------------------------------- 1 | ts/tsquery 82.96.91.11 51234 9600 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/fraggerspubts: -------------------------------------------------------------------------------- 1 | ts/tsquery 208.101.46.125 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/m33pts: -------------------------------------------------------------------------------- 1 | ts/tsquery 69.64.58.71 51234 8767 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/multiplayts: -------------------------------------------------------------------------------- 1 | ts/tsquery ts2.multiplay.co.uk 14540 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/speedpugts: -------------------------------------------------------------------------------- 1 | ts/tsquery dualchaos.com 51234 8767 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/whorets: -------------------------------------------------------------------------------- 1 | ts/tsquery 213.202.206.163 51234 5250 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/xolts.down: -------------------------------------------------------------------------------- 1 | ts/tsquery 81.169.174.197 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ts/zoots: -------------------------------------------------------------------------------- 1 | ts/tsquery 62.105.225.20 51234 8768 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/update_links.sh: -------------------------------------------------------------------------------- 1 | ln -s eventarr_irc/* . 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ut3_servers/pubtam: -------------------------------------------------------------------------------- 1 | ./queryut3 72.51.60.56 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ut3_servers/tam: -------------------------------------------------------------------------------- 1 | ./queryut3 74.63.66.173:7777 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/ut3_servers/umg: -------------------------------------------------------------------------------- 1 | ./queryut3 74.63.66.146 2 | -------------------------------------------------------------------------------- /irc/xchat_sh_plugin/xchat_sh_scripts/youthify: -------------------------------------------------------------------------------- 1 | echo "$* is now 50 years younger." 2 | -------------------------------------------------------------------------------- /java/FairShare/.cvsignore: -------------------------------------------------------------------------------- 1 | music 2 | build 3 | *.nap 4 | *.swp 5 | -------------------------------------------------------------------------------- /java/FairShare/nbproject/.cvsignore: -------------------------------------------------------------------------------- 1 | private 2 | -------------------------------------------------------------------------------- /java/New.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/New.java -------------------------------------------------------------------------------- /java/VisualJava/nbproject/.cvsignore: -------------------------------------------------------------------------------- 1 | private 2 | -------------------------------------------------------------------------------- /java/VisualJava/src/qcode/QIn.java: -------------------------------------------------------------------------------- 1 | package qcode; 2 | 3 | interface QIn { 4 | } 5 | 6 | -------------------------------------------------------------------------------- /java/getallimports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/getallimports -------------------------------------------------------------------------------- /java/gfx/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/gfx/Test.java -------------------------------------------------------------------------------- /java/gfx/zoom/c.bat: -------------------------------------------------------------------------------- 1 | @javac %1 %2 %3 %4 %5 %6 zoom.java 2 | -------------------------------------------------------------------------------- /java/gfx/zoom/e.bat: -------------------------------------------------------------------------------- 1 | @edit zoom.java 2 | -------------------------------------------------------------------------------- /java/gfx/zoom/g.bat: -------------------------------------------------------------------------------- 1 | @java zoom 2 | -------------------------------------------------------------------------------- /java/gfx/zoom/zoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/gfx/zoom/zoom.c -------------------------------------------------------------------------------- /java/jlib/.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/jlib/.classpath -------------------------------------------------------------------------------- /java/jlib/.cvsignore: -------------------------------------------------------------------------------- 1 | build 2 | *.class 3 | dist 4 | -------------------------------------------------------------------------------- /java/jlib/.directory: -------------------------------------------------------------------------------- 1 | [URL properties] 2 | ViewMode=konq_multicolumnview 3 | -------------------------------------------------------------------------------- /java/jlib/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/jlib/.project -------------------------------------------------------------------------------- /java/jlib/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/jlib/build.sh -------------------------------------------------------------------------------- /java/jlib/src/jlib/db/onchange.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /java/jlib/src/jlib/j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/jlib/src/jlib/j -------------------------------------------------------------------------------- /java/jlib/src/jlib/package-list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /java/joo/Class.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/joo/Class.java -------------------------------------------------------------------------------- /java/joo/Field.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/joo/Field.java -------------------------------------------------------------------------------- /java/joo/Joo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/joo/Joo.java -------------------------------------------------------------------------------- /java/joo/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/joo/Main.java -------------------------------------------------------------------------------- /java/joo/Method.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/joo/Method.java -------------------------------------------------------------------------------- /java/net/jftp/fromfile.sh: -------------------------------------------------------------------------------- 1 | ftp -n hwi << ! 2 | `cat test.ftp` 3 | ! 4 | -------------------------------------------------------------------------------- /java/net/jftp/test.ftp: -------------------------------------------------------------------------------- 1 | user joey mypass 2 | ascii 3 | get tmp.txt 4 | quit 5 | -------------------------------------------------------------------------------- /java/net/jftp/zx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/net/jftp/zx.sh -------------------------------------------------------------------------------- /java/nuju/Nuju.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/nuju/Nuju.java -------------------------------------------------------------------------------- /java/nujutu/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/nujutu/test.sh -------------------------------------------------------------------------------- /java/tools/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/java/tools/Test.java -------------------------------------------------------------------------------- /java/tools/javadoc/package-list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /java/tools/parser/motd: -------------------------------------------------------------------------------- 1 | export prompt='>>>'; 2 | -------------------------------------------------------------------------------- /java/tools/parser/nbproject/.cvsignore: -------------------------------------------------------------------------------- 1 | private 2 | -------------------------------------------------------------------------------- /java/tools/parser/parse: -------------------------------------------------------------------------------- 1 | java Parser $@ -------------------------------------------------------------------------------- /java/web/SuperProxy/lib/nekohtml.jar.version: -------------------------------------------------------------------------------- 1 | nekohtml-1.9.7 2 | -------------------------------------------------------------------------------- /java/web/SuperProxy/src/org/neuralyte/superproxy/.cvsignore: -------------------------------------------------------------------------------- 1 | *.sw? 2 | -------------------------------------------------------------------------------- /java/web/SuperProxy/src/org/neuralyte/superproxy/grimeape/.cvsignore: -------------------------------------------------------------------------------- 1 | *.sw? 2 | -------------------------------------------------------------------------------- /java/web/SuperProxy/src/org/neuralyte/superproxy/plugins/examples/.cvsignore: -------------------------------------------------------------------------------- 1 | .*.swp 2 | -------------------------------------------------------------------------------- /java/web/trawler/tmp: -------------------------------------------------------------------------------- 1 | hello 2 | -------------------------------------------------------------------------------- /other/cgi/cedict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/cedict -------------------------------------------------------------------------------- /other/cgi/cgilib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/cgilib -------------------------------------------------------------------------------- /other/cgi/dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/dict -------------------------------------------------------------------------------- /other/cgi/msgboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/msgboard -------------------------------------------------------------------------------- /other/cgi/revssh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/revssh -------------------------------------------------------------------------------- /other/cgi/sendmail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/sendmail -------------------------------------------------------------------------------- /other/cgi/tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/tidy -------------------------------------------------------------------------------- /other/cgi/unzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/cgi/unzip -------------------------------------------------------------------------------- /other/gm_scripts/.gitignore: -------------------------------------------------------------------------------- 1 | /*.db 2 | -------------------------------------------------------------------------------- /other/html/add_powerbar.js.jpp: -------------------------------------------------------------------------------- 1 | #define BOOKMARKLET 2 | #include "powerbar.html.jpp" 3 | -------------------------------------------------------------------------------- /other/html/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/html/build.sh -------------------------------------------------------------------------------- /other/hwi/backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/hwi/backup.sh -------------------------------------------------------------------------------- /other/imc/dumpdbs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/other/imc/dumpdbs.sh -------------------------------------------------------------------------------- /other/imc/livebox/ALSO_OBSOLETE.txt: -------------------------------------------------------------------------------- 1 | Let's put em all in one dir for now eh? 2 | -------------------------------------------------------------------------------- /other/javascript/snippets/for_loop_backwards.js.snippet: -------------------------------------------------------------------------------- 1 | for(var i = myArray.length; i--;) 2 | -------------------------------------------------------------------------------- /other/javascript/snippets/rich_text_editor.url: -------------------------------------------------------------------------------- 1 | http://www.quirksmode.org/dom/cms.html 2 | -------------------------------------------------------------------------------- /prolog/uwe/test.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/prolog/uwe/test.pdb -------------------------------------------------------------------------------- /prolog/uwe/test2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/prolog/uwe/test2.pdb -------------------------------------------------------------------------------- /servlets/Main.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/servlets/Main.java -------------------------------------------------------------------------------- /servlets/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/servlets/Test.java -------------------------------------------------------------------------------- /servlets/generation/onchange.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servlets/go: -------------------------------------------------------------------------------- 1 | java Main page=DB whichdb=generation itemid=Philosopher:philno1 2 | -------------------------------------------------------------------------------- /servlets/j: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/servlets/j -------------------------------------------------------------------------------- /servlets/java.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servlets/onchange.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /servlets/ver1/generation/onchange.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tex/PRL-PC/dotex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/PRL-PC/dotex -------------------------------------------------------------------------------- /tex/PRL-PC/pcmm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/PRL-PC/pcmm.tex -------------------------------------------------------------------------------- /tex/acivs02/dotex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/acivs02/dotex -------------------------------------------------------------------------------- /tex/acivs02/zipsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/acivs02/zipsrc -------------------------------------------------------------------------------- /tex/shared/jrefs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/shared/jrefs.bib -------------------------------------------------------------------------------- /tex/shared/makepdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/shared/makepdf -------------------------------------------------------------------------------- /tex/thesis/dotex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/thesis/dotex -------------------------------------------------------------------------------- /tex/thesis/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/joeytwiddle/code/HEAD/tex/thesis/main.tex --------------------------------------------------------------------------------