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/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/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/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/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/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/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/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/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/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/hirenkiakuu/nand2tetris

Computer architecture course

computer-science learning

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/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/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/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/yazaldefilimone/mathematics

My brain doesn't work :(

computer-science lean4 math

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/v-kolesnikov/wirelang

SICP Chapter 3 examples

computer-science sicp

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-median

:raised_hands: Median searching code bricks for JavaScript

agpl algorithms computer-science javascript median sorting

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/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/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/strubt/autlglogo

Automata & Formal Languages – project 'Logo'

computer-science grammar logo programming-language transpiler university-project

Last synced: 18 Nov 2024

https://github.com/hendurhance/cs50-c

This is my solution to the CS50 2021 problem set and laboratory set, using C from cash/credit to speller

algorithms c computer-science cs50problemsets cs50x data-structures

Last synced: 31 Oct 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/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/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/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/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/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: 18 Nov 2024

https://github.com/montymxb/proto-bogl-explorer

Prototype BoGL Program Explorer via Program-Concept Classifications

bogl computer-science education fca

Last synced: 13 Nov 2024