Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Jonathas-Conceicao

A curated list of projects in awesome lists by Jonathas-Conceicao .

https://github.com/jonathas-conceicao/souls-of-alanis

Small indie game made for a Digital Game Developing course on UFPel 2018/01

game godot pixel-art

Last synced: 16 Oct 2024

https://github.com/jonathas-conceicao/snake-haskell

A implementation of the Snake game made in Haskell using the gloss-game package.

game gloss gloss-game haskell pixel-art

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/azlyrics-rs

A CLI crawler to fetch music lyrics from www.azlyrics.com

Last synced: 16 Oct 2024

https://github.com/jonathas-conceicao/tetris-mips

It's the game tetris created using the MARS, MIPS Simulator, assembly languge.

mips-assembly pixel-art tetris-game

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/xmonad-config

My personal config for XMonad window manager and related software.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/stackmachine

A monad-state based stack machine implementation

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/r-playground

A repository with a feel R scripts to practice statistic concepts and data display.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/actix-async-context-experiment

Just a wip experiment to redesign actix's AsyncContex and ContextFut

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ssnrgo

API em Go(lang) do protocolo SSNR (Sistema Simples de Notificação Remota), Trabalho Redes 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/redes-neurais-fia-t02

Segundo trabalho prático da disciplina de Introdução a Inteligência Artificial.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/conjuga-me-java

A CLI app in Java for showing portuguese verb's conjugations on terminal.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/aed3_criptografia

Tarefa: RSA e AES

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/programacao-funcional

Exemplos e exercícios da disciplina de programação funcional que estou cursando.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/semanticaformal

Trabalhos e exercícios pessoais da disciplina de Semântica Formal.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/dotfiles

Some of my personal dot files and some config files as well

configs dotfiles

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ssnrserver

Aplicação de servidor do SSNR (Sistema Simples de Notificação Remota), Trabalho Redes 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/pac-man-search

First pratical assignment for Fundamentals of Artificial Intelligence

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/pba_many_time_pad

2023/01/10 pratical assigment from Polkadot Blockchain Acadamey

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/emacs-config

My personal Emacs Configuration

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/evs

Repositório pessoal da disciplina de Especificação e Verificação de Sistemas.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ippd

My personal repository for the "Introdução a Processamento Paralelo e Distribuído" course on UFPel.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/intelbrightnesscontrol

A small systemd service to change access to screen brightness file.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/compilers

A respository for my excercices for my Compilers course at UFPel.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/storage-zip-rs

Utility functions library for zipping Options and Results into tuples.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/a01-jonathas-conceicao

Producer-Consumer project developed for the SO course on UFPel in 2017-1.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/wormhole

Trabalho prático para disciplina de Algorítimos e Estrutura de Dados 2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/playingwithdocker

A simple application to play with Docker

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ssnrreceiver

Aplicação cliente receptor do SSNR (Sistema Simples de Notificação Remota), Trabalho Redes 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ssnr-protocolo

Protocolo de um sistema de Notificações Distribuídas, Trabalho Redes 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/ssnrsender

Aplicação cliente emissor do SSNR (Sistema Simples de Notificação Remota), Trabalho Redes 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/quack-in-transporter

Small project to test use of `self: Pin<&Self>` methods on fields of pinned structures

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/go-thread-ring

A Go(lang) implementation of thread-ring problem from The Computer Language Benchmarks Game.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/cg-ufpel-rust

Computer Graphics class tasks made in Rust - UFPel 2019/1.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/conjunto-concorrente-evs

Especificação de uma estrutura de Conjunto Concorrente. Trabalho final da disciplina de Especificação e Verificação de Sistemas UFPel 2018/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/a02-jonathas-conceicao

Virtual Memory Management project developed for the SO course on UFPel in 2017-1.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/a03-jonathas-conceicao

File System project developed for the SO course on UFPel in 2017-1.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/robocode

Terceiro trabalho prático de Fundamentos de Inteligência Artificial - UFPel 2018/2

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/trab-aoca

Simulação de arquiteturas superescalares usando o SimpleScalar, trabalho da disciplina de Arquitetura e Organização de Computadores Avançados

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/minimalandroidapp

A Minimal Android App set to be built from command line.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/pdi

Repository for the curse on Digital Image Processing, UFPel - 2019/2.

Last synced: 06 Dec 2024

https://github.com/jonathas-conceicao/haskellstmbenchmark

This is a fork from the original Haskell STM benchmark project at https://www.bscmsrc.eu/software/haskell-stm-benchmark

Last synced: 06 Dec 2024