🐢
Slow & Steady...
A technology enthusiast, keen learner, researcher & developer. I excelled in mobile & web apps dev & molded myself into an experienced Software Engineer.
-
Achieve Test Prep (Remote)
- Islamabad
- https://theadeel.com
- @toadeelali
Pinned Loading
-
Resource-Preloader
Resource-Preloader PublicA JavaScript based powerful resource pre-loader with concurrent download and dependency resolving features.
JavaScript
-
JavaScript: Numbers representational...
JavaScript: Numbers representational library. #web-featured 1const Numbers = {
2OrdinalIndicator(n) {
3const result = {
4number: n,
5finalValue: n,
-
-
Cordova: InAppBrowser plugin handler...
Cordova: InAppBrowser plugin handler. #web-featured 1function InAppBrowser(_url, _callback, _title, _target, _options) {
2this.version = "1.0.0";
3this.url = encodeURI(_url);
4this.title = _title || '';
5this.target = _target || '_blank';
-
JavaScript: Promise based hang free ...
JavaScript: Promise based hang free file writer. #web-featured 1function writeFileInChunks(fileEntry, blob) {
2// let self = this;
3return new Promise((resolve, reject) => {
4fileEntry.createWriter(fileWriter => {
5//append to the end
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.