Skip to content

Month: September 2019

Multitasking on iPadOS

iPadOS evolved from iOS to take advantage of iPad’s larger screen. With a larger screen, it’s most naturally to think of enhancing multitasking capabilities on the device. Two particular features that will help anyone with using multiple apps at the same time are explained clearly in Apple Support’s YouTube channel. Multitask with Split View Slide Over

Install FreeRADIUS on Ubuntu Server 18.04.3

FreeRADIUS is an open source application that allows network to authenticate users who want to access network resources, such as the internet. Some routers provide built-in hotspot features that provide such function, but they usually lack comprehensive features for school use, such as tracking of usage. Since FreeRADIUS is available free for use, most enterprises use it to authenticate their users. In this tutorial, I would go through the steps to install and set up FreeRADIUS on a Ubuntu Server 18.04.3. The tutorial is divided into two parts: Apache, MariaDB and PHP, and the installation of FreeRADIUS itself. Install Apache…

Unit 1.3: User Entry

Objectives Create a text field in Interface Builder Connect the text field to the view controller as an IBOutlet Print the value from the text field as a String to console https://github.com/Classroom-Technologies-LLP/Unit-1.3-User-Entry

Unit 1.2: Simple Calculator

In this unit, you will use a UIButton to create an Action that adds two numbers. Objectives Declare variable and constant identifiers. Operating on two identifiers. Challenge Create a 4-buttons calculator that add, subtract, multiply and divide two identifiers of Double data type. Git Repo https://github.com/Classroom-Technologies-LLP/Unit-1.2-Simple-Calculator

Unit 1.1: Hello World

In this unit, you will learn how to add a button to the iPhone in the Interface Builder and print the String “Hello World” when the button is tapped. https://github.com/Classroom-Technologies-LLP/Unit-1.1-Hello-World