Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with computer-science

A curated list of projects in awesome lists tagged with computer-science .

https://github.com/florianwendelborn/simplex

📈 Just another implementation of the lexicographic simplex algorithm

computer-science simplex-algorithm

Last synced: 02 Jan 2025

https://github.com/peteprattis/predicate-and-array-items

A script that has the predicate common_list (X, Y) that is true when both lists have at least one common element.

computer-science list logic-programming predicates program prolog student

Last synced: 17 Nov 2024

https://github.com/wojwozniak/university

University courses that I have finished - tasklists, solutions, study materials

c computer-science csharp java javascript math python racket university

Last synced: 19 Dec 2024

https://github.com/leechristie/walsh-families

Source for "The role of Walsh structure and ordinal linkage in the optimisation of pseudo-Boolean functions under monotonicity invariance" (Christie, 2016).

c computer-science optimization python research theory walsh-families walsh-functions

Last synced: 05 Jan 2025

https://github.com/argosopentech/coding-kit

Kit designed for teaching programming, computer science, and electronics.

amazon computer-science education electronics kit learning python

Last synced: 05 Dec 2024

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

Computer science videos

computer-science

Last synced: 19 Dec 2024

https://github.com/kputnam/automata

Abstract machines

automata computer-science

Last synced: 17 Dec 2024

https://github.com/ggandor/churchbuzz

FizzBuzz implemented in Church encoding, from scratch

church-encoding clojure computer-science fizzbuzz lambda-calculus understanding-computation

Last synced: 22 Nov 2024

https://github.com/ikauematos/java-learning

Hello devs, how are you / with you today I come to share my java studies in the object-oriented paradigm, where it is being an incredible learning experience.

bank computer-science java study system

Last synced: 11 Nov 2024

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: 20 Nov 2024

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

A simulation of Langton's ant

computer-science education simulation visualisation

Last synced: 14 Nov 2024

https://github.com/juliusmarkwei/merge-sort-algorithm

Implementation of merge-sort algorithm in c language

algorithms computer-science divide-and-conquer merge-sort mergesort

Last synced: 01 Jan 2025

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

Henry Modulo 1 Fundamentos

computer-science henry javascript

Last synced: 09 Nov 2024

https://github.com/nilesh2000/coursera

Repository to store my Coursera Assignment Solutions

computer-science coursera

Last synced: 11 Nov 2024

https://github.com/peteprattis/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: 17 Nov 2024

https://github.com/mehanix/dfa-nfa-acceptor

🖧 Program that loads a DFA/NFA from a file, then checks if words are accepted by the automata.

automata computer-science deterministic-finite-automata dfa formal-languages homework homework-assignments homework-exercises nfa nondeterministic-finite-automata

Last synced: 18 Dec 2024

https://github.com/marekyggdrasil/website

Marek Narozniak's personal website with computer science / numerics / quantum physics tutorials.

computer-science cryptography optimization optimization-algorithms quantum-computing quantum-mechanics

Last synced: 17 Nov 2024

https://github.com/peteprattis/kakuro-game-implementation

A script that implements a solution for the game Kakuro by assigning a variable to each empty square.

computer-science kakuro kakuro-solver kakuropuzzle logic predicate-functions predicates program prolog student

Last synced: 17 Nov 2024

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: 24 Dec 2024

https://github.com/andrew-johnson-4/PunCalculus

A variant of Typed Lambda Calculus with generalized variable punning (ad-hoc polymorphism)

computer-science language programming-language

Last synced: 16 Nov 2024

https://github.com/hibiken/computer_science_fundamentals

Personal project to improve understanding in Computer Science Fundamentals

computer-science educational

Last synced: 23 Nov 2024

https://github.com/melhosseiny/struct

Data structure/algorithm library for JavaScript

algorithms computer-science data-structures

Last synced: 22 Nov 2024

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: 08 Jan 2025

https://github.com/vaheaa/cs50

