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/makszeus/cs-notes
Notes on Computer Science topics
computer-science concurrency cpp databases distributed-systems linux
Last synced: 31 Oct 2024
https://github.com/itolosa/pareto-on-naming
Do pareto rule (80/20) applies to naming?
computer-science naming naming-conventions pareto-distributions source-code statistics
Last synced: 09 Nov 2024
https://github.com/cyberlytics/awesome-thesis-tools
Werkzeuge zur Anfertigung von Abschlussarbeiten in Informatik/KI
artificial-intelligence awesome awesome-list computer-science free students thesis tools
Last synced: 26 Sep 2024
https://github.com/jaem1n207/cpp-algorithms
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++
algorithms computer-science cpp data-structures
Last synced: 14 Nov 2024
https://github.com/hengxin/math4cs-historical-perspective
A Book "Mathematics for Computer Science: A Historical Perspective"
book computability-theory computer-science cs-math historical-perspective math4cs mathematical-logic set-theory
Last synced: 10 Nov 2024
https://github.com/hengxin/concrete-mathematics-tutorial
Tutorials for "Concrete Mathematics"
computer-science concrete-mathematics-book tutorials
Last synced: 10 Nov 2024
https://github.com/vanhung4499/my-doc
Host my knowledge garden by quartz 4
backend computer-science devops golang interview java javascript knowledge personal spring technical
Last synced: 14 Nov 2024
https://github.com/shichenz1999/nyu-tandon-bridge-spring-2024
NYU Tandon Bridge Spring 2024
c-plus-plus computer-science discrete-mathematics
Last synced: 31 Oct 2024
https://github.com/kmohamedalie/letter_recognition
Alphabet recognition
boosting-algorithms computer-science gpu ibm letter-recognition machine-learning random-forest snapml uci-machine-learning
Last synced: 09 Nov 2024
https://github.com/janstuemmel/janstuemmel.github.io-legacy
personal homepage
computer-science javascript php python
Last synced: 07 Nov 2024
https://github.com/peteprattis/image-compression-using-transforms
A Matlab script that implements a discrete cosine transform to compress an image.
compress compress-image computer-science cosine-transform matlab octave program student transform
Last synced: 17 Nov 2024
https://github.com/kmohamedalie/optical-recognition-of-handwritten-digits
Recognising Handwritten digits with 98.89% accuracy, precision and f1-score
computer-science handwritten-digit-recognition ibm machine-learning ocr-recognition random-forest snapml
Last synced: 09 Nov 2024
https://github.com/kmohamedalie/phishing-websites
Detecting supicious website using machine learning with and accuracy of 97.01%
classification computer-science cybersecurity hacking machine-learning phising random-forest support-vector-machines
Last synced: 09 Nov 2024
https://github.com/peteprattis/hidden-markov-model-for-sequence-state-decoding
A Python script that implements an HMM with two states a and b. When the model is in state a it is more likely to emit purines A and G. When it is in state b it is more likely to emit pyramidines C and T. Decode the most likely sequence of states for the GGCT sequence using logarithmic scoring instead of normal probability scoring.
bioinformatics computer-science decoding hmm hmm-viterbi-algorithm nucleotides program python sequence states student
Last synced: 17 Nov 2024
https://github.com/kailash-natarajan/hospital-record-management
Data Structures Project
binary-search-tree computer-science cpp data-structures filehandling linked-list
Last synced: 09 Nov 2024
https://github.com/julianolorenzato/dsa
computer-science data-structures-and-algorithms
Last synced: 08 Nov 2024
https://github.com/mementomorri/code_challenges
An archive with solutions to leetcode problems. I just like to revisit my solutions and optimize it
algorithms-and-data-structures competitive-programming computer-science leetcode
Last synced: 09 Nov 2024
https://github.com/julianolorenzato/emuk
computer-architecture computer-organization computer-science
Last synced: 08 Nov 2024
https://github.com/murshidazher/paco
✏️ A small library of data structures and algorithms, written in Javascript.
algorithms computer-science data-structure interview interview-preparation javascript
Last synced: 08 Nov 2024
https://github.com/rikurauhala/bsc-thesis
Bachelor's thesis in computer science
bibtex brute-force bsc bsc-thesis computer-science cryptography cyber-security dictionary-attack finnish latex passwords rainbow-table tex thesis
Last synced: 26 Sep 2024
https://github.com/frgfm/frgfm.github.io
Personal blog
blog computer-science deep-learning machine-learning mathematics physics quarto
Last synced: 07 Nov 2024
https://github.com/crisszkutnik/sortingvisualizer-v2
A simple sorting algorithms visualizer.
computer-science sorting-algorithms typescript
Last synced: 07 Nov 2024
https://github.com/vforsh/data-structures
This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.
algorithms algorithms-and-data-structures computer-science data-structures sorting-algorithms
Last synced: 07 Nov 2024
https://github.com/emanuelec/appunti-intelligenza-artificiale
Appunti del corso di Intelligenza artificiale (a.a. 2017/2018) - università degli studi di Padova
ai artificial-intelligence bayesian-inference computer-science csp heuristics hill-climbing-search informatica intelligenza-artificiale italiano padova pfp problem-solving protein q-learning reinforcement-learning search-algorithm students unipd
Last synced: 09 Nov 2024
https://github.com/infinisil/eth4
Notes and other material for the 4th semester at ETHZ computer science bachelor
computer-science eth-zurich notes
Last synced: 07 Nov 2024
https://github.com/joangq/edsl
Abordaje Funcional a los lenguajes de dominio específico embebidos - Curso de ECI 2024
applicative applicative-functor computer-science domain-specific-language dsl edsl functional-programming functor haskell monad parser parser-combinators plt programming-language-theory
Last synced: 12 Oct 2024
https://github.com/g1joshi/cs50x
CS50x 2020 Introduction to Computer Science
computer-science cs50 cs50x programming
Last synced: 10 Nov 2024
https://github.com/peteprattis/financial-support-to-florists-program
This is a practice program is Visual Basic that simulates the procedure of giving financial suport to florists.
computer-science program visual-basic
Last synced: 17 Nov 2024
https://github.com/thenocturnaldevgypsy/java-labcodes-exercises-dsaa
Java Lab Code Exercises that I've created and used when lecturing Data Structures and Algorithm Analysis during my career as Assistant Professor for BSCS, BSIT and BSCOE way back late 2012 to 2015.
algorithms algorithms-and-data-structures computer-science computer-science-algorithms computer-science-data-structures data-structure-and-algorithm data-structures java programming programming-exercises
Last synced: 13 Nov 2024
https://github.com/someordinarybro/collegeprojects
College Projects - CompSci & Web Dev
assignment college college-project computer-science web webdevelopment
Last synced: 16 Nov 2024
https://github.com/princeinscripts/leetcode-question
A repository containing solutions to LeetCode questions focused on Data Structures and Algorithms (DSA), aiding in practicing and mastering key concepts in computer science.
algorithms computer-science data-structures leetcode practice-repository programming
Last synced: 14 Nov 2024
https://github.com/hhammon/shellsort
A personal research project examining performance of various gap sequences in Shellsort
algorithmic-research algorithms computer-science research rust shellsort sorting-algorithms
Last synced: 16 Nov 2024
https://github.com/ubugeeei/algorithms
algorithms algorithms-and-data-structures computer-science rust
Last synced: 23 Oct 2024
https://github.com/dantasl/algorithms-and-data-structures
Repository created to support the code developed for the graduate course of Algorithms and Data Structures (DIM0806) at DIMAp/UFRN, class of 2024.1.
computer-science cpp11 graduate-course python-3 sorting-algorithms
Last synced: 12 Oct 2024
https://github.com/ayushexel/algorithms
Implementation of Algorithms and Data Structures used extensively in computer Science
algorithm algorithm-challenges algorithm-library algorithms computer-science computer-science-algorithms data-structures
Last synced: 28 Oct 2024
https://github.com/kennethanceyer/awesome-msa
Awesome list of MSA
architecture awesome awesome-list cloud-native-computing-foundation cloud-native-microservices clouda cncf computer-science microservice microservices-architecture msa servicemesh
Last synced: 03 Oct 2024
https://github.com/halilugur/readmefiles
Welcome to the IT Fields Repository! This repository contains a collection of Markdown files covering various IT fields. Each file provides valuable information and insights related to a specific topic. Feel free to explore and enhance your knowledge in different areas of IT.
aws cloud computer-science computer-vision data-science database flask information information-theory it java jdk python readme-md
Last synced: 08 Nov 2024
https://github.com/oenzoribas/java-dsa
Java Exercises for Algorithms and Data Structure I
algorithms-and-data-structures backend computer computer-science intellij java
Last synced: 06 Nov 2024
https://github.com/gregorykogan/visual-algo
Visualizations for various computer science algorithms
algorithm algorithms canvas computer-science typescript visualization vuejs
Last synced: 06 Nov 2024
https://github.com/johnntirintis/cs50
Personal solutions to problem sets and labs from Harvard University's CS50: Introduction to Computer Science. Covers a wide range of programming languages including C, Python, JavaScript, and SQL.
c computer-science cprogramming cprogramming-language cs50 cs50-answers harvard labs problem-sets python solutions
Last synced: 14 Nov 2024
https://github.com/sdthaker/senecacollege-btp305
Course dedicated to learning C++ language and OOP paradigms.
computer-science cplusplus-11 cplusplus-14 cplusplus-17 software-engineering stl-algorithms stl-containers
Last synced: 12 Oct 2024
https://github.com/ewliang/javascript-algorithms
Contains a list of common CS algorithms, but implemented using mostly plain old Vanilla JavaScript
algorithms computer-science data-structures javascript search-algorithms sorting-algorithms
Last synced: 08 Nov 2024
https://github.com/vinicius-santoro/ifsp-programming-logic-and-algorithms
Exercises for the first semester of the Bachelor's Degree in Computer Science at the Federal Institute of São Paulo (IFSP).
algorithms c computer-science ifsp
Last synced: 06 Nov 2024
https://github.com/rakibhhridoy/bioinformatics-geneticdatascience
This project is based on starting Bioinformatics as a life science student. Initializing a career as a Genetic Data Scientist and Bioinformatician.
bioinformatics biology biopython computer-science data-science genetic-data-science genetics genome-assembly genome-sequencing statistics
Last synced: 06 Nov 2024
https://github.com/simply-pouria/cs-archive
an open archive for my university studies in computer science: projects and other resources, hopefully helping fellow students and enthusiasts.
academic-project archive computer-science university-course university-project
Last synced: 10 Nov 2024
https://github.com/leandroaa01/itp
Disciplina de programação com C++
algorithms c computer-science cpp
Last synced: 06 Nov 2024
https://github.com/gkapfham/cs112s2014
Course Materials for Computer Science 111 Spring 2014
algorithms computer-science data-structures laboratory
Last synced: 08 Nov 2024
https://github.com/gkapfham/cs111s2016
Course Materials for Computer Science 111 Spring 2016
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/leandroaa01/esteganografia
Projeto da disciplina de ITP
algorithms backend computer-science cpp17
Last synced: 12 Oct 2024
https://github.com/webintellectual/opencv-basics
This repo contains the basics of openCV which I learned. Intuitive names are given to the folders and files, so that anyone can refer to this repository.
computer computer-graphics computer-science computer-vision opencv opencv-library opencv-python opencv2
Last synced: 06 Nov 2024
https://github.com/luanaraujo5/asteroidespoa
A retro-style space game simulation demonstrating event-driven programming principles in Python. Control a spaceship, dodge asteroids, and shoot missiles while exploring core concepts in game development and object-oriented design. 🕹️🪐
computer-science event-driven-architecture python
Last synced: 07 Nov 2024
https://github.com/notchampi0n/java_programming
Java Programming using Abdul Bari's Course on Udemy.
computer-science java-8 oop oops-in-java prograaming
Last synced: 12 Oct 2024
https://github.com/gkapfham/cs111s2017
Course Materials for Computer Science 111 Spring 2017
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/gkapfham/cs111f2016
Course Materials for Computer Science 111 Fall 2016
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/gkapfham/cs111f2015
Course Materials for Computer Science 111 Fall 2015
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/gkapfham/cs111f2014
Course Materials for Computer Science 111 Fall 2014
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/kovs705/swift-computerscience
My path in CS (in Swift) using this roadmap: https://roadmap.sh/computer-science
Last synced: 05 Nov 2024
https://github.com/divyanshu-rawat/dbms-resources
Add resources to learn computer science database fundamentals.
Last synced: 05 Nov 2024
https://github.com/saxonrah/the_faulting_problem
Faulting Problem conjecture in computer science and software engineering. This repository contains a conjecture and proof with an implementation in Coq.
computer-science coq mathematics software-engineering white-paper whitepaper
Last synced: 06 Nov 2024
https://github.com/divyanshu-rawat/operating-systems
Add resources to learn computer science OS fundamentals.
computer-science operating-systems
Last synced: 05 Nov 2024
https://github.com/skyplabs/personal-blog
Personal blog about IT, electronics, InfoSec, hacking, bug hunting...
blog bug-hunting computer-science electronics hacking information-security security static-website zola
Last synced: 05 Nov 2024
https://github.com/gkapfham/cs112f2016
Course Materials for Computer Science 112 Fall 2016
computer-science html-slides laboratory teaching
Last synced: 08 Nov 2024
https://github.com/yuriioks/aqa-gcse-computer-science-preparation
25-week comprehensive program designed to equip students with the knowledge and skills required to excel in the AQA GCSE Computer Science exam
algorithms aqa aqa-computing coding-tutorials computer-science computer-science-education data-structures education exam-preparation gcse gcse-computer-science programming python python3 sql yuriodev
Last synced: 18 Oct 2024