Categories
MVP News

MVP of the Week: Alister Christie

…When I was in New Zealand I got a chance to sit down with Alister and Damien Bootsma for a short interview. https://www.youtube.com/watch?v=9oRkotTIZUA Alister has a lot of great content…

Categories
MVP News

MVP of the Week: Nick Hodges

…the DAPUG meeting in Denmark. You can catch some of Nick’s online presentations too . . . https://www.youtube.com/watch?v=YE3dedk5GRo https://www.youtube.com/watch?v=sGn3-CsCYYM https://www.youtube.com/watch?v=8iqcMHvG6Jw https://www.youtube.com/watch?v=xUUC15RbiaQ I’m sure even with all that I’ve covered in…

Categories
News

Rapid Prototyping Mobile Projects with Arduino and Open Hardware

…with links and more resources. slides download (v0.9) SlideShare Visuino Links Main Site – www.visuino.com Documentation – www.visuino.com/wiki Instructables – www.instructables.com/member/BoianM/instructables/ Hackster.IO – www.hackster.io/visuino YouTube – bit.ly/MitovYT Blog – labpacks.blogspot.com…

Categories
Android iOS webinar

Revisiting Google Glass

…Éric’s code for accessing IP Camera & IO Controllers is available along with the replay from our RAD-In-Action Webinar. I’m looking to pick up a PTZ IP Camera and streaming…

Categories

About

…although I used Code Monkey by Jonathan Coulton in episode 1. It is all used under a Creative Commons license. Pay attention to music licenses people! It is important stuff!…

Categories
Android iOS Mobile

Mobile Push Notifications without a BaaS

…some source code downloads too. The video is also in Spanish but it shows a lot of source code, so it is easy enough to follow along. https://www.youtube.com/watch?v=nYdyhVz-NY4 Ander’s blog…

Categories
webinar

3 Webinar Replays: Windows 10, Cool Apps & Migration

…with Delphi or C++Builder. https://www.youtube.com/watch?v=ugPz-BjATQI Windows 10 Features Learn about the latest features for Windows 10 in 10.1 Berlin Update 1, specifically around the Windows 10 Centennial or Desktop Bridge….

Categories
Android Architecture iOS Mobile Source Code

Parallel For Loops

…iteration. TParallel.For(Stride, Min, Max, procedure (Idx: Integer) begin if IsPrime(Idx) then begin TInterlocked.Increment (Tot); TThread.Queue(TThread.CurrentThread, procedure begin Memo1.Lines.Add(Idx.ToString); end); end; end); Here is the C++ code syntax. It takes a…

Categories
Source Code webinar

FireDAC In-Memory DataSet: TFDMemTable

…Layer\TFDMemTable C:\Users\Public\Documents\Embarcadero\Studio\15.0\Samples\Object Pascal\Database\FireDAC\Samples\Comp Layer\TFDLocalSQL DocWiki TFDMemTable TFDCustomMemTable TFDMemTable_Questions Cary Jensen’s CodeRage 9 Video: TFDMemTable & ClientDataSet Compared [Q&A Log] https://www.youtube.com/watch?v=iNgHJakYWkU Dmitry Arefiev’s CodeRage 9 FireDAC Tips, Tricks and News http://www.youtube.com/watch?v=gljfudAKlTI …

Categories
Android Delphi Projects iOS Mobile

Learning from Digifort

…invisible (since it is in a frame he just sets the frame to invisible). This keeps it from rendering and gives what is visible all the processing power. This is…