<feed xmlns='http://www.w3.org/2005/Atom'>
<title>randrep.git, branch master</title>
<subtitle>Random stuff mostly in C as a learning journal...
</subtitle>
<id>https://git.hyderhadi.xyz/randrep.git/atom?h=master</id>
<link rel='self' href='https://git.hyderhadi.xyz/randrep.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/'/>
<updated>2026-06-09T13:41:55+00:00</updated>
<entry>
<title>Updated the readme file</title>
<updated>2026-06-09T13:41:55+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-06-09T13:41:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=d54da45fbfe83ef636b8c9218cda4e371e622cd3'/>
<id>urn:sha1:d54da45fbfe83ef636b8c9218cda4e371e622cd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made a simple miniDB during the governmental job XD</title>
<updated>2026-06-09T13:33:38+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-06-09T13:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=d6b915a043f868611d49e814730ffc2f7c82a048'/>
<id>urn:sha1:d6b915a043f868611d49e814730ffc2f7c82a048</id>
<content type='text'>
simple miniDB that has couple of commands, that uses
my hashMap implementation to store (key,value) pairs.
</content>
</entry>
<entry>
<title>updated the readme file</title>
<updated>2026-06-03T15:15:45+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-06-03T15:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=5a6a3dd7c8f535721467248cf5f93f8e0ef1e633'/>
<id>urn:sha1:5a6a3dd7c8f535721467248cf5f93f8e0ef1e633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a simple hash map as a learning exercise.</title>
<updated>2026-06-03T15:03:57+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-06-03T15:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=7e4bf6ae1a6b62e10de132998b376705b4a4121d'/>
<id>urn:sha1:7e4bf6ae1a6b62e10de132998b376705b4a4121d</id>
<content type='text'>
implemented a hash map with the linear probing for collision handling,
it has many features like re-hashing and not being fixed size, it stores (string key, int value).
</content>
</entry>
<entry>
<title>the readme file</title>
<updated>2026-05-14T11:42:31+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-14T11:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=b005a07ff2779014e2c64f81845380f03c6d9aeb'/>
<id>urn:sha1:b005a07ff2779014e2c64f81845380f03c6d9aeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fiddling with the readme file</title>
<updated>2026-05-14T11:39:36+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-14T11:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=4730a43cc4c732c3ec8d22dd2cf0b43b48f6438f'/>
<id>urn:sha1:4730a43cc4c732c3ec8d22dd2cf0b43b48f6438f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up for the DynamicStudentList.c and other simple things</title>
<updated>2026-05-12T14:16:24+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-12T14:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=7416e4e79a406bd9d2c6657ced6e5e8fe22ffb73'/>
<id>urn:sha1:7416e4e79a406bd9d2c6657ced6e5e8fe22ffb73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forgot a newline character XD</title>
<updated>2026-05-10T17:56:50+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-10T17:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=b0c77d02498ad9c9d1eca02d34ba43616652d363'/>
<id>urn:sha1:b0c77d02498ad9c9d1eca02d34ba43616652d363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The operations(functions on the list) are finished with the switch statement</title>
<updated>2026-05-10T17:54:21+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-10T17:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=1dc1f4ec3b74d6afc9d538886f2dd35769d6b5fa'/>
<id>urn:sha1:1dc1f4ec3b74d6afc9d538886f2dd35769d6b5fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finished the input methods and Sorting, Highest mark functions</title>
<updated>2026-05-10T16:45:23+00:00</updated>
<author>
<name>Hyder Hadi</name>
<email>hyder@hyderhadi.xyz</email>
</author>
<published>2026-05-10T16:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hyderhadi.xyz/randrep.git/commit/?id=0a363acd9b25c79a252b90c626eec29289973786'/>
<id>urn:sha1:0a363acd9b25c79a252b90c626eec29289973786</id>
<content type='text'>
</content>
</entry>
</feed>
