| title | tags | description |
|---|---|---|
Talk slides template |
Templates, Talk |
View the slide with "Slide Mode". |
I hereby claim:
- I am danydodson on github.
- I am igore (https://keybase.io/igore) on keybase.
- I have a public key ASCCqBENYZouBsa2-lyDCyNm_2hKsV3ht2m-F8fBkKapIAo
To claim this, I am signing this object:
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
| #!/bin/bash | |
| # IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it! | |
| # IMPORTANT: You will need to run this script from Recovery. In fact, macOS Catalina brings read-only filesystem which prevent this script from working from the main OS. | |
| # This script needs to be run from the volume you wish to use. | |
| # E.g. run it like this: cd /Volumes/Macintosh\ HD && sh /Volumes/Macintosh\ HD/Users/sabri/Desktop/disable.sh | |
| # WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars. | |
| # Get active services: launchctl list | grep -v "\-\t0" | |
| # Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents |
- Does the code work?
- Description of the project status is included.
- Code is easily understand.
- Code is written following the coding standarts/guidelines (React in our case).
- Code is in sync with existing code patterns/technologies.
- DRY. Is the same code duplicated more than twice?
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
| // https://gist.github.com/danydodson/def9372092dcbcb10b1cddec018db3c5 | |
| // Dany Dodson <danydodson@gmail.com> | |
| ljs.addAliases({ | |
| jQuery:'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js', | |
| copy:'https://cdn.jsdelivr.net/gh/zenorocha/clipboard.js@master/dist/clipboard.min.js', | |
| juicer:'https://cdnjs.cloudflare.com/ajax/libs/juicer/0.6.14/juicer-min.js', | |
| timeago:'https://cdnjs.cloudflare.com/ajax/libs/timeago.js/2.0.3/timeago.min.js', | |
| iframe:'https://cdn.jsdelivr.net/gh/jae-jae/iframe-sandbox@main/iframe-sandbox.js', | |
| vue:'https://cdnjs.cloudflare.com/ajax/libs/vue/2.4.2/vue.js', | |
| psl:'https://cdn.jsdelivr.net/gh/wrangr/psl@master/dist/psl.min.js', |
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
| [ | |
| { | |
| "title": "Oil onkey Script telegram exchange group", | |
| "url": "https://t.me/UserscriptPlus" | |
| } | |
| ] |
If you want your terminal vim to open files you double click, follow the following steps (MacOS only):
- Open Automator
- Select Application
- Copy the attached file
- Save and set as default for opening files
Multiple files are opened in vim tabs. If there is already a vim instance running, files are opened in it.
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
| # Load JavaScript code from here | |
| js_include conf.d/header_logging.js; | |
| # Fill variable from JS function | |
| js_set $access_log_with_headers kvAccessLog; | |
| # Define special log format | |
| log_format kvpairs $access_log_with_headers; | |
| server { |
OlderNewer