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
| import time | |
| from adafruit_circuitplayground.express import cpx | |
| minolta_speeds = [1,2,4,8,15,30,60,125,250,500] | |
| yashica_speeds = [1,2,5,10,25,50,100,300] | |
| class ShutterSpeed: | |
| def __init__(self, reciprocal): |
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
| Close = Loka | |
| Settings = Stillingar | |
| Your Information = Upplýsingar þínar | |
| Email: = Tölvupóstur: | |
| Name: = Nafn: | |
| IMAP Settings = IMAP Stillingar | |
| SMTP Settings = SMTP Stillingar | |
| Username: = Notendanafn: | |
| Password: = Lykilorð: |
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
| <?php namespace GM\FSDFM; | |
| /** | |
| * Plugin Name: Fullscreen Distraction-Free Mode (pre v4.1) | |
| * Description: Allows to use the distraction-free mode that was active pre 4.1 WP version. | |
| * Plugin URI: https://gist.github.com/Giuseppe-Mazzapica/c081ce03a68b00d983d5 | |
| * Author: Giuseppe Mazzapica | |
| * Author URI: https://gm.zoomlab.it | |
| * License: MIT | |
| * Version: 1.0.0 | |
| */ |
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
| <?php | |
| foreach (file('/tweet-ids.txt') as $tweet_id) { | |
| $tweet_id = trim($tweet_id); | |
| $url = home_url('index.php').'?'.http_build_query(array( | |
| 'aktt_action' => 'import_tweet', | |
| 'tweet_id' => $tweet_id, | |
| 'social_api_key' => Social::option('system_cron_api_key') | |
| ), null, '&'); | |
| // error_log('Importing tweet '.$tweet_id.' '.$url); |
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
| /usr/bin/plutil -convert xml1 -o - ~/Library/Safari/Bookmarks.plist | grep -E -o '<string>http[s]{0,1}://.*</string>' | grep -v icloud | sed -E 's/<\/{0,1}string>//g' |