Pinned Repositories
agilefreaks-coffee-shops-app-test
Agile Freaks interview challenge, 2021. My first React app, and my first PR being reviewed.
agilefreaks-todos-app
Pair programming a frontend React webapp that manages (create, read, update, delete) a list of "to do" items, connected to a `json-api` backend server.
android-simple-counter
The most basic android app you can think of: tap the screen, increment a counter.
file-compression
Java implementation of the Huffman, LZ77, and LZW compression algorithms.
multimedia-html-cast
Use your smart tv web browser to view (cast) local multimedia files from your PC in a html web page served locally (LAN). Useful when other cast methods are not available.
ninety-nine-elm-problems
Sharpen your functional programming skills with Werner Hett's Ninety-nine Problems, adapted to Elm by John Crane, solved and presented in an interactive fashion by me..
visma-shortest-code-contest-2nd-edition
Solve the C++ challenge using the shortest amount of code (what is known as codegolf).
robertlisaru's Repositories
robertlisaru/file-compression
Java implementation of the Huffman, LZ77, and LZW compression algorithms.
robertlisaru/android-simple-counter
The most basic android app you can think of: tap the screen, increment a counter.
robertlisaru/multimedia-html-cast
Use your smart tv web browser to view (cast) local multimedia files from your PC in a html web page served locally (LAN). Useful when other cast methods are not available.
robertlisaru/visma-shortest-code-contest-2nd-edition
Solve the C++ challenge using the shortest amount of code (what is known as codegolf).
robertlisaru/agilefreaks-coffee-shops-app-test
Agile Freaks interview challenge, 2021. My first React app, and my first PR being reviewed.
robertlisaru/agilefreaks-todos-app
Pair programming a frontend React webapp that manages (create, read, update, delete) a list of "to do" items, connected to a `json-api` backend server.
robertlisaru/ant-colony-optimization
Draw arbitrary points on the board and let the 🐜 "ant colony optimization" algorithm find and display the shortest path crossing all of your points.
robertlisaru/ninety-nine-elm-problems
Sharpen your functional programming skills with Werner Hett's Ninety-nine Problems, adapted to Elm by John Crane, solved and presented in an interactive fashion by me..
robertlisaru/bearingpoint-internship-2018
A simple task manager application written at the Software Engineering training organized by BearingPoint: Database design, Java, Maven, Git, Trello, Slack in a team of 6 students.
robertlisaru/broccoli-tutorial
Learning how transpiling, minification, fingerprinting (cache busting), linting, and module bundling works, by following the Broccoli tutorial.
robertlisaru/cpu-simulator
See what's going on inside a simple CPU when executing a piece of code.
robertlisaru/elm-todos-app
Learning Elm functional programming by building a frontend webapp that manages a list of "to do" items, connected to a `json-api` backend server.
robertlisaru/infoarena-nostalgia
Rezolvări la probleme de algoritmică de pe infoarena.ro. Ca în liceu.
robertlisaru/iquest-java-internship-2017
Java coding challenges at iQuest internship, back in 2017. Classes Objects Inheritance and UML, Interfaces and Polymorphism, Inheritance versus Composition, Error Handling and Strings, Reflection, Enums and Annotation, Data Types.
robertlisaru/matching-pennies-ai
You choose HEADS or TAILS and the AI will predict and oppose your choice.
robertlisaru/multithreaded-quick-sort
Sorting data faster by splitting the work across multiple CPU cores.
robertlisaru/Python-problem
Pair programming with my wife. What could go wrong?
robertlisaru/robertlisaru
robertlisaru/visma-shortest-code-contest-1st-edition
Solve the C++ challenge using the shortest amount of code (what is known as codegolf).
robertlisaru/web-ui-experiments
Testing various web UI elements, widgets, menus, transitions, animations, layouts, and more.