All pastesPublic feed

Public feed

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

    2061827·text·3.1 KB·2011-05-16 21:42 UTC
    for the Goan Masala:
    Marinade - combine all of these ingredients in a bowl hours before you want to make the curry, for any period up to 24hrs (I did it for about 6 hours).
    -4 Chicken breasts, cut i
  • Anonymous

    2061822·text·3.1 KB·2011-05-16 21:28 UTC
    for the Goan Masala:
    Marinade - combine all of these ingredients in a bowl hours before you want to make the curry, for any period up to 24hrs (I did it for about 6 hours).
    -4 Chicken breasts, cut i
  • awqwg

    2061820·text·36.0 KB·2011-05-16 21:22 UTC
    
        
  • Someone

    2061818·text·1.6 KB·2011-05-16 21:17 UTC
    diff --git a/mythtv/libs/libmythtv/vbitext/vbi.c b/mythtv/libs/libmythtv/vbitext/vbi.c
    index 15f8d85..61ee52b 100644
    --- a/mythtv/libs/libmythtv/vbitext/vbi.c
    +++ b/mythtv/libs/libmythtv/vbitext/vb
  • Someone

    2061815·text·1.8 KB·2011-05-16 21:14 UTC
    Jeg gikk 20 dager, én dag mindre enn tre uker. Ok, 20 dager, klarte du ikke mer fordi det var for vondt? Jeg stod, jeg ville, for det første så jeg veldig sånn nei jeg har ikke lyst til.. jeg vet ikke
  • Anonymous

    2061813·text·394 B·2011-05-16 21:04 UTC
    smtpd_recipient_restrictions = reject_non_fqdn_sender, 
    reject_non_fqdn_recipient, 
    reject_unknown_sender_domain, 
    reject_unknown_recipient_domain, 
    check_recipient_access hash:/etc/po
  • Someone

    2061809·text·638 B·2011-05-16 20:50 UTC
    feature-virtuoso
     master
     new-branch
     oldwork
    * pooh-pei
     utf8test
     remotes/origin/HEAD -> origin/master
     remotes/origin/dev
     remotes/origin/feature-rdfquery-remove-bridge
     remotes/
  • Stuff

    2061808·text·87.7 KB·2011-05-16 20:47 UTC
    
        
  • Something

    2061806·text·250 B·2011-05-16 20:45 UTC
    [root@rs11 brisk-1.0~beta1]# bin/brisk hadoop fs -ls cfs:/
    
    drwxrwxrwx - root root 0 2011-05-16 16:42 /user
    [root@rs11 brisk-1.0~beta1]# bin/brisk hadoop fs -count 'cfs:/*'
  • Anonymous

    2061802·text·20.1 KB·2011-05-16 20:30 UTC
    14:29:27,489 ERROR [SystemSettings] ::: SYSTEMSETTINGS.ERROR_0002 - El archivo /opt/biserver-ce/pentaho-solutions/system/cda/settings.xml no existe
    14:29:27,489 ERROR [SystemSettings] ::: SYSTEMSETTI
  • Something

    2061801·text·3.3 KB·2011-05-16 20:29 UTC
    frame world;
    default x_coord is 0 and % initial values
    default y_coord is 0.
    
    frame global; % can refer to slots without referring to global
    default world_exten
  • Mine

    2061800·text·6.4 KB·2011-05-16 20:29 UTC
    % first, must create the dialog window by using the dialog editor
    % and EXPORTING to the I/E window. From there, copy its contents
    % and paste them to this window, as below:
    
    my_gui :- 
     _S1 =
  • Untitled

    2061799·text·1.1 KB·2011-05-16 20:27 UTC
    D 1305577646 [2011-05-16 21:27:26 +0100] @projects/sts/app/controllers/users_controller.rb:8:in `show'> 2011-05-16 21:27:26 +0100
    D 1305577646 [2011-05-16 21:27:26 +0100] @projects/sts/app/controller
  • Anonymous

    2061790·text·2.3 KB·2011-05-16 20:18 UTC
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.Applet;
    
    /**
     *
     * Beschreibung
     *
     * @version 1.0 vom 08.04.2011
     * @author
     */
    
    public class Applet01 extends Applet
  • Unnamed

    2061788·text·1.1 KB·2011-05-16 20:17 UTC
    # apt-get install oss4-dkms
    Reading package lists... Done
    Building dependency tree 
    Reading state information... Done
    The following NEW packages will be installed:
     oss4-dkms
    0 upgraded,
  • Miscellany

    2061785·c·305 B·2011-05-16 20:05 UTC
    cellule *AstarCalculCout(DATA* data, cellule *cour, cellule* parent){
     int F,G,H;
     F=parent->CoutDepart+10;
     G=LabyCalculeDistance(cour->Position,data->Arrivee)*10;
     H=F+G;
     printf("Debug : cout
  • Mine

    2061782·text·5.0 KB·2011-05-16 20:02 UTC
    <Captain BusinessAndScience>
    nochmal studieren oder nicht, dass ist hier die Frage. ;) Alles so verlockende Angebote.
    2 hours ago · LikeUnlike ·
    
     *
     *
     *
     o
     <X1>
  • Someone

    2061780·text·218 B·2011-05-16 19:59 UTC
    UPDATE ju_calc_user_meta SET counter_hour = 1 WHERE user_id = 1 AND ( last_calc_hour <> HOUR(CURTIME()) OR last_calc_day <> DAY(CURDATE()) OR last_calc_month <> MONTH(CURDATE()) OR last_calc_year <> Y
  • Unnamed

    2061777·text·1.4 KB·2011-05-16 19:55 UTC
    #!/usr/bin/env python
    
    ZEROINT = 0
    
    def minus1(x):
     return x-1
    
    def plus1(x):
     return x+1
    
    def new(cls, *args, **kwargs):
     return cls(*args, **kwargs)
    
    def applyFunction(function, *arg
  • Untitled

    2061776·text·191 B·2011-05-16 19:51 UTC
    $args = array(
     'tax_query' => array(
     array(
     'taxonomy' => 'product_category',
     'field' => 'slug',
     'terms' => get_queried_object()->slug
     )
     )
    );
    
    query_posts($args);

older pastes →