An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with basic-programming

A curated list of projects in awesome lists tagged with basic-programming .

https://github.com/mauriciovazquezm/basic-calculator

Data Structures course project focused on create a basic calculator using stack data structure on Java language.

basic-programming calculator java

Last synced: 07 Sep 2025

https://github.com/anhtruong225/todolist-inpocket

A small solo project after 1 week learning Javascript, basic but efficient

basic-programming javascript

Last synced: 04 Jun 2026

https://github.com/zulqarnain1ali/phone_book

Simple project in C++ which store and manage phone numbers. Also contain some sorting algorithms.

algorithms algorithms-and-data-structures basic-programming c contactbook cpp data-structures-and-algorithms dsa program programming project

Last synced: 16 May 2026

https://github.com/isensee-bastian/set-strings

Tutorial code for my video Generics Part 2: Using the empty Interface in Golang

basic-programming beginner-tutorial-series data-structures generics golang learn-to-code maps sets tutorial youtube

Last synced: 16 May 2026

https://github.com/pinedah/sudoku_in_c

A Sudoku game built in C (Playable with the keyboard!) with three difficulty levels! The objective is to fill a 9x9 grid with digits 1-9, ensuring no repetition in rows, columns, and 3x3 subgrids. This game challenges logic and number-placement skills. Enjoy solving Sudoku puzzles with varying difficulty!

basic-programming c console-game game keyboard-game keyboard-navigation sudoku sudoku-game

Last synced: 29 Oct 2025

https://github.com/obskurath/calculator

A simple and intuitive web-based calculator application using HTML, CSS, and JavaScript. Features basic arithmetic operations, percentage calculations, and keyboard input support.

basic-programming calculator calculator-javascript javascript javascript-basics

Last synced: 20 May 2026

https://github.com/shinjith-dev/basic-javscript-projects

A repository with simple projects for beginners to grasp javscript functions and style.

basic-programming begginers beginner beginner-project calculator clock drumkit javascript-tools javscript stopwatch

Last synced: 04 Apr 2025

https://github.com/vivekkdagar/xbasic

A Python-based, extended interpretation of the BASIC language, enriched with additional features and functionalities.

basic-programming cli cli-app click compiler interpreter language lexer lexical-analysis parser project pypi python

Last synced: 10 Jul 2025

https://github.com/mehrab-kalantari/othello-game

An implementation of the game Othello using C++

basic-programming cplusplus file-management-system

Last synced: 05 Apr 2025

https://github.com/ivandronovais/dio-trilha-java-basico

Resolução dos desafios propostos do módulo de Java básico no Java Cloud Native

basic-programming java

Last synced: 14 Jun 2025

https://github.com/philspil66/aceyducey-basic

This a BASIC game version of the Acey Ducey card game which was published in the 1978 BASIC Computer Games book from Creative Computing.

basic basic-programming basicgame basicgames

Last synced: 24 Jan 2026

https://github.com/philspil66/gw-basic

GW-BASIC is a dialect of the BASIC programming language developed by Microsoft from IBM BASICA. This is the original 1983 source code.

basic basic-programming programming retrocomputing

Last synced: 07 May 2025

https://github.com/ckshetty4/calender

This C program, generates a calendar for any month and year provided by the user.

basic-programming completed-project learning-by-doing

Last synced: 22 Jun 2025

https://github.com/raffayk/student-management-system

A basic C++ project for management of students.

basic-programming computer cpp

Last synced: 17 May 2026

https://github.com/ashishalf/python-programs

Here is some basic and advance program of python

basic-programming python

Last synced: 23 Feb 2025

https://github.com/isensee-bastian/game-of-life

Tutorial code for my video Beginner Programming with Golang - Conways Game of Life

basic-programming beginners-tutorial-series conways-game-of-life game golang learn-to-code youtube

Last synced: 17 May 2026

https://github.com/zyx-0314/dsa-patient-record-management-system

A C++ console application for managing patient records. Features include patient registration, display, and update.

basic-programming cpp data-structures school-project

Last synced: 17 Mar 2025

https://github.com/publioelio/actividadesapoyojava01

Este repositorio contiene 10 actividades de apoyo para el curso ANÁLISIS Y PROGRAMACIÓN EN JAVA (IFCD004PO). Están ideadas para practicar los conceptos básicos de las primeras unidades del temario.

basic-programming exercises java teaching-materials

Last synced: 05 Jul 2025

https://github.com/kontsertkishlaka/practicalwork3oaip

Лабораторная работа отработка навыков со строками

basic-programming csharp strings strings-manipulation

Last synced: 25 Jun 2025

