Giter VIP home page Giter VIP logo

old-code's Introduction

Various programs and code snippets from when I owned the EruditeAegis domain.

box.cpp 
Example code for how to overload operators as member functions and as non member functions.

UrkLinKern-2.4-ModEx 
A simple example Linux Kernel module I threw together to learn and teach Linux 2.4 Kernel module writing.  

five.c 
Replicates the logic of, then brute forces a solution to a simple logic game.  

gtkhello.c
An example of creating a gtk instance. (If you need a simple dialog for
a script use gdialog or dialog instead of writing your own instances.)

BinarySearchTree.cpp
An example of creating and using Binary Search Trees.

atihelper.c
GTK c code program shell for system control using a remote control such as the ATI all in wonder.

procinfo.c
Reads various data from the /proc filesystem in linux.  Handy ui and file rw snippets.

grepip.sh
Regex snippet to retrieve IPs from a log file.

ipoctet.pl
Perl code to break the list of IPs generated above into their octets.  Handy for use with the unix commands sort and uniq.

StreamMp3Organize.pl
A line of perl code to rename a bunch of mp3 files using their modification time.  This is handy for organizing streamed audio that overlaps.

OperateOnWholeDirectory.sh
Bash script snippet to do an operation on a whole directory of files.

Memorylook.cpp
Short Code to output contents your program's memory space, unformatted.
(This program is just a few lines to show what can be accessed. If you need to
analyze a program's memory space use gdb instead.)

printshellcode.c
Shellcode to print a phrase to the screen. Good shellcode exercise.

simpleoverflow.c
An example of an overflow exploit.

captureflag
Code written for information warfare games at Norwich University  

srsa-cipher.cpp
C++ code to perform small rsa encryption.  Nice example of how to use C++ unions.

affineCipher.pl
Perl Snippet to perform an affine cipher on a file of text.

affineCipher-BruteForce.pl
Complimentary program to affineCipher.pl to crack affine ciphers.

blockRotateCipher.pl
Perl Snippet to perform block rotation ciphers on a file of text.

blockRotateCipher-BruteForce.pl
Complimentary program to blockRotateCipher.pl to crack block rotation ciphers.

columnarTranspositionCipher.pl
Perl Snippet to perform columnar transposition ciphers.

letterFrequencyCount.pl
Perl Snippet to count letter frequencies in a text file.

old-code's People

Contributors

ericwhyne avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.