• Germany
  • https://h2939863.stratoserver.net/
  • Im a Hobby Programmer who likes exporing basically anything in the tech world Im mostly familiar with C, but can code in other Languages as well Im planning on learning: Rust, C++, OSDev, maybe ZIG

  • Joined on 2023-02-26
XOR pushed to main at EIPA/Assembler 2023-04-15 23:21:41 +02:00
e6d112e263 instruction_table.h: fix missing ';'
d1748f65b1 Competle init/destroy functions of instruction information table
e81e0a6e94 Add a hashtable that contains information about the instructions
3ce1b99f26 design.txt: specify a supported label at all jump instructions
Compare 4 commits »
XOR pushed to main at EIPA/Assembler 2023-04-13 23:07:20 +02:00
0dc28085ed Add the shash library into the source tree
XOR pushed to main at EIPA/Assembler 2023-04-13 06:38:49 +02:00
a1c42a4baa Merge local changes with the ones done from the git viewer
ac8344af93 Update desgin.txt to add support for labels
Compare 2 commits »
XOR pushed to main at XOR/simple_hashtable 2023-04-07 01:43:16 +02:00
527e8b372a Update readme
XOR pushed to main at XOR/simple_hashtable 2023-04-07 01:33:03 +02:00
a321706d65 Applied GNU GPL License
XOR pushed to main at XOR/simple_hashtable 2023-04-07 01:02:45 +02:00
0bf32ede5e Changed source layout into a library structure
XOR pushed to main at XOR/simple_hashtable 2023-04-07 00:15:56 +02:00
abf81e620d Fix security risk, Fix bug when overriding a key
XOR pushed to main at XOR/simple_hashtable 2023-04-05 00:33:33 +02:00
b37272aa71 Minor refactoring and addition of comments
XOR pushed to main at XOR/simple_hashtable 2023-04-05 00:03:09 +02:00
289de54e7e Removed memory leaks, minor bug and security fixes
6449cb0374 the hashtable now stores any type of data
Compare 2 commits »
XOR pushed to main at EIPA/Assembler 2023-04-04 23:40:33 +02:00
fce1fa6a72 Make readme more readable
XOR pushed to main at XOR/simple_hashtable 2023-03-31 23:51:27 +02:00
9ee3954d19 Add a struct that represents the elements of the hashtable
XOR pushed to main at XOR/simple_hashtable 2023-03-30 10:06:55 +02:00
c1fafc6246 Add compatibilty for gcc compiler
XOR pushed to main at XOR/simple_hashtable 2023-03-29 16:41:04 +02:00
6ae406787a Add get / set functions
XOR pushed to main at XOR/simple_hashtable 2023-03-29 15:43:15 +02:00
21dcb50d79 Add hashing function, hashtable struct, and hashtable init function
XOR pushed to main at EIPA/Assembler 2023-03-19 14:17:26 +01:00
8b75dbd887 Update TODO
XOR pushed to main at EIPA/Assembler 2023-03-12 09:11:53 +01:00
58b707c7ef Delete not anymore needed comment
XOR created repository XOR/simple_hashtable 2023-03-05 21:10:08 +01:00
XOR pushed to main at EIPA/Assembler 2023-03-05 00:08:15 +01:00
1ffd59b615 Fix some compiler warnings
XOR pushed to main at EIPA/Assembler 2023-02-27 15:20:55 +01:00
ab328bd2f5 Delete German part of README for easier maintance and consistency
XOR pushed to main at EIPA/Assembler 2023-02-27 15:01:55 +01:00
20f729d0fd The commit before this one also contained: