Skip to content
View jvarn's full-sized avatar

Block or report jvarn

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

Pinned Loading

  1. URL Encode and Decode VBA functions ... URL Encode and Decode VBA functions for Excel on Mac or Windows including UTF-8 support
    1
    Option Explicit 
    2
    
                  
    3
    '------------------------------------------------------------------------------
    4
    ' Module: URL Encode and Decode Functions
    5
    ' Author: Jeremy Varnham
  2. macos-comic-ocr macos-comic-ocr Public

    Automator app and Swift script for efficient OCR processing of text and comic images using the macOS Vision framework, with support for batch and recursive folder processing.

    Swift

  3. arabic-indic-numerals-for-arabic-wp arabic-indic-numerals-for-arabic-wp Public

    Wordpress plugin that changes Arabic numerals with Eastern Arabic numerals in WP dates and times

    PHP 1

  4. arabic-system-font-stack arabic-system-font-stack Public

    CSS font stack for Arabic system fonts

    CSS

  5. formidable-forms-encryption formidable-forms-encryption Public

    Wordpress plugin to enable encrypting and decrypting of data entered using Formidable Forms

    PHP 2

  6. N-Queens N-Queens Public

    Forked from rcammisola/N-Queens

    A pretty solution to the N-Queens problem solved in PHP with recursion.

    PHP