Pinned Repositories
AX_Build_Scripts
build_client
build_scripts
Build scripts for AX
build_server
BuildScrips_min
A minimized version of a BuildScripts repo (folder) suitable for service state monitoring and maintenance.
choice_context
crawler
A high performance web crawler in Elixir.
dapdizzy
Config files for my GitHub profile.
distr_logger
A distributed (by prpocesses for now) logger in Elixir. Just a fun project to code as an excercise and better understand various concepts of asynchronous progreamming in Elixir in practice.
telegram_bot
An Elixir telegram bot.
dapdizzy's Repositories
dapdizzy/telegram_bot
An Elixir telegram bot.
dapdizzy/BuildScrips_min
A minimized version of a BuildScripts repo (folder) suitable for service state monitoring and maintenance.
dapdizzy/choice_context
dapdizzy/crawler
A high performance web crawler in Elixir.
dapdizzy/dapdizzy
Config files for my GitHub profile.
dapdizzy/distr_logger
A distributed (by prpocesses for now) logger in Elixir. Just a fun project to code as an excercise and better understand various concepts of asynchronous progreamming in Elixir in practice.
dapdizzy/Elixir-Slack
Slack real time messaging client in Elixir
dapdizzy/EmailPhoneConverter
An utility to extract emails and phone numbers from the CSV file, hash them and write to the output csv file with a comma (,) delimiter.
dapdizzy/encryption_samples
Simple Elixir encryption utils library for encryption/decryption implementation using key derivation function.
dapdizzy/file_surrender
A web site for persisting secure paswors or other sensitive info.
dapdizzy/HttpHelperUtility
Http Helper Utility to ease (or even enable) http alls (behind a proxy) for MS Dynamics AX.
dapdizzy/Jacob
Jacob - is my brand new Elixir Slack Bot!
dapdizzy/json_helper
A tiny helper lib for specific data processing tasks that somehow end up as JSON.
dapdizzy/json_utils
Some json utils to play with, like querying JSON by expression, same as XPath works.
dapdizzy/JsonDataCommunicatorClient
It's just a stub for trying out ways to store various JSONs in Heroku Data Storage Arr-Ons.
dapdizzy/JSONFilter
A sample project allowing to filter JSON by multiple criterias joined by logical AND, defined also as JSON.
dapdizzy/min_scripts
Minimalistic scripts for enabling service status/startup mode poll and start/stop actions.
dapdizzy/neural_network
Neural netword implementation in Elixir
dapdizzy/quantum-elixir
Cron-like job scheduler for Elixir
dapdizzy/rabbitmq_receiver
A GenServer-ish implementation of a RabbitMQ receiver service.
dapdizzy/rabbitmq_sender
A simple GenServer-ish implementation of a RabbitMQ sender in Elixir.
dapdizzy/remote_shell_executor
A GenServer-ish implementation of a remote Shell-executor written in Elixir.
dapdizzy/scripts_min
Service related scripts minimal version.
dapdizzy/services_watcher_sup
A Supervised Services Watcher.
dapdizzy/shell_executor
An Elixir implementation of a handly Shell-Executor that allows to execute shell commands passing arguments and returning result as a string.
dapdizzy/slack_sender
An HTTP-proxy for sending messages to Slack.
dapdizzy/task_keeper
An Elixir lib to keep up to certain amount of running tasks while spawning new ones instantaneously when one of the running tasks exits.
dapdizzy/task_keeper_home
An Elixir lib for managing Tasks that allows to have a certain number or running tasks, certain number of tasks to be queued for later execution while letting the caller know when it has gone out of room and the caller has to stick with it's task till some room frees. It could also support the capability of letting a limited number of callers know when it'sll be capable to enqueue or event jump start the execution of their tasks. It's an edition I develop from home.
dapdizzy/timer_job
Timer Job: a library allowing to schedule simple action (function whose result value is ignored) to be called recurrently and probably asynchronously (that is no matter how long a single 'call' lasts, the next one will occur according to the schedule interval defined).
dapdizzy/xpo_parser
An Elixir-based parser for XPO (Dynamics AX, Axapta) export files.