GitHub / sam0x17 106 Repositories
I build things
sam0x17/seqmap
A Rust crate providing a blazing fast seqlock-based concurrent hashmap where every data cell is its own seqlock, suitable for millions of concurrent readers and writers
Language: Rust - Size: 439 KB - Last synced at: 4 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

sam0x17/supertrait
A Rust crate that uses macro hackery to enable const fn trait items and default associated types on traits in stable Rust.
Language: Rust - Size: 99.6 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 29 - Forks: 0

sam0x17/bit-flags
A Rust crate that provides an easy-to-use Flags trait that makes custom bitflag enums easier to implement in Rust
Language: Rust - Size: 17.6 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sam0x17/endian-cast
A Rust crate that provides generic functions and traits for accessing big-endian and little-endian versions of data types with a cheap abstraction that is zero-cost when the platform endianness matches the desired endianness.
Language: Rust - Size: 29.3 KB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

sam0x17/rseek
rseek is an adapter for reqwest that allows seeking in the response body stream using AsyncSeek
Language: Rust - Size: 138 KB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 1

sam0x17/quoth
A developer-friendly parsing library for implementing domain specific languages and syntax parsers in Rust
Language: Rust - Size: 787 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 8 - Forks: 0

sam0x17/macro_magic
A collection of Rust proc macros that allow the exporting and importing of TokenStream2s of items in foreign contexts and files
Language: Rust - Size: 353 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 54 - Forks: 4

sam0x17/proc-utils
This crate provides a series of traits, macros, functions, and utilities that make writing and debugging proc macros easier
Language: Rust - Size: 12.7 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

sam0x17/safe-string
Provides a safe interface for working with multi-byte UTF-8 strings in Rust
Language: Rust - Size: 31.3 KB - Last synced at: 16 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

sam0x17/macro-gpt
A rust proc macro that generates rust code at compile-time based on the prompt provided to the proc macro
Language: Rust - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 0

sam0x17/nginx-android-app
android app version of nginx
Language: C - Size: 1.51 MB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 67 - Forks: 16

sam0x17/gcf.cr
gcf.cr provides serverless execution and deployment of crystal language code in Google Cloud Functions
Language: Crystal - Size: 6.57 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 56 - Forks: 3

sam0x17/hierarch_old 📦
Hierarch: A new, blazingly fast, in-memory proof-of-concept data structure and indexing algorithm for querying on dynamic attribute/tag/type-based hierarchical data.
Language: C++ - Size: 1.38 MB - Last synced at: 4 months ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

sam0x17/smol-symbol
Allows creating Crystal-like Symbols at compile time in Rust. These are globally unique, human readable identifiers that fit in a u128.
Language: Rust - Size: 68.4 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 4 - Forks: 2

sam0x17/docify
Allows for dynamic compile-time embedding of existing tests and examples in your Rust doc comments and markdown files
Language: Rust - Size: 270 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 26 - Forks: 3

sam0x17/pub-fields
A simple proc macro that makes all fields of a struct public
Language: Rust - Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

sam0x17/routes_classic
Routes addon but compatible with WoW Classic
Language: Lua - Size: 273 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 8

sam0x17/staticize
Staticize is a rust crate providing a handy trait that can obtain the 'static version of any type T that implements `Staticize`
Language: Rust - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 0

sam0x17/macro_state 📦
A simple set of Rust proc macros for reading and writing global compile-time state between macro calls
Language: Rust - Size: 66.4 KB - Last synced at: 10 days ago - Pushed at: 10 months ago - Stars: 29 - Forks: 0

sam0x17/system76-power Fork of pop-os/system76-power
Fork of system76-power with a more aggressive fan curve
Language: Rust - Size: 538 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

sam0x17/currencies
Provides safe monetary data types in rust with support for all ISO currencies, as well as custom currencies and common cryptocurrencies.
Language: Rust - Size: 154 KB - Last synced at: 17 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