Repo for code examples and problems from Harvard's CS50 course

c computer-science harvardcs50 js python

Last synced: 13 Dec 2024

https://github.com/yuelinxin/skills-worth-sharing

All the basics that you need to know for Computer Science & Software Engineering learners.

beginner computer-science skillshare software-engineering

Last synced: 23 Oct 2024

https://github.com/mre/talks

...mostly Computer Science related.

computer-science cuda talks tech-talks

Last synced: 13 Dec 2024

https://github.com/plh97/c-learn

step by step

c computer computer-science

Last synced: 24 Nov 2024

https://github.com/khakimio/sicp-racket

📕 SICP an excellent computer science text used in introductory courses at MIT

car cdr computer-science cons lisp pairs racket sicp

Last synced: 30 Nov 2024

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

:blossom: First In, First Out data structures for JavaScript

agpl computer-science data-structures fifo javascript ordered-collections queues

Last synced: 17 Nov 2024

https://github.com/xuehao/cs-stick-in-mind

🎉 A Roadmap to Computer Science

computer-science

Last synced: 07 Jan 2025

https://github.com/shashaaankkkkk/django_rest_api

Welcome to the Django REST API Example App repository! This project serves as an illustrative demonstration of building a robust RESTful API using Django, a powerful Python web framework, combined with Django REST Framework (DRF), a toolkit for building Web APIs.

computer-science django django-application django-project django-rest-framework python python3 rest-api

Last synced: 26 Dec 2024

https://github.com/threeletters/collections

Data structures (No license)

computer-science javascript

Last synced: 13 Nov 2024

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: 06 Jan 2025

https://github.com/cedrickchee/taijios

TaijiOS is a hobby operating system written from scratch in Rust for learning systems programming. It's my own OS that attempts to bring back the "P" in PC. Design goals: minimal, modular, reliable, and safe.

computer-science hobby-os kernel-development learn-by-doing operating-system osdev software-internal systems-programming

Last synced: 17 Nov 2024

https://github.com/opixelum/brain-disk-gitbook

The most powerful data storage device is in your head.

blockchain computer-science cybersecurity data-science knowledge programming

Last synced: 14 Nov 2024

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: 20 Dec 2024

https://github.com/amoshnin/r-pathfinding.algorithms.visualizer

⚡️ Visualization tool for various pathfinding and recursive division maze-generation algorithms. List: (A* Search, Depth-First Search, Breadth-First Search, Greedy Best-First Search)

algorithm computer-science pathfinding-algorithm pathfinding-visualizer typescript

Last synced: 18 Nov 2024

https://github.com/jamesquinlan/matlab-programming-intro

Course materials for Intro. to Programming (w MATLAB)

computer-science mathematics matlab programming

Last synced: 18 Dec 2024

https://github.com/jamesquinlan/discrete-math

COS 280 - Discrete Mathematics at University of Southern Maine

computer-science discrete-mathematics latex university-course

Last synced: 18 Dec 2024

https://github.com/celycodes/estudando-pascal

🌼 estudando a linguagem de proramação Pascal - Bloco I Uespi

computer-science pascal-language

Last synced: 18 Dec 2024

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: 20 Dec 2024

https://github.com/amirhnajafiz/graphhub

GraphHub is my personal website in which I keep my notes.

computer-engineering computer-science docs docusaurus graphhub notes

Last synced: 18 Dec 2024

https://github.com/erikplachta/cs-regex-reference-guide

A general reference guide on how to understand and use regex.

computer-science cs guide reference regex regular-expression regular-expressions

Last synced: 09 Jan 2025

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

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

computer-science react university university-project

Last synced: 24 Dec 2024

https://github.com/woojiahao/nus

Collection of my notes/study materials/resources during my time studying CS in NUS

computer-science notes nus programming study study-notes

Last synced: 31 Dec 2024

https://github.com/mariomenjr/wgups

A solution to the traveling salesman problem in Python.

