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/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: 01 Jan 2025

https://github.com/adolbyb/c-lang-intro

The First Programming Language I Learned at FAU

c c-programming code-blocks computer-science console-application learn-c

Last synced: 20 Jan 2025

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/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/jofaval/jofaval.github.io

Main home repository, it serves as an introduction to my professional profile, feel free to explore as much as you want

backend computer-science data-science data-scientist developer frontend full-stack fullstack javascript machine-learning nextjs react redux software-engineer software-engineering typescript

Last synced: 20 Dec 2024

https://github.com/sdthaker/senecacollege-btp100

Course dedicated to learning C language.

c computer-science seneca-college software-engineering

Last synced: 28 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 Jan 2025

https://github.com/colemangariety/euler.hs

Haskell solutions to Project Euler problems.

computer-science haskell project-euler

Last synced: 17 Jan 2025

https://github.com/h0r4t1u/qt-contract-de-studii

Aplicatie Grafica construita in QT si CPP urmand Cpp Core Guidelines

computer-science contract-de-studii fmi gui gui-application oop oop-principles qt qt6 ubb

Last synced: 12 Oct 2024

https://github.com/mraza007/computerscience-resources

This repo is made to help people find CS related resources

computer-science interview resources software-engineering

Last synced: 28 Nov 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/michaelneuper/notes

A collection of my Zettelkasten for university

computer-science mathematics notes org-roam

Last synced: 23 Jan 2025

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/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 Jan 2025

https://github.com/jofaval/python-baby-to-dundee

Python educational repository so you can go from a baby to Dundee (pun intended)

beginner computer-science dundee educational python software-engineering workshop

Last synced: 20 Dec 2024

https://github.com/sloweyyy/dsa

This repository contains code and resources related to Data Structures and Algorithms

algorithms computer-science data-structures

Last synced: 08 Dec 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: 20 Jan 2025

https://github.com/ejsdotsh/cs-autodidact

documenting my self-education journey in Computer Science

computer-science computer-science-education learning-in-public self-learning

Last synced: 17 Jan 2025

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/guru-1205/ds-concepts

Explore my beginner-friendly Java code covering data structures. It's super useful for placements and offers a quick refresher. Don't miss out—take a look and level up your skills! Happy coding!

beginner-friendly computer-science data-structures-java ds it java placement-preparation problem-solving quick-refresh

Last synced: 03 Dec 2024

https://github.com/peteprattis/2d-array-rotation

A program which creates a 8x8 table consisting of gaps (space) and 0. Then it displays the three rotations that it can have (by 90 degrees). Consider it like rotating a custom brick in Tetris.

2darrays array-manipulations arrays computer-science programm python rotations student tetris

Last synced: 18 Jan 2025

https://github.com/peteprattis/a-programming-tutorial-web-app-with-jdbc-client

A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.

bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application

Last synced: 18 Jan 2025

https://github.com/oresttokovenko/elements_of_computing_systems

"The Elements of Computing Systems: Building a Modern Computer from First Principles" by Noam Nisan and Shimon Schocken

computer-science elements-of-computing-systems low-level-programming

Last synced: 16 Jan 2025

https://github.com/cicerolino/obsidian-vault-template

Eis um modelo no qual tiro como base para meus estudos de ciência da computação, desenvolvimento de software, etc.

computer-science obsidian obsidian-vault obsidian-vault-template software-development template

Last synced: 18 Jan 2025

https://github.com/peteprattis/get-twitter-common-friends

Program which shows client's Twitter friends and then checks if two of them selected by the user have any common friends and prints them.

computer-science programm python student twitter-api

Last synced: 18 Jan 2025

https://github.com/peteprattis/philosopher-dinner-problem-with-posix-threads-and-mutex

A program written with compatibility with Posix and uses Posix Threads that runs the philosohper dinner problem using threads and mutex to prevent multiple simultaneous execution of the critical section.

c computer-science mutex mutex-lock mutex-synchronisation philosophers-dinner-problem posix posix-threads program student

Last synced: 18 Jan 2025

https://github.com/peteprattis/mouse-events-and-counters-in-visual-csharp

A windows forms application implementing basic layout elements and keeping track of mouse click, hover, enter, button clicked and other events and showing them to the user.

application computer-science csharp mouse-events mouse-tracking program student windows-forms

Last synced: 18 Jan 2025

https://github.com/peteprattis/multiplying-digits-of-number

A program which calculates how many times we have to multiply the digits of a number in order to get one digit result.

computer-science digit programm python student

Last synced: 18 Jan 2025

https://github.com/grazen0/directorio-apuntes-utec

✏️ Un directorio de apuntes para cursos de la UTEC

computer-science obsidian

Last synced: 13 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: 18 Jan 2025

https://github.com/peteprattis/pick-image-pairs-game-in-visual-csharp

A windows forms application that implements the functionality of the memory game Pairs. User can pick his own images for the game and find all pairs to win.

application computer-science csharp pairs-game program student windows-forms

Last synced: 18 Jan 2025

https://github.com/peteprattis/get-imdb-score-by-movie-title

