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'); | |
class Projects_model extends CI_Model { | |
function __construct() { | |
parent::__construct(); | |
} | |
function new($aData) { | |
echo 'hi'; | |
} |
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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
url = git://github.com/canidae/saiph.git | |
[branch "master"] | |
remote = origin |
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
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Amulet for event 0 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Amulet for event 4 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Amulet for event 6 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Armor for event 0 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Armor for event 4 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Armor for event 6 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Beatitude for event 7 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Beatitude for event 6 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Boulder for event 9 | |
<T0> Wed Aug 3 20:39:39 2011 [Broadcast] Registering Donate for event 6 |
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/sh | |
# Runs saiph in a loop while avoiding overwriting stuff. | |
LOGS=logs | |
KILL="killall -q nethack" | |
#make || exit $? | |
mkdir -p $LOGS | |
while :; do |
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/sh | |
# Runs saiph in a loop while avoiding overwriting stuff. | |
LOGS=logs | |
KILL="killall -q nethack" | |
#make || exit $? | |
mkdir -p $LOGS | |
while :; do |
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
I am seeing | |
<div class='trophycabinet'> | |
<h3>Individual</h3> | |
<ul> | |
<li> | |
</li> | |
</ul> | |
<ul> | |
<li> |