Giter VIP home page Giter VIP logo

ron leib's Projects

challenge icon challenge

This application is a social network that aims to get people to go out and do positive challenges by categories. Upload the videos to the App and get rated and rate another users Challenges videos.

compiler-shared-libraries-and-processes icon compiler-shared-libraries-and-processes

ntro: when we write a β€œnormal” C application, we have all the source code files.We compile and link them to a single executable file. We can also compile our code to a library that can be included to other projects statically or dynamically. In this task you are requested to produce a simple C executable, and a static/shared library that can be used by this executable. You are also requested to provide a Make file, that will help to utilize each of the sub tasks. You are requested to implement a launching app, that will start a few processes.

dronesim icon dronesim

2D Drone simulator done with Python (using Pygame). The final assignment in Autonumous Drones course.

dronesimulator icon dronesimulator

The main goal for this project is to try find good solution of small drone, flying inside indoor building without getting hit and crash. The project fully autonomous 2d drone simulator, this simulator is trying to be realistic as much as it can, with lidar sensors,gyroscope sensor ,optical flow sensor and speed sensor. We add a little bit noise to each sample to make it more realistic approach. Basic API with real-time info and also manual controlling. We also implemented kind of area mapping when the drone fly. This project written in Java.

ex1-polynom icon ex1-polynom

Welcome to Polynom's wiki. This project help you to learn about polynom. You can create function: polynom, monom, and complex function. First, i will explain about monom calss. monoms are the base of polynoms, monom defined in this form: ax^b , a is real number and b is natural number. You can init monom object by using this constructor: Monom firstMonom = new Monom(3,4); -> create 3x^4. You can also create by string Monom firstMonom = new Monom("3x") equals to Monom firstMonom = new Monom("3x^1");. More examples: Monom firstMonom = new Monom("-2"); equals to Monom firstMonom = new Monom("-2x^0"); equals to Monom firstMonom = new Monom(2,0);. to init a monom using the string constructor, dont use spaces.

gps_algorithms_javafx icon gps_algorithms_javafx

This project represents a Game based a graph-theory algorithms and java Gui Implemenatation the method's referee to an directional weighted graph , where every vertex is a Gps Coordinate . You can see in the graph a road-system or communication with a terrorist on it and a force that is moving that can kill the terrorist There are two main game modes one is Manual and the other is automatic

oop_19 icon oop_19

Notes for OOP TA sessions at Ariel University

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.