]> Zhao Yanbai Git Server - acecode.git/commit
import code
authorAceVest <zhaoyanbai@126.com>
Wed, 2 Apr 2014 16:46:24 +0000 (00:46 +0800)
committerAceVest <zhaoyanbai@126.com>
Wed, 2 Apr 2014 16:46:24 +0000 (00:46 +0800)
commit00920ab809364b9652915bac3018f9f21a4aaebd
treed35c554b7b331e012a490697447d4b11ece0c1ea
parentc991bdfd66ae5d7faf6453af10524f1615e0a053
import code
336 files changed:
LICENSE [new file with mode: 0644]
README.md
RaspberryPi/car/Car.py [new file with mode: 0755]
RaspberryPi/car/Page.html [new file with mode: 0644]
RaspberryPi/car/ds.py [new file with mode: 0644]
RaspberryPi/car/jquery-2.0.3.js [new file with mode: 0644]
RaspberryPi/car/main.py [new file with mode: 0644]
beta/LICENSE [new file with mode: 0644]
beta/Makefile [new file with mode: 0644]
beta/README [new file with mode: 0644]
beta/bochsrc [new file with mode: 0644]
beta/boot/Makefile [new file with mode: 0644]
beta/boot/boot.c [new file with mode: 0644]
beta/boot/elf.c [new file with mode: 0644]
beta/boot/multiboot.S [new file with mode: 0644]
beta/boot/multiboot.h [new file with mode: 0644]
beta/include/asm/io.h [new file with mode: 0644]
beta/include/asm/msr.h [new file with mode: 0644]
beta/include/asm/page.h [new file with mode: 0644]
beta/include/asm/ptrace.h [new file with mode: 0644]
beta/include/assert.h [new file with mode: 0644]
beta/include/beta/const.h [new file with mode: 0644]
beta/include/beta/elf.h [new file with mode: 0644]
beta/include/beta/ext2.h [new file with mode: 0644]
beta/include/beta/ipc.h [new file with mode: 0644]
beta/include/beta/irq.h [new file with mode: 0644]
beta/include/beta/proc.h [new file with mode: 0644]
beta/include/beta/sysc.h [new file with mode: 0644]
beta/include/beta/system.h [new file with mode: 0644]
beta/include/beta/types.h [new file with mode: 0644]
beta/include/elf.h [new file with mode: 0644]
beta/include/errno.h [new file with mode: 0644]
beta/include/stdarg.h [new file with mode: 0644]
beta/include/string.h [new file with mode: 0644]
beta/include/sys/stat.h [new file with mode: 0644]
beta/include/sys/system.h [new file with mode: 0644]
beta/include/sys/types.h [new file with mode: 0644]
beta/include/sys/video.h [new file with mode: 0644]
beta/kernel/Makefile [new file with mode: 0644]
beta/kernel/clock.c [new file with mode: 0644]
beta/kernel/entry.S [new file with mode: 0644]
beta/kernel/exception.c [new file with mode: 0644]
beta/kernel/i8259.c [new file with mode: 0644]
beta/kernel/irq.c [new file with mode: 0644]
beta/kernel/kprintf.c [new file with mode: 0644]
beta/kernel/proc.c [new file with mode: 0644]
beta/kernel/setup.c [new file with mode: 0644]
beta/kernel/sysc_ipc.c [new file with mode: 0644]
beta/kernel/syscall.c [new file with mode: 0644]
beta/kernel/tables.c [new file with mode: 0644]
beta/kernel/utility.c [new file with mode: 0644]
beta/lib/Makefile [new file with mode: 0644]
beta/lib/csu/Makefile [new file with mode: 0644]
beta/lib/csu/start.S [new file with mode: 0644]
beta/lib/libc/Makefile [new file with mode: 0644]
beta/lib/libc/errno.c [new file with mode: 0644]
beta/lib/libc/ipc.S [new file with mode: 0644]
beta/lib/libc/ipc.c [new file with mode: 0644]
beta/lib/libc/string.c [new file with mode: 0644]
beta/lib/libc/sysenter.S [new file with mode: 0644]
beta/scripts/create_hd_img.sh [new file with mode: 0755]
beta/scripts/debug.sh [new file with mode: 0755]
beta/scripts/grub.cfg [new file with mode: 0644]
beta/scripts/grub.conf [new file with mode: 0644]
beta/scripts/link.ld [new file with mode: 0644]
beta/scripts/setup.sh [new file with mode: 0644]
beta/servers/Makefile [new file with mode: 0644]
beta/servers/init/Makefile [new file with mode: 0644]
beta/servers/init/init.c [new file with mode: 0644]
beta/servers/init/link.ld [new file with mode: 0644]
beta/servers/mm/Makefile [new file with mode: 0644]
beta/servers/mm/link.ld [new file with mode: 0644]
beta/servers/mm/main.c [new file with mode: 0644]
learn/algorithm/Acm/DivisorSummation.c [new file with mode: 0644]
learn/algorithm/Acm/Encoding.c [new file with mode: 0644]
learn/algorithm/Acm/Forests.cc [new file with mode: 0644]
learn/algorithm/Acm/GuessingGame.cc [new file with mode: 0644]
learn/algorithm/Acm/Max.cc [new file with mode: 0644]
learn/algorithm/Acm/PathsOnAGrid.c [new file with mode: 0644]
learn/algorithm/Acm/PickingBalls.c [new file with mode: 0644]
learn/algorithm/Acm/Square.cc [new file with mode: 0644]
learn/algorithm/Backtrack/Equal.cc [new file with mode: 0644]
learn/algorithm/Backtrack/MaxLoading.cc [new file with mode: 0644]
learn/algorithm/BinarySearch.cc [new file with mode: 0644]
learn/algorithm/DP/Knapsack_01.cc [new file with mode: 0644]
learn/algorithm/FullPermutation.cc [new file with mode: 0644]
learn/algorithm/Greedy/Knapsack.cc [new file with mode: 0644]
learn/algorithm/Greedy/OptimalLoading.cc [new file with mode: 0644]
learn/algorithm/MaxSubMulti.cc [new file with mode: 0644]
learn/algorithm/Sort/BubbleSort.cc [new file with mode: 0644]
learn/algorithm/Sort/InsertSort.cc [new file with mode: 0644]
learn/algorithm/Sort/InsertionSort.cc [new file with mode: 0644]
learn/algorithm/Sort/MinHeapSort.cc [new file with mode: 0644]
learn/algorithm/Sort/QuickSort.cc [new file with mode: 0644]
learn/algorithm/Sort/SelectionSort.cc [new file with mode: 0644]
learn/db/venus.sql [new file with mode: 0644]
learn/doc/c.vim [new file with mode: 0644]
learn/doc/cscope [new file with mode: 0644]
learn/doc/ctags [new file with mode: 0644]
learn/doc/dsniff [new file with mode: 0644]
learn/doc/ettercap [new file with mode: 0644]
learn/doc/install [new file with mode: 0644]
learn/doc/linux [new file with mode: 0644]
learn/doc/vimrc [new file with mode: 0644]
learn/go/hello/build.sh [new file with mode: 0755]
learn/go/hello/hello.go [new file with mode: 0644]
learn/go/install.txt [new file with mode: 0644]
learn/lex/a.l [new file with mode: 0644]
learn/lex/b.l [new file with mode: 0644]
learn/lex/build.pl [new file with mode: 0755]
learn/lex/c.l [new file with mode: 0644]
learn/module/cm/Makefile [new file with mode: 0644]
learn/module/cm/cm.c [new file with mode: 0644]
learn/module/cppy/Makefile [new file with mode: 0644]
learn/module/cppy/cppy.h [new file with mode: 0644]
learn/module/cppy/main.c [new file with mode: 0644]
learn/module/hello/Makefile [new file with mode: 0644]
learn/module/hello/hello.c [new file with mode: 0644]
learn/module/hello/hello_param.c [new file with mode: 0644]
learn/module/mppy/Makefile [new file with mode: 0644]
learn/module/mppy/mppy.c [new file with mode: 0644]
learn/net/arp.c [new file with mode: 0644]
learn/net/ethPktGen.c [new file with mode: 0644]
learn/other/Mine.cc [new file with mode: 0644]
learn/perl/control.pl [new file with mode: 0755]
learn/perl/hash.pl [new file with mode: 0755]
learn/perl/io.pl [new file with mode: 0755]
learn/perl/regexp.pl [new file with mode: 0755]
learn/perl/sorthash.pl [new file with mode: 0755]
learn/perl/sub.pl [new file with mode: 0755]
learn/perl/var.pl [new file with mode: 0755]
learn/python/Module.py [new file with mode: 0755]
learn/python/OptParse.py [new file with mode: 0755]
learn/python/cfg.conf [new file with mode: 0644]
learn/python/cfg.py [new file with mode: 0755]
learn/python/class.py [new file with mode: 0755]
learn/python/control.py [new file with mode: 0755]
learn/python/dictionary.py [new file with mode: 0755]
learn/python/directory.py [new file with mode: 0755]
learn/python/exp.py [new file with mode: 0755]
learn/python/func.py [new file with mode: 0755]
learn/python/helloworld.py [new file with mode: 0755]
learn/python/image.py [new file with mode: 0755]
learn/python/lambda.py [new file with mode: 0755]
learn/python/list.py [new file with mode: 0755]
learn/python/regexes.py [new file with mode: 0755]
learn/python/set.py [new file with mode: 0755]
learn/python/str.py [new file with mode: 0755]
learn/python/testmodule.py [new file with mode: 0755]
learn/python/testusename.py [new file with mode: 0755]
learn/python/try.py [new file with mode: 0755]
learn/python/tuple.py [new file with mode: 0755]
learn/python/usename.py [new file with mode: 0755]
learn/python/usesys.py [new file with mode: 0755]
learn/python/utils.py [new file with mode: 0755]
learn/python/var.py [new file with mode: 0755]
learn/test/DirectoryTraversal.cc [new file with mode: 0644]
learn/test/TLS.c [new file with mode: 0644]
learn/test/asm.c.param/a.S [new file with mode: 0644]
learn/test/asm.c.param/a.c [new file with mode: 0644]
learn/test/asm.c.param/a.h [new file with mode: 0644]
learn/test/asm.c.param/b.S [new file with mode: 0644]
learn/test/asm.c.param/build.sh [new file with mode: 0644]
learn/test/assert.cc [new file with mode: 0644]
learn/test/buddy/buddy.cc [new file with mode: 0644]
learn/test/buddy/buddy.h [new file with mode: 0644]
learn/test/buddy/build.sh [new file with mode: 0644]
learn/test/buddy/list.h [new file with mode: 0644]
learn/test/buddy/page.h [new file with mode: 0644]
learn/test/class.copy.consturtor/Makefile [new file with mode: 0644]
learn/test/class.copy.consturtor/a.cc [new file with mode: 0644]
learn/test/class.copy.consturtor/a.h [new file with mode: 0644]
learn/test/class.copy.consturtor/main.cc [new file with mode: 0644]
learn/test/class.static.const.string/Makefile [new file with mode: 0644]
learn/test/class.static.const.string/a.cc [new file with mode: 0644]
learn/test/class.static.const.string/a.h [new file with mode: 0644]
learn/test/class.static.const.string/main.cc [new file with mode: 0644]
learn/test/class.static.size.cc [new file with mode: 0644]
learn/test/client.c [new file with mode: 0644]
learn/test/const.array.cc [new file with mode: 0644]
learn/test/const.return.cc [new file with mode: 0644]
learn/test/elf/elf.c [new file with mode: 0644]
learn/test/epoll/build.sh [new file with mode: 0755]
learn/test/epoll/client.c [new file with mode: 0644]
learn/test/epoll/epoll.cc [new file with mode: 0644]
learn/test/esp.c [new file with mode: 0644]
learn/test/fork.parent.child.free.cc [new file with mode: 0644]
learn/test/fork.parent.child.share.variable.cc [new file with mode: 0644]
learn/test/gcc_array_assign.c [new file with mode: 0644]
learn/test/gethostbyname.cc [new file with mode: 0644]
learn/test/httplib_1.py [new file with mode: 0755]
learn/test/iostream.cc [new file with mode: 0644]
learn/test/ipc/ipc.h [new file with mode: 0644]
learn/test/ipc/msg.cc [new file with mode: 0644]
learn/test/memalign.c [new file with mode: 0644]
learn/test/min.pow2.number.c [new file with mode: 0644]
learn/test/mutex_time.cc [new file with mode: 0644]
learn/test/mutex_time2.cc [new file with mode: 0644]
learn/test/mutex_time3.cc [new file with mode: 0644]
learn/test/mutex_try_time.cc [new file with mode: 0644]
learn/test/new.cc [new file with mode: 0644]
learn/test/nic.promisc.1.cc [new file with mode: 0644]
learn/test/nic.promisc.cc [new file with mode: 0644]
learn/test/opengl.sh [new file with mode: 0755]
learn/test/opengl_a.cc [new file with mode: 0644]
learn/test/opengl_b.cc [new file with mode: 0644]
learn/test/overflow/overflow.1.c [new file with mode: 0644]
learn/test/overflow/overflow.2.c [new file with mode: 0644]
learn/test/overflow/shell.1.c [new file with mode: 0644]
learn/test/overflow/shell.2.c [new file with mode: 0644]
learn/test/pipe/pipe.c [new file with mode: 0644]
learn/test/pkt.c [new file with mode: 0644]
learn/test/ppy/AUTHORS [new file with mode: 0644]
learn/test/ppy/COPYING [new symlink]
learn/test/ppy/ChangeLog [new file with mode: 0644]
learn/test/ppy/INSTALL [new symlink]
learn/test/ppy/Makefile.am [new file with mode: 0644]
learn/test/ppy/Makefile.in [new file with mode: 0644]
learn/test/ppy/NEWS [new file with mode: 0644]
learn/test/ppy/README [new file with mode: 0644]
learn/test/ppy/aclocal.m4 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/output.0 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/output.1 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/output.2 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/requests [new file with mode: 0644]
learn/test/ppy/autom4te.cache/traces.0 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/traces.1 [new file with mode: 0644]
learn/test/ppy/autom4te.cache/traces.2 [new file with mode: 0644]
learn/test/ppy/autoscan.log [new file with mode: 0644]
learn/test/ppy/config.log [new file with mode: 0644]
learn/test/ppy/config.status [new file with mode: 0755]
learn/test/ppy/configure [new file with mode: 0755]
learn/test/ppy/configure.in [new file with mode: 0644]
learn/test/ppy/depcomp [new symlink]
learn/test/ppy/install-sh [new symlink]
learn/test/ppy/missing [new symlink]
learn/test/ppy/ppy.h [new file with mode: 0644]
learn/test/ppy/samples/Exception.cc [new file with mode: 0644]
learn/test/ppy/samples/Makefile.am [new file with mode: 0644]
learn/test/ppy/samples/Makefile.in [new file with mode: 0644]
learn/test/ppy/samples/Mutex.cc [new file with mode: 0644]
learn/test/ppy/samples/Singleton.cc [new file with mode: 0644]
learn/test/ppy/samples/TcpSocketClient.cc [new file with mode: 0644]
learn/test/ppy/samples/TcpSocketServer.cc [new file with mode: 0644]
learn/test/ppy/src/AbstractSocket.h [new file with mode: 0644]
learn/test/ppy/src/Exception.cc [new file with mode: 0644]
learn/test/ppy/src/Exception.h [new file with mode: 0644]
learn/test/ppy/src/IPC.h [new file with mode: 0644]
learn/test/ppy/src/IPv4Address.cc [new file with mode: 0644]
learn/test/ppy/src/IPv4Address.h [new file with mode: 0644]
learn/test/ppy/src/Makefile.am [new file with mode: 0644]
learn/test/ppy/src/Makefile.in [new file with mode: 0644]
learn/test/ppy/src/Mutex.cc [new file with mode: 0644]
learn/test/ppy/src/Mutex.h [new file with mode: 0644]
learn/test/ppy/src/Singleton.h [new file with mode: 0644]
learn/test/ppy/src/SocketAddress.h [new file with mode: 0644]
learn/test/ppy/src/TcpSocket.cc [new file with mode: 0644]
learn/test/ppy/src/TcpSocket.h [new file with mode: 0644]
learn/test/ppy/src/Utility.h [new file with mode: 0644]
learn/test/ppy/src/ppystdint.h [new file with mode: 0644]
learn/test/shell.param/bin.cc [new file with mode: 0644]
learn/test/shell.param/build.sh [new file with mode: 0755]
learn/test/shell.param/test.sh [new file with mode: 0755]
learn/test/sizeof.cc [new file with mode: 0644]
learn/test/socket.performance/build.sh [new file with mode: 0755]
learn/test/socket.performance/client.c [new file with mode: 0644]
learn/test/socket.performance/config.h [new file with mode: 0644]
learn/test/socket.performance/server.c [new file with mode: 0644]
learn/test/socket.performance/udp_client.c [new file with mode: 0644]
learn/test/socket.performance/udp_server.c [new file with mode: 0644]
learn/test/ssl/Makefile [new file with mode: 0644]
learn/test/ssl/client.c [new file with mode: 0644]
learn/test/string.all.tolower.cc [new file with mode: 0644]
learn/test/sysc.time.c [new file with mode: 0644]
learn/test/thread.c [new file with mode: 0644]
learn/test/uid.c [new file with mode: 0644]
learn/test/virtual.destructor.cc [new file with mode: 0644]
learn/test/zombie.c [new file with mode: 0644]
learn/webpy/db.py [new file with mode: 0755]
learn/webpy/db.sql [new file with mode: 0644]
learn/webpy/hello.py [new file with mode: 0755]
learn/webpy/templates.py [new file with mode: 0755]
learn/webpy/templates/TemplateHTML.html [new file with mode: 0644]
learn/webpy/templates/Test.html [new file with mode: 0644]
learn/webpy/templates/dbList.html [new file with mode: 0644]
tools/Makefile [new file with mode: 0644]
tools/NetDetector.py [new file with mode: 0755]
tools/cls [new file with mode: 0755]
tools/countc.c [new file with mode: 0644]
tools/cpuid.cc [new file with mode: 0644]
tools/cs [new file with mode: 0755]
tools/genpwd.py [new file with mode: 0755]
tools/hack/gscs [new file with mode: 0755]
tools/hack/netpeeper/ftp.c [new file with mode: 0644]
tools/hack/netpeeper/http.c [new file with mode: 0644]
tools/hack/netpeeper/imap.c [new file with mode: 0644]
tools/hack/netpeeper/log.c [new file with mode: 0644]
tools/hack/netpeeper/main.c [new file with mode: 0644]
tools/hack/netpeeper/makefile [new file with mode: 0644]
tools/hack/netpeeper/netpeeper.h [new file with mode: 0644]
tools/hack/netpeeper/pop3.c [new file with mode: 0644]
tools/hack/scs2hex [new file with mode: 0755]
tools/hack/synflood.c [new file with mode: 0644]
tools/htc.c [new file with mode: 0644]
tools/oldtools/analyzeCSDN.py [new file with mode: 0755]
tools/oldtools/baby.sh [new file with mode: 0755]
tools/oldtools/cpl [new file with mode: 0755]
tools/oldtools/cpy.c [new file with mode: 0644]
tools/oldtools/csc.cc [new file with mode: 0644]
tools/oldtools/cscc.cc [new file with mode: 0644]
tools/oldtools/utf8togb2312.pl [new file with mode: 0755]
works/ish/BinaryTree.cc [new file with mode: 0644]
works/ish/BinaryTree.h [new file with mode: 0644]
works/ish/Cmd.cc [new file with mode: 0644]
works/ish/Cmd.h [new file with mode: 0644]
works/ish/Common.cc [new file with mode: 0644]
works/ish/Common.h [new file with mode: 0644]
works/ish/Debug.h [new file with mode: 0644]
works/ish/Ish.cc [new file with mode: 0644]
works/ish/Ish.h [new file with mode: 0644]
works/ish/Makefile [new file with mode: 0644]
works/ish/Parser.cc [new file with mode: 0644]
works/ish/Parser.h [new file with mode: 0644]
works/ish/README.txt [new file with mode: 0644]
works/ish/Scanner.cc [new file with mode: 0644]
works/ish/Scanner.h [new file with mode: 0644]
works/ish/StringBuffer.cc [new file with mode: 0644]
works/ish/StringBuffer.h [new file with mode: 0644]
works/ish/Variables.cc [new file with mode: 0644]
works/ish/Variables.h [new file with mode: 0644]
works/ish/main.cc [new file with mode: 0644]
works/ish/scripts/a.sh [new file with mode: 0644]
works/ish/scripts/t.sh [new file with mode: 0644]
works/ish/scripts/t_1.sh [new file with mode: 0644]
works/ish/scripts/t_3.sh [new file with mode: 0644]
works/ish/scripts/t_parser.sh [new file with mode: 0644]