Skip to content
View jvarn's full-sized avatar
Block or Report

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

  1. bing-wallpaper-for-mac bing-wallpaper-for-mac Public

    Forked from networkprogrammer/bing-wallpaper-for-mac

    Bing Wallpaper for macOS

    3 1

  2. URL Encode and Decode VBA functions ... URL Encode and Decode VBA functions for Excel on Mac or Windows including UTF-8 support. Source: ExcelVBA.ru
    1
    Function URLDecode(ByVal strIn)
    2
        On Error Resume Next
    3
        Dim sl&, tl&, key$, kl&
    4
        sl = 1:    tl = 1: key = "%": kl = Len(key)
    5
        sl = InStr(sl, strIn, key, 1)
  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