A simple tutorial for find and identify the wrong typed words of the user in your application using the UITextChecker framework and the NatualLanguage framework.
macOS
Create your own XCode template
Very often you create a new class or a new view controller and customize it before start coding.
Every time you select from XCode, New File, the file type and add it to your project, like this:
Read MoreXiaomi Roborock – control via socket API
Why this guide?
My need was to control the robot asking simple commands through Google Home and Alexa like: “Alexa, clean the bathroom“.
With my robot, this was not possible. With the app, you can configure the zones but you can’t simply ask for cleaning only one zone, two times, for instance, all in automatic.
Read MoreUse multiple GIT accounts on same machine / macOS
The problem_
In my personal case I use three different git services for store / share my personal / work code:
- Github // my blog code, free open sources code
- Gitlab // my work code, on-premise installation
- Bitbucket // my personal code, free private repo
Every service uses different SSH keys to use. Must be configured separately.
Read MoreSWIFT – Create filled array using map
A useful trick using .map:
Read MoreXCode – Debug macOS PreferencesPane applications
You need to build a System preference panel extension for your app but you’re unable to debug it from XCode due to Apple System Integrity lock?
Let’s see how!
But how to debug this extension?
Latest macOS block the execution or the debug of all system application. Now all apps are signed and if you try to attach a debugger you’ll receive this error:
Message from debugger: cannot attach to process due to System Integrity Protection
[Unity3D] Nintendo Duck Hunt clone
A one shot “clone” of NES Duck Hunt made in Unity3D. Is not properly a clone… because is only a one-shot duck and restart.
PokemonGo – Catch world wide pokemon… from your desk!
Hi guys!
Today i’ve discovered a simple and funny way to catch all Pokemon around the world simply stay sit in front of your pc!
Read More[Unity3D] PaskyRun
First “Hello World” project just to learn Unity3D basics.
A very ugly clone of GravityGuy for iOS, maded in Unity3D using C#. Just to learn something new!
[nodeJS] Turn-Based websocket chat
Sample demo using nodeJS / socket.io