0x41726164's repositories

Image2ASCII

Map images to a matrix of ascii character and display them in a terminal env

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

web_crawler2_with_Python

Here's a much much better crawler than the last ones. Paljon Onnea

Language:PythonLicense:MITStargazers:0Issues:0Issues:0
Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Assembely_PingPong

Here's the first assembly game I wrote. sim.asm is the source.

Language:AssemblyStargazers:0Issues:0Issues:0

rtl8188eus

RealTek RTL8188eus WiFi driver with monitor mode & frame injection support

Stargazers:0Issues:0Issues:0

Joystick_Health_Check

A program that detects up to 8 controllers and checks 16 buttons. Supports Playstation controllers, Xbox controllers and Nintendo controllers. All assets are made by me and the program is made in a day with godot 3.2

Language:GDScriptLicense:MITStargazers:2Issues:0Issues:0

py-git

making git as easy as a click

Language:PythonStargazers:0Issues:0Issues:0

Mini-Pascal_Scanner_Parser_LexicalAnalysis

A terminal I wrote in C++ that gets mini-pascal syntax as input, scans it, parses it and analyses it to output if it's an acceptable syntax or not, what it should do and which parts are dataTypes, var names and etc. I did this by drawing a full automata and optimising it into a deterministic finite automaton using Peter Linz method. I got tokens and syntaxes of mini-pascal language from Helsinki university website I put in the following: https://www.cs.helsinki.fi/u/vihavain/k16/CodeGeneration/project/minipascalsyntax.pdf

Language:C++License:MITStargazers:0Issues:0Issues:0