ansic
There are 21 repositories under ansic topic.
shlomif/fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
deboogerxyz/ahc
alienhook classic - Free as in freedom CS 1.6 cheat for GNU/Linux.
carmesim/libstring
Concise library for modern string manipulation in ANSI C.
mpgxc/C
Revisando conceitos.
ngmichael/NinjaVM
Open-Source implementation of the Ninja Virtual Machine
chrsw/kr2
The C Programming Language 2nd ed. (K&R2): solutions, excerpts, explorations
luckysunfd/vscode_ansi_c_debug_config
visual studio code 调试c语言基础配置
therealcain/CMemoryLeaksFinder
Two files to add to your project that will print a summary of memory leaks at the end of execution.
clementvidon/libft
[documented code / -pedantic -std=c89] - Libft project aims to recode some useful functions from libc as well as new functions of my choice.
Dor-sketch/ComplexCalculatorC
Designed for complex number calculations, showcasing modular programming and efficient parsing techniques in ANSI C.
Fail0X0/FourWinsBot
An unbeaten four wins bot written in Ansi C in cooperation with https://github.com/Flixner with gui
GeriHonti/ANSIC_TEACH
ANSIC teaching materials
jonmaxmue/ansic
Hochschule Aufgaben - Ansi C
QUAY17/algo-sort
C program that implements simple sorting algorithms: bubble sort, merge sort, and insert sort.
RISC-OS-Community/uCLib
A RISC OS Micro C Library to make it easy to create utils in C and possibly C++ without having dependencies on the SharedCLib or the ANSICLib
smurfd/lotordb
Database, sneaky like natures bandit
QUAY17/geometry_calculator
Calculator program that uses a struct to hold all the functions. Includes counting, summing, searching, and basic statistical methods. Sorting is done by bubble sort and insertion sort.
QUAY17/linked_list
Linked List programs in C that allow the user to control the data container (memory allocation). In main.c, users can create and delete nodes, input or delete nodes at specified positions, display the list of nodes, count nodes in the list, and search the list for a specified node. In collatz.c I use a linked list in a mathematical application.
QUAY17/luhns_algo
C program with Luhn's Algorithm implemented to test credit card validity. This is a simple checksum formula used to validate a variety of identification numbers from user.
QUAY17/zombies
Zombie game in C that keeps a log of the zombies encountered during the Zombie Apocolypse. User is taken through a series of inputs that determine outcome of game.
TruncatedDinoSour/libtrie
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/libtrie] Trie implementation in C89 for generating text.