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/profile-window-in-visual-csharp
A windows forms application that implements a basic profile page using access database.
access-database computer-science csharp profile-page programm student windows-forms
Last synced: 17 Nov 2024
https://github.com/peteprattis/user-clusters-and-k-means-fold-for-classifier-evaluation
A Matlab script that applies the basic sequential clustering to evaluate the number of user groups by using the hierarchical clustering and k-means algorithms. Using the k-means fold the classifiers that are a neural network and the other least squares to evaluate them.
classifier clusters computer-science hierarchical-clustering k-fold k-means-clustering matlab program sequential-clustering student
Last synced: 17 Nov 2024
https://github.com/noah-de/cs105-fall19
Concepts of Programming Languages (Fall 2019)
computer-science programming-language westmont
Last synced: 06 Nov 2024
https://github.com/peteprattis/road-safety-database-with-jdbc-and-spark-rdd
A jdbc application that runs queries in pgAdmin to simulate the functionality of the UK Ministry of Transport's database using Apache Spark RDD for query implementation.
computer-science index java jdbc jdbc-database partitions pgadmin postgresql program query spark spark-sql sparkjava sql student
Last synced: 17 Nov 2024
https://github.com/peteprattis/smart-house-simulation-in-visual-csharp
Α user interface system for electronic interactions in "smart devices and furniture", known as "Internet of things", where many things are connected electronically and many everyday functions can be done electronically. This project includes some such virtual user interfaces and interactions.
application computer-science csharp internet-of-things program smart-house student windows-forms
Last synced: 17 Nov 2024
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: 17 Nov 2024
https://github.com/peteprattis/image-manipulation-program-in-visual-csharp
A windows forms application that implements the basic functionality of an image manipulation program.
application computer-science csharp grayscale image-manipulation negative-image program rotate-image strech-images student windows-forms zoom-images
Last synced: 17 Nov 2024
https://github.com/peteprattis/insurance-company-database-with-jdbc-and-spark-rdd
A jdbc application that runs queries in pgAdmin to simulate the functionality of an insurance company's database using Apache Spark RDD for query implementation.
computer-science java jdbc jdbc-database partitioning partitions postgresql program query spark spark-sql sparkjava sql student
Last synced: 17 Nov 2024
https://github.com/ishaansathaye/cpe203-oop
Cal Poly CPE 203 Project Based Object-Oriented Programming and Design
cal-poly computer-science java oop
Last synced: 06 Nov 2024
https://github.com/peteprattis/image-quantization-dpcm-compression-encoding-and-motion-compensation
A series of Python and Matlab scripts that implement some multimedia compression functions and actions.
compression computer-science dpcm encoding frames image-compression image-encoding motion-compensation multimedia program python quantization student
Last synced: 17 Nov 2024
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: 17 Nov 2024
https://github.com/cis-team/network-security-roadmap-2024
computer-science network network-security security
Last synced: 08 Nov 2024
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: 17 Nov 2024
https://github.com/peteprattis/k-nearest-neighbors-accuracy-scores
A Java console application that implemetns k-fold-cross-validation system to check the accuracy of predicted ratings compared to the actual ratings.
computer-science console-application cosine-similarity euclidean-distance heuristic java k-fold-cross-validation k-nearest-neighbours knn program recommender-system similarity-score student
Last synced: 17 Nov 2024
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: 17 Nov 2024
https://github.com/peteprattis/get-circles-intersection-points-count
A program which creates 20 random circles on a 1024x1024 image, with radius from 10-500 . The program will show how many circles intersect with each other and at the end it prints the image with the circles.
circles circles-intersect computer-science programm python radius student
Last synced: 17 Nov 2024
https://github.com/peteprattis/generic-planner-for-minigames
A python script that implements a generic planner to solve a series of minigames using heuristic algorithms to generate the best possible moves to reach the goal state.
artificial-intelligence astar astar-algorithm astar-pathfinding astar-search-algorithm block-world computer-science generic-planner heap heuristics n-puzzle planner program python student water-jug-problem
Last synced: 17 Nov 2024
https://github.com/alkesst/universalwhileprogram
Universality implementation
computer-science haskell universality while-language
Last synced: 07 Nov 2024
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/peteprattis/chromosome-last-nucleotide-game
A Python script that implements a two player strategic game with two chromosomes having length n and m of nucleotides respectively. In each Round of the game a player can destroy one of the chromosomes and split the other into two non-empty parts. The player who deletes the last nucleotide wins.
arrays bioinformatics chromosomes computer-science fasta game loop nucleotides program python student
Last synced: 17 Nov 2024
https://github.com/peteprattis/chromosome-last-random-nucleotide-game
A Python script that implements a two player strategic game with two sequences of length n and m nucleotides respectively. At each Round of the game a player can remove a random number of nucleotides from one sequence or the same number of nucleotides from both sequences. The player who removes the last nucleotide wins.
arrays bioinformatics chromosomes computer-science fasta game loop nucleotides program python student
Last synced: 17 Nov 2024
https://github.com/peteprattis/eclass-application-practise
A Java 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, saving information into files.
computer-science eclass filereader getters java program setters student
Last synced: 17 Nov 2024
https://github.com/mre/talks
...mostly Computer Science related.
computer-science cuda talks tech-talks
Last synced: 25 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: 17 Nov 2024
https://github.com/5h3r10k/apcsa-2021
Repo with all my APCSA assignments (answers included).
apcsa apcsp computer-science cs java
Last synced: 14 Nov 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: 17 Nov 2024
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: 17 Nov 2024
https://github.com/peteprattis/advanced-encryption-standard-for-credit-card-number
A script in Python that encrypts and decrypts a credit card number with AES.
aes-encryption computer-science credit-card cryptography decryption encryption program python student
Last synced: 17 Nov 2024
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: 17 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/casperkristiansson/kth-computer-science-master-courses
KTH Computer Science Master Courses
computer-science kth master software-technology tcscm
Last synced: 15 Nov 2024
https://github.com/aaaastark/top-big-data-scientist-questions-for-interview
Top Big Tech Data Science Questions
ai alibaba amazon apple computer-science computer-vision data-engineer data-science deep-learning facebook google ibm intel interview-questions machine-learning netflix nvidia orcale spacex tesla
Last synced: 15 Nov 2024
https://github.com/thenocturnaldevgypsy/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
Last synced: 13 Nov 2024
https://github.com/byroncalvete/computer-science
Computer Science Career 🧬
algorithms computer-science programming python
Last synced: 07 Nov 2024
https://github.com/sourhub226/linux-shell-scripts
Essential linux shell scripts for computer engineers.
computer-engineers computer-science education engineering learning linux programming shell-script
Last synced: 15 Nov 2024
https://github.com/kubepay/java-cs-to-enterprise
This repository acts as standalone or upcoming book for educating interested Computer Science students to Data Structures, Algoritms, Design Pattersn on Java 8.
algorithms computer-science data-structures design-patterns enterprise-design-patterns functional-programming java-8 reactive-programming
Last synced: 17 Nov 2024
https://github.com/mawg0ud/wireless-sensor-networks-simulation
Ad-hoc Wireless Sensor Network Simulation
computer-science matlab network simulation wireless-sensor-networks
Last synced: 15 Nov 2024
https://github.com/s0fft/donbas-state-engineering-academy
Academy Tasks: Mathematical Algorithms / Numerical Methods / Computer Graphics / WEB / etc.
bootstrap computer-science css html javascript math math-algorithms python3
Last synced: 15 Nov 2024
https://github.com/byroncalvete/algorithms
Algorithms for zero to hero. It's not only a learning path, it's an adventure and deep understanding of algorithms! 📈
Last synced: 07 Nov 2024
https://github.com/iamtraction/cs101-udacity
CS101 - Introduction to Computer Science - Udacity Course
computer-science course introduction programming python solutions udacity udacity-course udacity-intro-to-computer-science
Last synced: 17 Nov 2024
https://github.com/alessandro624/alessandro624
About me
about-me computer-science config github-config
Last synced: 15 Nov 2024
https://github.com/yeehanchung/inti-e-library-resources
Ease accessibility of INTI e-library resources for Computer & Engineering researchers and practitioners.
computer-science elsevier engineering sciencedirect springer
Last synced: 15 Nov 2024
https://github.com/kunalpisolkar24/is_lab
Collection of practical codes for Savitribai Phule Pune University's Information Security Laboratory (310258) .
aes-encryption computer-science cryptography cybersecurity des-algorithm diffie-hellman-algorithm information-security java-cryptography md5-hash rsa-algorithm security-lab sppu-computer-engineering
Last synced: 15 Nov 2024
https://github.com/microeinstein/bliftest
Build and execute simulation tests for SIS projects.
2018-2019 bash-script computer-science sis testing university-of-verona
Last synced: 17 Nov 2024
https://github.com/lucs1590/dissertation-computer-science-unesp
Here is the project containing the text of my master's degree developed at UNESP and named "Segmentação Semântica de Imagens com o uso de Deep Learning e aplicação de BPCAPooling"
bpcapooling computer-science computer-vision custom-pooling master-thesis mestrado pooling semantic-segmentation unesp
Last synced: 13 Nov 2024
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: 17 Nov 2024
https://github.com/toolmanp/csapp-labs
My solution to CSAPP:3E lab assignment
computer-science csapp csapp3e
Last synced: 17 Nov 2024
https://github.com/ivikramsahu/data-structure
Data-structure is not for interviews but to develop scalable software using those.
algorithm computer-engineering computer-science data-structures
Last synced: 07 Nov 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: 17 Nov 2024
https://github.com/peteprattis/weather-station-program
This is a practice program is Visual Basic that simulates the calculation of some cities' weather and various statistics.
2d-arrays computer-science program visual-basic
Last synced: 17 Nov 2024
https://github.com/peteprattis/vegetable-traders-check-program
This is a practice program is Visual Basic that simulates the procedure of checking the trade of vegetable buys and sales.
computer-science eof program visual-basic
Last synced: 17 Nov 2024
https://github.com/mrlightful/sustainme
SustainMe is a student project for TU Delft's course CSE1105; enduring green and healthy lifestyle.
computer-science firebase javafx maven spring-boot student-project tudelft university-project
Last synced: 18 Nov 2024
https://github.com/gwansikk/csday
유연한 문제해결 능력을 함양하기 위해 알고리즘과 다양한 도메인 및 컴퓨터지식을 학습하고 공유합니다.
Last synced: 11 Nov 2024
https://github.com/peteprattis/milk-station-program
This is a practice program is Visual Basic that simulates the calculation of the milk stations' progress of a week.
2d-arrays computer-science program visual-basic
Last synced: 17 Nov 2024
https://github.com/peteprattis/signal-sampling-and-wrapping
From a continuous time signal get minimum required sampling frequency to allow the reconstruction of the signal and application of the reconstruction formula of the sampling theorem.
computer-science matlab octave program sampling-theory signal signal-reconstruction signal-sampling signal-wrapping student
Last synced: 17 Nov 2024
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/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/binary-search-tree
Building a balanced binary search tree (BST)
balanced-search-trees binary-search-tree computer-science data-structures
Last synced: 13 Nov 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/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/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/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/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/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/janstuemmel/janstuemmel.github.io-legacy
personal homepage
computer-science javascript php python
Last synced: 07 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/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/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/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/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/splch/vg-music-rnn
RNN Composition of Thematically Diverse Video Game Melodies
computer-science magenta springer
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/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/the-akira/cc33z-website
Website do Curso de Ciência da Computação 33Z
computer-science django django-application python3
Last synced: 17 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/being-amara-khan/computer-science-books
This Repository contains books regarding Computer Science
computer-science deep-learning git software-engineering
Last synced: 17 Nov 2024
https://github.com/eskabore/cs50p-2023
This repository houses all the problem sets and my final project for CS50P 2023
computer-science cs50 cs50p cs50problemsets harvardx python python2
Last synced: 18 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/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/superunstar/latex-works
All my latex papers and works.
computer-science latex maths science
Last synced: 02 Nov 2024