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
<?php | |
/** | |
* session_start_hook | |
* | |
* @param | |
* @return | |
*/ | |
public function sessions_start_hook() | |
{ |
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
# Team Listing | |
{exp:channel:entries channel="team"} | |
<div> | |
<h2>{name}</h2> | |
... | |
{embed="team/.form-modal" email="{team_email}" id="{url_title}"} |
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
on adding folder items to this_folder after receiving added_items | |
try | |
set the item_count to the number of items in the added_items | |
if the item_count is equal to 1 then | |
set theFile to item 1 of added_items | |
set theRawFilename to ("" & theFile) | |
set tid to AppleScript's text item delimiters | |
set AppleScript's text item delimiters to ":" | |
set theFileName to (text item 7 of theRawFilename) as text |
This file has been truncated, but you can view the full file.
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
Debug: Fontconfig error: Cannot load default config file | |
14:02:00.557 phantomas v1.13.0: /var/www/YellowLabTools/node_modules/phantomas/ | |
14:02:00.557 Options: {"include-dirs":"/var/www/YellowLabTools/lib/tools/phantomas/custom_modules/core,/var/www/YellowLabTools/lib/tools/phantomas/custom_modules/modules","skip-modules":"blockDomains,domHiddenContent,domMutations,domQueries,events,filmStrip,har,javaScriptBottlenecks,jQuery,jserrors,lazyLoadableImages,pageSource,windowPerformance","format":"json:pretty","R":"json:pretty","reporter":"json:pretty","screenshot":"/tmp/1457577522283.413/screenshot.png","user-agent":"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) YLT Chrome/27.0.1453.110 Safari/537.36","js-deep-analysis":true,"timeout":30,"engine":"webkit2","silent":false,"progress":false,"page-source":false,"film-strip":false,"colors":false,"analyze-css":true,"stop-at-onload":false,"spy-eval":false,"scroll":false,"no-externals":false,"disable-js":false,"v":true,"verbose":true,"h":false,"help": |
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
############################################################ | |
# (custom) shortcuts | |
############################################################ | |
# List directory with all files | |
alias l='clear; echo ""; echo -------------- `pwd`; echo ""; ls -lah; echo ""'; | |
# List users on the system | |
alias users='cat /etc/passwd | cut -d ":" -f1' | |
# Show IP address | |
alias myip="echo INTERNAL && ifconfig | grep 'inet ' && echo PUBLIC && echo ' ' `dig +short myip.opendns.com @resolver1.opendns.com`" | |
# Show Current process of user |
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
# Versions and Changelog | |
Files kept in the repo for refrence of current version of the site and log of the changes. | |
## Changelog | |
http://keepachangelog.com/en/0.3.0/ | |
_Examples_ |