{"payload":{"pageCount":1,"repositories":[{"type":"Public","name":"RT.CommandLine","owner":"RT-Projects","isFork":false,"description":"A command line parser that populates a class or a set of classes, with support for advanced help text formatting.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-17T14:31:37.506Z"}},{"type":"Public","name":"RT.Coordinates","owner":"RT-Projects","isFork":false,"description":"A small library with structs to represent tiles in rectilinear, hexagonal and other grids; generating mazes and finding paths. Useful for 2D games and puzzles.","allTopics":["game","hex","games","grid","puzzle","graphics","maze","hexagonal","hexagon","puzzles","coordinates","grids","coordinate"],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":0,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-05-09T15:25:08.622Z"}},{"type":"Public","name":"RT.Servers","owner":"RT-Projects","isFork":false,"description":"An in-process HTTP server with support for authentication, incremental HTML generation, AJAX via JSON, segmented downloading, WebSockets, etc.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":2,"forksCount":2,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-03-31T18:15:42.888Z"}},{"type":"Public","name":"RT.Util","owner":"RT-Projects","isFork":false,"description":"Wad of stuff. All documentation at http://docs.timwi.de/","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":3,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2024-03-02T22:45:34.690Z"}},{"type":"Public","name":"RT.ArithmeticCoding","owner":"RT-Projects","isFork":false,"description":"","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":3,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-12-21T20:30:48.507Z"}},{"type":"Public","name":"RT.Emailer","owner":"RT-Projects","isFork":false,"description":"Helper to send emails from scheduled tasks using centralised SMTP settings.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-12-21T14:39:18.013Z"}},{"type":"Public","name":"RT.Keyboard","owner":"RT-Projects","isFork":false,"description":"GlobalKeyboardListener and other keyboard-related utilities.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-12-21T14:37:03.568Z"}},{"type":"Public","name":"CloseAllToolWindows","owner":"RT-Projects","isFork":false,"description":"A Visual Studio extension that creates a command to close all tool windows.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":"Apache License 2.0","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-12-08T13:16:12.610Z"}},{"type":"Public","name":"RT.SelfService","owner":"RT-Projects","isFork":false,"description":"Provides functions for implementing programs that can install and uninstall themselves as Windows services.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":1,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-08-01T15:17:27.948Z"}},{"type":"Public","name":"RT.TagSoup","owner":"RT-Projects","isFork":false,"description":"A library for strongly-typed HTML generation.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-07-28T00:36:19.199Z"}},{"type":"Public","name":"RT.SqlChain","owner":"RT-Projects","isFork":false,"description":"A very obsolete library that's a bit like EntityFramework","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-04-26T22:16:24.248Z"}},{"type":"Public","name":"IQToolkit","owner":"RT-Projects","isFork":false,"description":"A very obsolete fork of https://github.com/mattwar/iqtoolkit with various tweaks","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":0,"license":null,"participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2023-04-26T21:39:39.175Z"}},{"type":"Public","name":"RT.Dijkstra","owner":"RT-Projects","isFork":false,"description":"Dijkstra’s Algorithm (a generalization of breadth-first search) in C#. Declare your own Nodes and Edges to define the graph and let the algorithm find the best path to the target Node. ","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":1,"starsCount":4,"forksCount":2,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2022-11-11T16:52:21.379Z"}},{"type":"Public archive","name":"RT.VisualStudio","owner":"RT-Projects","isFork":false,"description":"Visual Studio extension with assorted functionality.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-02-05T16:24:26.412Z"}},{"type":"Public","name":"RT.NUnitDirect","owner":"RT-Projects","isFork":false,"description":"A library to invoke NUnit tests in such a way that the exceptions aren't suppressed. Useful for debugging unit tests without any special-purpose debugger plugins.","allTopics":[],"primaryLanguage":{"name":"C#","color":"#178600"},"pullRequestCount":0,"issueCount":0,"starsCount":0,"forksCount":1,"license":"MIT License","participation":null,"lastUpdated":{"hasBeenPushedTo":true,"timestamp":"2021-02-05T16:23:27.949Z"}}],"repositoryCount":15,"userInfo":null,"searchable":true,"definitions":[],"typeFilters":[{"id":"all","text":"All"},{"id":"public","text":"Public"},{"id":"source","text":"Sources"},{"id":"fork","text":"Forks"},{"id":"archived","text":"Archived"},{"id":"template","text":"Templates"}],"compactMode":false},"title":"Repositories"}