computer-science python traveling-salesman

Last synced: 20 Nov 2024

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

🧐.equals("Feynman")

computer-science

Last synced: 01 Jan 2025

https://github.com/jgleitz/afpg-skript

Inoffizielles Skript für die Vorlesung „Algorithmen für planare Graphen“ von Prof. Dr. Dorothea Wagner

computer-science lyx planar-graphs

Last synced: 20 Nov 2024

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: 13 Nov 2024

https://github.com/streambinder/erro

That cool thing to look interesting in the world of work

computer-science curriculum-vitae cv job latex resume

Last synced: 18 Nov 2024

https://github.com/lapets/course-logic-and-combinatorics

Lecture notes, assignments, and other materials for a one-semester introductory course on topics in logic, combinatorics, and computer science applications thereof.

algorithms combinatorics computer-science introduction lecture-notes logic logic-programming

Last synced: 23 Nov 2024

https://github.com/leninpaulino/6.00.1x

Introduction to Computer Science and Programming Using Python - https://courses.edx.org/courses/course-v1:MITx+6.00.1x+1T2019/course/

computer-science programming python

Last synced: 19 Nov 2024

https://github.com/dcasella/bsc-thesis

Bachelor's thesis in Computer Science

algorithms-implemented bachelor-thesis computer-science

Last synced: 10 Dec 2024

https://github.com/sanrehmo/cs9roject

Project Course in Computer Science @ LNU Växjö, Spring 2017

calendar computer-science java javafx junit mysql timeline

Last synced: 07 Nov 2024

https://github.com/catherinee24/m1-done

Computer science and fundamentals of JavaScript programming 🪐

computer-science javascript

Last synced: 30 Nov 2024

https://github.com/daveanthonyc/data-structures-and-algorithms

👩🏽‍🔧 🧩 🔢 🖩 Based on the course by ThePrimeagen: "The Last Algorithms Course You'll Need" as listed below. The '/src/dsa' directory in this React project contains multiple TypeScript files with implementations of fundamental concepts in data structures and algorithms.

computer-science data-structures dsa-practice software-engineering theprimeagen typescript unit-testing vitest

Last synced: 14 Nov 2024

https://github.com/chitangchin/datastructureandalgosincsharp

Fundamental Data Structures and Algorithms in C#

computer-science csharp data-structures-and-algorithms

Last synced: 22 Dec 2024

https://github.com/preetsuthar17/basic-dsa-notes

Notes containing basics of Data Structure and Algorithms.

algorithm algorithms computer-science dsa dsa-algorithm dsa-notes notes

Last synced: 21 Dec 2024

https://github.com/iinjyi/hands-on-neural-networks

A series of hands-on notebooks for beginners in neural networks. [To be updated]

ai cnn computer-science deep-learning deep-neural-networks lstm maths neural-networks python pytorch rnn transfer-learning

Last synced: 30 Dec 2024

https://github.com/jakzo/priority-queue

JavaScript priority queue implementation.

computer-science data-structures

Last synced: 14 Nov 2024

https://github.com/nannigalaxy/engineering-campus-app

An android app with modern Material Design for CSE students in ACSCE

android computer-science engineering-vtu material-design ui-design

Last synced: 19 Dec 2024

https://github.com/dpbm/cs

Meus aprendizados seguindo o roadmap de ciências da computação

algorithms ciencias-da-computacao computer-science cs data-structures data-structures-and-algorithms java

Last synced: 18 Nov 2024

https://github.com/leechristie/antibiotic-optimisation

Source for "Multi-Objective Evolutionary Optimisation of Antibiotic Treatments" (Ochoa, Christie, Brownlee, & Hoyle, 2020).

antibiotics computer-science java metaheuristics multiobjective-optimization optimization python python3 research

Last synced: 05 Jan 2025

https://github.com/navdeep-g/java-programming

Programming in Java

computer-science java

Last synced: 24 Dec 2024

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: 15 Nov 2024