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

Computer science

Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers. It is the scientific and practical approach to computation and its applications and the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms) that underlie the acquisition, representation, processing, storage, communication of, and access to, information.

https://github.com/marhcouto/feup-l.eic-m.eic

:mortar_board: Index for MIEIC/L.EIC + M.EIC - FEUP repositories

computer-science engenharia-informatica feup leic leic-feup meic meic-feup mieic mieic-feup

Last synced: 20 Mar 2025

https://github.com/hasantezcan/pau-ceng-ders-notlari

Pamukkale Üniversitesi Bilgisayar Mühendisliği bölümü öğrencilerinin bölüm dersleri hakkında tutmuş oldukları notlar.

computer-science hacktoberfest notes pamukkale university

Last synced: 19 Mar 2026

https://github.com/schrodingerzhu/study

学 (tui) 习 (fei) 笔记

computer-science mathmatics strudy

Last synced: 26 Mar 2025

https://github.com/kelvinleandro/manim-animations

Animations exploring various concepts in computer science, with a special focus on machine learning and statistics

classification-algorithm clustering-algorithm computer-science machine-learning machine-learning-algorithms manim manim-3b1b manim-animations python python3 regression-algorithms statistics

Last synced: 15 Feb 2026

https://github.com/cizr/securedll-insight

This script is like a detective for your computer. It looks at what programs are running, especially those using special files. It then asks an expert (VirusTotal) if these files are safe or not. The goal is to catch and report any suspicious or harmful activity on your computer.

computer-science computerforensics digitalforensics dll-injection python scripts

Last synced: 25 Jun 2026

https://github.com/thomasthaddeus/algorithmselector

Explore our extensive Algorithms Repository, featuring a diverse range of algorithms from computational methods to data structures, cryptographic techniques, and AI. Ideal for education, research, and practical application, each algorithm is well-documented, tested, and optimized for performance and readability.

ai algorithms computational-algorithms computer-science cryptography data-compression data-structures educational-resource game-theory graph-theory machine-learning network-flow open-source optimization python

Last synced: 01 Mar 2026

https://github.com/hmaurer/langton-ant

A simulation of Langton's ant

computer-science education simulation visualisation

Last synced: 05 Mar 2026

https://github.com/pablo1n7/sketchzoomsdeep

Code for paper 'SketchZooms: Deep multi-view descriptors for matching line drawings'. January 2021

computer-graphics computer-science deep-learning paper-implementations pytorch

Last synced: 19 May 2026

https://github.com/alexandrbig1/trail_quest

Trail Quest is a React-based SPA built with Vite, featuring technologies like React Hook Form, Styled Components, React Router DOM, and Axios. It highlights my ability to build dynamic, responsive web applications with modern JavaScript libraries and frameworks, along with a focus on clean code practices using ESLint and PropTypes.

axios computer-science css3 design framer-motion frontend fullstack html-css-javascript html5 javascript js react software-engineering styled-components ux-ui ux-ui-design webdeveloper webdevelopment

Last synced: 05 Jan 2026

https://github.com/susan56789/prison-system

Online Prison Management System . This project was submitted for the award of bachelor's degree in computer science final year project

computer-science php project research-project sql

Last synced: 18 May 2026

https://github.com/haytham-hammioui/cs50x-2024

This is CS50x , Harvard University's introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students how to think algorithmically and solve problems efficiently.

ai algorithms c computer computer-science cs50 cs50x css flask html javascript programming python scratch security software-engineering sql

Last synced: 22 Apr 2025

https://github.com/esquiafo/ft-m1

Henry Modulo 1 Fundamentos

computer-science henry javascript

Last synced: 08 May 2025

https://github.com/pprattis/k-fold-cross-validation-and-root-mean-square-error

A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings and RMSE to calculate the ideal k for our dataset.

computer-science console-application cosine-similarity euclidean-distance hamming-distance heuristics java k-fold-cross-validation k-nearest-neighbours knn program recommender-system rmse root-mean-square-error similarity-score student

Last synced: 29 Apr 2026

https://github.com/cybernagle/cs-videos

topics need to learn and to do. track by issues.

computer-science learning-by-doing

Last synced: 05 May 2026

https://github.com/ourhouchmohamed97/cs50-journey

Collection of my CS50 projects and problem sets, showcasing my journey through Harvard's Introduction to Computer Science. Includes solutions, experiments, and implementations in C, Python, SQL, and more.

