Skip to content
View TitleOS's full-sized avatar

Organizations

@xboxoneresearch @StoreDev
Block or Report

Block or report TitleOS

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
TitleOS/README.md

Pinned

  1. StoreDev/StoreLib StoreDev/StoreLib Public

    Storelib is a DotNet library that provides APIs to interact with the various Microsoft Store endpoints.

    C# 132 46

  2. StoreDev/StoreBot StoreDev/StoreBot Public

    StoreBot is a Discord bot that makes use of StoreLib. Current features include generation of package urls from a given product listing, conversation of the various Store IDs, and querying details a…

    C# 22 5

  3. QuantumTunnel QuantumTunnel Public

    A Xbox One/Series Flash Dumper for SystemOS created in C#.

    C# 39 6

  4. StoreDev/StoreWeb StoreDev/StoreWeb Public

    An interface for StoreLib created in ASP.NET.

    C# 28 6

  5. C# port of the Java CorrelationVecto... C# port of the Java CorrelationVector logic from the Microsoft android telemetry client. The generated value(s) should be used as a header for nearly all MS and Xbox HTTP calls.
    1
    using System;
    2
    using System.Collections.Generic;
    3
    using System.Text;
    4
    
                  
    5
    //Ported from https://github.com/Microsoft/Telemetry-Client-for-Android/blob/master/AndroidCll/src/main/java/com/microsoft/cll/android/CorrelationVector.java
  6. TracVision_L2_GroundStation TracVision_L2_GroundStation Public

    A collection of Python scripts for interfacing with the TracVision L2 RV Motorized Satellite Dish over serial. Functionality currently includes targeting geosynchronous satellites and (Very Roughly…

    Python