Skip to content
View AllanJeremy's full-sized avatar
🎧
Wired in
🎧
Wired in
Block or Report

Block or report AllanJeremy

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. pay-me pay-me Public

    This is for those clients who don't pay. Make their site fade away slowly until it is completely transparent by the payment deadline

    JavaScript 9

  2. node-auth-boilerplate node-auth-boilerplate Public template

    NodeJS 10+ SMS based authentication boilerplate

    JavaScript

  3. A simple API response helper. Format... A simple API response helper. Formats API responses in a consistent manner. Concepts and format borrowed from the telegram API.
    1
    /** Get an API response
    2
     * @param {String} message Message to return as part of the response
    3
     * @param {Object} data An object representing data returned as part of the API response. Default: `null`
    4
     * @param {Number} statusCode HTTP status code to be returned with this response. Default: `200`
    5
     * @return {Object} An API response object
  4. VueJS - Get a link with query params... VueJS - Get a link with query params from the current url preserved
    1
    /** Get a link with query params from the current url preserved
    2
     * @param {String} redirectLink The link to append params to
    3
     * @param {Object} $route The VueJS route object. Should contain a `query` object
    4
     * @return {String} The redirect link with url params from the current page appended
    5
     */
  5. SQL table of World currencies (even ... SQL table of World currencies (even some expired ones)Source: http://bcmoney-mobiletv.com/blog/2008/12/30/currency-codes-dropdown-and-sql-table/Cleaned up a bit, uses InnoDB and iso currency code as the PRIMARY key
    1
    --
    2
    -- Table structure for table `currency`
    3
    --
    4
    
                  
    5
    CREATE TABLE IF NOT EXISTS `currency` (
  6. Firebase extension of Quasar's QUplo... Firebase extension of Quasar's QUploader component (that performs firebase uploads)
    1
    /** This component is now maintained via the [quasar-helpers repo](https://github.com/AllanJeremy/quasar-helpers) */
    2
    import { createUploaderComponent } from "quasar";
    3
    import { computed, ref, watch } from "vue";
    4
    
                  
    5
    // Firebase stuff