A program in python which for a movie title inserted by user, using the link http://www.omdbapi.com/ returns the IMDB score and the awards of that movie.

computer-science imdb-score movie-title omdb-api programm python student

Last synced: 18 Jan 2025

https://github.com/peteprattis/get-weather-from-api

A program which uses the API from http://openweathermap.org/api to get weather conditions for a location specified using coordinates.

computer-science openweather-api programm python student weather

Last synced: 18 Jan 2025

https://github.com/peteprattis/get-beer-info-from-brewerydb-api

A program which uses the BreweryDB API http://www.brewerydb.com/developers that shows the beers in the database for the beer kind the user requested.

beer-kind brewerydb-api computer-science programm python student

Last synced: 18 Jan 2025

https://github.com/monuelo/easyacceptlesson

:books: Basic material for the EasyAccept tool lesson

acceptance-testing computer-science easyaccept java programming-lab-2 testing tests ufcg

Last synced: 29 Oct 2024

https://github.com/peteprattis/city-tourism-events-with-firebase-app

A Java Android application that simulates the functionality of a tourist guide for events in Athens saving event information in Firebase Realtime Database.

android android-application android-studio application cardview computer-science events firebase firebase-auth firebase-authentication firebase-database firebase-realtime-database java sqlite student

Last synced: 18 Jan 2025

https://github.com/peteprattis/capitalize-words

A program which accepts as an input a sentence and some key words and then returns the sentence with the key words capitalized.

capitalize computer-science programm python sentence student

Last synced: 18 Jan 2025

https://github.com/mrnazu/cs50

cs50 harvard

c computer-science cs50 dsa harvard

Last synced: 18 Jan 2025

https://github.com/erkobridee/ds-ast

DS ( Data Structure ) AST ( Abstract Syntax Tree )

ast computer-science data-structures lexer parser

Last synced: 18 Jan 2025

https://github.com/ethand91/opencv-segmentation

Sample showing image segmentation using opencv

computer-science computer-vision mediapipe opencv python3

Last synced: 23 Jan 2025

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).

computer-science kmitl

Last synced: 17 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: 09 Jan 2025

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

step by step

c computer computer-science

Last synced: 24 Jan 2025

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

https://github.com/waqaszafar9/wireshark-network-security-experiment

This repository documents a network security experiment conducted using Wireshark. The primary objectives include capturing and analyzing network traffic during interactions with Facebook and YouTube.

capture-the-flag computer-networking computer-networks computer-science experimental network network-analysis network-programming networking wireshark

Last synced: 14 Jan 2025

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/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/mahmoudmohamedramadan/compiler-design

The Compiler Design project for Computer Science department 👨‍💻.

compiler computer-science csharp desktop-application semantic-analysis static-analysis syntax-analyzer

Last synced: 11 Oct 2024

https://github.com/monamobeen/60daysdsatrack

60DaysDSATrack is a comprehensive and intensive program designed to build a strong foundation in data structures, algorithms, and problem-solving skills through daily coding challenges and hands-on projects.!

algorithm computer-science data-structures dsa-algorithm graph prob-solving trees

Last synced: 05 Jan 2025

https://github.com/molodchina/msu

This repository is dedicated to bachelor's studies at Moscow State University, including different practicums and inter-faculty courses

cmc computer-science mathematics msu

Last synced: 29 Dec 2024

https://github.com/hasferrr/courses

Online Computer Science courses I took and am currently going through, following the OSSU curriculum.

computer-science ossu

Last synced: 13 Jan 2025

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

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/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/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/mikael-ros/numerical-analysis

Notes, solutions and anki cards for Numerical Analysis second edition, by Timothy Sauer

anki computer-science exercises flashcards fmnf05 lund-university math mathematics notes numerical-analysis solutions university

Last synced: 25 Jan 2025

https://github.com/le2sky/cs-network

Computer Networking: a top-down approach

computer-science network

Last synced: 05 Jan 2025

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/leandroaa01/esteganografia

Projeto da disciplina de ITP

algorithms backend computer-science cpp17

Last synced: 20 Jan 2025

https://github.com/saifeddineelhanoune/dinning_philosophers

synchronized program solving dinning philosophers problem in threads

computer-science mutexes philosophers-dinner-problem philosophers42 synchronization threads

Last synced: 14 Dec 2024

https://github.com/igords-goncalves/twomsen-app

Projeto para prática e entendimento de como eram desenvolvidas as aplicações server side rendering. Trata-se um crud simples totalmente feito com o frontend dentro do backend utilizando um banco de dados MySql e a bibliotéca EJS.

backend computer-science css ejs express fronted history html nodejs old-school retro spa ssg ssr

Last synced: 18 Jan 2025

https://github.com/jesselpalmer/jalgo

Algorithms in JavaScript

algorithms computer-science cs cs-algorithms

Last synced: 14 Dec 2024

https://github.com/caiofov/truthtablegenerator-javaswing

API developed in Java with Swing for generating a truth table from a boolean expression. (Programming Techniques I subject final project - Computer Science UFC).

computer-science java swing truthtablegenerator

Last synced: 20 Dec 2024