This script for Google Spreadsheets allows you to generate slugs for your data such as might be used for creating unique urls.
Use it like this!
| # | A | B | C |
|---|---|---|---|
| 1 | a | b | slug |
| 2 | foo | baz bing | =slugify(A2:B4) |
| 3 | bar | BAZ | |
| 4 | FOO | baz-bing |
| (* | |
| Export All Safari Tabs in All Open Windows to a Markdown File | |
| July 13, 2015 | |
| // SCRIPT PAGE | |
| http://hegde.me/urlsafari | |
| // ORIGINAL SCRIPT ON WHICH THIS SCRIPT IS BUILT | |
| http://veritrope.com/code/export-all-safari-tabs-to-a-text-file |
| /*----------------------------------------------------------------------------*/ | |
| // redirects for login / logout | |
| /*----------------------------------------------------------------------------*/ | |
| add_filter('woocommerce_login_redirect', 'login_redirect'); | |
| function login_redirect($redirect_to) { | |
| return home_url(); | |
| } |
| <?php | |
| /** | |
| * QuickTask: The Alfred Workflow for Asana | |
| * | |
| * Author: Mannie Schumpert http://mannieschumpert.com | |
| * Version: 2.1 | |
| */ | |
| require('workflows.php'); | |
| class Asana { |
This script for Google Spreadsheets allows you to generate slugs for your data such as might be used for creating unique urls.
Use it like this!
| # | A | B | C |
|---|---|---|---|
| 1 | a | b | slug |
| 2 | foo | baz bing | =slugify(A2:B4) |
| 3 | bar | BAZ | |
| 4 | FOO | baz-bing |
| -- Thanks to https://github.com/HunterHillegas/OmniFocusMailFlags/blob/master/PushFlaggedMessagesToOmniFocus.applescript | |
| -- This AppleScript will send email messages in a specific folder in Mail.app to your Omnifocus 2 inbox | |
| -- Only runs if Mail and OF2 are open | |
| -- Run the script with /usr/bin/osascript "/path/to/script/send-follow-up-to-omnifocus.scpt" | |
| -- I use Lingon to manage my scheduled scripts | |
| -- Edit the variables below | |
| on run |
| /** | |
| * Remove Rev Slider Metabox | |
| */ | |
| if ( is_admin() ) { | |
| function remove_revolution_slider_meta_boxes() { | |
| remove_meta_box( 'mymetabox_revslider_0', 'page', 'normal' ); | |
| remove_meta_box( 'mymetabox_revslider_0', 'post', 'normal' ); | |
| remove_meta_box( 'mymetabox_revslider_0', 'YOUR_CUSTOM_POST_TYPE', 'normal' ); | |
| } |
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
| tell application "Evernote" | |
| tell application "Finder" to set file_name to (name of theFile) | |
| set time_string to do shell script "date '+%H:%M:%S'" | |
| set date_string to do shell script "date '+%Y-%m-%d'" | |
| set message to "<p><b>" & time_string & "</b> | Moved <em>" & file_name & "</em></p>" | |
| set matches to find notes date_string & " notebook:Log" | |
| if (count of matches) is 1 then | |
| set the_note to item 1 of matches |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |