Code Monkey home page Code Monkey logo

sigurd4's Projects

array_math icon array_math

A selection of useful math operations on arrays

array_par_map icon array_par_map

Provides a trait for mapping values in an array in paralell using rayon

array_trait icon array_trait

A generic trait for any array, with item as type and length as const parameter

ballpit icon ballpit

Balls subject to natural selection and evolution, powered by a simple neural network.

basic_filter icon basic_filter

A simple VST-plugin with a single 2. order parametric filter

bioshockmod icon bioshockmod

This minecraft mod introduces a lot of game elements from the three bioshock games Bioshock, Bioshock 2 and Bioshock Infinite to Minecraft

birbs icon birbs

A type-safe combinatory-logic implementation in Rust

blk_count_macro icon blk_count_macro

Code originates from the little book of rust macros by @DanielKeep. I thought i'd add this as a crate to crates.io so it can easily be imported to any project if needed. No std required. I find it very useful for counting the number of elements when implementing traits for tuples within a macro.

blue_chorus icon blue_chorus

A chorus-effect VST emulating the BOSS CE-2, written in Rust

cia icon cia

Checked Integer Arithmetic

clone_box icon clone_box

A simple macro that automatically declares and implements a function for polymorphic cloning in rust

currycompose icon currycompose

A crate providing a trait for performing currying (and non-currying) function-composition in rust.

currying icon currying

A crate for argument-currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with one less argument.

custom_float icon custom_float

Customizable floating point types, with all standard floating point operations implemented from scratch.

float_approx_math icon float_approx_math

A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)

fn_zip icon fn_zip

Provides a zip trait for functions, allowing two functions to be combined at compile-time before being called.

iter_spread icon iter_spread

Provides a trait for spreading iterator items across a vector or an array in rust

lifeisamazing icon lifeisamazing

A more minimal version of https://github.com/hunar4321/life_code written in Rust. Particle physics breaking newtons 3rd law of motion. In this version the weights are set randomly and cannot be set manually.

linspace icon linspace

Traits for numpy linspace equivalent functions, into both vectors and arrays, the latter of which can be executed at compile-time

moddef icon moddef

Macros for convenient nested module structure declaration

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.