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
| <VirtualHost *:80> | |
| ServerName staners.local | |
| ServerAlias www.staners.local | |
| ServerAdmin webmaster@localhost | |
| DocumentRoot /var/www/staners/ | |
| SetEnv APPLICATION_ENV "development" | |
| ErrorLog ${APACHE_LOG_DIR}/staners.local-error.log |
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
| { | |
| "enabled_plugins": [ | |
| "SimpleReloadPlugin", | |
| "SimpleRefresh" | |
| ] | |
| } |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Popup</title> | |
| <style> | |
| .popup-overlay { | |
| position: fixed; | |
| z-index: 999; | |
| top: 0px; |
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
| function getWindowWidth() { | |
| return window.innerWidth || document.body.clientWidth; | |
| } |
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
Show hidden characters
| [ | |
| // Mouse 3 column select | |
| { | |
| "button": "button3", | |
| "press_command": "drag_select", | |
| "press_args": {"by": "columns"} | |
| }, | |
| { | |
| "button": "button3", "modifiers": ["ctrl"], | |
| "press_command": "drag_select", |
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
| history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn |head -n 10 |
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 | |
| /** | |
| * @package Joomla.Site | |
| * @subpackage Templates.protostar | |
| * | |
| * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. | |
| * @license GNU General Public License version 2 or later; see LICENSE.txt | |
| */ | |
| defined('_JEXEC') or die; |
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
| $('.gallery').magnificPopup({ | |
| delegate: 'a', | |
| type: 'image', | |
| gallery:{ | |
| enabled:true | |
| }, | |
| image: { | |
| titleSrc: 'title' | |
| } | |
| }); |
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
| $(function () { | |
| $('.owl-carousel').owlCarousel({ | |
| loop:true, | |
| margin:10, | |
| responsiveClass:true, | |
| responsive:{ | |
| 0:{ | |
| items:1, | |
| nav:true |
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
| { | |
| "enabled_plugins": [ | |
| "SimpleReloadPlugin", | |
| "SimpleRefresh" | |
| ] | |
| } |
OlderNewer