Skip to content
View deanebarker's full-sized avatar

Block or report deanebarker

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. object-translator object-translator Public

    C#

  2. treeql-parser treeql-parser Public

    A parser to turn a SQL-like statement into a C# object that can be used to configure a content repository search

    C#

  3. C# code to do a one-way file sync be... C# code to do a one-way file sync between a source and a target directory
    1
    // Doc here: https://deanebarker.net/tech/code/directory-sync/
    2
    
                  
    3
    public class FileSystemSyncManager
    4
    {
    5
    	public List<LogEntry> Log { get; private set; } = new();
  4. sqlite-wrapper sqlite-wrapper Public

    C# 1

  5. url-stemming url-stemming Public

    A C# library for stemming and comparing URLs.

    JavaScript 1 1

  6. A helper class to create a list of p... A helper class to create a list of populated objects from an Airtable API call
    1
    /*
    2
    3
     This is very alpha. It's just an idea I was screwing around with in LINQPad.
    4
     Airtable might have a full-blown .NET API, for all I know.
    5