sam0x17/video-manager
a tool for automatically optimizing files in your video library using ffmpeg
Language: Crystal - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

sam0x17/streamr
An ecosystem for consuming, processing, and producing streaming data in Rust. Designed as a replacement for the tokio ecosystem.
Language: Rust - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sam0x17/substrate-spec-version
An extremely simple CLI utility that allows you to query the current spec version from a live substrate (polkadot-sdk)-based chain based on the websocket URL for the chain
Language: Rust - Size: 26.4 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

sam0x17/css-minifier
Embeds the venerable clean-css from npm within a crystal shard via Duktape
Language: Crystal - Size: 76.2 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

sam0x17/polkadot-sdk Fork of paritytech/polkadot-sdk
The Parity Polkadot Blockchain SDK
Size: 342 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sam0x17/substrate-docs Fork of substrate-developer-hub/substrate-docs
Substrate Developer Hub. Substrate is powered by best in class cryptographic research and comes with peer to peer networking, consensus mechanisms, and much more.
Size: 230 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sam0x17/sass.cr Fork of straight-shoota/sass.cr
Compile Sass/SCSS to CSS in Crystal (libsass binding)
Size: 139 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/ruby-auth0 Fork of auth0/ruby-auth0
Ruby toolkit for Auth0 API
Size: 1.61 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

sam0x17/ruby_standard_environment_version_issue 📦
Language: Ruby - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/online-docs Fork of amberframework/docs
Online documentation for Amber Framework
Size: 3.81 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/mongo.cr Fork of datanoise/mongo.cr
Crystal binding for MongoDB C Driver
Language: Crystal - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

sam0x17/list-of-top-level-domains Fork of incognico/list-of-top-level-domains
A list of top level domains (TLDs) in CSV-format
Size: 376 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/libui-node Fork of parro-it/libui-node
Node bindings for libui, an awesome native UI library for Unix, OSX and Windows
Language: C++ - Size: 659 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/ip_geolocation Fork of florianroesler/ip_geolocation
Super fast and easy to setup IP geolocation API.
Language: Crystal - Size: 30.6 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/icr Fork of crystal-community/icr
Interactive console for Crystal programming language
Language: Crystal - Size: 167 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/gSLICr Fork of carlren/gSLICr
gSLICr: Real-time super-pixel segmentation -- version of gSLICr that can be used as command-line utility
Language: C++ - Size: 1.29 MB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

sam0x17/heroku-buildpack-amber-node Fork of crystal-lang/heroku-buildpack-crystal
Heroku buildpack for Crystal
Language: Shell - Size: 95.7 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/github-do-not-ban-us Fork of 1995parham/github-do-not-ban-us
Github do not ban us from open source world :iran:
Language: PHP - Size: 1.11 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/duktape.cr Fork of jessedoyle/duktape.cr
Evaluate JavaScript from Crystal!
Size: 2.2 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/dmca Fork of github/dmca
Repository with text of DMCA takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices. Users identified in the notices are presumed innocent until proven guilty. Additional information about our DMCA policy can be found at
Size: 13.6 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

sam0x17/crystal Fork of crystal-lang/crystal
The Crystal Programming Language
Language: Crystal - Size: 40.2 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/chromium Fork of chromium/chromium
fork, updated randomly
Size: 7.16 GB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/baked_file_system Fork of schovi/baked_file_system
Virtual File System for Crystal language. Embedding your assets into final binary.
Language: Crystal - Size: 104 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

sam0x17/awscr-signer Fork of taylorfinnell/awscr-signer
AWS request signing in Crystal
Language: Crystal - Size: 128 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/awscr-s3 Fork of taylorfinnell/awscr-s3
A Crystal shard for S3.
Language: Crystal - Size: 207 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

sam0x17/awesome-switch Fork of perillamint/awesome-switch
A curated list of awesome things related to Nintendo Switch hacking
Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

