Git Product home page Git Product logo

Hello people!

I'm a backend/full stack developer (yeah, weird mix), very interested and passionate about software design, languages and DYI.

LinkedIn

What I'm currently working on

GameBoy emulator

I always wanted to write a gameboy emulator. I think it's a great way to apply many of the things you study about simple computer architectures, to experiment with new concepts and learn new technologies - even new languages. The hardware it's old enough to be easy to understand, yet it is powerful enough to get to run some cool games, which is a big motivational plus :D

I'm using this project specifically to learn a bit of OpenGL and as a training ground for my software design skills, including a generic project setup like configuration of the build toolchain, dependency management, modularity and CI.

Some of my projects

table2csv JQuery plugin

This is a very simple jQuery plugin that allow to export an HTML table as csv. You can download a csv file directly or just convert it to a string to print out in your page. Check out the live demo page if you want to try it out.

It's very simple, yet it was useful to me (it is actually a subproduct of a tool I wrote at work a while ago) so I thought to share it and also used it to experiment with a release on npmjs and jQuery.


LedCube

This is a library, usable both on Arduino and on RaspberryPi, to drive a DIY built Led cube. This was my first attempt to work with an Arduino, and it was interesting to work on a resources constrained hardware.

led cube waves effect

This project features:

  • my own, extremely simple, C++ test framework (inspired by GTest) which can run on Arduino itself. I just wanted to make sure that I wasn't having any "surprise" with things specific to the hardware
  • some simple utility class (string and vector), again because I didn't have them available from C++ std lib on Arduino
  • dynamically extensible set of effects that can be played on the cube. Adding a new one is just a matter of creating a new file with the code and calling the dedicated macro to register it in the system

AutoDownloader

A simple script to automatically check some sources for new content to download.

I used this to experiment a bit with software design in Python and with jsonschema validation.

Effort was put to make the script easily extensible in many aspects, such as:

  • customizable information provider and downloader
  • hooks to run custom scripts

Stefano Stoduto's Projects

autodownloader icon autodownloader

A simple and extensible script to automatically download things from various sources

gbemu icon gbemu

(Yet another) GameBoy emulator, just for fun

jesse icon jesse

An advanced crypto trading bot written in Python

js_reverse icon js_reverse

Django app to use the reverse lookup on the client side in javascript

ledcube icon ledcube

Example arduino sketch using the ledCubeLib https://github.com/OmbraDiFenice/ledCubeLib

ledcubelib icon ledcubelib

C++ library usable on Arduino and RaspberryPi to control a DIY Led cube.

python icon python

All Algorithms implemented in Python

python-lsp-server icon python-lsp-server

Fork of the python-language-server project, maintained by the Spyder IDE team and the community

table2csv icon table2csv

A simple jQuery plugin to convert HTML tables to CSV

tiddlywiki5 icon tiddlywiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

twitter_filter icon twitter_filter

Capture and apply word filters on twitter messages. This program will be used in a master thesis project for University of Pisa

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.