Tag Archives: project

Projector Viewing Primer Tutorial

Are you interested in swapping out a television viewing system of watching entertainment for a projector based one? We recently acquired an Xgimi projector, and after setting up the projector with a decent screen to project to, found the setting … Continue reading

Posted in eLearning, Hardware, Tutorials | Tagged , , , , , , , , , , , , , , | Leave a comment

WebAssembly Rust Primer Tutorial

Today, we’re closely following the tutorial at Compiling from Rust to WebAssembly, thanks, to show that, yes, as well as C (and/or C++), as shown in yesterday’s WebAssembly via Emscripten and C Primer Tutorial you can create a Web Assembly … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

WebAssembly via Emscripten and C Primer Tutorial

Have you done any web application work with a WebAssembly? It gets you being able to bring your C or C++ or Rust code into a web application. Great idea, huh?! Today we’re presenting some simple usages of a WebAssembly … Continue reading

Posted in eLearning, Installers, Operating System, Software, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Xcode Command Line Project GUI Executable Tutorial

If offered the chance to go from an online (public domain) website (webpage), to ending up at an underlying computer GUI (graphical user interface) desktop application interaction, who wouldn’t say … Yes, please ? Well … … … … … … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Xcode Command Line Project Executable Tutorial

Yesterday’s Xcode Swift Command Line Project Primer Tutorial combines with our recent macOS find related work, so that, today, we’ve written a small PHP “helper” web application, which “fishes out” that Xcode macOS executable, and executes it for you, that … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

Xcode Swift Command Line Project Primer Tutorial

The macOS Xcode IDE (Integrated Development Language) is a great place to create many and various types of executable software. The language Swift is Apple’s language of choice, within Xcode, for … iOS mobile apps … and today we build … Continue reading

Posted in eLearning, Operating System, Software, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , | Leave a comment

C Recursion Find Revisit Tutorial

Yesterday’s C Recursion Revisit Tutorial had us finding a macOS Xcode produced executable via the command line “find” command. We find this excellent “find” command trades off the time it takes for the convenience to the user. And this came … Continue reading

Posted in eLearning, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

C Recursion Revisit Tutorial

Back in October, 2013 we presented C Recursion Primer Tutorial as a C++ ( but really just straight C code) Xcode (IDE) project on Mac OS X. That’s a long time ago, looking at it from late in 2021. So … Continue reading

Posted in eLearning, Operating System, Tutorials, Xcode | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment