Pinned Repositories
AsyncWaiter
A state machine class, that allows waiting for callback methods in async / await context
Automated-migration-ASP.Net-Core
An ASP.Net Core library that handles automated creation of the Database and the tables for models without the need to add migration and update database manually.
ConcurrentMemoryStream
A thread safe MemoryStream class
DOM-MANIA
A simple and light weight JS DOM-Manipulation library
InfoObject
Lightweight and powerful binary serialization library made with c#
ListPaginator
A generic class that allows paginating a list
MagicClock
A simple, yet powerful and easy modifiable analog clock for your website, made with pure Javascript.
NAudioToolkit
A set of classes to play and record audio using nAudio library
RandomPicker
A generic class that allows picking random objects from arrays with or without repeating
Task.Java
My implementation of a state machine in java that mimics the await functionality of the Task Parallel Library in C#.
alikifah's Repositories
alikifah/AsyncWaiter
A state machine class, that allows waiting for callback methods in async / await context
alikifah/DOM-MANIA
A simple and light weight JS DOM-Manipulation library
alikifah/InfoObject
Lightweight and powerful binary serialization library made with c#
alikifah/ListPaginator
A generic class that allows paginating a list
alikifah/MagicClock
A simple, yet powerful and easy modifiable analog clock for your website, made with pure Javascript.
alikifah/RandomPicker
A generic class that allows picking random objects from arrays with or without repeating
alikifah/Automated-migration-ASP.Net-Core
An ASP.Net Core library that handles automated creation of the Database and the tables for models without the need to add migration and update database manually.
alikifah/ConcurrentMemoryStream
A thread safe MemoryStream class
alikifah/NAudioToolkit
A set of classes to play and record audio using nAudio library
alikifah/Task.Java
My implementation of a state machine in java that mimics the await functionality of the Task Parallel Library in C#.
alikifah/ThreadSleeper
A High percision thread sleeper