Lab Example 1

Cras justo odio, dapibus ac facilisis into egestas

Donec semper tempus nisi, non gravida augue iaculis ate. Maecenas pharetra turpis est, vitae venenatis eleifend itae amet. Mauris sit amet sapien eget lacus posuere . Aliqusa condimen tum purus lectus, id commodo reelit ullamcorpe at. Duis in neque elit. Donec sit amet arcu a nislae rhoncu sodales vel lacus. Quisq sit amet lacus nisl augue. Nullae por ornare erat, commodo ultrices laoreet odio pharetrase. Duispas mod felis vel est porttitor interdum. Sed risusdak velit, facilisis et arcu hendrerit, scelerisque iaculis felis...

Compile C++ online

Cudos to Luke Coddington for finding and testing a C++ online compiler, that works! ;-) OnlineGDB.com is an online compiler and debugger tool for C/C++ languages. It is world's first online IDE which gives debugging facility with embedded gdb debugger. This is very handy webapp for coders who loves coding in online IDE but faces unexpected crashes and tricky bugs in their code. OnlineGDB provides debugging power to such users to help them out. So all in all, its great online IDE powered with code editor, compiler and debugger. Here is short demo to get your started.

Inheritance vs. Access

public – object of derived class can be treated as object of base class (not vice-versa) protected – more restrictive than public, but allows derived classes to know details of parents private – prevents objects of derived class from being treated as objects of base class.

Inheritance vs. Access

public – object of derived class can be treated as object of base class (not vice-versa) protected – more restrictive than public, but allows derived classes to know details of parents private – prevents objects of derived class from being treated as objects of base class.

Inheritance vs. Access

public – object of derived class can be treated as object of base class (not vice-versa) protected – more restrictive than public, but allows derived classes to know details of parents private – prevents objects of derived class from being treated as objects of base class.

Inheritance vs. Access

public – object of derived class can be treated as object of base class (not vice-versa) protected – more restrictive than public, but allows derived classes to know details of parents private – prevents objects of derived class from being treated as objects of base class.

Inheritance vs. Access

public – object of derived class can be treated as object of base class (not vice-versa) protected – more restrictive than public, but allows derived classes to know details of parents private – prevents objects of derived class from being treated as objects of base class.

The Secret History of Women in Coding

New York Times. Almost 200 years ago, the first person to be what we would now call a coder was, in fact, a woman: Lady Ada Lovelace. As a young mathematician in England in 1833, she met Charles Babbage, an inventor who was struggling to design what he called the Analytical Engine, which would be made of metal gears and able to execute if/then commands and store information in memory. Enthralled, Lovelace grasped the enormous potential of a device like this. A computer that could modify its own instructions and memory could be far more than a rote calculator, she realized. See full article here.

Lockheed Martin Jobs & Internships - On Campus Interviews 2/21. The deadline to apply is this Friday, February 15

Lockheed Martin will be at UCCS during EAS Engineering Week on Thursday (February 21). We have multiple full-time and internship opportunities available in the following areas: Software, Electrical/Computer, Mechanical, Manufacturing & Systems Engineering.

Generally speaking, we are seeking those candidates with solid technical and communication skills.

Visit this link UCCS Lockheed Martin UCCS Job Postings to view and apply to the positions of interest to you. You must plan to be on campus and be a US citizen to be considered for an interview.

The deadline to apply is Friday, February 15. You will be notified if you were selected by Tuesday, February 19.

Tech Is Splitting the U.S. Work Force in Two

New York Times. A small group of well-educated professionals enjoys rising wages, while most workers toil in low-wage jobs with few chances to advance. Taser assembly at Axon in Scottsdale, Ariz. While some jobs are changing or being eliminated because of automation, many positions at Axon still require the dexterity of human hands.CreditCreditDominic Valente for The New York Times

C++ implementation of OpenPIV using Ubuntu 16.04 LTS

C++ implementation of OpenPIV using Ubuntu 16.04 LTS. This is a C++ implementation of particle image velocimetry (PIV). The original source code for openpiv-c--qt can be found at the following URL (I changed a few things according to pull requests found on the github page): https://github.com/OpenPIV/openpiv-c--qt URL for instructions to install OpenCV (I used 'Option 2'): http://milq.github.io/install-opencv-ubuntu-debian/ background_segmentation contains code that creates threshold images from a video my friend took of beer brewing (this video was taken with a smartphone). Those generated images can then be used with the Qt gui to generate vector maps.

Lockheed Martin STEM Scholarship Now Open!

Here is the link. Lockheed Martin has launched a new scholarship program to provide opportunities to students who want to build their talents and change the world! Beginning in 2019, we are awarding 200 scholarships of $10,000 per student – renewable each year. The program will continue to add up to 200 new recipients each year, and will be open to individuals studying engineering or computer science that demonstrate financial need and come from underrepresented or underserved communities. The scholarship program doesn’t end with a check. Mentoring opportunities will be a key component of the program, and recipients will also be eligible for Lockheed Martin internship opportunities following their freshman year in college.

Computer Science is no more about computers than astronomy is about telescopes.

- Edsger W. Dijkstra -