This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git add -A;git commit -m "π Quick Commit"; git push; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gnu,gnu-women,gnu-es,gnu-mx,fsf,libreplanet,emacs,hurd,grub,savannah,gnu-webmasters,erc,emacs-beginners,emacsconf,pspp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| firefox,accessibility,addons,addon-reviewers,amo,balrog,bmo,bugzilla,calendar,chatzilla,firefoxstudents,instantbird,js,l10n,mdn,mdndev,mozillazine,mozdev,mozwebqa,nightingale,nightly,qa,remo,remo-dev,rust,rust-beginners,rust-gamedev,rust-internals,rust-osdev,seamonkey,servo,songbird,sumo,sync,testpilot,themedev,thunderbird,tb-support-crew,tb-qa,transvision,webextensions,webcompat,webtools,womoz,xul,contributors,developers,Moc,planning,airmozilla,ateam,audio,badges,bluetooth,build,ci,content,devtools,e10s,fistbump,focus,fx-team,fxa,fxos,gfx,identity,jsapi,jsctypes,labs,layout,macdev,maildev,media,memshrink,mobile,necko,newslettercode,power,push,seamonkey,security,services-dev,telemetry,ur,ux,videol10n,webdev,webmaker,wiki,windev,www |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tmux a -t 0 || cd Desktop;clear; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "manifest_version": 2, | |
| "name": "", | |
| "version": "0.01" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description": "Adds a solid red border to all webpages matching mozilla.org. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#borderify", | |
| "manifest_version": 2, | |
| "name": "Borderify", | |
| "version": "1.0", | |
| "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/borderify", | |
| "icons": { | |
| "48": "icons/border-48.png" | |
| }, | |
| "content_scripts": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var uiConfig = { | |
| callbacks: { | |
| signInSuccessWithAuthResult: function (authResult, redirectUrl) { | |
| // User successfully signed in. | |
| // Return type determines whether we continue the redirect automatically | |
| // or whether we leave that to developer to handle. | |
| return true; | |
| }, | |
| uiShown: function () { | |
| document.getElementById('loader').style.display = 'none'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // // π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯ | |
| // // The Firebase SDK is initialized and available here! | |
| // | |
| // firebase.auth().onAuthStateChanged(user => { }); | |
| // firebase.database().ref('/path/to/ref').on('value', snapshot => { }); | |
| // firebase.messaging().requestPermission().then(() => { }); | |
| // firebase.storage().ref('/path/to/ref').getDownloadURL().then(() => { }); | |
| // | |
| // // π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯π₯ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm --prefix functions/ i -S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List of general commands: | |
| /sound /sounds Toggles sound. | |
| /follow Follows a member's games / prints a list of followed members. Example: /follow Bishop or /follow | |
| /unfollow Stops following a member / stops following all. Example: /unfollow Bishop or /unfollow | |
| /friend Sends a friend request. Example: /friend Bishop | |
| /observe Observes ongoing member's games. Example: /observe Bishop | |
| /ping Checks my lag or a member's lag. When in a game, it checks both players' lag. Example: /ping or /ping Bishop | |
| /examine /analysis Opens an Analysis board. If you are in a game, it opens a board to analyze together the recently finished game. | |
| /archive /history Loads a member's games archive. Example: /archive Bishop or /archive | |
| /top Observes top games of the type bullet, blitz, standard or friend. Example: /top friend, /top blitz |