c certificate computer-science coursework cs50 cs50x education flask harvard-cs50 html-css-javascript learning-to-code practice problem-set projects python sql sqlite

Last synced: 05 May 2026

https://github.com/villy-p/uil-cs-toolkit

A cheatsheet for every topic you need to know for the UIL Computer Science Multiple Choice Exams, along with guides to help you learn, and questions to make you better

cheatsheet competitions computer-science cs guides problems uil

Last synced: 01 Aug 2025

https://github.com/mc-cat-tty/appunti_programmazione_2

Appunti del corso Programmazione 2 tenuto dal prof. Bedogni.

appunti appunti-universitari computer-science programmazione2 unimore unimore-informatica

Last synced: 16 Feb 2026

https://github.com/ishaansathaye/cpe203-oop

Cal Poly CPE 203 Project Based Object-Oriented Programming and Design

cal-poly computer-science java oop

Last synced: 13 Apr 2025

https://github.com/stereobooster/cs-video

Computer science videos

computer-science

Last synced: 18 Feb 2026

https://github.com/jeanextreme002/advent-of-code

:medal_sports: Solutions I created for Advent of Code in Python.

advent-of-code computer-science python

Last synced: 15 Jun 2026

https://github.com/xyaneon/xyaneon.computerscience.graphtheory

A .NET Standard library which provides classes for working with vertices, edges and graphs.

computer-science csharp edge graph graph-theory library net-standard net-standard-2 vertex

Last synced: 25 Sep 2025

https://github.com/tlsgmltjd/til

학습한 내용을 글로 기록합니다

backend computer-science database springboot

Last synced: 14 Apr 2025

https://github.com/pprattis/wallchat-with-firebase-app

A Java Android application that simulates the functionality of a wallchat app that saves user info and user chat in Firebase Realtime Database.

android android-application android-studio application chat chatroom computer-science firebase firebase-database firebase-realtime-database java program student wallchat

Last synced: 09 May 2026

https://github.com/pprattis/k-nearest-neighbors-for-similarity-by-binary-data

A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user's location preferences and the locations. The binary data (0,1) are the location characteristics.

binary-dataset computer-science console-application cosine-similarity euclidean-distance hamming-distance java k-nearest-neighbours knn manhattan-distance program similarity similarity-score student

Last synced: 29 Mar 2025

https://github.com/make-github-pseudonymous-again/js-lifo

:icecream: Last In, First Out data structures for JavaScript

agpl computer-science data-structures javascript lifo ordered-collections stacks

Last synced: 12 Dec 2025

https://github.com/dipokallab/cs-roadmap

🚀 Computer Science Roadmap for Junior Developer

computer-science education

Last synced: 01 Feb 2026

https://github.com/angel-penchev/pythonsummertasks2018

Repository (Portfolio) containing all the projects and programming tasks assigned for the summer holidays of 2018.

computer-science portfolio pygame python renpy

Last synced: 11 Jun 2026

https://github.com/umbrellacrow612/materials

Fundamentals and ideas that once learned can be applied to any language or area of software.

computer-science docs idea learning software-engineering

Last synced: 01 Feb 2026

https://github.com/amazingandyyy/good-job

🎉 The most useful DS and Algor. implemented in javascript

algorithm computer-science data-structures interview interview-questions software-engineer

Last synced: 22 Jun 2026

https://github.com/afiffon/openu

Repository Index for the work during my B.Sc. of CS at The Open University of Israel

computer-science university

Last synced: 08 Feb 2026

https://github.com/daniel-m-campos/algorithms

Assignment solutions for Tim Roughgarden's four algorithm courses

algo computer-science python3

Last synced: 13 Oct 2025

https://github.com/pprattis/philosopher-dinner-problem-with-posix-threads-and-mutex

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

c computer-science mutex mutex-lock mutex-synchronisation philosophers-dinner-problem posix posix-threads program student

Last synced: 29 Mar 2025

https://github.com/mraza007/computerscience-resources

This repo is made to help people find CS related resources

computer-science interview resources software-engineering

Last synced: 05 Feb 2026

https://github.com/cestpassion/aeds-ii

