Thousands of startups are founded each year.
So as a public service I wrote a telegram bot to generate their names.
[Read More]
FlightControl RESTful web application
created by Almog Lev, Eyal Golan, Sapir Deutscher and Ofir Netzer.
The project features a flight control RESTful web application. The back-end was built using C#, ASP.NET Core, and Entity Framework (with in-memory SQL DB). We created a RESTful API using WebAPI. For unit testing we used Moq. The front-end was built using JavaScript, JQuery, Ajax and HTML. For the UI...
[Read More]
FlightSimulator Desktop App
created by Yair Hanimov and Eyal Golan.
The project features a flight simulator desktop application that interacts with a dedicated server.
We built our multithread application using C# and WPF with the MVVM software architectural pattern.
[Read More]
AR Tank Game
an AR two player shooting game by Eyal Golan and Yuval Kasner.
ARTankGame is an AR two player shooting game, created by Eyal Golan and Yuval Kasner. The game sets the playfield on a surface with 2 projectile tanks and 2 playable tanks. The goal - destroy the enemy! but avoid the projectiles missles, that just don’t stop shooting at you! You...
[Read More]
Guide to setting up a big endian machine
A while back I wrote a program that checks if the machine I’m running the program on is little or big endian. In order to check that the program recognizes a big endian machine, I needed to setup such a machine, and run my program on it. This is how:...
[Read More]