Pinned Repositories
FlashCards
Hackathon project
CodeExercises
Solutions to problems and puzzles
CPUParser
C++ exercise in creating parser and compiler for imaginary CPU with a defined set of commands. I created the user interface to convert assembly command file into binary file.
EventQuiz
An iOS app for social games of Q&As in events, allowing attendees to answer and/or post questions to the server. This project is still in progress. (Winter of 2012)
FlashCards
Hackathon project
FlashCards2014
An iOS 7 version of my Flash Card iPad app, with a new and improved design
JavaSpaceServer
A project for parallel and distributed programming course (Spring of 2004). An objects storage server, following the principles of "JavaSpace" - http://javaspaces.homestead.com, supplying read, write, take and notify actions.
PhotoSeshBooking
PhotoSeshBooking – A service for the busy photographer, to keep track of customers and bookings. RESTful Api Server, Java 8, Play Framework, PostgreSql, Hibernate, JUnit.
PickAWord
An iPhone vocabulary app. A picker is populate with SAT words, and a "roll" button that scrolls to a word at a random index.
SatSolver
My final project for the VLSI Lab during my B.Sc. degree (Spring of 2006). Bounded Model Checking (BMC) approach to solve a cnf Formula Satisfiability problem (SAT). A SAT Solver is a software tool solving a hardware problem - the logic formula represents a circuit design.
yaelwb's Repositories
yaelwb/PhotoSeshBooking
PhotoSeshBooking – A service for the busy photographer, to keep track of customers and bookings. RESTful Api Server, Java 8, Play Framework, PostgreSql, Hibernate, JUnit.
yaelwb/SatSolver
My final project for the VLSI Lab during my B.Sc. degree (Spring of 2006). Bounded Model Checking (BMC) approach to solve a cnf Formula Satisfiability problem (SAT). A SAT Solver is a software tool solving a hardware problem - the logic formula represents a circuit design.
yaelwb/FlashCards2014
An iOS 7 version of my Flash Card iPad app, with a new and improved design
yaelwb/CodeExercises
Solutions to problems and puzzles
yaelwb/CPUParser
C++ exercise in creating parser and compiler for imaginary CPU with a defined set of commands. I created the user interface to convert assembly command file into binary file.
yaelwb/PickAWord
An iPhone vocabulary app. A picker is populate with SAT words, and a "roll" button that scrolls to a word at a random index.
yaelwb/EventQuiz
An iOS app for social games of Q&As in events, allowing attendees to answer and/or post questions to the server. This project is still in progress. (Winter of 2012)
yaelwb/FlashCards
Hackathon project
yaelwb/JavaSpaceServer
A project for parallel and distributed programming course (Spring of 2004). An objects storage server, following the principles of "JavaSpace" - http://javaspaces.homestead.com, supplying read, write, take and notify actions.