Chasing Chasing Amy 2023 - Movies (Dec 17th)
The Apprentice 2024 - Movies (Dec 17th)
Chris Bumsteads the Raw Story 2024 - Movies (Dec 17th)
The Soham Murders 2023 - Movies (Dec 17th)
O Cmon All Ye Faithful 2024 - Movies (Dec 17th)
Hounds of War 2024 - Movies (Oct 2nd)
Knox Goes Away 2023 - Movies (Oct 2nd)
A Quiet Place Day One 2024 - Movies (Oct 2nd)
Cabrini 2024 - Movies (Oct 2nd)
Ronny Chieng Love to Hate It 2024 - Movies (Dec 17th)
Blink 2024 - Movies (Dec 17th)
The Bibi Files 2024 - Movies (Dec 17th)
Anora 2024 - Movies (Dec 17th)
All the Lost Ones 2024 - Movies (Dec 17th)
The Callers 2024 - Movies (Dec 16th)
MnM 2023 - Movies (Dec 16th)
Hostile Forces 2023 - Movies (Dec 16th)
Terrifier 3 2024 - Movies (Dec 16th)
Abruptio 2023 - Movies (Dec 16th)
A Legend 2024 - Movies (Dec 16th)
Following Yonder Star 2024 - Movies (Dec 16th)
For the Love of DILFs - (Dec 17th)
The 11th Hour with Stephanie Ruhle - (Dec 17th)
Letters and Numbers - (Dec 17th)
The Hundred with Andy Lee - (Dec 17th)
Watch What Happens Live with Andy Cohen - (Dec 17th)
Gangland Chronicles - (Oct 1st)
Ruby Wax- Cast Away - (Oct 1st)
Deadliest Catch - (Oct 2nd)
Murder in a Small Town - (Oct 2nd)
Slow Horses - (Oct 2nd)
Bad Monkey - (Oct 2nd)
Midnight Family - (Oct 2nd)
Wheres Wanda - (Oct 2nd)
Tell Me Lies - (Oct 2nd)
Seoul Busters - (Oct 2nd)
American Sports Story - (Oct 2nd)
The Bay - (Oct 2nd)
The Kelly Clarkson Show - (Oct 2nd)
Rugged Rugby- Conquer or Die - (Dec 17th)
Secret Level - (Dec 17th)
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.
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.
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?
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.
A lonely university student develops a romance with a beautiful interesting woman, who turns out to be a cyborg from the future.
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.
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.