Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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/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/n-c0de-r/lab3.7a

Designing and Testing Observer/Subject & Decorator patterns

3rd-semester 7th-exercise computer-science design-patterns java observer observer-pattern

Last synced: 15 Nov 2024

https://github.com/n-c0de-r/info1.03_timepiece

Making a Timepiece with different functions. 1st semester, 3rd lab.

1st-semester 3rd-lab clock computer-science informatics java

Last synced: 15 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/n-c0de-r/info1.04_todo.primes

Lab 1.4 - A CLI ToDo-List with search engine. 1st semester, 4th lab.

1st-semester 4th-lab computer-science informatics java prime-numbers search-engine

Last synced: 15 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/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/n-c0de-r/info1.02_song.freezer

Song Exercise, building a small music player. 1st semester, 2nd exercise, computer-science.

1st-semester 2nd-exercise computer-science java music-player song

Last synced: 15 Nov 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/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/n-c0de-r/info1.01_wendingmachine

A simple command line Wending Machine, 1st semester, 1st exercise, computer science.

1st-exercise 1st-semester computer-science java wending-machine

Last synced: 15 Nov 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/n-c0de-r/info1.04_club

Alternative unused lab 1.4 - Simulating a club and memberships. 1st semester, 4th lab.

1st-semester 4th-lab computer-science informatics java

Last synced: 15 Nov 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/orelba/linked-lists

An implementation of the linked list data structure in Javascript

computer-science data-structures linked-list

Last synced: 13 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/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/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/nihalsheikh/cs50

Harvard CS50: Introduction to Computer Science

c computer-science cs50

Last synced: 10 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/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/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/gkapfham/cs111s2016

Course Materials for Computer Science 111 Spring 2016

computer-science html-slides laboratory teaching

Last synced: 08 Nov 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/gkapfham/cs112f2016

Course Materials for Computer Science 112 Fall 2016

computer-science html-slides laboratory teaching

Last synced: 08 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/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

https://github.com/hitblast/fcc-js-projectworks

My project submissions for the Legacy JavaScript Algorithms & Data Structures Certification on freeCodeCamp.

algorithms computer-science data-structures freecodecamp freecodecamp-challenge freecodecamp-project javascript

Last synced: 18 Oct 2024

https://github.com/gkapfham/cs60060120142015

Course Materials for Computer Science 600/601 Fall 2014 and Spring 2015

computer-science latex-document syllabus teaching

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs60061020162017

Course Materials for Computer Science 600/610 Fall 2016 and Spring 2017

computer-science latex-document syllabus teaching

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs60060120132014

Course Materials for Computer Science 600/601 Fall 2013 and Spring 2014

computer-science latex-document syllabus teaching

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs60060120152016

Course Materials for Computer Science 600/601 Fall 2015 and Spring 2016

computer-science html-slides syllabus teaching

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs580s2015

Course Materials for Computer Science 580 Spring 2015

computer-science laboratory latex-document research

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs500501s2014

Course Materials for Computer Science 500/501 Spring 2014

computer-science latex-document syllabus teaching

Last synced: 08 Nov 2024

https://github.com/gkapfham/cs112s2015

Course Materials for Computer Science 112 Spring 2015

algorithms computer-science data-structures laboratory

Last synced: 08 Nov 2024

https://github.com/thijswillemmoens/cs50

This is my code while learning CS50 by Harvard.

computer-science cs50 harvardcs50

Last synced: 08 Nov 2024

https://github.com/alisa-yar/java

Introduction to Computer Science Using Java Course (20441)

computer-science course coursework homework java openuniversity student

Last synced: 08 Nov 2024

https://github.com/noxknow/web_development_knowledge

개발 공부를 하며 필요했던 내용 정리

computer-science web

Last synced: 21 Oct 2024

https://github.com/stevenacoffman/deckhand

Deckhand - Socially Distant Computer Science Coding Challenge

card-game computer-science golang

Last synced: 13 Oct 2024

https://github.com/splode/practice-c

This project documents ongoing efforts to enrich my understanding of CS concepts while learning C.

algorithms c computer-science data-structures

Last synced: 07 Nov 2024

https://github.com/edinsonrequena/django-projects

Here you can find many different projects built with django

computer-science django django-application python software-architecture software-engineering

Last synced: 14 Oct 2024

https://github.com/elidrissidev/dsa-practice

My playground repository where I'm practicing DSA using C!

algorithms c computer-science data-structures

Last synced: 24 Oct 2024

https://github.com/heap-data-structure/d-ary-heap

:octopus: d-ary heap data structure library for JavaScript

agpl binary-heap computer-science d-ary-heap data-structures heaps javascript worst-case

Last synced: 28 Oct 2024

https://github.com/williamvenner/crunchhr