https://github.com/isensee-bastian/groceries

Tutorial code for my video Methods and Interfaces in Golang for Beginners

basic-programming beginners-tutorial-series golang interfaces learn-to-code methods struct youtube

Last synced: 18 May 2026

https://github.com/psavarmattas/c-projects

Here are programs that every budding programmer who is learning to code in C should start with. These programs are a compilation of many different types of programs and levels of programming you should try. You can use the table in Order Of Programs file to find the order in which it is best to program in.

basic basic-learning basic-programming beginner beginner-code beginner-friendly beginner-project c cpp

Last synced: 18 May 2026

https://github.com/gsri30/my-c-codes

This folder consists of all my C codes (with comments) which might help you.

basic-programming c c-language course-work semester

Last synced: 24 Feb 2025

https://github.com/iankitnegi/datapy

Welcome to DATAPy! This repo contains my Python coding projects for data science, featuring data manipulation, analysis, and visualization. Stay tuned for updates and new content!

basic-programming matplotlib numpy pandas python seaborn

Last synced: 30 Apr 2026

https://github.com/renzofbn/hangpy

Hangman game using python // El juego del ahorcado en tu terminal con Python

basic-games-in-python basic-programming beginner-project game game-in-python idioms learn-a-new-language python3

Last synced: 08 Apr 2026

https://github.com/davewalker5/rc2014

Utilities and applications for the RC2014 Mini II Z80-based Single Board Computer (SBC)

basic basic-programming rc2014 retrocomputing z80

Last synced: 23 Jul 2025

https://github.com/abythomas300/zen-counter

Simplistic counter you will ever see.

basic-programming counter-app js simplicity

Last synced: 08 Apr 2026

https://github.com/yrhiba/libft

This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

basic-programming c c-library libc

Last synced: 05 Apr 2025

https://github.com/dhn-nys/cppubsi

Dasar Pemrograman [894] || in modules using Borland C++ [Done]

basic basic-programming basics borland borland-cpp bsi cpp ubsi

Last synced: 02 Apr 2025

https://github.com/ashwani-luhaniwal/node-routing-demo

Sample demo app on routing concepts in NodeJS

basic-programming expressjs node-router nodejs sample-app

Last synced: 09 Apr 2026

https://github.com/zyx-0314/dsa-patient-record-management-system-v.2

A C++ console application for managing patient records. Features include patient registration, display, and update.

basic-programming cpp data-structures school-project

Last synced: 29 Jul 2025

https://github.com/vishal-raj-1/language-proficiency-in-python3

It contains all the solutions of HackerRank (Language Proficiency In Python 3)

basic-programming basic-python hackerrank-python hackerrank-solutions language-proficiency python-3

Last synced: 23 May 2026

https://github.com/publioelio/algoritmos-ordenamiento-java

Este es un ejemplo de tres algoritmos básicos de ordenamiento realizados en Java: burbuja, selección directa e inserción directa.

basic-programming oop-principles sorting-algorithms teaching-materials

Last synced: 01 Aug 2025

https://github.com/sadatarefin/relearning-java-basics

Sharpening java basic knowledge with programming practice

basic-programming java

Last synced: 09 Aug 2025

https://github.com/zyx-0314/cp1-sari-sari-store-basics-part-2

A C++ console application simulating a Sari-Sari store system, featuring user input, conditional logic, and loops. Version 1 covers basics of input/output and conditional checks, while Version 2 adds looping for enhanced user interaction. Great for beginners to learn core C++ programming concepts!

basic-programming cpp school-project

Last synced: 10 Aug 2025

https://github.com/shimul-zahan/interview-question

A project that provides solutions and examples for common technical interview questions, focusing on concepts in algorithms, data structures, problem-solving, and coding best practices. It includes detailed explanations, example problems, and Python implementations to help candidates prepare for job interviews.

basic-programming dsa interview-preparation interview-questions oop problem-solving sdlc

Last synced: 13 Feb 2026

https://github.com/talha4t/computer-programming-part-01

Computer Programming Part 01 by Tamim Shahriar Subeen

basic-programming book c programming

Last synced: 30 Aug 2025

https://github.com/nmelgar/cse_111_byui

This is a repository to organize and share the programs created while taking the course "CSE 111: Programming with functions". All the code is created by me. Please do not copy the code to save time as a student, it is better to create it yourself.

basic-programming college functions functions-python programming python3

Last synced: 30 Mar 2025

https://github.com/marinajcs/practicasfp

Recopilación de ejercicios y proyectos de Fundamentos de Programación, realizados en 1º de Ingeniería Informática (UGR, curso 20-21).

basic-programming cplusplus ejercicios-programacion fp fundamentals-of-programming fundamentos-de-programacion programming programming-exercises programming-fundamentals

Last synced: 30 Mar 2025

https://github.com/pranavh-2004/polycalc

"PolyCalc (Polyglot Calculator) demonstrates core programming concepts across multiple languages, embodying the simplicity and versatility of a calculator as the perfect ‘hello world’ program for learning any new language.”

basic-learning basic-programming best-practices calculator cross-language muti-language open-source programming-languages

Last synced: 10 Apr 2026

https://github.com/leonardoennes/c-learning

📚👨‍💻 My personal repository covering the basics C topics. This repository covers the main subjects that a person interested in learning C needs to know, such as data manipulation, loops, functions, headers and structs...

aprendendo-c basic-programming c exercises-code-c learning-by-doing learning-c logica-de-programacao

Last synced: 14 Jun 2025

https://github.com/swumplurd/php-oop

Conceptos basicos de PHP Orientado a Objetos

basic-programming php php-oop

Last synced: 22 May 2026

https://github.com/federicovilla55/polimi_finfo

Compiti ed esercizi svolti durante il corso di Fondamenti di Informatica al Politecnico di Milano.

ansi-c basic-learning basic-programming c c89

Last synced: 31 Mar 2025

https://github.com/jubayer98/data-structures-basic-problems

Here are solutions to some basic data structure problems implemented in C++.

basic-programming cpp data-structures

Last synced: 01 Mar 2025

https://github.com/hulomjosuan21/inventorymanagementsystembyhulom

Hi there, I'm Josuan, a second-year BSIT student, and I'm working on my final project for Information Management 1. This project involves using the Java programming language to implement the Create, Read, Update, and Delete (CRUD) functionalities.

add-to-cart basic-programming crud-application java-programming

Last synced: 02 Jul 2025

https://github.com/m4tice/python-basics

Repository for the studying of Python's basics

basic basic-programming basics basics-of-python python

Last synced: 24 Mar 2025

https://github.com/invpe/kopico

Explore the BASICs of game programming on your M5Core

basic-programming esp32-arduino gamedev

Last synced: 24 Mar 2025

https://github.com/rahedmir/cpp-programs

:floppy_disk: Basic C++ Programs (1st Sem, May 2018)

basic-programming c-plus-plus coading cpp

Last synced: 23 Mar 2025

https://github.com/mrcook/pitman-basic

HuBASIC source for PITMAN, a 1985 game for the Sharp MZ-700/1500 computers

basic-programming family-basic game mz-700 source-code

Last synced: 16 Mar 2025

https://github.com/isensee-bastian/db-basics

Tutorial code for my videos Database Usage in Golang Part 1 and Part 2

basic-programming beginner-tutorial-series database golang learn-to-code relational-databases sql sqlite table youtube

Last synced: 12 Apr 2026

https://github.com/akhil-peram/python

python tutorial

basic-programming python3

Last synced: 11 Jun 2025

https://github.com/lucianookdp/speedtest

Aplicação web de Speedtest com HTML, CSS e JavaScript, utilizando a API do ipinfo.io para exibir dados do provedor e localização, com design responsivo e animações dinâmicas.

api basic-programming css html ipinfo js script speedtest wifi

Last synced: 30 Mar 2025

https://github.com/vickers46/the-gallery-cafe

College PHP website assignment.

basic-programming functional learning php website

Last synced: 08 Apr 2025

https://github.com/nmelgar/cse_110_byui

This is a repository to organize and share the programs created while taking the course "CSE 110: Programming Building Blocks". All the code is created by me. Please do not copy the code to save time as a student, it is better to create it yourself.

basic-programming basics college programming python3

Last synced: 30 Mar 2025

https://github.com/kd-3030/numberguessinggame

Simple number guessing game where you have 10 attempts to guess a randomly generated value between 1 ro 100.

basic-programming c

Last synced: 01 Apr 2025

https://github.com/dhanushnehru/basicprograms1

A list of basic programs in C programming language only

basic-programming c cprogramming cprogramming-language hacktoberfest

Last synced: 18 Jan 2026

https://github.com/scottgriv/basic-calculator

This simple calculator program allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

basic basic-programming calculator calculator-app calculator-application

Last synced: 08 Jan 2026

https://github.com/alissonooliveiraofc/lessons-learned

Trybe - Projeto Lessons Learned - Fundamentos Projeto 1 (O primeiro projeto sempre têm um valor sentimental por mais feio que seja). Utilizei HTML e CSS para a realização do projeto.

basic-learning basic-programming basic-programming-language css easy-exercices exercicios fundamentos html5 intro-to-programming