sam0x17/awesome-crystal Fork of veelenga/awesome-crystal
:gem: A collection of awesome Crystal libraries, tools, frameworks and software
Language: Crystal - Size: 503 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

sam0x17/android-nginx Fork of ytinirt/android-nginx
Nginx on Android platform.
Language: C - Size: 915 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

sam0x17/amber Fork of amberframework/amber
An open source efficient, cohesive and fun web framework for the Crystal language
Language: Crystal - Size: 7.43 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sam0x17/activerecord-postgres_enum Fork of bibendi/activerecord-postgres_enum
Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.
Size: 80.1 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sam0x17/env_vars_explorer
Language: Rust - Size: 1000 Bytes - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

sam0x17/timelang
A Rust-based DSL (Domain Specific Language) and grammar for parsing and rendering human-readable date/time and duration values.
Language: Rust - Size: 67.4 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

sam0x17/any-of
A Rust crate that provides an Option-like facility for scenarios where you want to ensure that at least one of n values is present.
Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sam0x17/jets Fork of rubyonjets/jets
Ruby on Jets
Language: Ruby - Size: 15.8 MB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sam0x17/book_io_downloader
A CLI utility for downloading book covers from book.io
Language: Rust - Size: 172 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sam0x17/sin
Sin aims to be an alternative to the proc-macro2/syn ecosystem geared towards developer UX and custom syntax parsing.
Language: Rust - Size: 194 KB - Last synced at: 17 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

sam0x17/DSeg
Invariant Superpixel Features for Object Detection
Language: C++ - Size: 528 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 19 - Forks: 7

sam0x17/interned
A rust crate that provides generic, thread-local internment of arbitrary types as well as memoization
Language: Rust - Size: 136 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

sam0x17/substrate 📦
mirror of old substrate
Size: 167 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sam0x17/append-if
A simple CLI utility for appending text to files based on simple conditional logic about the contents of those files. Particularly useful for appending text to .bashrc and other places without accidentally appending the same thing multiple times.
Language: Rust - Size: 9.77 KB - Last synced at: 11 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

sam0x17/super_enum
A Rust crate that allows for compile-time aggregated enums and an easy synatx for defining 'fields' shared between all enum variants.
Language: Rust - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

sam0x17/schema_thing
Schema thing for random discord user
Language: Rust - Size: 1.95 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/wow_macros 📦
express server for setting wow macros via stream deck
Language: JavaScript - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/symbol-rs Fork of remexre/symbol-rs
Simple globally interned strings.
Language: Rust - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/crate-settings
Allows compile-time access to crate-specific settings defined as metadata in Cargo.toml
Language: Rust - Size: 35.2 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/quote_parse
Derives a syn::parse::Parse implementation based on quote-like syntax. Designed to be the spiritual successor to derive_syn_parse
Language: Rust - Size: 21.5 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/source_text_issue
Demonstrating an error with proc-macro2/syn's span.source_text() function
Language: Rust - Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/derive_parse2
Intended as a spiritual successor to derive_syn_parse, supports all of the original features plus some extra features. Fully compatible with syn 2.x, and implemented entirely in thoroughly tested proc macros
Language: Rust - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

sam0x17/macro_magic_example
Language: Rust - Size: 10.7 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

sam0x17/conduit
A batteries-included vanilla js frontend framework with client-side routing for creating cloud storage hosted, search engine friendly SPAs and web apps that interact with an external API server. The ultimate serverless frontend framework.
Language: Crystal - Size: 89.8 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 1

sam0x17/derive-syn-parse Fork of sharnoff/derive-syn-parse
A #[derive] macro for syn's `Parse` trait
Size: 76.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sam0x17/range_parsing_example
Language: Rust - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sam0x17/mongo_orm 📦
Mongo ORM: A simple ORM for using MongoDB with the crystal programming language, designed for use with Amber. Based loosely on Granite ORM. Supports Rails-esque models, associations and embedded documents.
Language: Crystal - Size: 201 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 32 - Forks: 6

