How to Reign Over the World
Reigning over the world can seem like an impossible task, but with the help of this guide, you can achieve success. This guide provides step-by-step instructions on how to set…
Reigning over the world can seem like an impossible task, but with the help of this guide, you can achieve success. This guide provides step-by-step instructions on how to set…
let stripped = "FREMP my string" // my string let indexOf = stripped.index(stripped.startIndex,offsetBy:5) let sub = stripped[..<indexOf] //left cut -> output: "my string" print("sub") //sub is of type substring -…
Easiest way: let’s say you have an array let check = c.sections.contains { $0.idaudits_sections == needle } // check returns true if a match is found. $0 is the iterator,…
override func tableView(_ tableView: UITableView, editActionsForRowAt indexPath: IndexPath) -> [UITableViewRowAction]? { let deleteAction = UITableViewRowAction(style: UITableViewRowActionStyle.default, title: "Löschen" , handler: { (action:UITableViewRowAction, indexPath: IndexPath) -> Void in let deleteMenu =…
http://www.bcsatellite.net/OpenBSD-Desktop-HOWTO/ This is a good place to keep an eye on. Just to not forget the important stuff like setting softdep or ulimits.
Get shit done with openBSD! https://www.openbsd.org/ There is also new music: https://ftp.openbsd.org/pub/OpenBSD/songs/song61.mp3
Recent Comments