change font size in xcode

change font size in Xcode dynamically

Change font size in Xcode dynamically A short description on how to change font size dynamically. Without having to enter Xcode settings and change font size there….

ZEEF – the top lists of information

ZEEF THE NEW GOOGLE ZEEF is like the new google for me lately. There is like human driven databases of information about almost anything. I’ll give you…

extract ip

Extract IP from ssh log file

Extract IP from ssh log Extract IP from ssh log file, shown on a Debian system. Every day I see brute force attempts on my ssh, from…

Xcode 7 iOS icon sizes

Xcode 7 iOS icon sizes overview

Xcode 7 iOS icon sizes overview If you are looking for the Xcode 8 iOS icon sizes overview, please click the link there. Xcode 7 iOS icon…

Swift loops

Swift loops – Basic looping in swift

Swift loops Some basic introduction to Swift loops. Swift Loops: For loop For loops are the same as the traditional C loops. If you have experience from…

Swift Array

Swift Array – basic introduction

Swift array Swift Array An array in Swift, and any other programming language who support arrays, is a list of data. Those data can be any datatype….

Swift Variables

Swift Variables, Basic Intro

Swift Variables Some basic information about Swift variables. Nothing to complicated if you programmed before, no matter what language you used. Variables are variables in any language….

Random numbers in swift

Random numbers in swift 2.0

Random numbers in swift 2.0 Here is a short description on how to create random numbers in Swift 2.0. To create random numbers in swift 2.0 you…

Happy New Year 2016

Happy new year 2016

Happy New Year 2016

Swift Remove Trailing Zeros

Swift Remove trailing zeros

Swift Remove Trailing Zeros In Swift remove trailing zeros is needed sometimes. When printing values, and I dont want any trailing zeros, but still need to do…