Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by kostya

A curated list of projects in awesome lists by kostya .

https://github.com/kostya/benchmarks

Some benchmarks of different languages

benchmarks languages

Last synced: 15 Oct 2024

https://github.com/kostya/eye

Process monitoring tool. Inspired from Bluepill and God.

daemonize monitoring process-monitor tool

Last synced: 14 Oct 2024

https://github.com/kostya/myhtml

Fast HTML5 Parser with css selectors for Crystal language

crystal fast html myhtml parser

Last synced: 31 Oct 2024

https://github.com/kostya/crystal-benchmarks-game

Crystal implementations for The Computer Language Benchmarks Game

Last synced: 01 Nov 2024

https://github.com/kostya/jit-benchmarks

Benchmark for interpreted languages implementations.

Last synced: 01 Nov 2024

https://github.com/kostya/lexbor

Fast HTML5 Parser with CSS selectors. This is successor of myhtml and expected to be faster and use less memory.

Last synced: 31 Oct 2024

https://github.com/kostya/simple_rpc

RPC Server and Client for Crystal. Implements msgpack-rpc protocol.

Last synced: 02 Nov 2024

https://github.com/kostya/cron_scheduler

Simple job scheduler with crontab patterns for Crystal Language.

Last synced: 02 Nov 2024

https://github.com/kostya/modest

CSS selectors for HTML5 Parser myhtml

crystal css css-selector selectors

Last synced: 02 Nov 2024

https://github.com/kostya/limiter

Rate limiter for Crystal. Memory and Redis based.

Last synced: 02 Nov 2024

https://github.com/kostya/memory_cache

Super simple in memory key-value storage with expires for Crystal.

Last synced: 09 Nov 2024

https://github.com/kostya/pg_csv

Fast Ruby PG csv export. Uses pg function 'copy to csv'. Effective on millions rows.

Last synced: 01 Nov 2024

https://github.com/kostya/pg_reindex

Console utility for gracefully rebuild indexes/pkeys for PostgreSQL, with minimal locking in semi-auto mode.

indexes pkey postgresql rebuild reindex

Last synced: 02 Nov 2024

https://github.com/kostya/auto_json

Auto JSON convertations for classes and structs, based on auto_constructor fields

Last synced: 09 Nov 2024

https://github.com/kostya/run_with_fork

Some simple parallelism for Crystal. Run some heavy or blocked thread operations in background fork.

Last synced: 09 Nov 2024

https://github.com/kostya/redisoid

Redis client for Crystal with auto-reconnection and pool (wrapper for stefanwille/crystal-redis, kostya/redis-reconnect, ysbaddaden/pool). Ready to use in production.

Last synced: 24 Oct 2024

https://github.com/kostya/http_parser.cr

Crystal wrapper for Http Parser lib: https://github.com/joyent/http-parser

Last synced: 24 Oct 2024

https://github.com/kostya/auto_initialize

Generate initialize methods for classes and structs

Last synced: 24 Oct 2024

https://github.com/kostya/pgq

Queues system for AR/Rails based on PgQ Skytools for PostgreSQL, like Resque on Redis. Rails 2.3 and 3 compatible.

Last synced: 09 Nov 2024

https://github.com/kostya/cron_parser

Cron parser for Crystal language. Translated from Ruby https://github.com/siebertm/parse-cron

Last synced: 24 Oct 2024

https://github.com/kostya/ruby-app

Ruby micro framework for easy create ruby applications (daemons, EventMachine-apps, db-apps, cli...). Features: bundler, environments, activesupport, rails dirs tree. Fast loading and low memory using.

Last synced: 02 Nov 2024

https://github.com/kostya/eye-http

Http interface for the Eye gem

Last synced: 09 Nov 2024

https://github.com/kostya/curl-downloader

Powerfull http-client for Crystal based on libcurl binding.

Last synced: 24 Oct 2024

https://github.com/kostya/balancer

Simple Tcp Balancer

Last synced: 24 Oct 2024

https://github.com/kostya/socks

Socks5 server in Crystal. Simple implementation without auth, bind, associate and ipv6.

Last synced: 24 Oct 2024

https://github.com/kostya/eye-rotate

Log rotate for the Eye gem.

Last synced: 09 Nov 2024

https://github.com/kostya/confuddle

Utility for work with unfuddle.com account from console

Last synced: 09 Nov 2024

https://github.com/kostya/crystal-metric

This is set of 26 benchmarks for Crystal language, in one file.

Last synced: 02 Nov 2024

https://github.com/kostya/simple_idn

SimpleIdn for Crystal language. Translated from Ruby https://github.com/mmriis/simpleidn

Last synced: 24 Oct 2024

https://github.com/kostya/auto_constructor

Auto construct initialize methods for classes and structs

auto construct crystal

Last synced: 24 Oct 2024

https://github.com/kostya/redis-reconnect

Redis client with autoreconnection for slow clients (wrapper for stefanwille/crystal-redis). Used as part of redisoid shard.

Last synced: 24 Oct 2024

https://github.com/kostya/tkrzw

Fast Persistent Key Value Storage

Last synced: 24 Oct 2024

