Month: February 2015
MySQL Engines – MyISAM vs Innodb
Originally posted on hrace009 Personal Blog:
MySQL supports several different types of Table Engines also known as “Table Types”. A database can have its tables being a…
Pivot what?
Originally posted on Data Shmata:
Table. A pivot table. Nope, its not a rotating table as the name suggests (but that would certainly be handy). It’s a…
Using C code in Swift via Objective-C in iOS
Originally posted on Bjarte's Blog:
Creating the iOS Application Create a new project which has Swift as the language. Add a simple label and an outlet…
Creating custom share actions in iOS with Swift
Originally posted on Bjarte's Blog:
Creating custom share actions are relatively easy to create. Start off by creating a new swift project. Add a simple button…