@anachron yup now if you want
bower install marionette@^2.1 --save
and then use this shim
https://github.com/Gistbook/gistbook-view/blob/master/src/resources/shim/radio.shim.js
you may need to change this line: https://github.com/Gistbook/gistbook-view/blob/master/src/resources/shim/radio.shim.js#L10
to be Backbone.Radio instead of just Radio
:stuck_out_tongue_winking_eye:
Anachron vor 2 Minuten 4
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
| # Reset all rules | |
| sudo ufw reset --force | |
| # DNS Requests | |
| sudo ufw allow out 53/udp | |
| # HTTP, HTTPS, SMTP, IMAP | |
| sudo ufw allow out 80,443,587,993/tcp | |
| # Instant Messaging |
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
| ############################################################# | |
| ################### OFFICIAL UBUNTU REPOS ################### | |
| ############################################################# | |
| ###### Ubuntu Main Repos | |
| deb http://de.archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse | |
| ###### Ubuntu Update Repos | |
| deb http://de.archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse | |
| deb http://de.archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse |
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
| sudo apt-get remove file-roller | |
| sudo apt-get install atom # UI-Theme: White, Syntax Theme: Winter | |
| sudo apt-get install audience | |
| sudo apt-get install brasero | |
| #sudo apt-get install gnome-calculator | |
| #sudo apt-get install maya-calendar | |
| sudo apt-get install chromium-browser | |
| sudo apt-get install gconf-editor | |
| sudo apt-get install conky |
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
| ############################################################################## | |
| # PREPERATION | |
| ############################################################################## | |
| # gdebi - Package Manager with Dependency Awareness | |
| sudo apt-get install gdebi | |
| ############################################################################## | |
| # INSTALLATION | |
| ############################################################################## | |
| # ---------------------------------------------------------------------------- |
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 | |
| oldDisplays="" | |
| while [[ 1 ]] | |
| do | |
| displays=$(xrandr | grep " connected" | sed -e "s/\([A-Z0-9]\+\) connected.*/\1/") | |
| if [[ $displays == $oldDisplays ]] | |
| then | |
| sleep 1 |
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 | |
| #killall conky 2&> /dev/null | |
| #pkill -9 -f gnome-settings-daemon | |
| wait=$1 | |
| if [[ $wait -ne 0 ]] | |
| then | |
| sleep $wait | |
| fi |
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
| paths: { | |
| "log": "utils/logrjs", | |
| "hbs": "../repo/hbs/hbs", | |
| "i18nprecompile": "../repo/hbs/i18nprecompile", | |
| "json2": "../repo/hbs/json2", | |
| "handlebars": "../repo/hbs/Handlebars", | |
| "hbs/underscore": "../repo/underscore/underscore", | |
| "underscore": "../repo/underscore/underscore", | |
| "assert": "../repo/assert/assert", |
- Fork the other repository that you want to change (https://github.com/Hackademic/hackademic/fork)
- Clone your forked repository
git clone -b next-dev https://github.com/NullArgument/hackademic - Add the original repository url
git remote add source https://github.com/Hackademic/hackademic - Make changes and commit them
git add .(add . to add all changes) - Commit the changes
git commit -m <MESSAGE> - Push the changes back to github (so far only local)
git push - Visit github and create a PR if all is okay https://github.com/NullArgument/hackademic/compare
- If you want to update your local repository with the Hackademic changes, you type
git pull source.
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":"Anonymous Gistbook","author":"Anachron","pages":[{"pageName":"","sections":[{"type":"text","source":"Welcome to Gistbook!"},{"type":"html","source":"<h2>test</h2>"}]}],"public":true} |