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/peteprattis/roll-a-ball-3d-in-unity
A unity mini game that implements a simple game of rolling the ball and collecting points.
computer-science csharp game program roll-a-ball student unity unity3d
Last synced: 17 Nov 2024
https://github.com/peteprattis/simple-login-app
A Java Android application that simulates the functionality of a simple sign up, sign in and sign out form.
android android-application android-studio application computer-science java login program student
Last synced: 17 Nov 2024
https://github.com/peteprattis/sequence-global-alignment-with-unknown-nucleotides
A Python script that for a parameter k, calculates the universal alignment of 2 sequences, with limitation that the alignment contains at most k unknown nucleotides. Nucleotide sequences are sometimes written in a 5-character alphabet, A, T, G, C, and N where N stands for an undefined nucleotide.
bioinformatics chromosomes computer-science fasta global-alignment nucleotides program python sequence-alignment student
Last synced: 17 Nov 2024
https://github.com/peteprattis/signals-and-fourier-transforms
A Matlab script that with Discrete Fourier Transform calculates the Fourier series corresponding to a finite length T signal and the inverse of the given Fourier series.
computer-science fourier-inversion fourier-series fourier-transform matlab octave program signal student
Last synced: 17 Nov 2024
https://github.com/antoniosubasic/wmc-course-materials-3rd
Web- and Mobile Computing course materials - HTL Leonding - computer science - 3rd grade 2024/25
computer-science course-materials htl-leonding mobile-computing web-computing
Last synced: 31 Oct 2024
https://github.com/peteprattis/payment-of-farm-subsidies-program
This is a practice program is Visual Basic that simulates the procedure of paying farm subsidies.
computer-science eof program visual-basic
Last synced: 17 Nov 2024
https://github.com/orelba/knights-travails
Finding the shortest path of a chess knight from point A to point B on a chessboard using a BFS algorithm
breadth-first-search computer-science data-structures graph-algorithms
Last synced: 13 Nov 2024
https://github.com/gboncoffee/webheadache
Brainfuck interpreter on the browser, written in CoffeeScript
brainfuck brainfuck-interpreter coffeescript computer-science interpreter javascript programming-language web
Last synced: 16 Oct 2024
https://github.com/peteprattis/hotel-receipts-program
This is a practice program is Visual Basic that simulates the calculation of hotels' receipts and various statistics.
2d-arrays computer-science program visual-basic
Last synced: 17 Nov 2024
https://github.com/daniel-brai/papers-to-read
A collection of papers and books in different fields of Computer Science I find interesting to read.
books computer-science research-paper
Last synced: 05 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/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/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/janstuemmel/janstuemmel.github.io-legacy
personal homepage
computer-science javascript php python
Last synced: 07 Nov 2024
https://github.com/peteprattis/factorial-using-loops
A console application that calculates the factorial of a number using for, while and do while loops.
computer-science console-application csharp dowhile factorial forloop program student while-loop
Last synced: 17 Nov 2024
https://github.com/peteprattis/create-music-piece
A Matlab script that using a specific frequency of sampling and digital slip creates a music piece.
computer-science frequency matlab octave program sampling student
Last synced: 17 Nov 2024
https://github.com/peteprattis/eclass-web-application-practise
A Java dynamic web project which simulates an eclass application where users can sign up and sign in as admin, students or professors and can handle their grades and classes, running in apache Tomact and using pgAdmin as the database server.
computer-science database dynamic-web-app java pgadmin servlet student tomcat
Last synced: 17 Nov 2024
https://github.com/peteprattis/catch-the-ghost-minigame-in-visual-csharp
A windows forms application implementing a simple game called "the ghost catchers" where you try to click on the ghost.
application computer-science csharp cursors-game game program student windows-forms
Last synced: 17 Nov 2024
https://github.com/peteprattis/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: 17 Nov 2024
https://github.com/peteprattis/calculator-with-visual-csharp
A windows forms application implementing a basic calculator.
application calculator calculator-application computer-science csharp program student windows-forms
Last synced: 17 Nov 2024
https://github.com/luisfernandovillalon/linkedlist-practice
Linked List Data Structure
computer-science data-structures javascript linked-list
Last synced: 17 Nov 2024
https://github.com/erkobridee/ds-ast
DS ( Data Structure ) AST ( Abstract Syntax Tree )
ast computer-science data-structures lexer parser
Last synced: 17 Nov 2024
https://github.com/arslanoov/cs-playground
My Computer Science Education
algorithms computer-science data-structures javascript leetcode python typescript
Last synced: 09 Nov 2024
https://github.com/arslanoov/py-cs-playground
Computer Science basics in Python
algorithm algorithms computer-science data-structures leetcode python
Last synced: 09 Nov 2024
https://github.com/number-theoretic/primes
:two: :three: :five: :seven: Prime numbers for JavaScript
agpl algorithms computer-science integer-sequences javascript mathematics number-theory primality-testing prime-numbers
Last synced: 17 Nov 2024
https://github.com/raphaelalmeidamartins/python-algorithms
Python algorithms developed js at the end of Unit 36 (Computer Science Module) of the Trybe's Web Development course
algorithms computer-science python
Last synced: 17 Nov 2024
https://github.com/make-github-pseudonymous-again/js-bucketsort
Bucketsort algorithm for JavaScript
agpl algorithms bucket-sort computer-science javascript sorting
Last synced: 17 Nov 2024
https://github.com/make-github-pseudonymous-again/js-median
:raised_hands: Median searching code bricks for JavaScript
agpl algorithms computer-science javascript median sorting
Last synced: 17 Nov 2024
https://github.com/make-github-pseudonymous-again/js-rational-field
:woman_farmer: Rational field for JavaScript
arbitrary-precision arithmetic big-dec bigdec bigdecimal computer-science fraction fractions mathematics rational rationals
Last synced: 17 Nov 2024
https://github.com/sourceduty/visual_song_creator
🎵 Create DALL-E 3 images and write songs inspired by them.
ai ai-artist ai-generated ai-song ai-song-creator art artificial-intelligence chatgpt computer-science creative creator custom-gpt dall-e gpt gpts music-art openai song-creator theoretical-computer-science visual-song
Last synced: 30 Oct 2024
https://github.com/sourceduty/automated_scientist
🤖 Develop customizable and automated scientist programs that hypothesize, simulate and expand knowledge.
ai ai-science artificial-intelligence automated-sci automated-science automated-scientist chatgpt computer-science customgpt developer development gpt gpts openai programming science scientific-computing
Last synced: 30 Oct 2024
https://github.com/sourceduty/synthetic_life_simulator
🧫 Create and simulate synthetic life models.
ai ai-science chatgpt computer-science custom-gpt customgpt gpt gpt-store gpts life-model life-models openai sci science science-simulation scientist simulation simulator synthetic-science
Last synced: 30 Oct 2024
https://github.com/sourceduty/computational_chronophysics
⚛️ An original emerging scientific concept that explores the intersection of time and physical systems through computational methods.
ai artificial-intelligence chatgpt chronophysics computational-chronophysics computational-physics computer-science custom-gpt customgpt customgpts gpt gpts new-science openai physics scientific-research theoretical-computer-science theory
Last synced: 03 Nov 2024
https://github.com/sourceduty/computational_sociodynamics
👨👩👧👦 An emerging scientific concept that integrates computational methods with the study of social dynamics, aiming to analyze, model, and predict complex social behaviors and interactions.
artificial-intelligence chatgpt computational-science computational-sociodynamics computer-science custom-gpt gpt new-science openai research science science-research social-dynamics social-science sociodynamics
Last synced: 03 Nov 2024
https://github.com/sourceduty/computational_atomics
⚛️ An original emerging scientific concept that combines the principles of atomic physics with advanced computational techniques.
ai artificial-intelligence atimic-physics atomic atomic-science atomics chatgpt computational computational-science computer-science concept customgpt framework gpt new-science science scientific-computing theory
Last synced: 03 Nov 2024
https://github.com/sourceduty/computational_hyperchemistry
🧪 An innovative concept in the field of chemistry, blending advanced computational techniques with hyperdimensional chemical modeling.
ai artificial-intelligence chatgpt chem chemical chemical-science computational-chemistry computer-science concept hyperchem hyperchemical hyperchemistry hyperdimensional hyperdimensional-chemical modelling new-science scientific-computing theory
Last synced: 03 Nov 2024
https://github.com/sourceduty/electrophysics_reactor
⚛️ A sophisticated virtual environment designed to simulate the conditions and reactions of a physical Electrophysics Reactor.
ai artificial-intelligence chatgpt computational-electrophysics computational-science computer-science customgpt electrophysics electrophysics-reactor framework info new-science reactions reactor research science science-research scientific-computing simulated virtual-environment
Last synced: 03 Nov 2024
https://github.com/sourceduty/diagnostic_physics
⚛️ An original emerging scientific concept that focuses on the use of physical principles and methods to diagnose various systems, ranging from biological organisms to complex machinery.
ai ai-physics artificial-intelligence chatgpt computer-science concept custom-gpt diagnostic-physics gpts new-science physics science science-research theoretical theoretical-computer-science theory
Last synced: 03 Nov 2024
https://github.com/sourceduty/computational_chronoreactor
⚛️ An original emerging scientific concept that examines controlled virtual environments for the definition and simulation of computational chronoreactions.
ai aritificial-intelligence artificial-intelligence chatgpt chronoreaction chronoreactor computer-science concept customgpt customgpts hpc new-science new-subject school science science-concept science-research scientific-computing subject
Last synced: 03 Nov 2024
https://github.com/sourceduty/computational_networks
🌐 Assistive computational network model and system development.
ai artificial-intelligence chatgpt computational-network computer-science custom-gpt custom-gpts development gpt gpts model network-model network-theory networks neural-network programming system systems theoretical-computer-science theory
Last synced: 03 Nov 2024
https://github.com/krichelj/dl_bgu_2021
Deep Learning course, Computer Science M.Sc., Ben Gurion University of the Negev, Israel, 2021
computer-science computer-vision computer-vision-algorithms convolutional-neural-networks deep-learning facial-recognition generative-adversarial-network neural-network nlp numpy recurrent-neural-networks rnn siamese-neural-network supervised-learning tensorboard tensorflow tensorflow-models text-generation
Last synced: 03 Nov 2024
https://github.com/heap-data-structure/pairing-heap
:cherries: Pairing heap data structure for JavaScript
agpl amortized computer-science data-structures heaps javascript meldable-heaps pairing-heap unknown-running-time
Last synced: 14 Nov 2024
https://github.com/manonlef/knights-travails
The final project in the CS module
bfs-algorithm binary-search-tree computer-science search-algorithm webpack
Last synced: 29 Oct 2024
https://github.com/jadogg/freecodingstudyplan
Free Coding Study Plan <නොමිලේ කොඩින්ග් ඉගෙන ගන්න සැලැස්ම>
coding computer-science it plan study
Last synced: 30 Oct 2024
https://github.com/turitoyuenan/science-website
My Science Website: Collection of resources, findings, and other sciency stuffs
computer-science css html hugo hugo-site science static-site website
Last synced: 02 Nov 2024
https://github.com/tony/cs
Self-study for computer science, data structures and algorithms, etc.
algorithms computer-science data-structures self-study
Last synced: 02 Nov 2024
https://github.com/make-github-pseudonymous-again/js-avl-tree
:balance_scale: AVL trees for JavaScript
agpl avl-tree balanced-binary-search-trees balanced-search-trees binary-search-trees binary-trees computer-science data-structures javascript search search-trees trees worst-case
Last synced: 17 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/anthonymazzie/prims
Given an undirected weighted graph, this Java application utilizes the Prim's algorithm to return a minimum spanning tree.
computer-science graph minimum-spanning-tree prims-algorithm
Last synced: 27 Oct 2024
https://github.com/maestre3d/princeton-cs
Code exercises and examples from Princeton University Computer Science online program(s).
algorithms code-examples computer-science data-structures data-structures-and-algorithms princeton princeton-algorithms
Last synced: 27 Oct 2024
https://github.com/ioquatix/programming.dojo.net.nz
A computer science education website.
computer-science utopia website
Last synced: 27 Oct 2024
https://github.com/saberzero1/standard-algorithms
Collection of Standard Algorithms in C#
algorithms binary-search breadth-first-search computer-science csharp search-algorithm
Last synced: 29 Oct 2024
https://github.com/superunstar/latex-works
All my latex papers and works.
computer-science latex maths science
Last synced: 02 Nov 2024
https://github.com/wgierke/csbestpaperawards
Clone of jeffhuang.com/best_paper_awards.html for easier maintenance
ai computer-science cv data-mining databases hci knowledge-management machine-learning networking nlp operating-systems papers performance research security software-engineering theory www
Last synced: 29 Oct 2024
https://github.com/make-github-pseudonymous-again/js-splay-tree
:zipper_mouth_face: Splay trees for JavaScript
agpl amortized binary-search-trees binary-trees computer-science data-structures dynamic-optimality javascript search search-trees splay-tree trees
Last synced: 17 Nov 2024
https://github.com/pot-pourri/sll
:izakaya_lantern: Singly linked list data structures for JavaScript
agpl computer-science data-structures javascript linked-list ordered-collections
Last synced: 05 Nov 2024
https://github.com/pot-pourri/array-list
Dynamic array data structure for JavaScript
agpl amortized computer-science data-structures javascript
Last synced: 05 Nov 2024
https://github.com/vvijk/uni-courses
This repository serves as a centralized hub for organizing and showcasing my university coursework.
api c c-sharp computer-science coursework csharp dotnet java javascript kau lisp parser pascal projects prolog python tictactoe university university-project uwp
Last synced: 16 Nov 2024
https://github.com/afondiel/cs-courses
This is a list of Computer Science free courses and resources available on Github and internet.
ai algorithms compter-vision computer-science computer-science-courses cpp data-science free-courses machine-learning python rust software-engineering
Last synced: 06 Nov 2024
https://github.com/jofaval/jofaval
Brief description of my journey as a developer, and as a human being :)!
about-me artificial-intelligence backend computer-science frontend machine-learning markdown portfolio readme-profile
Last synced: 21 Oct 2024
https://github.com/sourceduty/theoretical_experiment
👨🔬 Plan, develop and simulate theoretical experiments.
ai artificial-intelligence chatgpt computer-science customgpt evidence-proofing experiment experimental gpt gpts openai science science-research scientific-computing simulate simulation simulator theoretical-computer-science theory
Last synced: 25 Oct 2024
https://github.com/jofaval/advent-code-2021
All the challenges I've answered successfully in the Advent of Code 2021
advent-of-code advent-of-code-2021 algorithms algorithms-and-data-structures computer-science javascript
Last synced: 21 Oct 2024
https://github.com/kazimovzaman2/cs50
🎓 A collection of Labs, Problem Sets code files for "CS50's Introduction to Computer Science", HarvardX, October-December, 2021.
c computer-science cs50 cs50problemsets cs50problemsetssolved cs50x data-structures-and-algorithms edx flask harvardcs50 harvardx html-css-javascript python sql
Last synced: 13 Nov 2024
https://github.com/princeinscripts/dsa-practice-with-cpp-pw
A practice code repository for learning C++ programming language fundamentals alongside Data Structures and Algorithms (DSA) concepts via Programming with Mosh tutorials, aiding in mastering core computer science principles through hands-on exercises.
algorithms c-plus-plus coding-challenge computer-science data-structures learning-resources programming
Last synced: 16 Oct 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/divyanshu-rawat/operating-systems
Add resources to learn computer science OS fundamentals.
computer-science operating-systems
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/dbms-resources
Add resources to learn computer science database fundamentals.
Last synced: 05 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/splch/vg-music-rnn
RNN Composition of Thematically Diverse Video Game Melodies
computer-science magenta springer
Last synced: 17 Nov 2024
https://github.com/kazimovzaman2/holbertonschool-low_level_programming
Low-level programming and algorithm projects for Holberton School
algorithms-and-data-structures c computer-science makefile
Last synced: 13 Nov 2024
https://github.com/wolffshots/wolffshots
A sandbox for me to fiddle with frontend projects and build a bit of a portfolio
backend bsc computer-engineering computer-science css embedded-systems react university
Last synced: 15 Oct 2024
https://github.com/quincey001/cpp-primer-5th-editor-notes
🌟 Welcome to my C++ learning notes! 🌟 This repo contains: - 📚 Key concepts from *C++ Primer (5th Edition)* - 💻 Code examples Feel free to explore! 😊
computer-science cpp11 docmentation notes
Last synced: 20 Oct 2024
https://github.com/izo0x90/snake-toy-vm
A generalized toy virtual machine, assembler and debugger written in python. Just a fun project in python building a classical computer emulator in Python.
assembler assembly assembly-language compiler computer-science custom-language debbuger emulation emulator emulators low-level low-level-programming programming-language programming-language-theory programming-languages system-programming virtual-machine virtualization
Last synced: 28 Oct 2024
https://github.com/fpsvogel/learn-cs
Learning resources for computer science, C, and Zig.
awesome-lists books c computer-science learning-resources low-level-programming systems-programming zig
Last synced: 15 Oct 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/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/nihalsheikh/cs50
Harvard CS50: Introduction to Computer Science
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/felixmairamhof/harvard-cs50-intro-computer-sience
Discover projects from Harvard's CS50 course, covering C programming, web development (HTML, CSS, Python/Flask), algorithms, and data structures. Gain insights into diverse computer science concepts and problem-solving techniques. Explore to broaden your understanding of programming and computer science.
algorithms bigonotation bootstrap c computer-science data-structures flask javascript memory python
Last synced: 10 Nov 2024
https://github.com/thenocturnaldevgypsy-io/duskgrimoires-java-lab-exercises
DuskGrimoires : Java library/source codes that I've coded and used for lecturing CS/IT subjects and topics during my career as Assistant Professor for BSCS, BSIT and BSCOE way back late 2012 to 2015 (on-going retrieving the codes and rearranging the repo) . You like the Repo? Don't forget to 🌟, 👁️, 🔱 and ❤️
algorithms algorithms-and-data-structures computer-science computer-science-algorithms computer-science-data-structures computer-science-education data-structures data-structures-and-algorithms duskgrimoires java programming programming-exercises thenocturnaldevgypsy thenocturnaldevgypsy-io
Last synced: 11 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/ahmadyousif89/alx-low_level_programming
Low level programming using C language
Last synced: 16 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/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/amorehead/openglportfolio
A repository consisting of OpenGL animations created for Computer Science coursework.
bezier-curves computer-graphics computer-science opengl textures
Last synced: 25 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/cedrickchee/nand2tetris
Solutions for http://www.nand2tetris.org/
assembly computer-science computer-systems cpu-architecture emulator-development hack-binary hack-computer logic-gates nand2tetris nand2tetris-assignments virtual-machine
Last synced: 17 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/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/an-ordinary-software-engineering/blog
Blog about IT, development and software engineering -- of course, hardware isn't left out. My purpose is to talk about relevant content in computing.
astrojs blog computer-science git mdx open-source software-engineering tailwindcss typescript
Last synced: 18 Oct 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/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/yanfiq/cplusplus
a bunch of C++ code
computer-science cplusplus cpp data-structures learn-to-code segmentation-fault
Last synced: 01 Nov 2024
https://github.com/skippypeanutbutter/nand2tetris
Nand 2 Tetris progression
computer-architecture computer-science hdl
Last synced: 18 Oct 2024