Everything from assembly to HTML.
Repos are only updated when updates are polished.
Here you can my programs, libraries, works on CS theory, algorithms, etc
-
Alsami Technologies
- United States of America
- alsami.dev
Highlights
- Pro
Pinned Loading
-
-
The Compound Tokenizer, but faster.
The Compound Tokenizer, but faster. 1char** atokl(char* InC, char* delim, long unsigned int* len){
2long unsigned int capacity=32;
3char** tok=(char**)malloc(capacity*sizeof(char**));
4//printf("%p\n", tok);
5 -
my_atol_hex_oct_dec - like my_atol_r...
my_atol_hex_oct_dec - like my_atol_r, but can also handle octal and hex values. 1long int my_atol(char* str){
2long int res=0;
3if(str[0]=='0'){
4// see if it's hex or oct
5if(str[1]=='x'){
-
alsami-tech/xTemplates
alsami-tech/xTemplates PublicTemplates for the XLib library. This is just so people don't have to write boilerplate code over and over again.
C 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.