##Given Apache 2 and MySQL are already installed.
#Update MacPorts sudo port selfupdate;sudo port -u upgrade outdated
#Install PHP 5.4.* sudo port install php54 php54-apache2handler ##Activate Apache Module cd /opt/local/apache2/modules
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Monokai Soda</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| #------------------------------------------------------------- | |
| # Source global definitions (if any) | |
| #------------------------------------------------------------- | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc # --> Read /etc/bashrc, if present. | |
| fi | |
| #------------------------------------------------------------- |
| { | |
| "color_scheme": "Packages/User/Espresso Soda.tmTheme", | |
| "default_encoding": "UTF-8", | |
| "detect_slow_plugins": false, | |
| "draw_minimap_border": true, | |
| "font_size": 12.0, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ |
##Given Apache 2 and MySQL are already installed.
#Update MacPorts sudo port selfupdate;sudo port -u upgrade outdated
#Install PHP 5.4.* sudo port install php54 php54-apache2handler ##Activate Apache Module cd /opt/local/apache2/modules
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Blue Component</key> | |
| <real>0.30093687772750854</real> | |
| <key>Green Component</key> | |
| <real>0.36639997363090515</real> |
| REGEDIT4 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
| "Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,3a,00,46,00,01,00,3a,00,00,00,00,00 |
| ; | |
| ; MT4 | |
| ; | |
| #IfWinActive ahk_class MetaQuotes::MetaTrader::4.00 | |
| ; | |
| ; Templates | |
| ; | |
| #H::Send {Alt}CT{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Enter}{End} ; Harmonics Template | |
| #S::Send {Alt}CT{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Enter}{End} ; Harmonics + Sonar Template | |
| #D::Send {Alt}CT{Down}{Down}{Down}{Down}{Down}{Enter}{End} ; Default Template |
| $(window).scroll(function() { | |
| var scroll = $(window).scrollTop(); | |
| if (scroll > 50) { | |
| $(".menu-bar").addClass("menu-bar-scroll"); | |
| } else { | |
| $(".menu-bar").removeClass("menu-bar-scroll"); | |
| } | |
| }); | |
| (function(){ |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Darkside</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
| <select multiple='multiple' id="select"> | |
| <option>one</option> | |
| <option>two</option> | |
| <option>three</option> | |
| <option>four</option> | |
| </select> | |
| <div id="up"></div> | |
| <div id="down"></div> |