Pinned Repositories
Code-Highlighting
Ways to highlight your code
JSON-for-Notepad-Plus-Plus
Notepad++ JSON Syntax Hiligher
Micro-JS-Enum
Simple enum library for creating and using enums
Swift-Color-Swatches
Turn an NSColor or UIColor into an image
Swift-Either
An `Either` type to use in Swift, allowing two different types to represent the same field
Swift-Lazy-Containers
A few lazy-initialization container types for Swift 5.1
Swift-MultiplicativeArithmetic
Formalizes an object's ability to be multiplied by something
Swift-Rectangle-Tools
A set of Swift utilities for dealing with rectangles, including a way to generically build your own!
Swift-SemVer
A small Swift library that implements SemVer 2.0.0. This is designed to be simple to use and to easily fit into any Swift codebase.
Swift-SerializationTools
Some tools to help y'all serialize stuff
RougeWare's Repositories
RougeWare/Swift-Lazy-Containers
A few lazy-initialization container types for Swift 5.1
RougeWare/Swift-SemVer
A small Swift library that implements SemVer 2.0.0. This is designed to be simple to use and to easily fit into any Swift codebase.
RougeWare/Swift-Rectangle-Tools
A set of Swift utilities for dealing with rectangles, including a way to generically build your own!
RougeWare/Swift-Color-Swatches
Turn an NSColor or UIColor into an image
RougeWare/Swift-MultiplicativeArithmetic
Formalizes an object's ability to be multiplied by something
RougeWare/Swift-SerializationTools
Some tools to help y'all serialize stuff
RougeWare/Swift-Drawing-Tools
Some tools to help with drawing in Swift
RougeWare/Swift-Either
An `Either` type to use in Swift, allowing two different types to represent the same field
RougeWare/Swift-Introspection
Aides in checking information about the current app, system, & device
RougeWare/Swift-Range-Tools
Some tools to help you work with Swift ranges
RougeWare/Code-Highlighting
Ways to highlight your code
RougeWare/ContextuallyUniqueIdentifier
An ID which is unique to this runtime / save
RougeWare/delete-duplicate-files
A small utility to delete all files in a folder matching the given hashes
RougeWare/Efficient-Averager
Uses exactly two floating-point variables to average indefinitely many numbers with a constant amount of memory usage.
RougeWare/orphandiffs
A tool to help you find all the differences represented by orphaned Git commits
RougeWare/Swift-Basic-Math-Tools
Some basic tools for doing math in Swift
RougeWare/Swift-Collection-Tools
A bunch of tools I tend to write to make collections easier to use
RougeWare/Swift-Concurrency-Tools
Helps you make things happen at the same time
RougeWare/Swift-Cross-Kit-Types
Some types and extensions for those using AppKit and UIKit in the same project
RougeWare/Swift-Function-Tools
Some tools to make functions easier to use in Swift
RougeWare/Swift-GenderTools
Some tools for helping with gender in Swift software
RougeWare/Swift-Migrator
Helps you migrate your data between versions of your app
RougeWare/Swift-Optional-Tools
Some tools to make Optionals easier to use
RougeWare/Swift-PropertyWrapper-Protocol
Lets you reference property wrappers as protocols
RougeWare/Swift-Safe-Collection-Access
Ever wonder why Swift crashes if you access a collection the wrong way? Me too here's some extensions
RougeWare/Swift-Simple-Logging
For when you need something more advanced than print, but not a whole heavy system
RougeWare/Swift-Special-String
Ever need a string but also wish it weren't a String type?
RougeWare/Swift-String-Integer-Access
I hate how Swift `String`s don't let you access their characters with `Int`s. This package lets you do just that.
RougeWare/SwiftLibgit2
Git for Swift
RougeWare/UuidTools
Some tools for using UUIDs