2020-10-23 23:08:10 +00:00
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| Private |
|
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * pizza, found here ^/skiqqy/pizza |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * cmesg, found here ^/skiqqy/cmesg |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * Discord bot, found here ^/skiqqy/C45DiscordBot |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * Text Editor 'ted', found here ^/deavmi/ped |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * This website, found here ^/skiqqy/skiqqy.github.io |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
2020-10-24 00:01:30 +00:00
|
|
|
| * DChess, found here ^/skiqqy/DChess |
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
| |
|
|
|
|
| Community Projects (more than 2-3 devs) |
|
|
|
|
| |
|
|
|
|
| * CRXN, more details can be found <a href=https://deavmi.github.io/projects/crxn target=blank_>here</a>. |
|
|
|
|
| |
|
|
|
|
| * BNet, an IRC network, more info can be found <a href=https://deavmi.github.io/projects/bonobonet target=blank_>here</a>. |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
|
|
|
+-------------------------------------------------------+
|
2020-10-24 00:01:30 +00:00
|
|
|
| |
|
|
|
|
| "Dead" Projects |
|
|
|
|
| These are projects that develeopment has |
|
|
|
|
| stopped on, Hopefully they will be revived. |
|
|
|
|
| |
|
|
|
|
| * KCC: Kak C Compiler, found here ^/skiqqy/kcc |
|
|
|
|
| |
|
|
|
|
+-------------------------------------------------------+
|
|
|
|
|
|
|
|
+-------------------------------------------------------+
|
2020-10-23 23:08:10 +00:00
|
|
|
| |
|
|
|
|
| University Projects |
|
|
|
|
| |
|
|
|
|
| Due to the fact that many of |
|
|
|
|
| these projects are still being |
|
|
|
|
| used to asses students at SU, these |
|
|
|
|
| repos must be set to private, in order |
|
|
|
|
| to prevent students from copying my work |
|
|
|
|
| |
|
|
|
|
| * 1st Year, 1st Semester - Lines of Action, a game |
|
|
|
|
| similar to <a href=https://www.eothello.com/#how-to-play target=blank_>othello</a>, written in java. |
|
|
|
|
| |
|
|
|
|
| * 1st Year, 2nd Semester - Obstacle Chess, Normal |
|
|
|
|
| chess rules, with new pieces introduced, such as |
|
|
|
|
| bombs, wall's, trapdoors, etc. Written in java. |
|
|
|
|
| |
|
|
|
|
| * 2nd Year, 1st Semester - Sudoku Solver, using |
|
|
|
|
| a heuristic algorithm + mutations on possible |
|
|
|
|
| solutions to form new solutions, written in |
|
|
|
|
| java. |
|
|
|
|
| |
|
|
|
|
| * 2nd Year, 2nd Semester - Wrote a compiler for |
|
|
|
|
| a pascal like language named ALAN standing for |
|
|
|
|
| Another LANguage, includes scanning, parsing, |
|
|
|
|
| typechecking, codegen (to the jvm using |
|
|
|
|
| <a href=http://jasmin.sourceforge.net/ target=blank_>jasmin</a>) the compiler was written in C. |
|
|
|
|
| |
|
|
|
|
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Brainfuck target=blank_>Brainfuck Intepreter</a>, |
|
|
|
|
| written in x86 Assembly. |
|
|
|
|
| |
|
|
|
|
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Huffman_coding target=blank_>Huffman Encoder</a>, |
|
|
|
|
| written in x86 Assembly |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 1st Semester - Process Scheduler |
|
|
|
|
| simulator, written in C. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 1st Semester - Bank Transaction |
|
|
|
|
| simulator, using omp, and locks to prevent |
|
|
|
|
| race conditions, written in C. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 1st Semester - Othello bot, using |
|
|
|
|
| MPI, and negamax search with alpha beta pruning |
|
|
|
|
| to find optimal moves, written in C. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 1st Semester - Food review website |
|
|
|
|
| using flask (python), redis, neo4j. |
|
|
|
|
| |
|
2020-10-24 13:46:25 +00:00
|
|
|
| * 3rd Year, 2nd Semester - Multi-Client/Server |
|
|
|
|
| chat program. Both client and server written in |
|
|
|
|
| Java. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 2nd Semester - TCP and RBUDP file |
|
|
|
|
| sharing program. Written in Java. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 2nd Semester - NAT Simulation, that is |
|
|
|
|
| a fully simulated "Internet Environment", with |
|
|
|
|
| the following simulated protocals: IP, TCP, UDP |
|
|
|
|
| Ethernet Frames, DHCP, ICMP. Written in Java. |
|
|
|
|
| |
|
|
|
|
| * 3rd Year, 2nd Semester - VoIP/Messaging program |
|
|
|
|
| Using TCP for messaging, and for VoIP we use UDP |
|
|
|
|
| packets for sending the audio streams. Client for |
|
|
|
|
| Making and recieving calls/ conference calls, as |
|
|
|
|
| well as direct and or group messaging. Both server |
|
|
|
|
| and client are written in Java. |
|
|
|
|
| |
|
2020-10-23 23:08:10 +00:00
|
|
|
+-------------------------------------------------------+
|