Destinado a estudantes e entusiastas que desejam aprimorar seus conhecimentos em AEDs II, neste repositório, você encontrará desde guias de comandos, compiladores, SO etc, até códigos de programas e soluções para exercícios de laboratório. O conteúdo está organizado de forma a facilitar a navegação e o aprendizado contínuo.

234-tree abstract-data-types algorithms-and-data-structures avl-tree binary-search-tree binary-tree c computer-science flexible-abstract-data-types hash-table java learning linux redblack-tree searching-algorithms sorting-algorithms tree tree-structure

Last synced: 11 Apr 2026

https://github.com/jofaval/python-baby-to-dundee

Python educational repository so you can go from a baby to Dundee (pun intended)

beginner computer-science dundee educational python software-engineering workshop

Last synced: 09 Feb 2026

https://github.com/5h3r10k/apcsa-2021

Repo with all my APCSA assignments (answers included).

apcsa apcsp computer-science cs java

Last synced: 18 Aug 2025

https://github.com/irisation23/cs-collections

🧐.equals("Feynman")

computer-science

Last synced: 26 Feb 2026

https://github.com/pprattis/chromosome-last-random-nucleotide-game

A Python script that implements a two player strategic game with two sequences of length n and m nucleotides respectively. At each Round of the game a player can remove a random number of nucleotides from one sequence or the same number of nucleotides from both sequences. The player who removes the last nucleotide wins.

arrays bioinformatics chromosomes computer-science fasta game loop nucleotides program python student

Last synced: 18 Aug 2025

https://github.com/stuymedova/common-sorting-and-searching-algorithms

[LEARNING] Annotated Quick sort, Merge sort, Binary search, and so on

computer-science interview-preparation searching-algorithms sorting-algorithms

Last synced: 15 May 2026

https://github.com/vatshayan/computer-science-projects

Computer Science Projects Website where any kind of Help is given on any Topics, Projects, Assignments, and Research Papers.

abstract beprojects btechprojects computer computer-science computerscience final final-project final-year-project finalsemprojects finalyear mtechprojects phd phdprojects phdthesis projects python semprojects

Last synced: 12 May 2026

https://github.com/pprattis/user-clusters-and-k-means-fold-for-classifier-evaluation

A Matlab script that applies the basic sequential clustering to evaluate the number of user groups by using the hierarchical clustering and k-means algorithms. Using the k-means fold the classifiers that are a neural network and the other least squares to evaluate them.

classifier clusters computer-science hierarchical-clustering k-fold k-means-clustering matlab program sequential-clustering student

Last synced: 29 Mar 2025

https://github.com/yuzuk1shimotsuki/magic-switch-box-microbit

A magic switch box project worked on with my groupmate in college. This was also my first collaboration.

college college-project computer-engineering computer-science electrical-engineering microbit-v2

Last synced: 11 Oct 2025

https://github.com/edinsonrequena/engineering-mathematics

Specialization in Mathematical Engineering from the Universidad Politecnica de Valencia

algebra computer-science derivatives engeneering integral mathematical-engineering mathematics

Last synced: 18 Mar 2026

https://github.com/pprattis/2D-array-rotation

A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.

2darrays array-manipulations arrays computer-science programm python rotations student tetris

Last synced: 28 Sep 2025

https://github.com/jacksonelia/jacksonelia

super sick read me lets gooo

computer-science

Last synced: 04 Feb 2026

https://github.com/azzeccagarbugli/mastermind

Progetto software per il corso di Programmazione Avanzata realizzato per l'anno accademico 2018/2019

camerino computer-science console continuous-integration game gradle java mastermind open-source sphinx travis-ci unicam

Last synced: 12 Apr 2026

https://github.com/leynier/numerical-integration

School project about Numerical Integration of the Computer Science degree of the Faculty of Mathematics and Computing of the University of Havana.

computer-science matcom numerical-integration school-project university-of-havana

Last synced: 07 Apr 2025

https://github.com/pprattis/chimeric-alignment-problem

A python script that implements an efficient algorithm for the Chimeric Alignment problem. A virus infects a bacterium and modifies a replication process in the bacterium by adding for each A an A sequence of length 1-5, for each C a C sequence of length 1-10, for each G a G sequence of length >= 1 and for each T a T sequence of length >= 1.

bioinformatics chimeric-alignment chromosomes computer-science nucleotides program python sequence student

Last synced: 28 Oct 2025

https://github.com/rewired-gh/godigit

Toolbox and learning resources for tinkering with numbers in computers

