I shoot troubles. Usually ones I made myself.
🥔
Pinned Loading
-
SQFGrapher
SQFGrapher Public archiveHistorical project from 2012. Generates a call graph from Arma 2 SQF script files and outputs it as an edge list CSV file.
Java 1
-
Hacky script to display data on Rasp...
Hacky script to display data on Raspi-connected oled screen and motioneye overlay. Need to rewrite this into separate polling/data collection and consumer components. 1#!/usr/bin/python
23# Original file: https://github.com/adafruit/Adafruit_Python_SSD1306/blob/master/examples/stats.py
4# Modified by Antti 'harakka' Riikonen for personal use, to display readings
5# from AM2302 sensor, the library for which is also from Adafruit. You rock.
-
Recompresses motioneye-generated mp4...
Recompresses motioneye-generated mp4 files after creation event to save space 1#!/bin/sh
23# MIT License
4# Copyright (c) 2019 Antti Riikonen
5 -
Dump Arma 3 equipment configs from i...
Dump Arma 3 equipment configs from ingame to csv output in log file. Used primarily to generate diffs for Arma 3 equipment changes between versions when the game was still in major development. 1// todo: figure out common class for bipod/tripod
23_allCfgs = [];
4{
5for "_i" from 0 to ((count _x) -1) do {
-
Trak2HashTable
Trak2HashTable Public archiveHistorical project from 2013, hash table implementation for Data Structures and Algorithms 2 course.
Java
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.