A* (75/75) A-level Computer Science Coursework (2019)

a-level aqa assignment computer-science coursework nea php

Last synced: 25 Oct 2024

https://github.com/skwowet/amfoss-tasks

Set of tasks that need to be attempted to join amFOSS.

computer-science cpp flutter-apps golang java javascript python tasks-list

Last synced: 14 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: 10 Nov 2024

https://github.com/jmuchovej/ucf

UCF courses I've completed, or am currently taking.

ai algorithms computer-science cs data-structures ucf university university-of-central-florida

Last synced: 12 Oct 2024

https://github.com/chtnnh/old.chtnnh.github.io

(Old) Personal Website and Blog

blog computer-science software-engineering

Last synced: 10 Nov 2024

https://github.com/librity/ossu_mit_6.0001

OSSU - Computer Science - MIT 6.0001 - Introduction to Computer Science and Programming in Python

computer-science mit mit60001 ossu python

Last synced: 10 Nov 2024

https://github.com/librity/ossu_p4e

OSSU - Computer Science - Python for Everybody

computer-science ossu python python4everybody

Last synced: 10 Nov 2024

https://github.com/librity/ossu_cs

OSSU - Computer Science - Notes and Exercises

computer-science ossu python

Last synced: 10 Nov 2024

https://github.com/piero24/software-fundamentals_16-17

Exercises in Java for the fundamental of programming course at unipd

computer-science fundamentals-of-programming java unipd unipd-dei universita-di-padova

Last synced: 10 Nov 2024

https://github.com/anabrtorres/plp-ufla

Activities developed in the discipline of Programming Language Paradigms (PLP)

computer-science plp python

Last synced: 13 Oct 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/bartozzz/mads

Set of TypeScript utility modules for working with mathematics, algorithms and data structures.

algorithms computer-science data-structures mathematics typescript

Last synced: 31 Oct 2024

https://github.com/dbish6/algorithms_data_structures_examples

Pretty much all of your standardized algorithms and data structures in one repository (In development).

algorithm algorithms algorithms-and-data-structures computer-science data-structures java javascript learn

Last synced: 14 Oct 2024

https://github.com/alefrp/cs50x

CS50X Lectures

computer-science cs50 cs50x programing

Last synced: 14 Nov 2024

https://github.com/krichelj/gymasteroids

Asteroids evasion using OpenAI's gym Reinforcement Learning (RL) package - M.Sc. Thesis in Computer Science, Ben Gurion University Ben Gurion University of the Negev, Israe

artificial-intelligence asteroids-game bellman-equation computer-science evasion gym-environment open-ai open-ai-api open-ai-gym optimization-algorithms optimization-methods q-learning reinforcement-learning

Last synced: 12 Nov 2024

https://github.com/krichelj/spl_hw4

4th homework at Systems Programming Languages (SPL) course, Computer Science Pre-M.Sc. Program, Ben Gurion University, 2019

computer-science homework scheduling sql

Last synced: 12 Nov 2024

https://github.com/krichelj/spl_hw3_server

Server side of 3rd homework at Systems Programming Languages (SPL) course at Ben Gurion University

computer-science encoder homework object-oriented-programming protocol-buffers server-side

Last synced: 12 Nov 2024

https://github.com/krichelj/spl_hw2

2nd homework at Systems Programming Languages (SPL) course at Ben Gurion University

advanced-programming computer-science homework multithreading object-oriented-programming

Last synced: 12 Nov 2024

https://github.com/krichelj/alio_bgu_2020

Automata and Logic on Infinite Objects course, Computer Science M.Sc., Ben Gurion University, 2020

automata computability-theory computer-science formal-languages formal-logic formal-methods formal-verification homework infinite logic temporal-logic

Last synced: 12 Nov 2024

https://github.com/luizgabriel/uri.solvedproblems

A list of some URI (https://www.urionlinejudge.com.br/) problems I tried to solve.

algorithms computer-science data-structures uri uri-online-judge

Last synced: 31 Oct 2024

https://github.com/isabelacaldeira/sorbonne_tme

Acvitivies made in and for the class of work in frame machines of the first year of Sciences Formelles of Sorbonne

c computer-science python sorbonne sorbonne-university university-project

Last synced: 14 Nov 2024

https://github.com/marcokrikke/msc-thesis

Investigating the usefulness of stack traces in bug triaging

bug-reporting computer-science stack-traces thesis triaging

Last synced: 09 Nov 2024

https://github.com/natan-dot-com/laboratory-ics1

Codes written during Introduction to Computer Science: Laboratory Practice I discipline.

c computer-science usp

Last synced: 14 Nov 2024

https://github.com/natan-dot-com/introduction-to-computer-science-i

Codes written during Introduction to Computer Science I discipline.

c computer-science usp

Last synced: 14 Nov 2024