BBC,Youtube, Music,Mail,Calendar, Drive, Github,Github/Deliveroo
View FilezillaDefaults.xml
This file contains 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
<FileZilla3> | |
<Settings> | |
<Setting name="Config Location">/Users/[Username]/Dropbox/Config/Preferences/filezilla/</Setting> | |
<Setting name="Kiosk mode">0</Setting> | |
<Setting name="Disable update check">0</Setting> | |
</Settings> | |
<Servers> | |
</Servers> | |
</FileZilla3> |
View email.html
This file contains 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
<p> | |
email: | |
<script type="text/javascript"> | |
// <![CDATA[ | |
document.write( | |
"<n uers="znvygb:anzr@qbznva.pbz">".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);})); | |
// ]]> | |
</script> | |
<span style="unicode-bidi:bidi-override; direction: rtl">moc.niamod@eman</span> | |
</a> |
View mute_startup_chime.txt
This file contains 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
# mute startup chime | |
sudo nvram SystemAudioVolume=%80 | |
# reenable startup chime. | |
sudo nvram -d SystemAudioVolume |
View reboot.txt
This file contains 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
sudo crontab -e | |
30 3 * * * /sbin/shutdown -r +5 "About to reboot!" |
View lock_osx.txt
This file contains 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
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend |
View Hello-2.scala
This file contains 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
class HelloSbt { | |
def sayHello() = "" | |
} |
View Heroku user_env_compile
This file contains 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
heroku plugins:install https://github.com/heroku/heroku-labs.git | |
heroku labs:enable user_env_compile -a myapp |
View error
This file contains 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
You are trying to install in deployment mode after changing | |
your Gemfile. Run `bundle install` elsewhere and add the | |
updated Gemfile.lock to version control. | |
You have deleted from the Gemfile: | |
* rb-fsevent | |
! | |
! Failed to install gems via Bundler. | |
! | |
! Heroku push rejected, failed to compile Ruby/rails app |
View call_partial_1.rb
This file contains 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
render 'shared/events_table', events: @events, title: 'Your Events' |
NewerOlder