https://github.com/kostya/blank

method Blank for Crystal Language

Last synced: 24 Oct 2024

https://github.com/kostya/bin_script

Easy writing and executing bins(executable scripts) in Rails Application (especially for crontab or god). For my purposes much better than Rake, Thor and Rails Runner.

Last synced: 09 Nov 2024

https://github.com/kostya/timeouter

Simple timeouter

Last synced: 24 Oct 2024

https://github.com/kostya/nagios_helper

Gem for writing, testing, executing Nagios checks inside Rails application. Checks running throught http or script.

Last synced: 24 Oct 2024

https://github.com/kostya/sidekiq-kawai

Syntax sugar for Sidekiq consumers. Each consumer is a class, with clean interface, and custom logger.

Last synced: 24 Oct 2024

https://github.com/kostya/kyotocabinet

Fast Persistent Embedded KeyValue Storage. Wrapper for KyotoCabinet

Last synced: 24 Oct 2024

https://github.com/kostya/jaro_winkler

Crystal implementation of Jaro-Winkler distance algorithm which supports UTF-8 string

Last synced: 24 Oct 2024

https://github.com/kostya/public_suffix

Public Suffix for Crystal

Last synced: 24 Oct 2024

https://github.com/kostya/entities

Crystal html entities decoder

Last synced: 24 Oct 2024

https://github.com/kostya/pgq_web

Web interface for pgq gem. Inspect pgq and londiste queues

Last synced: 24 Oct 2024

https://github.com/kostya/idn_ffi

LibIdn FFI ruby binding

Last synced: 24 Oct 2024

https://github.com/kostya/resque-kawai

Syntax sugar for Resque consumers. Each consumer is a class, with clean interface, and custom logger.

Last synced: 24 Oct 2024

https://github.com/kostya/forking

Simple processes forking, and restarting. Master process starts as daemon.

Last synced: 24 Oct 2024

https://github.com/kostya/thread_pool

Simple Thread pool for Crystal

Last synced: 24 Oct 2024

https://github.com/kostya/stuffs

Some stuffs which i used in every project for Crystal. Mini ActiveSupport

Last synced: 24 Oct 2024

https://github.com/kostya/encoding_name

Normalizer of encoding name for Crystal (to use it in crystal internal encoder-decoder)

Last synced: 24 Oct 2024

https://github.com/kostya/fast_to_f

Fast floats parser in Crystal (wrapper for fast_double_parser).

Last synced: 24 Oct 2024

https://github.com/kostya/msgpack_protocol

Msgpack protocol for eventmachine

Last synced: 24 Oct 2024

https://github.com/kostya/encoding-kawai

EncodingKawai - little sintax sugar for ruby force_encoding, also working on 1.8.7.

Last synced: 24 Oct 2024

https://github.com/kostya/html_unicoder

Convert html page to utf-8 for Crystal language

Last synced: 24 Oct 2024

https://github.com/kostya/to_query

ActiveSupport to_query method for Crystal.

Last synced: 24 Oct 2024

https://github.com/kostya/find_lib

Find dynamic libary in system paths, multiplatform (to use dlopen and dlsym).

Last synced: 24 Oct 2024

https://github.com/kostya/nagios_rails_server

Async server for gem nagios_helper, based on rack,thin and async-sinatra.

Last synced: 24 Oct 2024

https://github.com/kostya/em-nodes

Simple abstraction on top of EventMachine for easy create clients, servers, workers, ...

Last synced: 24 Oct 2024

https://github.com/kostya/sidekiq-marshal

Marshal encoder for sidekiq. Enables when required.

Last synced: 24 Oct 2024

https://github.com/kostya/ruby-app-ar

RubyApp extension, adds ActiveRecord support.

Last synced: 24 Oct 2024

https://github.com/kostya/marshal64

Marshal + Base64 coder. Usefull for serialize data to db.

Last synced: 24 Oct 2024

https://github.com/kostya/jober

Simple background jobs, queues.

Last synced: 24 Oct 2024

https://github.com/kostya/resque-marshal

Marshal encoder for resque. Enables when required.

Last synced: 24 Oct 2024

https://github.com/kostya/nagios_check

Dsl to create nagios checks, inside application.

Last synced: 24 Oct 2024

https://github.com/kostya/ruby-app-cron

RubyApp extension, adds Forverb support.

Last synced: 24 Oct 2024

https://github.com/kostya/pg_reconnect

ActiveRecord PostgreSQL auto-reconnection, works with 2.3 and 3.2 rails. Uses hackety wrapper on adapter execute.

Last synced: 24 Oct 2024

https://github.com/kostya/stuff

some random stuff

Last synced: 24 Oct 2024

https://github.com/kostya/test_shard1

Last synced: 24 Oct 2024

https://github.com/kostya/flow

Last synced: 24 Oct 2024

https://github.com/kostya/simple_doc

Simple autodocumentation for Struct and Classes.

Last synced: 24 Oct 2024

https://github.com/kostya/idn

LibIdn crystal binding.

Last synced: 24 Oct 2024

https://github.com/kostya/test_shard2

Last synced: 24 Oct 2024