Skip to content
View Teqqles's full-sized avatar

Organizations

@WildSnailProductions

Block or report Teqqles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. how-many-mobile-meeple how-many-mobile-meeple Public

    Reactive web app to help a board gamer choose a game from their collection or geeklist, or search for new games

    Dart 2

  2. Filter CSV by Field Heading using Scala Filter CSV by Field Heading using Scala
    1
    case class CsvWithHeadersExtractor( text: List[ String ] ) {
    2
    
                  
    3
        val head = removeQuotations( text.map( x => x.split( "," ).toList ).head )
    4
        val list = for {
    5
            tail <- text.map( x => x.split( "," ).toList ).tail
  3. Borg Cube Glow Borg Cube Glow
    1
    using UnityEngine;
    2
    using System.Collections;
    3
    
                  
    4
    public class GlowCycle : MonoBehaviour {
    5
    
                  
  4. SimHubIrFlags SimHubIrFlags Public

    Custom serial device for pushing flag colours to inexpensive IR controlled RGB light strips

    C++ 3

  5. OpenXRRuntimeSwitcher OpenXRRuntimeSwitcher Public

    A Windows 10/11 system tray tool to facilitate the quick swapping of the active OpenXR runtime. Useful for those of us with multiple different brands of headset.

    C# 1

  6. cleanerCodeAISkills cleanerCodeAISkills Public

    Language-agnostic Claude Code skills for writing clean, testable, and maintainable software. Covers clean code, dependency injection, TDD, quality testing, refactoring, API design, and more, with e…

    1 1