computer-architecture computer-science ios learning-by-doing swift-student-challenge-winner swiftui

Last synced: 19 May 2026

https://github.com/cicerolino/obsidian-vault-template

Eis um modelo no qual tiro como base para meus estudos de ciência da computação, desenvolvimento de software, etc.

computer-science obsidian obsidian-vault obsidian-vault-template software-development template

Last synced: 29 Oct 2025

https://github.com/irene-frias/cs50x

Is a course for introductory computer science course offered by Harvard University, known for being both comprehensive and accessible to beginners. The course covers fundamental concepts in computer science and programming, starting with basic problem-solving and progressing to more complex topics.

alogrithms computer-science cybersecurity data-structures programming-with-c python-programming sql-database web-development

Last synced: 12 Jun 2026

https://github.com/jofaval/jofaval.github.io

Main home repository, it serves as an introduction to my professional profile, feel free to explore as much as you want

backend computer-science data-science data-scientist developer frontend full-stack fullstack javascript machine-learning nextjs react redux software-engineer software-engineering typescript

Last synced: 18 Jan 2026

https://github.com/riannegreiros/cc50-presets

CC50 - O Curso de Ciência da Computação de Harvard, no Brasil

algorithms-and-data-structures computer-science

Last synced: 21 Sep 2025

https://github.com/leynier/sea-channel-simulator

School project of the Simulation subject of the Computer Science degree at the University of Havana.

computer-science cuba matcom matcom-uh sea-channel simulator uh university-of-havana

Last synced: 07 Apr 2025

https://github.com/pprattis/a-programming-tutorial-web-app-with-jdbc-client

A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.

bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application

Last synced: 05 Apr 2026

https://github.com/rabi-siddique/sudoku-solver

A web application that allows you to solve a Sudoku puzzle using a backtracking algorithm. The goal of this application is to help you visualize how the backtracking algorithm works to solve the puzzle.

algorithms computer-science data-structures interview interview-questions programming

Last synced: 25 Mar 2025

https://github.com/molodchina/msu

This repository is dedicated to bachelor's studies at Moscow State University, including different practicums and inter-faculty courses

cmc computer-science mathematics msu

Last synced: 19 Mar 2026

https://github.com/pprattis/get-IMDB-score-by-movie-title

A program in python which for a movie title inserted by user, using the link http://www.omdbapi.com/ returns the IMDB score and the awards of that movie.

computer-science imdb-score movie-title omdb-api programm python student

Last synced: 28 Sep 2025

https://github.com/janheinrichmerker/study-computer-science

📽️ Video player for the "Informatik studieren" advertisement movie.

computer-science react university university-project

Last synced: 28 Feb 2026

https://github.com/lucas54neves/genetic-algorithm

Repository for the implementation of Genetic Algorithms for the Artificial Intelligence discipline of the Computer Science course at the University of Lavras

computer-science genetic-algorithm genetic-algorithms inteligencia-artificial ufla

Last synced: 19 Jun 2026

https://github.com/pprattis/get-Weather-from-API

A program which uses the API from http://openweathermap.org/api to get weather conditions for a location specified using coordinates.

computer-science openweather-api programm python student weather

Last synced: 28 Sep 2025

https://github.com/ericadamski/linked-list

JavaScript implementation of simple linked list, queue, dequeue, and stack

code-newbie computer-science learn-to-code linked-list

Last synced: 13 Jun 2026

https://github.com/pprattis/get-beer-info-from-BreweryDB-API

A program which uses the BreweryDB API http://www.brewerydb.com/developers that shows the beers in the database for the beer kind the user requested.

beer-kind brewerydb-api computer-science programm python student

Last synced: 28 Sep 2025

https://github.com/garciparedes/machine-learning-formulas

This project pretends to be a survey about Machine Learning algorithms focusing on math definitions.

computer-science formula latex machine-learning maths statistics university-of-valladolid

Last synced: 08 Oct 2025

https://github.com/pprattis/tetris-spawn-randomly-l-blocks

This is a program which keeps in memory a table of 10 columns and 20 rows and that plays "Tetris" only by adding L randomly in the table. L is an element with a height of 3 blocks and width of 2 blocks. The program ends when the L surpasses in height 20 blocks, then it prints how many L blocks managed to enter.

2darrays arrays computer-science game programm python student tetris

Last synced: 29 Mar 2025