Popularity
3.6
Declining
Activity
0.0
Stable
8
3
2
Programming language: Crystal
License: MIT License
Tags:
Misc
turkish-number alternatives and similar shards
Based on the "Misc" category.
Alternatively, view turkish-number alternatives based on common mentions on social networks and blogs.
-
guardian
Guardian watches over your files and run assigned tasks. -
sentry
Build/Runs your crystal application, watches files, and rebuilds/restarts app on file changes -
immutable
Thread-safe, persistent, immutable collections for the Crystal language -
crystagiri
An Html parser library for Crystal (like Nokogiri for Ruby) -
crz
Functional programming library for https://github.com/crystal-lang/crystal -
crystal-web-framework-stars
⭐️ Web frameworks for Crystal, most starred on Github -
cron_scheduler
Simple job scheduler with crontab patterns for Crystal Language. -
inflector.cr
Inflector shard for Crystal. A port of ActiveSupport::Inflector -
crystal-futures
Future type implementation for Crystal language -
aasm.cr
:arrows_clockwise: Easy to use finite state machine for Crystal classes -
kreal
Kreal is a model sharing & RPC library built on and works with Kemal seamlessly. -
retriable.cr
Retriable.cr is a simple DSL to retry failed code blocks -
ulid
Universally Unique Lexicographically Sortable Identifier (ULID) in Crystal -
CrSerializer
Extensible annotation based serialization/deserialization library -
circuit_breaker
Implementation of the circuit breaker pattern in crystal -
burocracia.cr
No dependency Crystal shard to validate, generate and format Brazilian burocracias such as CPF, CNPJ and CEP -
wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :) -
m3u8
Generate and parse m3u8 playlists for HTTP Live Streaming (HLS) in Crystal. -
atomic_write.cr
Extends `File` to provide `atomic_write()`. -
message_verifier.cr
Rails compatible MessageVerifier for Crystal-lang apps
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of turkish-number or a related project?
README
turkish-number
_ _ _ _ _
| | | | (_) | | | |
| |_ _ _ _ __| | ___ ___| |__ ______ _ __ _ _ _ __ ___ | |__ ___ _ __
| __| | | | '__| |/ / / __| '_ \______| '_ \| | | | '_ ` _ \| '_ \ / _ \ '__|
| |_| |_| | | | <| \__ \ | | | | | | | |_| | | | | | | |_) | __/ |
\__|\__,_|_| |_|\_\_|___/_| |_| |_| |_|\__,_|_| |_| |_|_.__/ \___|_|
turn integers into the Turkish words for Crystal Language
adapted from hynkle/turkish_number Ruby Gems.
it has been reorganized and improved for Crystal.
features
- turn integers into the Turkish words (including negative numbers)
- only Int32 data type support (for now)
- Number range: -2147483648 / 2147483647 (Int32 - Crystal API)
installation
add this to your application's shard.yml
:
dependencies:
turkish-number:
github: izniburak/turkish-number
Usage
require "turkish-number"
puts 1881.tr_words # bin sekiz yüz seksen bir
puts 1938.tr_words # bin dokuz yüz otuz sekiz
puts 75986346.tr_words # yetmiş beş milyon dokuz yüz seksen altı bin üç yüz kırk altı
puts -102574.tr_words # eksi yüz iki bin beş yüz yetmiş dört
# bla bla bla ...
Contributing
- fork it ( https://github.com/izniburak/turkish-number/fork )
- create your feature branch (git checkout -b my-new-feature)
- commit your changes (git commit -am 'Add some feature')
- push to the branch (git push origin my-new-feature)
- create a new Pull Request
Contributors
- izniburak İzni Burak Demirtaş - creator, maintainer