Skip to content

Instantly share code, notes, and snippets.

View teknologika's full-sized avatar

Bruce McLeod teknologika

View GitHub Profile
@teknologika
teknologika / iRacing Telemetry Documentation.md
Last active July 19, 2025 13:10
iRacing Telemetry Documentation

Position and Physics

Name Unit Type Status Description
Speed m/s float GPS vehicle speed
Yaw rad float Yaw orientation
YawNorth rad float Yaw orientation relative to north
Pitch rad float Pitch orientation
Roll rad float Roll orientation
YawRate rad/s float Yaw rate
@teknologika
teknologika / ChangeToAussie.vb
Last active June 16, 2025 08:16
Change PPT Language
'Change the language of your PowerPoint
'In newer PowerPoint version, you need to first save your PowerPoint with macros enabled.
'Go to the VIEW tab, select MACROS (at the right), enter a name, e.g. toEnglish, and press create to enter below text.
'Now you can run the macro from the same menu.
'Alternatively, but less complete, go to the VIEW tab, select OUTLINE, select all slides (using CTRL-A).
'Now go to the REVIEW tab, select Language, and change the proofing language.
'Also make sure that you set the WINDOWS Language (taskbar, bottom right) to the preferred language, otherwise all new text
'will have the same problem (Press CTRL + WINDOWS + SPACE to switch the Keyboard input language).
Option Explicit
Sub toAUEnglish()
@teknologika
teknologika / toEnglish.vba
Created June 16, 2025 08:01 — forked from erikvullings/toEnglish.vba
Change the language of your PowerPoint presentation
'Change the language of your PowerPoint
'In newer PowerPoint version, you need to first save your PowerPoint with macros enabled.
'Go to the VIEW tab, select MACROS (at the right), enter a name, e.g. toEnglish, and press create to enter below text.
'Now you can run the macro from the same menu.
'Alternatively, but less complete, go to the VIEW tab, select OUTLINE, select all slides (using CTRL-A).
'Now go to the REVIEW tab, select Language, and change the proofing language.
'Also make sure that you set the WINDOWS Language (taskbar, bottom right) to the preferred language, otherwise all new text
'will have the same problem (Press CTRL + WINDOWS + SPACE to switch the Keyboard input language).
Option Explicit
Sub toEnglish()
@teknologika
teknologika / gpx.swift
Created February 2, 2016 12:37
CS193P GPX Swift parser code update for XCode7.2 and Swift 2.1
//
// GPX.swift
// Trax
//
// Created by CS193p Instructor.
// Copyright (c) 2015 Stanford University. All rights reserved.
//
// Very simple GPX file parser.
// Only verified to work for CS193p demo purposes!
@teknologika
teknologika / A Dashing test results widget.md
Last active September 26, 2018 01:44
A Testing Status widget for dashing

Description

A Dashing widget to display the number of passing, ignored and failing tests from a test result file in the JUnit XML format.

Dependencies

The following dependencies are required. Please add them to your dashing gemfile.

gem 'nokogiri'