Basic programs from few regular languages...
-
Updated
Mar 20, 2019 - Java
Basic programs from few regular languages...
CUCEI: Data Structure Problem-Solving Seminar 1
Java Programs on String Handling and File Handling
Repository contains the codes about programming fundamentals of C Language.
Task Manager Program - Capstone Project on Python Lists, Functions and String Handling
Practica 3 - Sistemas Operativos
This project is a Python program that converts text into Morse code. It uses a dictionary to match letters, numbers, and some punctuation to their Morse code symbols. If the user enters any invalid characters, the program will ask for a valid input. Spaces between words are represented by /.
Data manipulation tool for Go ecosystem.
The program allows the user to: Choose between Rock, Paper, or Scissors by typing 0, 1, or 2. The computer then makes a random choice. The result is determined by the classic rules: Rock beats Scissors Scissors beats Paper Paper beats Rock
The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.
A custom implementation of the printf function in C, built from scratch to deepen understanding of low-level programming, variadic functions, and formatted output handling.
Python script to analyze email addresses
This repo contains all the Java programs along with its OOPS concepts such as Data Abstraction, Encapulation and specially the Inheritance programs. OOPS concepts along with String handling, File handling , Multithreading etc were implemented successfully
📁 C Programs for 🔠 String Operations, 🔎 Searching & 🔃 Sorting Algorithms – includes source & executables ⚙️
42school_libft
A custom implementation of the C printf function, supporting formatted output for multiple data types. Useful for learning about variadic functions, string formatting, and low-level output in C.
A collection of Java programs covering core concepts, OOP principles, and practical examples. This repository includes code for loops, arrays, strings, inheritance, polymorphism, exception handling, file handling, and other fundamental Java topics. Useful for beginners, students, and anyone revising Java concepts.
C library built from scratch that reimplements core libc functions and adds custom utilities for string, memory, and list handling.
A collection of Java programs
Add a description, image, and links to the string-handling topic page so that developers can more easily learn about it.
To associate your repository with the string-handling topic, visit your repo's landing page and select "manage topics."