Pinned Repositories
barbershop_simulation
A school laboratory which implements the "barbershop" waiting queue problem. I used DESP-C++ package for discrete event simulation.
HorizontalTable
Scrollable tableView that moves in a left/right direction but is as efficient as a regular UITableView
jugglingdb
Multi-database ORM: redis, mongodb, mysql, sqlite, postgres, neo4j, memory... Many databases, common API.
multiple_queues_simulation
This application is a simulaiton of multi-teller bank with jockeying problem. I used J-Sim library for simulaiton.
optical_character_recognition
Small experiment on optical character recognition with neural networks.
rails_upload_demo
Example app for thin_upload gem written in rails.
sinatra_upload_demo
Example app for thin_upload gem written in sinatra.
thin_upload
A gem for tracking file upload progress for thin server
xml_rpc_client
A client application for the xml_rpc_server. Connects to the client through http, with xml-rpc communication layer.
xml_rpc_server
A small application which connects to a database and listens to incomming requests, using xml-rpc protocol.
dombesz's Repositories
dombesz/optical_character_recognition
Small experiment on optical character recognition with neural networks.
dombesz/thin_upload
A gem for tracking file upload progress for thin server
dombesz/barbershop_simulation
A school laboratory which implements the "barbershop" waiting queue problem. I used DESP-C++ package for discrete event simulation.
dombesz/HorizontalTable
Scrollable tableView that moves in a left/right direction but is as efficient as a regular UITableView
dombesz/jugglingdb
Multi-database ORM: redis, mongodb, mysql, sqlite, postgres, neo4j, memory... Many databases, common API.
dombesz/multiple_queues_simulation
This application is a simulaiton of multi-teller bank with jockeying problem. I used J-Sim library for simulaiton.
dombesz/rails_upload_demo
Example app for thin_upload gem written in rails.
dombesz/sinatra_upload_demo
Example app for thin_upload gem written in sinatra.
dombesz/xml_rpc_client
A client application for the xml_rpc_server. Connects to the client through http, with xml-rpc communication layer.
dombesz/xml_rpc_server
A small application which connects to a database and listens to incomming requests, using xml-rpc protocol.
dombesz/activerecord-import
A library for bulk insertion of data into your database using ActiveRecord.
dombesz/backbone
Give your JS App some Backbone with Models, Views, Collections, and Events
dombesz/backbone-deep-model
Improved support for models with nested attributes.
dombesz/mobileorg
MobileOrg iPhone App
dombesz/omniauth
OmniAuth is a flexible authentication system utilizing Rack middleware.
dombesz/prime-generator
A small program that generates and checks prime numbers based on the algorithm sieve of erastothenes.
dombesz/rails-backbone
A short demo on how to use backbone events to communicate between different backbone views. Server side is in rails
dombesz/Resume
A markdown port of my resume
dombesz/ruby-mpns
A ruby library to communicate with Microsoft Push Notification Service.
dombesz/view_components
ViewComponents for the Primer Design System