Sebastian 2024 - Movies (Oct 2nd)
Hounds of War 2024 - Movies (Oct 2nd)
A Quiet Place Day One 2024 - Movies (Oct 2nd)
Cabrini 2024 - Movies (Oct 2nd)
The Day the Earth Blew Up A Looney Tunes Movie 2024 - Movies (Feb 19th)
The Forgotten Coast 2024 - Movies (Feb 19th)
Controlling My Husband 2024 - Movies (Feb 19th)
Rosebud Baker The Mother Lode 2025 - Movies (Feb 18th)
We Beat the Dream Team 2025 - Movies (Feb 18th)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
- (Jan 1st)
Gogglebox Australia - (Feb 20th)
The Chase Australia - (Feb 20th)
Australia on Fire- Climate Emergency - (Feb 20th)
The Family Business- New Orleans - (Feb 20th)
Ozark Law - (Feb 20th)
Dateline- Secrets Uncovered - (Feb 20th)
The Chief - (Feb 20th)
Storyville - (Feb 20th)
Bangers and Cash - (Feb 20th)
Tribunal Justice - (Feb 20th)
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)
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?
A lonely university student develops a romance with a beautiful interesting woman, who turns out to be a cyborg from the future.
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.
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.
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.