Skip to content
View SoftCircuits's full-sized avatar

Block or report SoftCircuits

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
SoftCircuits/README.md

SoftCircuits

SoftCircuits develops software for the Windows platform. We have expertise building website applications, desktop applications and .NET libraries.

As can be seen from our repositories on GitHub, we have special set of skills processing and parsing files. Our repositories include an HTML parser (HtmlMonkey), a CSV parser (CsvParser), a fixed-width parser (SoftCircuits.FixedWidthParser), an INI file parser (IniFileParser) and an interpreted language written from the ground up in C# (Silk).

Jonathan Wood

SoftCircuits is headed up by Jonathan Wood, who is a software developer/hiker/dog and animal lover living out of Salt Lake City, Utah. He is currently available for additional work/consulting!

Pinned Loading

  1. Silk Public

    Simple Interpreted Language Kit (SILK). An easy way to add scripting and automation to your .NET applications.

    C# 18 7

  2. HtmlMonkey Public

    Lightweight HTML/XML parser written in C#.

    C# 56 9

  3. CsvParser Public

    Classes for reading and writing comma-separated-values (CSV) files. Supports special characters in column fields. Options to instead use tab delimiters, etc.

    C# 14 2

  4. ParsingHelper Public

    .NET text parsing helper class.

    C# 16 4

  5. SoftCircuits.FixedWidthParser Public

    Lightweight .NET class for reading and writing fixed-width data files. Includes basic reader and writer class, and also includes generic classes that automatically map class properties to fixed-wid…

    C# 5 1

  6. SoftCircuits.Wordify Public

    Class library with many options to format strings. Includes methods to work with numbers, ordinals, enums, pluralization, quotes, etc.

    C# 5

368 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 1 commit in 1 repository

Created an issue in dotnet/efcore that received 11 comments

Bogus CA1847 Warnings

I have the following code. var query = DbContext.Railcars .Where(r => r.Departure == null && r.Facility.CompanyId == ReportJob.CompanyId); if (syst…

11 comments
Opened 1 other issue in 1 repository
dotnet/aspnetcore 1 open
Started 1 discussion in 1 repository
dlemstra/Magick.NET
22 contributions in private repositories Mar 1 – Mar 20
Loading