Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/computer-science
- Wikipedia: https://en.wikipedia.org/wiki/Computer_science
- Aliases: cs, compsci, comp-sci,
- Last updated: 2024-11-18 00:05:26 UTC
- JSON Representation
https://github.com/floriancassayre/in-ba4
Notes de certains de mes cours en informatique
bachelor computer-science epfl
Last synced: 06 Nov 2024
https://github.com/demonstrandum/fam
A very Fake Assembly(ish-language) Machine thingy...
assembly computer-science fake fam interpreter language mimic
Last synced: 12 Oct 2024
https://github.com/litomore/computer-science-notes
đ Notes along the way of learning computer science
computer-science markdown notes
Last synced: 10 Nov 2024
https://github.com/quobit/cser
A curated list about Computer Science Education Research :computer: :mortar_board: :books:
computer-science education research
Last synced: 02 Nov 2024
https://github.com/tomzx/blog.tomrochette.com-content
Content of my blog @ http://blog.tomrochette.com
artificial-general-intelligence artificial-intelligence blog computer-science software-engineering
Last synced: 29 Oct 2024
https://github.com/nishkarshraj/hackerrank-python-programming
OOPS and Data Structures in Python
algorithms competettive-programming competition competitive-programming competitiveprogramming computer-science data-structures hackerrank hackerrank-solutions python python-3
Last synced: 10 Nov 2024
https://github.com/heap-data-structure/about
:fallen_leaf: Heap data structures for JavaScript
agpl binary-heap binomial-heap brodal-queue computer-science data-structures fibonacci-heap heapq heaps heapsort javascript pairing-heap rank-pairing-heap specifications
Last synced: 14 Nov 2024
https://github.com/argosopentech/videos
Argos Open Tech Videos
computer-science computer-science-education
Last synced: 15 Oct 2024
https://github.com/augusto11cb/computer-science-concepts-techniques-technologies
This repository aims to store my general studies on concepts, new technologies and techniques of computer science.
aspect-oriented-programming build-tool clean-architecture clean-code cleancode cloud-native cloud-native-architectures cloud-platforms computer-science concepts data-structures design-patterns design-principles gradle kotlin microservice microservices-architecture rabbitmq serverless spring-kotlin
Last synced: 08 Nov 2024
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: 17 Nov 2024
https://github.com/faizan-khan-iit/hashtag_recommender
This Exploratory Project includes building a Hashtag Recommendation System for Twitter.
computer-science exploratory hashtag-recommendation project recommendation-system recommender-system twitter twitter-api
Last synced: 27 Oct 2024
https://github.com/tomiwa-ot/cs-assignments
computer science assignments
assembly bank-application bankers-algorithm bellman-ford-algorithm computational-methods computer-science concurrent-programming data-structures dijkstra-algorithm dining-philosophers-problem generics java linear-algebra memory-management operating-system search-engine search-engines serp systems-analysis tracking-fleet-vehicles
Last synced: 14 Nov 2024
https://github.com/felipe-augusto/ufabc
Alguns dos cÃŗdigos desenvolvidos no curso de BCC na UFABC | Some codes developed for my CS major @ UFABC
ciencia-da-computacao computer-science ufabc
Last synced: 10 Nov 2024
https://github.com/sebastienrousseau/cs50x
CS50âs Introduction to Computer Science
c computer-science cs50x cs50x2023 sb3 sb3-contrib scratch-game scratch-game-development
Last synced: 17 Nov 2024
https://github.com/frostybee/latex-homework
A LaTeX template for writing assignment/homework.
assignment assignment-problem computer-science latex latex-homework latex-homework-template latex-template
Last synced: 06 Nov 2024
https://github.com/bhushanmv007/computer-graphics-and-image-processing-lab
lab programs for CGI
computer-graphics computer-science image-processing opencv opengl
Last synced: 12 Oct 2024
https://github.com/peteprattis/hospital-database-with-jdbc-client
A jdbc application that runs queries in pgAdmin to simulate the functionality of a hospital's database.
computer-science console-application databse functions-triggered java jdbc jdbc-connector jdbc-database pgadmin postgresql program project sql student triggers
Last synced: 17 Nov 2024
https://github.com/deepmancer/deepmancer
"When in doubt, use brute force." - Ken Thompson
computer-science computer-vision deep-learning ml-engineering multimodal-deep-learning natural-language-processing software-engineering
Last synced: 25 Oct 2024
https://github.com/peteprattis/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: 17 Nov 2024
https://github.com/georgegkas/graphit
Interactive graph editor for Computer Science enthusiasts.
automation computer-science dijkstra-algorithm graph visualizer
Last synced: 06 Nov 2024
https://github.com/olical/sicp
Studying SICP
computer-science lisp mit-scheme scheme sicp unlicense
Last synced: 09 Nov 2024
https://github.com/peteprattis/k-nearest-neighbors-algorithm-and-rating-prediction
A Java console application that implements the factionality of the knn algorithm to find the similarity between a new user with only a few non zero ratings of some locations, find the k nearest neighbors through similarity score and then predict the ratings of the new user for the non rated locations.
computer-science console-application cosine-similarity euclidean-distance java k-nearest-neighbours knn manhattan-distance program recommendation-system recommender-system similarity student
Last synced: 17 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/julio-guerra/mips
computer-organization computer-science hardware-architectures pipeline workshop
Last synced: 09 Nov 2024
https://github.com/hawshemi/coursera-software-design-and-architecture-specialization
Coursera Software Design and Architecture Specialization
computer-science coursera software-design-and-architecture
Last synced: 09 Nov 2024
https://github.com/v-kolesnikov/simple
SimpÎģe imperative programming language
computer-science programming-language self-education
Last synced: 17 Nov 2024
https://github.com/radch-enko/techinterviewbot
Computer Science Interview Helper
computer-science kotlin telegram-bot
Last synced: 06 Nov 2024
https://github.com/butuzov/cs-coursework-edx
Free Online Computer Science Courses
Last synced: 13 Oct 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: 12 Nov 2024
https://github.com/florianwendelborn/simplex
đ Just another implementation of the lexicographic simplex algorithm
computer-science simplex-algorithm
Last synced: 09 Nov 2024
https://github.com/jofaval/react-from-the-ground-up
React repository for a compendium of react knowledge, both on personal projects and professional experience
advanced beginner computer-science intermediate javascript nextjs react react-saga reactjs redux redwoodjs remix software-engineering typescript zero-to-hero
Last synced: 21 Oct 2024
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 Oct 2024
https://github.com/itsfoss0/school
This Repo contains concept taught in second year in Campus ( Computer Science)
computer-science database networking object-oriented-programming software-engineering university-of-eldoret uoe
Last synced: 07 Nov 2024
https://github.com/huanyushi/pdf-study-notes
Some of my study notes, primarily focusing on mathematics, physics and computer science.
computer-science mathematics physics
Last synced: 07 Nov 2024
https://github.com/kavignon/tech-prep-guide-for-the-busy
Distilled summary information on grasping the core knowledge to either brush up or learn about data structures and algorithms for those who don't have a lot of time.
algorithms-and-data-structures computer-science interview-preparation software-engineering
Last synced: 29 Oct 2024
https://github.com/arindal1/thecodejungle
Curated collection of resources for developers, programmers and tech enthusiasts.
computer-science data-science data-structures interview-questions resources software-development
Last synced: 05 Nov 2024
https://github.com/v-kolesnikov/sicp-generator
Exercise generator for SICP
clojars clojure clojure-library computer-science sicp sicp-generator
Last synced: 17 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/nermalcat69/noted
My Notes but Resources For You
awesome awesome-list aws coding computer-science data-science data-structures data-visualization database high-level-programming javascript low-level-programming machine-learning mern-stack programming server systems-design
Last synced: 16 Nov 2024
https://github.com/heap-data-structure/fibonacci-heap
:scissors: Fibonacci heap data structure for JavaScript
agpl amortized computer-science data-structures fibonacci-heap heaps javascript meldable-heaps
Last synced: 14 Nov 2024
https://github.com/mouatezbenariba/kalbonyan-elmarsos-projects
This repository contains all the exercices, assignments and projects done within Kalbonyan-ElMarsos (ŲاŲبŲŲاŲ اŲŲ ØąØĩŲØĩ) Learning journey!
algorithms aws computer-science css data-structures html javascript nodejs react
Last synced: 05 Nov 2024
https://github.com/edinsonrequena/hacker-rank
My Hacker Rank solutions
algorithms algorithms-and-data-structures c competitive-programming computer-science hackerrank hackerrank-solutions javascript problem-solving python
Last synced: 14 Oct 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/peteprattis/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: 17 Nov 2024
https://github.com/tiagocavalcante/path_finder
Find non-looping paths in a graph
computer-science graph path-finding
Last synced: 14 Oct 2024
https://github.com/gabrielbarberini/eecs
Personal pick for grad and undergrad material on EE and CS
computer-science education electrical-engineering graduate mit-ocw undergraduate
Last synced: 10 Nov 2024
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: 27 Oct 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: 31 Oct 2024
https://github.com/imedadel/gatsby-papers
WIP - Easily publish your academic papers on the web using GatsbyJS
academia academic academic-paper academic-website computer-science gatsby-blog gatsby-starter gatsbyjs mathematics physics wip work-in-progress
Last synced: 07 Nov 2024
https://github.com/alxvdev/libnumerixpp
Library for physical and mathematical calculations in C++
calculation cmake computer-science cpp cpp17 cpplib informatics library mathematics open-source physics science
Last synced: 12 Oct 2024
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/gm7avila/data-structures
đī¸ My study of data structures using C
c computer-science data-structures
Last synced: 16 Nov 2024
https://github.com/gm7avila/p-backend-notes
đ AnotaçÃĩes - estudo backend
backend computer-science javascript nestjs nodejs notes sql study
Last synced: 16 Nov 2024
https://github.com/shiweihe0713/algorithms-made-easy
Algorithm learning hub : show case the fundamental algorithms like sorting algorithms, such as generic sort, merge sort, quick sort, bucket sort, and radix sort, etc.
algorithms binary-search-tree computer-science data-structures leetcode sorting-algorithms tree
Last synced: 27 Oct 2024
https://github.com/neizod/problems
neizod's solution to math & com-sci problems
algorithm computer-science mathematics problems-solving
Last synced: 13 Oct 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/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/z1nc0r3/dcs-timetable
An Android application to get easy access to 3rd year lecture timetable, Department of Computer Science - University of Jaffna.
android android-application computer-science
Last synced: 06 Nov 2024
https://github.com/ishaansathaye/csc349-designanalysisalgos
Cal Poly Winter 2023 CSC 349 Design and Analysis of Algorithms
cal-poly computer-science course design-analysis-algorithms winter-2023
Last synced: 06 Nov 2024
https://github.com/peteprattis/family-representation-using-predicates
Represent one family as well as 3-4 more families (of your choice) using the family-3 predicate and appropriate compound terms. Set the predicates exist-1, dateofbirth-2 and salary-2 and use them to recover all parents born before 1950 and their salary is less than 8,000.
computer-science logic-programming predicates program prolog structured-data student
Last synced: 17 Nov 2024
https://github.com/esquiafo/ft-m1
Henry Modulo 1 Fundamentos
computer-science henry javascript
Last synced: 09 Nov 2024
https://github.com/BirajMainali/c-project
NEB/HSEB Class XII computer science project
class12computer class12computerscience computer-science cprogramming fullcurdc neb
Last synced: 23 Oct 2024
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: 24 Oct 2024
https://github.com/make-github-pseudonymous-again/js-cg
:triangular_ruler: Computational geometry data structures and algorithms for JavaScript
agpl algorithms computational-geometry computer-science data-structures javascript
Last synced: 28 Oct 2024
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: 28 Oct 2024
https://github.com/nilesh2000/coursera
Repository to store my Coursera Assignment Solutions
Last synced: 11 Nov 2024
https://github.com/peteprattis/automatic-speech-recognision-system-asr
A python script that implements an automatic speech recognision system.
asr automatic-speech-recognition computer-science dtw dynamic-time-warping fir-filter librosa mel-frequency-cepstral-coefficients mfcc nyquist program python short-time-fourier-transform short-time-signal-analysis signal signal-processing student
Last synced: 17 Nov 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: 09 Nov 2024
https://github.com/roderickqiu/sustech_cse_final_reviews
Will contain reviews of my final exams during my adventure in the CSE department of SUSTech. Current: CS202, CS208, CS307, MA212.
Last synced: 14 Nov 2024
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: 15 Oct 2024
https://github.com/hongbo-wei/cs50-harvard-university
Taught by David J. Malan
computer-science cs50 harvard-university harvardcs50
Last synced: 14 Nov 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/apoorva-info/data-structures-and-algorithms
This repository showcases my daily DSA practice in Python, focusing on improving problem-solving skills and coding logic. Each solution is documented to aid learning and preparation for coding interviews.
algorithm algorithms algorithms-and-data-structures coding-interviews computer-science data-structures dsa gthub interview interview-questions python3 software-engineering study-plan youtube
Last synced: 01 Nov 2024
https://github.com/sangafabrice/sangafabrice
It used to be a hobby, but I now am confident I can crack that. Give me a chance and I won't disappoint you. #UnleashTheDragon
computer-science powershell software-engineering vbscript windows-shell
Last synced: 15 Nov 2024
https://github.com/robertovicario/bsc-computer-science-thesis
Research thesis in Machine Learning for the achievement of Bachelor of Science Degree in Computer Science.
artificial-intelligence bachelor-thesis computer-science jupyter machine-learning python stress-detection university-of-insubria
Last synced: 16 Nov 2024
https://github.com/elbeenmachine/bsfc-cs-notes
This repository is synced with GitBook to provide the necessary notes to the Computer Science students studying A-Level computer science on the OCR course.
a-level computer-science notes ocr
Last synced: 13 Nov 2024
https://github.com/hibiken/computer_science_fundamentals
Personal project to improve understanding in Computer Science Fundamentals
Last synced: 13 Oct 2024
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: 15 Nov 2024
https://github.com/birajmainali/c-project
NEB/HSEB Class XII computer science project
class12computer class12computerscience computer-science cprogramming fullcurdc neb
Last synced: 09 Nov 2024
https://github.com/denysvitali/supsi-i3b
Third year of IT Engineering at SUPSI
applied computer-science education fifth-semester sciences southern supsi switzerland third-year university
Last synced: 02 Nov 2024
https://github.com/inphyt/inphyt.github.io
Special repository hosting the InPhyT website.
computational-epidemiology computational-modelling computational-neuroscience computational-social-science computational-socialscience computer-science data-analysis data-mining machine-learning mathematical-modelling mathematics modeling network-analysis physics scientific-computing scientific-machine-learning statistical-modeling statistical-physics
Last synced: 12 Nov 2024
https://github.com/franzose/cs-java-tasks
This is how I solve tasks from âComputer Science: An Interdisciplinary Approachâ book
algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented computer-science datastructures java java-11 java-8
Last synced: 09 Nov 2024
https://github.com/luisenmarroquin/data-structures-and-algorithms
Great coding challenges using many programming languages
algorithms binary-search breadth-first-search computer computer-science data-science data-structures depth-first-search graphs hash-maps hash-tables heaps linked-lists merge-sort queues quicksort stacks trees tries
Last synced: 05 Nov 2024
https://github.com/mrnazu/cs50
cs50 harvard
c computer-science cs50 dsa harvard
Last synced: 17 Nov 2024
https://github.com/vahan-sahakyan/ds-algo-java
Data Structures & Algorithms in Java âī¸
algorithms complexity-analysis computer-science data-structures insertion-sort java merge-sort
Last synced: 12 Nov 2024
https://github.com/jumpogpo/kmitl-cs-28
This repository is created to store all the homework assignments and code that I have learned from King Mongkut's Institute of Technology Ladkrabang (KMITL).
Last synced: 17 Nov 2024
https://github.com/lycan-nt/harvard-cs50
computer science course
c computer-science havard havardcs50 programming programming-language python
Last synced: 17 Nov 2024
https://github.com/wesleybertipaglia/cs50x
đ¤ This repository contains my notes and exercises from the CS50's Introduction to Computer Science course.
computer-science education professional-certificate
Last synced: 17 Nov 2024
https://github.com/make-github-pseudonymous-again/js-integer
:zzz: Integers for JavaScript (â¤)
arbitrary-precision arithmetic big-int big-integer big-integers big-num big-number big-numbers bigint biginteger bigintegers bignum bignumber bignumbers computer-science gcd integers javascript js mathematics
Last synced: 12 Oct 2024
https://github.com/henriquelimas/go-algorithm-design-manual
Codes in Go from Algorithm design manual Book
algorithms computer-science data-structures golang
Last synced: 13 Nov 2024
https://github.com/marcosvlima/lex-lexical-analysis
Lexical Analyzer for dynamically identifying token.
compilers computer-science theory-of-computation
Last synced: 15 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/hasferrr/courses
Online Computer Science courses I took and am currently going through, following the OSSU curriculum.
Last synced: 14 Nov 2024
https://github.com/felipealfonsog/felipealfonsog
Journey through the cryptic corridors of code. Unravel the secrets encoded in the shadows. Welcome to the realm where algorithms whisper in binary tongues. Dare to explore, for within lies the essence of innovation.
computer-architecture computer-engineering computer-science data-engineering research-and-development research-software-engineering software-engineering
Last synced: 24 Oct 2024
https://github.com/colemangariety/euler.hs
Haskell solutions to Project Euler problems.
computer-science haskell project-euler
Last synced: 16 Nov 2024
https://github.com/felipealfonsog/felipealfonsog.github.io
Nestled within the code's embrace lies the gateway to @felipealfonsog's GitHub main page hosting.
computer-architecture computer-engineering computer-science data-engineering research-and-development research-software-engineering software-engineering
Last synced: 24 Oct 2024