James Craig (JaCraig)

JaCraig

Geek Repo

Location:Va

Home Page:http://www.gutgames.com

Github PK Tool:Github PK Tool

James Craig's repositories

SQLParser

An SQL Parser/Lexer for C#

Language:C#License:Apache-2.0Stargazers:98Issues:7Issues:5

SQLHelper

SQLHelper is a wrapper around DbConnection/DbCommand and a micro ORM. It automatically handles batching, data conversion, transactions, etc. for you. It's been around even longer than Dapper as part various libraries I've had over the years.

Language:C#License:Apache-2.0Stargazers:23Issues:8Issues:4

FileCurator

FileCurator simplifies access and management of files from various locations. It could be something on your system, a url, a resource in your app, or any other 3rd party you wish to tie in (Dropbox, etc). There are also a number of file parsers built in.

Language:C#License:Apache-2.0Stargazers:15Issues:3Issues:7

BigBookOfDataTypes

This is a large set of data types, extension methods, and utilities designed to make your life a little easier.

Language:C#License:Apache-2.0Stargazers:12Issues:5Issues:2

Spidey

A multi threaded web crawler library that is generic enough to allow different engines to be swapped in.

Language:C#License:Apache-2.0Stargazers:11Issues:5Issues:1

Enlighten

Set of NLP tools.

Language:C#License:Apache-2.0Stargazers:8Issues:6Issues:2

Mirage

System.Random on steroids. The library can be used to generate a random value for any type. It also has the ability to generate email addresses, phone numbers, time zones, company names, names, titles, lorem ipsum, and even entire objects.

Language:C#License:Apache-2.0Stargazers:8Issues:3Issues:1

Canister

Canister is a simple C# library aimed at enhancing the built-in IoC container in .NET. It enables you to effortlessly add all objects of a specified type and introduces the concept of modules to automatically wire up your system. With Canister, managing dependencies becomes a breeze, allowing you to focus on writing maintainable code.

Language:C#License:Apache-2.0Stargazers:7Issues:6Issues:9

Environs

Environs is a small C# library that provides a simplified interface for working with Windows Management Instrumentation (WMI), Lightweight Directory Access Protocol (LDAP), and related functionality. It aims to make it easier to perform common operations and tasks in these areas without the need for extensive knowledge of the underlying protocols.

Language:C#License:Apache-2.0Stargazers:5Issues:3Issues:1

TaskMaster

TaskMaster is a library to help running tasks only after certain criteria is met.

Language:C#License:Apache-2.0Stargazers:5Issues:3Issues:0

Aspectus

Aspectus is an advanced Aspect-Oriented Programming (AOP) library that simplifies the injection of cross-cutting concerns into your codebase. It empowers you to write clean and maintainable code by separating cross-cutting concerns from the core logic of your application.

Language:C#License:Apache-2.0Stargazers:4Issues:4Issues:0

Data.Modeler

A library designed to model database schemas in C#. Works with .Net Core.

Language:C#License:Apache-2.0Stargazers:4Issues:4Issues:0

FastActivator

It's Activator.CreateInstance... But faster.

Language:C#License:Apache-2.0Stargazers:3Issues:3Issues:0

Inflatable

An ORM. Useful for prototyping but it has the ability to generate a database from a model, keeps them in sync, and has the ability to analyze the database and make suggestions. Has lazy loading, allows quering using IQueryables, straight SQL, and caching of data is built in. So in otherwords, it's a basic ORM.

Language:C#License:Apache-2.0Stargazers:3Issues:4Issues:34

Holmes

A library to help with analyzing a database. It then make suggestions for improvement or can apply them automatically if you like to live dangerously. For the most part it reports recent expensive queries, missing indexes, overlapping indexes, and unused indexes. However it can be expanded upon to add your own analyzer.

Language:C#License:Apache-2.0Stargazers:2Issues:4Issues:0

ObjectCartographer

ObjectCartographer is a high-performance, convention-based C# object-to-object mapping library designed to simplify the process of copying data between objects. It eliminates the tedious task of manually writing code for data copying by providing a developer-friendly approach.

Language:C#License:Apache-2.0Stargazers:2Issues:3Issues:0

SimpleMail

SimpleMail is a C# library designed to simplify sending emails. It provides a convenient and straightforward interface for sending email messages.

Language:C#License:Apache-2.0Stargazers:2Issues:5Issues:3

Valkyrie

Valkyrie is a validation library for .Net.

Language:C#License:Apache-2.0Stargazers:2Issues:3Issues:0

clarity.js

CSS and JS framework designed to simplify building responsive and mobile projects for the web.

Language:HTMLLicense:Apache-2.0Stargazers:1Issues:0Issues:0

Corset

A library designed to simplify compression in .Net. Compatible with .Net Core.

Language:C#License:Apache-2.0Stargazers:1Issues:4Issues:0

Gestalt

Gestalt is a comprehensive application module system designed to streamline the development and packaging process of applications. With Gestalt, effortlessly construct robust applications using modular design principles and leverage the power of dependency injection for seamless integration of reusable components.

Language:C#License:Apache-2.0Stargazers:1Issues:0Issues:0

HashBrowns

A library to help simplify encryption within .Net.

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:0

Mecha

Mecha is a library designed to test your code in ways you probably never thought of before. It automatically finds edge cases and exceptions in your code with no input needed. Just point it at a class or method and fire away. It's even better than a cat laying on your keyboard at finding weird data for your tests.

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:0

Monarch

A command line parser and command runner. In this you define a command and the input object. The library then parses the command line args, figures out which command to run, and then parses the data and places it in the input object. Comes with built in help and version info commands.

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:0

SerialBox

A library designed to simplify serialization in .Net. Compatible with .Net Core.

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:5

SpellChekr

Basic spell checker

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:0

TestFountain

A library used for test fuzzing. Uses Mirage and attaches to xUnit as a Theory data source to create random data based on the annotations placed on the class. By default it saves the information used in each test so you can go back and retest as needed.

Language:C#License:Apache-2.0Stargazers:1Issues:3Issues:0

Archivist

Archivist is a C# open-source library designed to simplify file loading tasks by providing a unified interface for accessing files of various formats.

Language:C#License:Apache-2.0Stargazers:0Issues:0Issues:0

request

@jacraig/request is a wrapper around fetch that adds functionality including caching, retry, and timeouts

Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Woodchuck

WoodChuck is a lightweight and extensible logging library for TypeScript, designed to simplify the process of logging messages in your applications. With customizable logging levels, type safety, and support for plugins, WoodChuck offers a flexible solution to track and understand your application's behavior.

Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:2Issues:1