All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Anonymous

    2075006·text·279 B·2011-06-05 10:44 UTC
    <?php
     $args = array(
     'orderby' => 'title', 'order' => 'ASC',
     'category__not_in' => array ('7') 
     );
    
     $query = new WP_Query($args);
     if($query->have_posts()) :
     while ($query->have_posts(
  • Something

    2075003·text·82.6 KB·2011-06-05 10:37 UTC
    
        
  • Anonymous

    2075000·text·48.5 KB·2011-06-05 10:34 UTC
    
        
  • Stuff

    2074998·text·404 B·2011-06-05 10:27 UTC
    diff -r 44de9d4987f0 src/bin/Makefile.am
    --- a/src/bin/Makefile.am Sun Jun 05 11:37:07 2011 +0200
    +++ b/src/bin/Makefile.am Sun Jun 05 12:26:42 2011 +0200
    @@ -49,7 +49,6 @@
     parser_cdda.c\
     box.c
  • Miscellany

    2074991·text·2.0 KB·2011-06-05 10:25 UTC
    /bin/bash ../../libtool --tag=CC --mode=link gcc -std=gnu99 -I/opt/e17/include/eina-1 -I/opt/e17/include/eina-1/eina -I/opt/e17/include/eet-1 -I/opt/e17/include/evas-1 -I/opt/e17/include/ecore-1 -I
  • Anonymous

    2074989·text·7.4 KB·2011-06-05 10:21 UTC
    regis@Voyager [05-06-11 12:18:01] ~/Desktop/Apps/0ad/0ad-r09530-alpha/build/workspaces/gcc $ make CONFIG=Release -j2
    ==== Building mocks_real ====
    ==== Building network ====
    mocks_real.cpp
    precomp
  • Unnamed

    2074984·python·3.3 KB·2011-06-05 10:01 UTC
    # -*- coding: utf-8 -*-
    
    from xml.parsers import expat
    from urllib import FancyURLopener
    import pickle
    
    class Weather():
     weatherBase = list()
     def showWeather(self, channel, connection, args,
  • Something

    2074978·text·349 B·2011-06-05 09:42 UTC
    (defun groesser(ListA ListB)
     (dolist (x ListA)
     (if (eq (first ListB) x)
     (pop ListB) 
     ()
     (message "%S %S %S"x ListA ListB)
     )
    )
    
    (defun kleiner(ListA
  • Someone

    2074971·javascript·288 B·2011-06-05 09:00 UTC
    function checkAll() {
     $('div[id="uniform-undefined"] span').hasClass('checked') ? (check.removeClass('checked'), $('input[type="checkbox"]').attr('checked', false))
  • Someone

    2074967·javascript·317 B·2011-06-05 08:56 UTC
    function checkAll() {
     var check = $('div[id="uniform-undefined"] span');
     check.hasClass('checked') ?
     (check.removeClass('checked'), $('input[type="checkbox"]').attr('checked', f
  • Someone

    2074959·javascript·338 B·2011-06-05 08:43 UTC
    function checkAll() {
     var check = $('div[id="uniform-undefined"] span');
     if (check[0].hasClass('checked')) {
     check.addClass('checked');
     $('input[type="checkbox"]').attr('ch
  • rPSYC.rb snapshot

    2074956·ruby·1.0 KB·2011-06-05 08:34 UTC
    #!/env/ruby
    
    #@filename rpsyc.rb
    #@author Alex "coyo tama" Maurin
    #Description A simple PSYC connection handler in ruby.
    
    require 'socket'
    puts 'connecting to:' + IPSocket::getaddress('psyced.o
  • Someone

    2074955·javascript·334 B·2011-06-05 08:33 UTC
    function checkAll() {
     var check = $('div[id="uniform-undefined"] span');
     var c = (check[0].className == '') ? 'checked' : '';
     (c == '') ? check.removeClass('checked') : check.addClass('
  • clueless

    2074949·text·28.1 KB·2011-06-05 08:15 UTC
    diff -r 29a6b40dc6b0 indra/newview/CMakeLists.txt
    --- a/indra/newview/CMakeLists.txt Tue May 31 23:13:20 2011 +0200
    +++ b/indra/newview/CMakeLists.txt Sun Jun 05 04:15:17 2011 -0400
    @@ -78,6 +78,7 @@
  • Something

    2074948·javascript·546 B·2011-06-05 08:11 UTC
    function checkAll() {
     var check = $('div[id="uniform-undefined"] span');
     var c;
     if (check[0].className == "") {
     c = 'checked';
     } else {
     c = '';
     }
     for(va
  • Anonymous

    2074947·text·18.0 KB·2011-06-05 08:09 UTC
    import org.rsbot.script.Script;
    import org.rsbot.script.ScriptManifest;
    import org.rsbot.script.wrappers.*;
    import org.rsbot.event.listeners.*;
    import org.rsbot.event.events.MessageEvent;
    import
  • Someone

    2074946·java·342 B·2011-06-05 08:07 UTC
    int[4] x = {worldMap.mapCells[i - 1][j].getTerrain(),worldMap.mapCells[i][j + 1].getTerrain(),worldMap.mapCells[i + 1][j].getTerrain(),worldMap.mapCells[i][j - 1].getTerrain()}
    for (int counter = 0;
  • Someone

    2074945·java·306 B·2011-06-05 08:05 UTC
    int[4] x = {worldMap.mapCells[i - 1][j].getTerrain(),worldMap.mapCells[i][j + 1].getTerrain(),worldMap.mapCells[i + 1][j].getTerrain(),worldMap.mapCells[i][j - 1].getTerrain()}
    for (int i = 0; i <
  • Mine

    2074938·text·83.3 KB·2011-06-05 07:51 UTC
    
        
  • Stuff

    2074934·html·323 B·2011-06-05 07:46 UTC
    #unchecked
    <div id="uniform-undefined" class="checker">
     <span>
     <input type="checkbox" name="18" style="opacity: 0;">
     </span>
    </div>
    
    # checked
    <div id="uniform-undefined" class

older pastes →