Blog

c programming banner

Compiling C on AARCHIE

The purpose of this lab is to investigate basic C source code and analyze elf64-littleaarch64 files created by the gcc compiler.
To demonstrate the differences I created a simple hello world program in C and compiled it on an Seneca’s AARCH64 system “aarchie” .

Read More
open-source-blog-banner

Open Source Contributions

Contributing to an open source project can be intimidating at first. You’re faced with thousands of files, directories, and programming languages you’ve probably never even heard of. Before you become overwhelmed, the first step to success is finding the project’s documentation. Every open source project sets their own standards and follow specific guidelines for development. […]

Read More
mozilla-blog-banner

Workaround: MIDL1004-C Preprocessor Error

If you’ve been trying to build Firefox using the Mozilla build tool, you may have encountered the following  mach build errors : Bug 1397263 seems to cause an issue with the latest version of Mozilla build and its support with MIDL imports. A workaround to successfully build: **Assuming you’ve already installed MozillaBuild 3.0 Latest In C:/mozilla-build […]

Read More
TypeScript Logo Banner

TypeScript: JavaScript That Scales

With powerful JavaScript frameworks on the rise, developers are able to build a wide range of applications. From short event handler implementations to large scale application development. JavaScript engines have gained widespread popularity among programmers. Along with JavaScripts new capabilities, large scale developers were experiencing a common issue.  Considering that JavaScript is a dynamically typed […]

Read More