Last synced: 03 May 2026

https://github.com/abdullahalsazib/c-modules

C Modules 📚 is a collection of C programming modules covering essential topics like data structures 🧑‍💻, algorithms ⚙️, memory management 💾, and file I/O 📂. Perfect for beginners and experienced developers to learn and implement key concepts in C. 🚀

basic-c-programs basic-programming c-programming c-programming-language

Last synced: 28 Feb 2025

https://github.com/dhn-nys/dp2021py

Dasar Pemrograman - 2021 [894] || this module use python 3 programming.

basic basic-programming programming python python3

Last synced: 02 Apr 2025

https://github.com/jubayer98/nsu-cse215l-java-basics-problems

Here are some solutions from lab exercises completed during an undergraduate Java Programming Language course.

basic-programming java

Last synced: 01 Mar 2025

https://github.com/jubayer98/nsu-cse115-c-programming-basics

Here are some basic C programming examples completed during an undergraduate C language lab.

basic-programming cpp

Last synced: 10 May 2026

https://github.com/kokojihye/inflearn__java-basic

나도 코딩의 자바 기본편 소스 코드

basic-programming java

Last synced: 06 Dec 2025

https://github.com/rominalodolo/javaprogrambeginner

Java Programming for Beginners - Become a Java Developer: Udemy course by Academia Programatorilor.

basic-programming exercises java udemy

Last synced: 01 Mar 2025

https://github.com/shreyasmg46/java_programs

A basic Java Programs based on OOPS Concepts

basic-programming corejava java8 oops-in-java

Last synced: 10 Jan 2026

https://github.com/s0fiamedina/maquinadealimentos

Ejercicio de la maquina de alimentos version js

basic-programming html javascript

Last synced: 22 Feb 2025

https://github.com/publioelio/programacionbasica

Este repositorio contiene un ejemplo de la actividad de aprendizaje: "Programación Básica" del curso ANÁLISIS Y PROGRAMACIÓN EN JAVA (IFCD004PO).

basic-programming educational-materials java oop-principles

Last synced: 31 May 2026

https://github.com/mbrsagor/pythonnote

Study in python latest code and node serial

basic-programming data-structures mathematics oop python-library python3

Last synced: 02 Mar 2025

https://github.com/jackokeeffe/odd-or-even

A short program which will tell the user if their entered number is odd or even.

basic basic-programming basics-of-python odd-even python python-3 python3

Last synced: 02 Mar 2025

https://github.com/lucianookdp/primeiro-de-muitos

Meu primeiro projeto em qualquer linguagem, feito em C (2022): uma urna eletrônica simples para votar em 4 candidatos, com opções de branco e nulo. Mostra o resultado final com vencedor ou empate.

basic-programming c cbasics cprogramming urn urna urnaeletronica urnas-eletronicas voting voting-system

Last synced: 23 Feb 2026

https://github.com/farhantips/python-programming-language-1--cse110

Explore practical implementations and exercises related to Python programming concepts. This serves as a hands-on guide to mastering Python through coding challenges, experiments, and real-world applications.

basic-programming bracu bracucse110 colab-notebook cse110 programming-language pycharm python

Last synced: 17 Mar 2025

https://github.com/mrspeaker/ebas2bas

Convert "ebas" files to standard C64 BASIC

basic basic-programming c64 commodore-64

Last synced: 06 Oct 2025

https://github.com/kundan-10/java-basic-assignments

this repo contains the basic of programing and assignment of java with the proper Day wise arrangment.

assignment basic-programming corejava evaluation java

Last synced: 10 Oct 2025

https://github.com/zeshanfareed/python_tutorial-

I have covered the complete tutorial of python like list , dict, set , tupple , file hadling, fundamental progamming and many more

basic-programming builtin-functions file functional-programming fundamentals-of-programming handling if-else json-api json-server lambda-functions list loop pickle-file python python3 sets tupple

Last synced: 11 Oct 2025

https://github.com/codeperfectplus/golangdive

Basic Go Programing Syntex For learning Purpose🎃

basic-programming codeperfect codeperfectplus go golang

Last synced: 12 Oct 2025

https://github.com/mechiuw/java_cryptography-algorithm

This is a basic algorithm for encryptions and decryptions using handmade algorithm logic using java.

basic-algorithms basic-programming caesar-cipher cipher-algorithms ciphers cryptography scripts

Last synced: 24 Oct 2025

https://github.com/liam-ohara/screen-saver

A simple screensaver written in GW-BASIC

basic basic-programming gw-basic retrocomputing screensaver

Last synced: 06 Feb 2026