Pinned Repositories
abbreviated_dates
Clarify abbreviated, ambiguous and incomplete dates meanings according to cultural contexts.
Basic
Well, here I´m saving all my projects, named as basic since I know that making this it´s not a big deal
cassandra-object-mapping
CassandraObjectMapping
conrado-m.github.io
crgz
fuzzy_dates
Python parser for abbreviated, ambiguous, incomplete dates in multiple languages
industrial-precision-visualizer
Real Time Event Driven Node.Js Application
kenzan-hack-night-kubernetes
Kenzan Denver Hack Night - Continuous integration and delivery with Kubernetes Demo
provisioning-tool
py_to_plantuml
Creates UML class diagrams from Python pylint's pyreverse generated .dot files.
crgz's Repositories
crgz/abbreviated_dates
Clarify abbreviated, ambiguous and incomplete dates meanings according to cultural contexts.
crgz/fuzzy_dates
Python parser for abbreviated, ambiguous, incomplete dates in multiple languages
crgz/Basic
Well, here I´m saving all my projects, named as basic since I know that making this it´s not a big deal
crgz/industrial-precision-visualizer
Real Time Event Driven Node.Js Application
crgz/provisioning-tool
crgz/py_to_plantuml
Creates UML class diagrams from Python pylint's pyreverse generated .dot files.
crgz/cassandra-object-mapping
CassandraObjectMapping
crgz/conrado-m.github.io
crgz/crgz
crgz/kenzan-hack-night-kubernetes
Kenzan Denver Hack Night - Continuous integration and delivery with Kubernetes Demo
crgz/cumulative-grade-calculator
CumulativeGradeCalculator
crgz/linear-interpolator
LinearInterpolator
crgz/lowlighter
🦑 A GitHub profile auto-generated with metrics, starred topics, an isometric contribution calendar, suggested music tracks, website performances, most used languages, etc. !
crgz/machine-learning
crgz/poll-memory-stats
crgz/PostgreSQL-on-Docker
crgz/prototype-contacts
crgz/prototype-saml
crgz/simple-linear-regression
crgz/sonar-xml
crgz/swi-prolog-installer
crgz/swine
crgz/time-based-one-time-password
crgz/to-be-reused
crgz/transactions
This repository contains the preliminary implementation of a simple end to end event-driven reactive JSON REST APIs for reporting streamed statistics over a sliding window of pre-established time. The current default time of operation is 60 seconds. The API minimize processing time using non-blocking asynchronous I/O. The primary input end-point of this API is in charge of loading data into the system in the form of events. Is called every time a transaction is made. The other one returns the statistic of the events collected during the pre-defined window of time.
crgz/ubuntu-settings
crgz/workbook
The WorkbookData class uses the Apache POI project to load data from an Excel spreadsheet and transform it into a Collection. A CustomMapper class provides the translation between the data and the logic. See an example in in section Usage