Skip to content
View toadeelali's full-sized avatar
🐢
Slow & Steady...
🐢
Slow & Steady...

Block or report toadeelali

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. Resource-Preloader Resource-Preloader Public

    A JavaScript based powerful resource pre-loader with concurrent download and dependency resolving features.

    JavaScript

  2. JavaScript: Numbers representational... JavaScript: Numbers representational library. #web-featured
    1
    const Numbers = {
    2
      OrdinalIndicator(n) {
    3
        const result = {
    4
          number: n,
    5
          finalValue: n,
  3. Connect-vue-with-firestore Connect-vue-with-firestore Public

    Vue

  4. Cordova: InAppBrowser plugin handler... Cordova: InAppBrowser plugin handler. #web-featured
    1
    function InAppBrowser(_url, _callback, _title, _target, _options) {
    2
      this.version = "1.0.0";
    3
      this.url = encodeURI(_url);
    4
      this.title = _title || '';
    5
      this.target = _target || '_blank';
  5. JavaScript: Promise based hang free ... JavaScript: Promise based hang free file writer. #web-featured
    1
    function writeFileInChunks(fileEntry, blob) {
    2
      // let self = this;
    3
      return new Promise((resolve, reject) => {
    4
        fileEntry.createWriter(fileWriter => {
    5
          //append to the end