Mars Rover Vehicle Navigator:- Automakers make concept of launch vehicle of mars . NASA does too, but this one is for off-roading on Mars. Kennedy Space Center Visitor Complex’s Mars rover concept vehicle arrived at the Intrepid Sea, Air & Space . .NASA approved the rover vehicle design, but no U.S. tax dollars were used to fund the building of this vehicle.
Year: 2019
Weebot Aero E-Bike:- This tiny folding e-bike has a 45-mile range, and doesn’t need to be pedaled.Its top speed of 15 mph. Aero is less like a bicycle than it is a two-wheeled electric sit-down scooter, because it doesn’t even have pedals to drive its 12″ wheels, but with its focus on combining “speed, autonomy and efficiency” into a vehicle .
Starship -The future transport of 2050:- Elon Musk unveiled revised plans to travel to long-distance on Earth from one place to another place within half an hour with Starship and Super Heavy Rocket. Elon Musk showed a demonstration of the idea onstage, claiming that it will allow passengers to take most long-distance trips in just 30 minutes and go anywhere on Earth in under an hour for around the same
World’s largest aircraft took off over the Mojave Desert in California on Saturday. The first flight for the carbon-composite plane built by Stratolaunch Systems Corp, started by late Microsoft co-founder Paul Allen. Stratolaunch features:- Empty weight: 226,796 kilograms Length: 73 meters(238 feet long) Wingspan: 117 meters(385-foot)
In this Blog I will show how to install latest Python version 3.7.2 in UBUNTU. First we have to install some prerequisites using terminal in Ubuntu. use the following commands:- After install this we will use the following commands to install Python-3.7.2
Create an EAV Model in Magento2 in simple way. Employee entity,as per requirements,is modeled as an EAV model. First create an EAV model class,have to define under the app/code/Skynet/Office/Model/Employee.php file as follows: Extending from the Magento\Framework\Model\AbstractModel class,which is the same as with the simple model previously described. Next,we create an EAV model resource class,defined under under the app/code/Skynet/Office/Model/ResourceModel/Employee.php file as follows: