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

Block or report neversaid

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. vfpPunyCode vfpPunyCode Public

    A short helper to convert strings into its punycode or to convert punycode back using Windows API in Visual FoxPro.

    xBase 1 2

  2. VFP Dirty Param Parser VFP Dirty Param Parser
    1
    cParam = "?abc=1234&def=19292 test"
    2
    
                  
    3
    Local lnRawParamLength
    4
    Dimension rawParams[1]
    5
    lnRawParamLength = Alines(rawParams,cParam,16,"&")
  3. VFP_B32 VFP_B32 Public

    Visual FoxPro Base32 Decoder and Encoder

    xBase 1

  4. xmldataset xmldataset Public