Projects with this topic
-
An example of a GTK ListView in Rust.
Updated -
-
A simple implementation of a PL/0 compiler toolchain.
Updated -
This is a collection of all C code examples taken from book: Brian K. Kernighan, Dennis M. Ritchie - "The C programming languages, second edition" - Prentice-Hall Inc. - 1989.
Updated -
A collection of C functions targetting common needs in the development of programs in C language.
Updated -
A collection of examples of the well-known "Hello World!" program in different programming languages and related programming environments.
Updated -
The Algorithm Collection contains several examples of well known algorithms implemented in C programming language.
Updated -
fb1337 is an experimental, highly expressive, stack- and array- based code golfing language written in Python. Its goal is to explore the limits of expressiveness and brevity in translating algorithms into runnable code.
FizzBuzz in fb1337 is a mere 20 characters long! ḣ:Fizz‿Buzz3‿5_|⊃'_∨
Updated -
A WenYan interpreter/compiler written in Haskell.
Updated -
Calculator written as a Recursive Descent Parser
Updated -
Stack Machines based Runtime VM for Interpreters
Updated -
A collection of small C programs.
Updated -
My own programming language, made with vanilla JavaScript
Updated -
Education about the source of life, life as a code, or how to script own future with the own will by understanding the technologies.
Updated -
Phonebook Management System This project(System) is a comprehensive solution designed to manage and organize contact information efficiently. This system allows users to add, edit, delete, and search for contacts with ease. The project focuses on creating a user-friendly interface and robust backend to ensure seamless management of personal and professional contacts.
Key Features and Objectives
Add New Contacts: Easily add new contacts with detailed information including name, phone number, email, address, and more.
Edit Existing Contacts: Update contact details swiftly to keep the information current and accurate.
Delete Contacts: Remove contacts that are no longer needed to maintain a clutter-free phonebook.
Search Functionality: Quickly search for contacts by name, phone number, or other attributes.
User-Friendly Interface: A clean and intuitive interface that enhances user experience.
Data Security: Ensure that all contact information is securely stored and protected.
Responsive Design: Accessible on various devices, including desktops, tablets, and smartphones.
This project is ideal for individuals and organizations looking for an efficient and reliable way to manage their contact information. Also considered as simple college project.
Updated -
Stack-Based ASseMbly like language
Updated