Tag Archives: System
TEA TIME WITH FUCHSIA SDK: ANDROID WILL BE OUT OF DATE SOON. FUCHSIA IS COMING
TEA BREAK WITH NANOCAD: COMMAND LINE BAR AND DRAWING YOUR FIRST LINE
NOTE: You may download codes and extra source material for this book from https://bookofengineering.com/books/nanocad/
Continue reading TEA BREAK WITH NANOCAD: COMMAND LINE BAR AND DRAWING YOUR FIRST LINETEA BREAK WITH C++: MY FIRST C++ PROGRAM
NOTE: You may download codes and extra source material for this book from https://bookofengineering.com/easyseries/
- //my first c++ program
- #include <iostream>
- using namespace std;
- int main(){
- cout<<“hello world!”;
- return 0;
- system(“pause”);
- }
- /* This ends
- the file */
LEARNING GITHUB
Github is a place where people collaborate to code. You can add people to projects. You can “fork” from other people’s work. You can collaborate with anyone around the world. Version controlling lets you differentiate between different versions. Do you remember giving your code file that you give names like final.cpp, finalfinal.cpp, final2.cpp, thisislast.cpp and goes on. This is the same thing, online.
Continue reading LEARNING GITHUB3M MOLECULAR DETECTION SYSTEM
With the help of this tool from 3M and Hamilton’s molecular detection system, for testing laboratories has more ability and have less time to finish more test. This automation helps real saving time.
Continue reading 3M MOLECULAR DETECTION SYSTEMTHE PREMIERE 4K SMART LASER PROJECTOR FROM SAMSUNG
Today we will review the smart projector from Samsung: The Premiere.
According to samsung.com, it gives you big theater screen experience at your home.
Continue reading THE PREMIERE 4K SMART LASER PROJECTOR FROM SAMSUNG