Brian (astrohart)

astrohart

Geek Repo

Company:xyLOGIX, LLC

Location:Colorado Springs, CO

Home Page:www.xylogix.net

Github PK Tool:Github PK Tool

Brian's repositories

TextReplacementApp

(C#/x86-64/VS2022/WinForms) Small Windows Forms utility that illustrates quickly replacing text in all files wihtin a certain directory tree.

Language:C#License:GPL-3.0Stargazers:1Issues:1Issues:0

Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.

Language:C#License:MITStargazers:0Issues:0Issues:0

DecoratorPattern

(C#/x86-64/Console/VS2019) Following the decorator pattern on YouTube Simplest Decorator Design Pattern in C#.

Language:C#Stargazers:0Issues:2Issues:0

coinmarketcap

A simple CoinMarketCap Pro API v1 client written in C# and available via NuGet.

License:MITStargazers:0Issues:0Issues:0

EasyTabs

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.

Language:C#Stargazers:0Issues:0Issues:0

github-release-poster

18 Jan 2019 DevOps tool to version and publish releases to GitHub - can be set as a post-build event

Language:C#Stargazers:0Issues:2Issues:1

GitHubManager-Sample-Application

(C#/x86-64/VS2019/WinForms) Shows a proof of concept as to how to implement three-legged OAuth to GitHub with an arbitrary GitHub "app." The Client ID and Client Secret are specified in a config file, so they can be changed to test with any OAuth app you know the client ID and secret of. This sample demonstrates the techniques associated with how to allow a user to use their GitHub account with your WinForms app.

Language:C#Stargazers:0Issues:2Issues:0

MenuDemo

(C#/AnyCPU/VS2022/Console Application) A console application written in C# that displays a menu of choices to the user and executes corresponding actions based on user selection, including an option to exit the application.

Language:C#License:GPL-3.0Stargazers:0Issues:0Issues:0

miniminer

A readable and functional Bitcoin Miner in C#. Uses the GETWORK protocol to connect to pool. A great reference implementation if you are trying to understand how Bitcoin mining works.

Language:C#Stargazers:0Issues:0Issues:0

msbuild

The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

License:MITStargazers:0Issues:0Issues:0

MyFormsApp_ILMerge

(C#/x86-64/VS2019/WinForms) Following the walkthrough at https://www.inogic.com/blog/2018/06/automate-ilmerge-for-workflowsplugins-to-merge-multiple-assemblies-into-one-in-dynamics-365/ to make a portable EXE with a WinForms app.

Language:C#Stargazers:0Issues:2Issues:0

MyFriendGreeter

(C#/AnyCPU/VS2019/Console App) This is a little console application for greeting my friends, whose names are Jill, Bob, and Alice, and who speak different languages, each in their own language.

Language:C#Stargazers:0Issues:1Issues:0

MyProjectWizards

(C#/x86-64/VS2019/Class Library) Project to illustrate popping up a dialog box during the process of creating multi-project templates that enable sub-projects to be turned on or off.

Language:C#Stargazers:0Issues:2Issues:0

octokit.net

A GitHub API client library for .NET

Language:C#License:MITStargazers:0Issues:0Issues:0

PostSharp.Community.Packer

Packs all your .dlls into your main executable so it becomes standalone

Language:C#License:MITStargazers:0Issues:1Issues:0

xyLOGIX.Api.Data.Iterables

(C#/x86-64/Class Library/VS2019) Companion to xyLOGIX.Api.Data.Iterators. The objective of the pair of libraries is to emulate the C# IEnumerable/IEnumerator functionality, but this time, for reading an finite or infinite paged API result, accounting for considerations such as specifying the number of elements per iteration and/or the server returning excess results (perhaps due to bugs in the server's API controller).

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.Api.Data.Iterators

(C#/x86-64/Class Library/VS2019) Provides classes for iterating through paginated data sets or collections when the length of the collection is not known in advance. We also need to account for considerations that arise with paged REST API resultsets, such as choose-your-own-page-size and the fact that, even, say, we request a page size of 1 element per page, the server might be buggy and send back more than one element for the current call; therefore, we also have to deal with excess items being returned.

Language:C#Stargazers:0Issues:3Issues:0

xyLOGIX.Api.Data.Providers

(C#/x86-64/Class Library/VS2019) Companion library to the Iterators, Iterables, and Repository libraries. This library implements API Data Providers. An API Data Provider object basically sits in front of a Repository (which itself serves as a Façade for an Iterable/Iterator pair) and implements the details of wiring up the Repository, Iterable, and Iterator all in a package, and then delegates all its calls to the Repository object that it wraps.

Language:C#License:GPL-3.0Stargazers:0Issues:2Issues:0

xyLOGIX.Api.Data.Repositories

(C#/x86-64/Class Library/VS2019) Acts as a Facade to the *.Api.Data.Iterators and *.Api.Data.Iterables projects' interfaces to then streamline and simply consumption of paged REST API data. Since we have to take care of considerations such as rate limit and choose-your-own-page-size, we have to take the Repository pattern and apply it to a REST API data set in view of said considerations. That's what this project strives to do.

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.Coinbase.CDP

(C#/x86-64/VS2022/Class Library) Contains objects and functionality to enable accessing API key-configured accounts on the Coinbase Developer Platform (CDP).

Language:C#Stargazers:0Issues:1Issues:0

xyLOGIX.Core.Assemblies.Info.VS2019

(C#/x86-64/VS2019/Class Library) .NET Frramework 4.8 class library project that provides objects and functionality for getting the attributes, e.g., Product, Title, Version etc of the calling assembly as strings.

Language:C#Stargazers:0Issues:0Issues:0

xyLOGIX.Core.Common.VS2019

(C#/x86-64/VS2019/Class Library) Core set of projects written targeting x86-64 that provide common core functionality for new projects.

Language:C#Stargazers:0Issues:0Issues:0

xyLOGIX.Core.Debug.VS2019

(C#/x86-64/Class Library/VS2019) Class library to provide logging and debugging features to other projects.

Language:C#Stargazers:0Issues:0Issues:0

xyLOGIX.Core.Extensions.VS2019

(C#/x86-64/Class Library/VS2019) Class library that provides helpful, static extension methods that are widely utilized by a large swath of xyLOGIX software.

Language:C#Stargazers:0Issues:0Issues:0

xyLOGIX.Data.Paginators

(C#/x86-64/Class Library/VS2019) Class library to provide data pagination support.

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.Data.Scrapers

(C#/x86-64/Class Library/VS2019) Class library to scrape data from web pages.

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.EasyTabs.VS2022

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc. Extending the library to allow more interoperability with hoted content so that other thick-client applications can be embedded, we can have a TitleBarTabsPanel, etc.

Language:C#License:BSD-3-ClauseStargazers:0Issues:0Issues:0

xyLOGIX.Generators

(C#/x86-64/Class Library/VS2019) Class library that contains methods and objects for value generators. Basically, these are classes that are written in a functional programming style., that serve to transform one data value directly into another, i.e., "generate" the output. For example, think substituting a string value into a regex.

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.Queues.Messages

(C#/x86-64/Class Library/VS2019) Class library and friends to allow Visual Studio Solutions to implement basic event aggregation in the form of a message queue, in a very analogous fashion to Win32 applications. Think of this library as a very lightweight clone of Prism.

Language:C#Stargazers:0Issues:2Issues:0

xyLOGIX.Validators.VS2019

(C#/x86-64/VS2019/Class Library) Contains the basic object structure for doing validation in other xyLOGIX projects.

Language:C#Stargazers:0Issues:2Issues:0