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

Projects in Awesome Lists tagged with programming-exercises

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

https://github.com/ohkimur/the-c-programming-language-2nd-edition-solutions

Solutions to the exercises in the book "The C Programming Language" (2nd edition) by Brian W. Kernighan and Dennis M. Ritchie. This book is also referred to as K&R.

c c-language c-programming language programming programming-challenges programming-exercises programming-language solution solutions

Last synced: 04 Apr 2025

https://github.com/brettchalupa/projectbook

100+ project ideas with specifications, mock-ups, and assets for learning any programming language

education learning programming-exercises project-ideas

Last synced: 06 Apr 2025

https://github.com/mumuki/mumuki-laboratory

:microscope: Where students practice and receive automated and human feedback

assessment auth0 code-assesment education exercises extensible laboratory lms multitenant postgresql programming-exercises rails rspec ruby saml

Last synced: 09 Apr 2025

https://github.com/fsaadatmand/the-c-programming-language

Answers to exercises in K&R's The C Programming Language (second Edition).

c c-language c-programming programming-exercises programming-language

Last synced: 19 Dec 2024

https://github.com/shanesatterfield/hacker-rank

This is a repository of my solutions to hacker rank problems.

coffeescript cpp hackerrank java javascript programming-challenges programming-exercises python

Last synced: 19 Dec 2024

https://github.com/eneko/ninety-nine-swift-solutions

