- X11.app X server
- Fink and MacPorts package managers
- (may replace MacPorts with Homebrew and use Fink only for things not found in Homebrew such as FireFox and nedit)
- From source tar balls
- dwm tiling window manager
- Fink
- FireFox (browser)
- Alpine (email)
- nedit - language mode files (including PHP): http://www.nedit.org/ftp/contrib/highlighting/
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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* SUSHI_Model provides a base model class that interacts with SUSHI_ModelRow to | |
* make saving and loading data easier. | |
* | |
* @package default | |
* @author Isaac Raway | |
**/ | |
class SUSHI_Model extends CI_Model |
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 | |
class ExtendedChannel { | |
public __construct() | |
{ | |
$this->EE = &get_instance(); | |
} | |
public function extended_entries() | |
{ |
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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
// Simple, single configuration file to override almost all paths and server settings. As used by @airways | |
// and @litzinger. | |
// Only check in the default as dist.config.php, set your version control system to ignore config.php so that | |
// local users and each instance (staging, production) can have their own settings. | |
// These config files are mainly meant to be used on a shared development server used by all developers, | |
// although it works almost as well for local development as well. |
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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
/** | |
* @package CELL CMS | |
* @author Isaac Raway (MetaSushi, LLC) <[email protected]> | |
* | |
* Copyright (c)2009, 2010, 2011. Isaac Raway and MetaSushi, LLC. | |
* All rights reserved. | |
**/ |
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
<?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>beforeRunningCommand</key> | |
<string>nop</string> | |
<key>bundleUUID</key> | |
<string>0374A255-E6D9-4CD7-8FB6-4F7DAE99AFC7</string> | |
<key>command</key> | |
<string>read text |
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 if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
// Note: not tested | |
class Https_ext { | |
public $settings = array(); | |
public $description = ''; | |
public $docs_url = ''; | |
public $name = 'HTTPS'; | |
public $settings_exist = 'n'; | |
public $version = '1.0'; | |
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
var el = ( function () { | |
var doc = document; | |
var directProperties = { | |
'class': 'className', | |
className: 'className', | |
defaultValue: 'defaultValue', | |
'for': 'htmlFor', | |
html: 'innerHTML', |
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
403 Forbidden | |
/: 11 Time(s) | |
///recordings/misc/callme_page.php: 1 Time(s) | |
//admin/index.php: 3 Time(s) | |
//admin/phpmyadmin/index.php: 3 Time(s) | |
//admin/pma/index.php: 3 Time(s) | |
//db/index.php: 3 Time(s) | |
//dbadmin/index.php: 3 Time(s) | |
//index.php: 3 Time(s) | |
//myadmin/index.php: 2 Time(s) |