Giter Site home page Giter Site logo

[Kirk's GitHub stats]

Kirk Haines's Projects

alias_method.cr icon alias_method.cr

Crystal does not provide a ready-to-use mechanism for creating method aliases, and the general Crystal code style recommendation is that one should avoid having multiple names that invoke the same method. However, there are times where creating method aliases is useful. This shard creates an alias_method macro that can be used to easily create method aliases which are functionally identical to the original method.

analogger icon analogger

A very fast distributed asynchronous logging service

analogger.cr icon analogger.cr

This is a port of https://github.com/wyhaines/analogger using Crystal.

analogger.go icon analogger.go

This is a port of https://github.com/wyhaines/analogger in Golang.

apm-therelicans icon apm-therelicans

This code is the code that was used for an article on how to build an APM system, written for therelicans.com.

apm.cr icon apm.cr

This is an open source APM agent for Crystal. Initial development is targeting the OpenTelemetry spec for data exchange, but it may also support the New Relic specific protocol. It should, however, be usable with any provider that permits OpenTelementry ingest.

async icon async

An awesome asynchronous event-driven reactor for Ruby.

awesome-crystal icon awesome-crystal

:gem: A collection of awesome Crystal libraries, tools, frameworks and software

base58.cr icon base58.cr

This is a performance optimized implementation of base58 binary-to-text encoding algorithm.

bus.cr icon bus.cr

It is sometimes useful to have a pubsub type message bus inside your software. This library implements a bus to send messages to interested subscribers. Those subscribers can reply to those messages, and are guaranteed that the reply will be routed back to the sender.

cfp-app icon cfp-app

Rails app for managing a conference CFP

chat icon chat

Sample Node.js App for Engine Yard Cloud

chord icon chord

A Ruby implementation of the Chord protocol.

config.cr icon config.cr

This is a simple container intended to be a general purpose configuration container.

crypt-isaac icon crypt-isaac

A Ruby implementation of the cryptographically secure ISAAC pseudorandom number generator, with both pure Ruby and C extension implementations.

crypt-pcg icon crypt-pcg

A Ruby library for the fast, cryptographically secure PCG pseudo random number generator, implemented both via pure Ruby and via a C extension.

crypt-xorshift icon crypt-xorshift

Implementation of a few variants of the Xorshift family of pseudo random number generators for Ruby, with both pure Ruby and C extension implementations.

crypto-ecosystems icon crypto-ecosystems

A taxonomy for open source cryptocurrency, blockchain, and decentralized ecosystems

csuuid.cr icon csuuid.cr

This is a small UUID library that implements a chronologically sortable UUID.

datapack.cr icon datapack.cr

You are building an application, be it web or something else. It has data -- images, CSS, JS, CSV files, whatever -- and you want to be able to easily bundle those into your compiled executable. This shard gives you a simple utility to add this data to your executable, access it, and manage it.

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.