Pastoid

Search Results

my blacklist - View

.gd/ .pl/ .ru/ .sk/ .tv/

March 9, 2011 at 10:37 am - View

/** * __construct function. * * @access public * @param string $user_id. (default: '')

March 3, 2011 at 11:55 pm - View

*** LOCAL GEMS *** bson (1.2.4) bson_ext (1.2.4) builder (3.0.0)

March 3, 2011 at 11:55 pm - View

bson (1.2.4) bson_ext (1.2.4) builder (3.0.0) cucumber (0.10.0) diff-lcs (1.1.2)

gemenv - View

RubyGems Environment: - RUBYGEMS VERSION: 1.3.5 - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] - INSTALLATION DIRECTORY: /var/lib/gems/1.8 - RUBY EXECUTABLE: /usr/bin/ruby1.8

php-i.txt - View

phpinfo() PHP Version => 5.3.2-1ubuntu4.7 System => Linux lamp 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 Build Date => Jan 12 2011 18:34:05

test_utils.php - View

<?php include 'bootstrap.php'; class UtilsTest extends UnitTestCase

solvemedia.plugin.php - View

<?php /** * http://portal.solvemedia.com/portal/help/pub/php/ **/

adminhandler.diff - View

Index: system/classes/adminhandler.php =================================================================== --- system/classes/adminhandler.php (revision 4890) +++ system/classes/adminhandler.php (working copy) @@ -3563,8 +3563,16 @@

theme.php - View

<?php if ( !defined( 'HABARI_PATH' ) ) { die( 'No direct access' ); } ?> <?php class Charcoal extends Theme {

test.plugin.php - View

<?php class Test extends Plugin {

test.plugin.p - View

0

test.plugin.php - View

<?php class Test extends Plugin {

theme_class.diff - View

Index: system/themes/charcoal/theme.php =================================================================== --- system/themes/charcoal/theme.php (revision 4870) +++ system/themes/charcoal/theme.php (working copy) @@ -1,8 +1,6 @@

themeclassdiff.diff - View

Index: system/themes/charcoal/theme.php =================================================================== --- system/themes/charcoal/theme.php (revision 4870) +++ system/themes/charcoal/theme.php (working copy) @@ -1,8 +1,6 @@

generate addons - View

type,description,name plugin,"Twitter avatar plugin",twitter_avatar plugin,"Removes Digg Bar frame.",habaridiggbarkiller plugin,"Display and manage a blogroll on your blog.",blogroll plugin,"Display music you listened recently on your blog.",audioscrobbler

February 7, 2011 at 2:19 pm - View

echo '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>'; echo '<script type="text/javascript">'; echo "$('#checkAllAuto').click(function(){"; echo "$(\"INPUT[type='checkbox']\").attr('checked', $('#checkAllAuto').is(':checked'));})"; echo '</script>';

termmenus.plugin.php - View

<?php class TermMenus extends Plugin { public function __get($name)

coreblocks.plugin.php - View

<?php /** * Create a blocks commonly used by site owners. *

January 28, 2011 at 11:27 am - View

Free Software allows individuals to gain essential technical skills in ways that are simply not practical with closed solutions. As a collection of small parts loosely joined, Free Software allows one to quickly grow the list of tools with which they are familiar. Finally, the open nature of Free Software helps one establish a public, verifiable reputation of communication and collaboration. Enthusiasts can experiment on their own with the same professional-grade technologies used by corporations and enterprises, rather than stripped-down limited functionality demos. One can start small, and incrementally add technologies as their time and interest permit. One can easily transition from hobbyist to entry-level professional by applying their skills in low-risk freelance endeavours. Consider a simple example: someone, on their own, sets up a web server. As their expertise with this server grows, they add more and more functionality: a SQL server for data storage, an LDAP server for user account consolidation, a mail server for notifications. The skills they learn on this small scale are directly related to the skills that will be required of them on larger scales. Contrast this with closed alternatives: how can one gain real experience managing a Microsoft Exchange service or creating complex Group Policies for a multi-domain Active Directory?

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide