Repair: Old analogue VCR Video Camera GR HF-900 repaired

10 Jahren ago

Ok, I did it! After laying around for many years with case open, I was able to repair this very…

Updated site

10 Jahren ago

Hello, just a quick update. This site is under heavy change right now. I'm updating this site right now. Please…

New early version of alttab4mac v1.2.2

10 Jahren ago

Since the first version of alttab4mac in 2012 there is still a user base for this little Application out there.…

Swift: How can I use mutual dependencies, forward declarations?

11 Jahren ago

Function A() calles function B() and function B() calls function A(). Some uses forward declarations like Pascal. Swift needs to…

Swift: How to compile your Swift code

11 Jahren ago

You can compile your command line interface Swift code like so: $ xcrun swiftc -c fibonacci.swift  -F /System/Library/Frameworks -I/usr/include $…

Swift: How to flush the output of println on command line interface CLI

11 Jahren ago

Just enable flush print all the time: // -- Swift: clear output buffer for print all the time. Why is…

Swift: How to input a number from CLI Command Line Interface

11 Jahren ago

Is there no input() function in Swift? No. Not for now. But how then can we enter a number or…

Install OS X v10.11 El Capitan Developer beta on an USB Stick

11 Jahren ago

This is how you can install OS X v10.11 El Capitan Developer beta on an USB stick. NOTE: Install this…

Swift will become Open Source

11 Jahren ago

Apple has just announ­ced right now that the Swift programming language will become Open Source late 2015. So we can…

Swift Compiler Error: swiftc failed with exit code 11

11 Jahren ago

Just writing my first Swift App and got stock on this Swift Compiler Error: "swiftc failed with exit code 11".…