Skip to content

Instantly share code, notes, and snippets.

View enimo's full-sized avatar

Rocky enimo

View GitHub Profile
@enimo
enimo / Bill's basic of MS.asm
Last active March 10, 2019 19:32
Microsoft BASIC for 6502 Original Source Code [1978]
TITLE BASIC M6502 8K VER 1.1 BY MICRO-SOFT
SEARCH M6502
SALL
RADIX 10 ;THROUGHOUT ALL BUT MATH-PAK.
$Z:: ;STARTING POINT FOR M6502 SIMULATOR
ORG 0 ;START OFF AT LOCATION ZERO.
SUBTTL SWITCHES,MACROS.
REALIO=4 ;5=STM
@enimo
enimo / npm_install.sh
Created March 18, 2014 15:46
npm_install.sh a sampe shell script
#!/bin/sh
# A word about this shell script:
#
# It must work everywhere, including on systems that lack
# a /bin/bash, map 'sh' to ksh, ksh97, bash, ash, or zsh,
# and potentially have either a posix shell or bourne
# shell living at /bin/sh.
#
# See this helpful document on writing portable shell scripts:
@enimo
enimo / ssh
Created March 17, 2012 08:38
a ssh tunnel pac
function FindProxyForURL(url, host) {
return "SOCKS 127.0.0.1:7070";
}
@enimo
enimo / inc.class.php
Created February 19, 2012 10:30
Anycms, a open source content manage system, only support for school.
<?php
define("__CONFIG__NAME", "enimo");