Category Archives: Dave’s Tools

Tools – Tools/Script/Code written by Dave

design: dynamic kernel machine – dkm

Posted in AI/ML, Dave's Tools | Tagged | Leave a comment

dave’s random integer generator – drig

Project Name: drig Destination: A Java Swing GUI application for demo random integer generation with given range and number requested – random lucky numbers generation for lottery. Language: Java IDE: NetBeans Project Web: http://kenai.com/projects/drig SVN address: https://svn.kenai.com/svn/drig~drig-src Source Code: http://kenai.com/projects/drig/sources/drig-src/showContinue reading

Posted in Dave's Tools | Tagged , , , , , | 2 Comments

tcpdump on diskless – tod

Name: tod (无盘机器上的tcpdump) Language: KSH Destination: tcpdump on diskless Orignal Intention: Run tcpdump on diskless machine where memory space is highly restricted Version: 0.0 Supported Protocol: UDP/TCP/SCTP Supported OS: Linux/FreeBSD/Solaris Note: ‘root’ permission is preferred to avoid OS kernel error … Continue reading

Posted in Dave's Tools | Tagged , , , , | 86 Comments

Reflection in Java

/* The Reflection Test Class used to realize the functions of    java.lang.reflect, referrenced by Corejava Volume I    Display the fields, constructors, and methods, as well as annotations    and exceptions respectively    by kingmmxtj Nov 20, 2008    … Continue reading

Posted in Dave's Tools | Tagged , | 1 Comment

socket (buffer) overflow detection tool – sodt

Name: sodt (套接字缓存溢出探测器) Language: KSH Destination: Detect socket buffer overflow for certain process real-timely Orignal Intention: Confirm messages lost caused by socket buffer overflow Version: 0.1 Supported Protocol: UDP/TCP/SCTP Supported OS: Linux/FreeBSD Note: ‘root’ permission is preferred to avoid OS … Continue reading

Posted in Dave's Tools | Tagged , , | 123 Comments