Giter Club home page Giter Club logo

odds-and-ends's Introduction

odds-and-ends

Contains small [mostly one file] projects that are too small to warrant their own repository.

Currently contains:

  1. chip8.cpp is a one-file emulator for the CHIP-8 platform. Written only using SDL2. Passes most compatibility tests I've found, but lacks sound.

  2. gradiente.cpp is a [frankly overengineered] program that procedurally generates random gradient wallpapers of an arbitrary size and writes them to a image file of the .PPM file format. No external libraries were used.

  3. sha256.c is a strict ANSI-C/C89 implementation of the popular SHA-256 hashing algorithm. Even very old C compilers should be able to compile this. Due to lack of fixed-width integer types, users will need to override the appropriate typedefs manually.

  4. micro_backend.py is a Python script that calls the Spotify API regularly to save the details of the current playback and also make snapshots of playlists that refresh frequently. Saved to a database using SQLAlchemy [I recommend SQLite as the backing data store], needs to run constantly and app credentials will need to be manually provided. Requires spotipy and SQLAlchemy.

  5. gen_utf8.rs generates all possible Unicode codepoints and saves it to a file. It does not generate Unicode surrogates [which cannot be used in isolation].

  6. memmove.cpp is a microbenchmark that generates random data in memory and copies it rapidly between two arrays. It is multithreaded and the size of the memory arrays can be configured as well.

odds-and-ends's People

Contributors

heavycrystal avatar

Watchers

 avatar

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.