Community solutions for the Ninety-Nine Swift Problems (http://enekoalonso.com/projects/99-swift-problems)

challenges problems programming-challenge programming-exercises swift swiftpm

Last synced: 19 Jan 2025

https://github.com/henestrosadev/sololearn

Compilation of all SoloLearn courses with their respective projects and practices and all 72 code challenges for all 7 supported languages.

code-challenge code-practice data-science programming-exercises programming-languages python sololearn sololearn-cert sololearn-solutions

Last synced: 16 Mar 2025

https://github.com/gonglei007/cpp-bugs-killer

程序员们一起来找茬,通过分析代码bug来熟悉C++语言的特性。

bug coding cpp cpp-programming programming programming-exercises

Last synced: 10 Jun 2025

https://github.com/fsaadatmand/programming-in-c

Answers to Programming in C (Fourth Edition) by Stephan G. Kochan.

c c-language programming-exercises

Last synced: 10 Apr 2025

https://github.com/m-clark/data-processing-and-visualization

This document forms the basis of several workshops/talks that get into everyday programming with R, but also includes mirrored code in Python as Jupyter notebooks.

data-processing data-science datatable dplyr ggplot2 htmlwidgets jupyter-notebooks machine-learning model-criticism modeling numpy pandas programming programming-exercises python r tidyverse visualization workshop workshops

Last synced: 30 Apr 2025

https://github.com/mathworks-teaching-resources/fundamentals-of-programming

An overview of programming concepts including arrays, strings, loops, and algorithms with a project.

algorithms arrays cwm loops matlab matlab-live-script programming programming-exercises programming-fundamentals strings

Last synced: 23 Nov 2024

https://github.com/atticus64/codember

Resolucion de los retos de Codember en Javascript y Rust

codember katas programming-exercises rust

Last synced: 11 Jun 2025

https://github.com/tanrax/soy-un-buen-programador-js

Juego con retos sencillos de JavaScript para probarte a ti mismo que sabes lo que haces

functional-programming javascript programming-exercises

Last synced: 11 Apr 2025

https://github.com/sharafatkarim/ansi-c-balagurusamy-exercise

Excersise solutions for the book "Programming in ANSI C" by E. Balagurusamy (eight edition).

ansi-c book-solutions c-programming exercise programming-exercises

Last synced: 16 Jan 2025

https://github.com/abdulawalarif/leet_code_with_dart

This codebase is for competitive programming exercises with Dart LeetCode and other platforms.

competitive-programming dart dartlang dsa-algorithm leetcode-dart leetcode-solutions programming-exercises

Last synced: 15 Apr 2025

https://github.com/krypto-etox/c-language-book-solutions

The C Programming Language. 2nd Edition Book by Brian Kernighan and Dennis Ritchie, Solutions of All the chapters in detailed Program solutions.. . Learns and Enjoy

c c-language c-language-book-solutions c-programming-language learnig problems programming programming-exercises programming-language solutions

Last synced: 10 Apr 2025

https://github.com/thenishchalraj/time-to-go

Snippets begginers can start with to learn Go. Whether it's competitive programming or building executable files, Go is present there as a great help.

best-language go golang golang-examples programming-exercises programming-language

Last synced: 09 Apr 2025

https://github.com/weisscharlesj/programminginchem

Jupyter notebooks and data for incorporating programming into chemistry courses

chemical chemistry jupyter-notebook jupyterlab matplotlib numpy programming-exercises python python3 scientific-computing scipy sympy

Last synced: 12 Apr 2025

https://github.com/prasadhonrao/show-me-the-code

One stop forever free shop for developers to learn programming with Java, Python and C# and have fun!

csharp java javascript learning-by-doing programming programming-challenges programming-exercises python

Last synced: 04 Dec 2024

https://github.com/dyalog/practiceproblems

Automatic Validation of APL Practice Problems

apl dyalog dyalog-apl practice practice-programming programming-exercises

Last synced: 28 Feb 2025

https://github.com/bkpecho/codewars

Welcome to my CodeWars coding challenges repository! Here, you will find solutions to various coding challenges that I have completed on CodeWars.

code codewars codewars-javascript codewars-kata codewars-solutions interview-questions javascript programming-challenges programming-exercises software-development software-engineering tech technical technology

Last synced: 06 May 2025

https://github.com/nakov/introjavabook

Книга "Въведение в програмирането с Java"

book java programming programming-exercises programming-fundamentals

Last synced: 28 Apr 2025

https://github.com/theanasuddin/computer-programming-part-2-by-tamim-shahriar-subeen

কম্পিউটার প্রোগ্রামিং দ্বিতীয় খণ্ড (প্রথম সংস্করণ) by তামিম শাহরিয়ার সুবিন. All examples and practice problems in C.

c computer-science fundamentals programming programming-exercises tamim-shahriar-subeen

Last synced: 18 Jan 2025

https://github.com/iwilkey/kattis

My solutions to various open.kattis.com programming exercises.

competitive-programming cplusplus kattis programming-exercises

Last synced: 23 Mar 2025

https://github.com/whatrocks/solutions

my solutions to programming exercises from books and other places

coding-challenge programming programming-exercises

Last synced: 11 Jun 2025

https://github.com/sammaji/c-programs

Repository to store all my C programs.

c programming-exercises

Last synced: 14 Apr 2025

https://github.com/sarincr/object-oriented-programming-with-cpp

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.

algorithms artificial-intelligence c course cplusplus cpp data-science datascience datastructure datastructures deep-learning machinelearning object-oriented-programming objective-c oops-in-cpp opps programming-exercises programming-paradigm regression

Last synced: 14 Mar 2025

https://github.com/baines/ppic_lessons

Lessons for Miblo's "Practising Programming in C" series

c programming-challenges programming-exercises

Last synced: 03 Mar 2025

https://github.com/guliveer/uz

This repo is a collection of all the programming assignments I've completed during my studies on the University of Zielona Góra since October 2023

basics explanations learning programming-exercises programming-languages simple variety

Last synced: 10 Apr 2025

https://github.com/drguildo/exercises

Solutions to various programming exercises.

challenges challenges-solved exercises programming-exercises

Last synced: 15 Apr 2025

https://github.com/tej-singh-rana/golang

Go Programming Language | Golang Examples | Example Codes | Concepts | Online Resources

concepts depth-of-field example-code go go-lang go-language golang golang-examples principles-of-programming-languages programming-exercises resources

Last synced: 11 Apr 2025

https://github.com/dardin88/oop-lab-intellij-course

This is a collection of lab sessions for an Object Oriented Programming course in Italian.

java object-oriented-programming programming-exercises

Last synced: 12 Jan 2025

https://github.com/theanasuddin/programming-exercise-1st-edition-by-tahmid-rafi

Programming Exercise (1st Edition) by Tahmid Rafi. All examples in JAVA.

coding computer-programming elementary java programming-exercises tahmid-rafi

Last synced: 11 Mar 2025

https://github.com/cherrywood55/secret-message

A python program to encode and decode secret messages.

functions mini-project programming-exercises python python3

Last synced: 01 Mar 2025

https://github.com/dealbisac/cprograms

This repository contains the C Programs with the source code as well as output so that you can learn the better way of programming.

c program programming-challenges programming-exercises programming-language

Last synced: 04 Apr 2025

https://github.com/marcellomaugeri/leetcodeproblems

Solutions for LeetCode problems to practice for interviews

leetcode leetcode-solutions programming-exercises

Last synced: 12 Feb 2025

https://github.com/tobedefined/coursera-machinelearning

Coursera Machine Learning PPT/Note/ProgrammingExercise

andrew-ng cousera machine-learning programming-exercises stanford

Last synced: 20 Mar 2025

https://github.com/bkpecho/hackerrank

Welcome to my HackerRank coding challenges repository! Here, you will find solutions to various coding challenges that I have completed on HackerRank.

algorithm-challenges algorithms algorithms-and-data-structures hackerrank hackerrank-solutions interview-preparation interview-questions javascript programming-challenges programming-exercises

Last synced: 02 Mar 2025

https://github.com/alifa-ara-heya/my-journey-with-python

Hello Everyone! I am a newbie in programming. This repo is my diary to learn coding. I hope that I will fulfill my dream to continue this (in-shaa-Allah).

programming-exercises python

Last synced: 03 Apr 2025

https://github.com/ewliang/codewars-exercises

This is a GitHub repository of all my Javascript exercise solutions from the Codewars website. https://www.codewars.com/users/ewliang

codewars codewars-solutions coding-challenge coding-exercises javascript programming-exercises

Last synced: 21 Feb 2025

https://github.com/md-mafujul-hasan/program-in-c

These Contain 54 C Programming Language Program that I have done while understanding C-Programming Concepts.

c c-language c-program c-programming c-programming-language open-source opensource programming-exercises

Last synced: 14 Jun 2025

https://github.com/sandeepkushwaha/programming-practices

Programming practice solutions of GeekForGeeks(GFG), Codechef, hacker rank, leetcode etc.

coding-ninjas coding-ninjas-solution coding-platfoms gfg gfg-solutions java leetcode leetcode-solutions programming-exercises

Last synced: 02 Mar 2025

https://github.com/henriquehorbovyi/exercism-tracks

Exercism is an incredible plataform in which you can learn while solve algoritms and receive feedbacks and improvements of your solution.

exercism go kotlin programming-exercises programming-languages

Last synced: 09 Apr 2025

https://github.com/fredoist/codember

Soluciones a los retos de codember.dev usando Lua 🔵

codember lua programming-challenges programming-exercises

Last synced: 14 Mar 2025

https://github.com/cosmoduende/curso-php-tih

Curso impartido de Fundamentos de Desarrollo con PHP para The Inventor's House

mysql mysql-database mysqli php php-examples php-framework php7 php8 phpmyadmin programming-exercises programming-php web-development web-php

Last synced: 18 Feb 2025

https://github.com/leticiafrancielle/desenvolvimento_frontend

Repositório destinado à desenvolvimento frontend do curso programando seu futuro

angular css frontend html programando-seu-futuro programming-exercises typescript

Last synced: 22 Feb 2025

https://github.com/ivanmai7/practice-java-programming-skills

This is a very active repository where you can learn java programming skills.It's beginner-friendly, feel free to pr as practice.

beginer-friendly java programming-challenges programming-exercises programming-skills

Last synced: 05 Apr 2025

https://github.com/yazaldefilimone/academic-studies

The desire to evolve and become a better programmer every day decides to put my academic studies into practice

academic algorithms cpp javascript programming-exercises pyhon

Last synced: 11 Mar 2025

https://github.com/prahladyeri/contests

Solutions to various programming puzzles and contests

contests programming-exercises puzzles

Last synced: 09 Apr 2025

https://github.com/hey-its-d2t2/basic_c_programs

Some basic C programming progrmas....

basic-programming c learnign programming-exercises

Last synced: 28 Feb 2025