sam0x17/audited
Inline code auditing and signing for the Rust programming language
Language: Rust - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sam0x17/mass_convert
Really simple crystal language program to convert a bunch of mp3 files to mkv using ffmpeg
Language: Crystal - Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

sam0x17/dubview
A simple static/standalone web page that allows you to overlay audio tracks, such as audio commentary and music, over existing files, and provides an integrated player experience for viewing dubbed over video files, allowing for customization of the audio offsets in an easy-to-use interface
Language: HTML - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sam0x17/html-minifier
A zero-dependency HTML/CSS/Javascript minifier for the Crystal language
Language: Crystal - Size: 178 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 10 - Forks: 2

sam0x17/expander Fork of drahnr/expander
Provide expansion of proc-macros, in a way that rustc directs you directly to the issues at hand
Size: 37.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sam0x17/assert.cr
Provides C++-like assert functionality that you can sprinkle throughout your crystal program. Assertions are disabled via macro when the `--release` compile-time flag is specified, allowing performant release builds.
Language: Crystal - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 1

sam0x17/es6-minifier
A self-contained crystal shard that can minify ES6+ JavaScript.
Language: Shell - Size: 660 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

sam0x17/js-minifier
A javascript minifier for crystal, using embedded uglifier-js and duktape.cr
Language: JavaScript - Size: 104 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

sam0x17/jets_vue3
Ruby on Jets w/working Vue.js 3.x config
Language: Ruby - Size: 154 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sam0x17/secrets.cr
safe environment-specific secret storing and loading for crystal language apps and libraries
Language: Crystal - Size: 20.5 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

sam0x17/repo_combiner
A tool for combining multiple github repo histories together (for analytics purposes typically)
Language: Crystal - Size: 17.6 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sam0x17/domain-db
crystal langauge shard containing a dynamically updated database of public domain suffixes and top level domain extensions
Language: Crystal - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

sam0x17/s3cmd-shim
Drop-in docker-based CLI replacement for s3cmd for systems (like macos) where s3cmd doesn't work properly
Language: Shell - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

sam0x17/bolts
A vaguely rails-like fast web framework for Rust
Language: Rust - Size: 27.3 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

sam0x17/raylib.cr
Language: Crystal - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

sam0x17/bettercast
Cast from anything, to anything, no strings attached
Language: Java - Size: 118 KB - Last synced at: 4 months ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 0

sam0x17/chiron
Replace your entire webpack HTML/CSS/JavaScript/LESS compilation, minification, and deployment pipeline with a single binary
Language: Crystal - Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 1

sam0x17/browser_piano
A simple 100% pure javascript browser-based piano demo featuring multiple sound channels. Can be played with computer keyboard.
Language: JavaScript - Size: 29.8 MB - Last synced at: 4 months ago - Pushed at: over 8 years ago - Stars: 4 - Forks: 0

sam0x17/aes.cr
crystal wrapper for OpenSSL AES CBC mode encryption routines
Language: Crystal - Size: 21.5 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

sam0x17/lake
A simple connection pooling shard for the crystal language suitable for use with Redis and probably other things
Language: Crystal - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

sam0x17/tempdir
Simple creation and automatic deletion of temporary directories in an easy to use crystal shard
Language: Crystal - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 0

sam0x17/bedrock
a full-featured, active-record-like ORM for Crystal targetting PostgreSQL and MySQL
Language: Crystal - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/plaid.cr
API library for Plaid
Language: Crystal - Size: 9.77 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/marshal
Allows deep copying, storing, and loading of crystal objects, even across different executions.
Language: Crystal - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sam0x17/crystal-alpine
Dockerfile for alpine linux with crystal that will allow you to compile static crystal binaries on any system
Language: Shell - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: almost 6 years ago - Stars: 12 - Forks: 3

sam0x17/ec2_rust_benchmark
Language: Crystal - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1
