Pinned Loading
-
node-auth-boilerplate
node-auth-boilerplate Public templateNodeJS 10+ SMS based authentication boilerplate
JavaScript
-
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
-
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*/
-
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--
45CREATE TABLE IF NOT EXISTS `currency` (
-
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) */
2import { createUploaderComponent } from "quasar";
3import { computed, ref, watch } from "vue";
45// Firebase stuff
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.