Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed.
Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed.
2014-06-13
5.8
lynda.com: C & C++ Essential Training
Story of a snooty young critic at the centre of several plotlines which run throughout his apartment block.
C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. In these tutorials, David Gassner takes you through C#'s history, its core syntax, and the fundamentals of writing strong C# code. After explaining C#'s relationship to .NET and Windows, David shows how to install Visual Studio, a great IDE for developing in C#, and then dives into the language itself.
A look at the aftermath and global impact of the docuseries `Surviving R. Kelly'
An assumed-dead gangster wants to implicate a completely innocent man to pay for his crimes so he can give the slip to his avengers and persecutors.
A killer for the Russian Mafia in Vienna wants to retire and write a book about his passion - cooking. The mafia godfather suspects treason.
Johnny, a young man living in the UK, works tirelessly at a restaurant run by his ruthless boss, who values profit over people. Johnny hasn't seen his mother, who lives in Nepal, for five years. Despite his longing, his boss refuses to grant him time off when his mother invites him to celebrate the Dashain festival together, a cherished tradition involving family and festivities. Heartbroken, Johnny is forced to postpone the reunion, promising his mother he'll come next year.
Star is a young graffiti writer, the best in his city, Paris. His reputation attracts him as much into art galleries than in the police precincts. Accused of vandalism, he faces jail. Despite the threat, he decides to go to Rome with his crew in search of the meaning of his art.
My Chemical Romance in 2004 performing live in the Starland Ballroom in New Jersey.
The idea for hosting the concert was envisaged by Ronnie Lane, ex-bassist for The Small Faces and The Faces, himself a casualty of multiple sclerosis. The concert was billed as The Ronnie Lane Appeal for ARMS and featured a star-studded line-up of British musicians, including Jimmy Page, Eric Clapton, Jeff Beck, Steve Winwood, Andy Fairweather Low, Bill Wyman, Kenney Jones and Charlie Watts. The concert was particularly notable in the fact that it was the first occasion on which Clapton, Beck and Page, each a former lead guitarist for The Yardbirds, had performed together on stage.
Reformed jewel-thief Sophie Lang, tired of being questioned by the New York City police every time a jewel disappears, decides to head for California only to get into more trouble.
Enric Marco, ex-president of the Spain’s main deportees’ association, embarks on a car trip to Germany, a demythologising journey into his past. Two years earlier, a historian had shown that Enric Marco wasn’t the member of the Resistance he had claimed to be, and that he’d made up the stories of his experiences in a concentration camp that he had been recounting on television for years. Now, Marco retraces the route of his 1941 train journey as part of a convoy of workers sent by Franco to Hitler, in the middle of the Second World War.
The air in London was damp and cold, a stark contrast to the vibrant warmth of Kathmandu that Anmol often dreamed of. It had been five years since he left Nepal for the United Kingdom, chasing the dreams his mother, Susmita, had envisioned for him. She had sacrificed everything-her small savings, her comfort, and her daily joy of having her son by her side-so Anmol could study and build a better life abroad. Anmol was a hard worker, juggling university classes and long hours at Amrish's restaurant. The boss, a shrewd businessman, valued profits over people. Anmol, like the rest of the staff, was little more than a cog in the relentless machinery of the restaurant's success. One evening, after another grueling 12-hour shift, Anmol sat on his small bed in his shared apartment. His phone buzzed. It was his mother. "Anmol, Dashain and Tihar are coming. I've cleaned the house and even set aside some money to buy your favorite sweets.
Amateur sleuth Samantha Kinsey's latest case has her trying to figure out who killed her best friend Barbara after she was left out of her family's will and every one of the family members become suspects.
Logan Blade is a tough police officer who has to confront a gang led by ruthless Colonel Walsh.
Paint-ball playing computer geeks who invent a computer chip which can keep the government or any agency from gaining access to computer files are targeted by government assassins during a paint-ball competition.
Angela Bennett is a freelance computer systems analyst who tracks down software viruses. At night she hooks up to the internet and chats to others 'surfing the net'. While de-bugging a new high-tech game for a cyber friend, she comes across a top secret program and becomes the target of a mysterious organization who will stop at nothing to erase her identity and her existence, in order to protect the project.
A lonely university student develops a romance with a beautiful interesting woman, who turns out to be a cyborg from the future.
After tragedy strikes, a meek Ruby Oliver enters a broken VR game for a last chance to see the dead. Little does she know that this game treats all girls as a virus as she fights to save herself.
This course provides the core knowledge to begin programming in any language. Simon Allardice uses JavaScript to explore the core syntax of a programming language, and shows how to write and execute your first application and understand what's going on under the hood. The course covers creating small programs to explore conditions, loops, variables, and expressions; working with different kinds of data and seeing how they affect memory; writing modular code; and how to debug, all using different approaches to constructing software applications. Finally, the course compares how code is written in several different languages, the libraries and frameworks that have grown around them, and the reasons to choose each one.
Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself is not a language; it's simply a set of ideas and concepts. Let Simon Allardice introduce you to the terms—words like abstraction, inheritance, polymorphism, subclass—and guide you through defining your requirements and identifying use cases for your program. The course also covers creating conceptual models of your program with design patterns, class and sequence diagrams, and unified modeling language (UML) tools, and then shows how to convert the diagrams into code.
Join author David Gassner as he explores Java SE (Standard Edition), the language used to build mobile apps for Android devices, enterprise server applications, and more. This course demonstrates how to install both Java and the Eclipse IDE and dives into the particulars of programming. The course also explains the fundamentals of Java, from creating simple variables, assigning values, and declaring methods to working with strings, arrays, and subclasses; reading and writing to text files; and implementing object oriented programming concepts.
Use JavaScript to add new features and a richer, more compelling user interface on web pages. This course keeps current best practices and practical uses for JavaScript in mind, while covering syntax, working with the DOM, and developing and debugging across multiple platforms, devices, and browsers. Author Simon Allardice also shows how to progressively enhance and gracefully degrade web pages, and take advantage of the world of JavaScript libraries now available.
This course is an introduction to developing Java applications for various runtime environments. Author Todd Perkins explains how to configure the development environment, connect a web application to a MySQL database, and build a user interface with the Swing framework. The course also covers publishing applets in a web browser, working with XML data, and creating apps for Android devices.
Java Advanced Training shows developers how to expand their programming skills and get more out of Java. This course offers platform- and framework-neutral tutorials that can be used to build web, mobile, and desktop applications. Starting with advanced methods of defining Java classes and programmatic flow, author David Gassner goes on to describe the Java Reflection API and the Collections Framework; management of files and directories; test-driven development with advanced exception handling and reporting; and how to work with multiple threads.
Grace Hopper dedicated her life to bringing computers to the masses, when most supposed the technology was only useful for scientists and the military. Through her genius, she taught software English, so that everyone could communicate with computers.
Stephen Hawking has warned that the creation of powerful artificial intelligence will be “either the best, or the worst thing, ever to happen to humanity”. Inspired by Brian Christian’s study The Most Human Human: What Artificial Intelligence Teaches Us About Being Alive, the filmmakers set out on an international investigation highlighting the effects of AI - scenes from our daily lives destructive and constructive.
iOS app development is actually simpler than you might think, even if you're not an experienced programmer. In this course we bundle the most important concepts in iOS, explaining the development process in a visual way that people of any background can understand. No programming experience required! At the end, you'll have a finished app and a basic understanding of Xcode, the toolset for developing iOS apps; building blocks like variables, functions, and conditional statements; and interface design. You can also figure out if an iOS learning path is right for you, without a lengthy time commitment.
Two recently laid-off men in their 40s try to make it as interns at a successful Internet company where their managers are in their 20s.
A tale of how the great vision and epic failure of General Magic, the "greatest dead company in Silicon Valley", changed the lives of billions.
Follows the dramatic journeys of video game developers as they create and release their games to the world. It's about making video games, but at its core, it's about the creative process, and exposing yourself through your work.
Join high school-aged girls from around the world as they try to better their community through technology and collaboration in this thrilling, heartfelt documentary. By 2017, the app market will be valued at $77 Billion. Over 80% of these developers are male. The Technovation Challenge aims to change that by empowering girls worldwide to develop apps for an international competition. From rural Moldova to urban Brazil to suburban Massachusetts, CODEGIRL follows teams who dream of holding their own in the world’s fastest-growing industry. The winning team gets $10K to complete and release their app, but every girl discovers something valuable along the way.
At the American Computer Chess Convention, enthusiasts gather to pit their programs against other computer chess programs and human players in a tournament for a grand prize of $7500.
A documentary about the world of software and the software makers. How do people from outside the industry see it and what do people from inside the industry think about regular computer users?