All pastesPublic feed

Public feed

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

    2081538·xml·629 B·2011-09-20 12:05 UTC
    <item type="uk.co.kynesim.tsb3.feed.item.BBCTVItem">
    <id>-162273594697511874</id>
    <bbcId>b014vy02</bbcId>
    <title>Doctor Who: Series 6: The God Complex</title>
    <description>
     The TARDIS land
  • Untitled

    2081537·xml·5 B·2011-09-20 12:02 UTC
    Test.
  • Anonymous

    2081533·diff·1.7 KB·2011-09-20 11:35 UTC
    --- src/usage_stats/usage_stats.cc 2011-09-20 19:49:08.000000000 +0900
    +++ src-build/usage_stats/usage_stats.cc 2011-09-20 20:08:53.000000000 +0900
    @@ -58,7 +58,8 @@
     const char kRegistryPrefix[] =
  • boost-build

    2081531·text·7.5 KB·2011-09-20 11:20 UTC
    >>> Emerging (1 of 1) dev-util/boost-build-1.35.0-r2 from ohnobinki_overlay
     * boost_1_35_0.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...
  • Miscellany

    2081528·text·856 B·2011-09-20 10:24 UTC
    make[5]: entrant dans le répertoire « /opt/lasso_27102010/lasso/bindings/python »
     CC _lasso_la-_lasso.lo
    <command-line>:0:16: warning: missing terminating " character
     CCLD _lasso.la
    gcc:
  • Something

    2081515·text·1.2 KB·2011-09-20 08:18 UTC
    EXERCICE N°1
    
    #include<stdio.h>
    
    int main (void)
    
    {
     int a,b,c,d,s,r;
    
     scanf("%d", &a);
     scanf("%d", &b);
    
     printf("les valeurs sont a=%d et b=%d\n", a,b);
  • Something

    2081514·text·1.5 KB·2011-09-20 08:08 UTC
    Je partage ta déception sur le manque de transparence de la FSF France sur ce sujet. Certes, comme le soulignent plusieurs personnes dans les commentaires, le secret qui entoure les accords qui règlen
  • Someone

    2081513·text·302 B·2011-09-20 08:04 UTC
    Pythagorean theorem: 24 words
    Lord's prayer: 66 words
    Archimedes' Principle: 67 words
    Ten Commandments: 179 words
    Gettysburg address: 286 words
    US Declaration of Independence: 1,300 words
    US Con
  • Stuff

    2081509·text·5.2 KB·2011-09-20 07:10 UTC
    Request timeout for icmp_seq 43
    Request timeout for icmp_seq 44
    Request timeout for icmp_seq 45
    Request timeout for icmp_seq 46
    Request timeout for icmp_seq 47
    Request timeout for icmp_seq 48
    Re
  • Anonymous

    2081499·text·336 B·2011-09-20 06:01 UTC
    00-19-d2-b5-76-3a 
    00-15-af-81-a0-13 
    00-15-af-b2-bd-8f 
    e8-06-88-98-47-11 
    f8-1e-df-63-51-42 
    cc-08-e0-64-56-c1 
    00-26-b6-e9-68-26 
    78-e4-00-df-aa-e9 
    00-24-2b-ee-02-c2 
    d0-df-9a-13
  • Something

    2081497·text·405 B·2011-09-20 05:40 UTC
    #if defined SOUND_GOTKILL
     if (IsPlayerConnected(killerid) && ConfigAudio[sndGotKill] == 1) {
     StopAudioStreamForPlayer(killerid);
     PlayAudioStreamForPlayer(killerid, SOUND_GOTKILL);
  • Untitled

    2081478·text·398 B·2011-09-20 03:22 UTC
    Schedule:
    
    09/20 – Break
    09/21~09/28 – Second Round (Blocks A-D)
    09/29 – Break
    09/30~10/07 – Second Round (Blocks E-H)
    10/08 – Break
    10/09~10/16 – Third Round
    10/17 – Break
    10/18~10/25 – Grou
  • Top mendukung pemerintah sepenuh

    2081475·text·10 B·2011-09-20 03:09 UTC
    udah beres
  • Stuff

    2081466·python·1.8 KB·2011-09-20 02:03 UTC
    tabela = []
    header = [None, None, None, None, None, None, None, None]
    
    tabela_a_inserir = [[1350,"Ademar",25,5000,None,None],
    [1600,"Afonso",27,7000,None,None],
    [1075,"Angela",22,6000,None,None],
  • SWEMike

    2081447·cpp·601 B·2011-09-19 23:44 UTC
    #ifndef _CLASSES_H_
    #define _CLASSES_H_
    
    #include "stdafx.h"
    #include <iostream>
    using namespace std;
    
    class Product
    {
    private:
     int _price;
     const int taxes = 0.3; // 30% tax
     char _name[
  • Something

    2081445·text·6.0 KB·2011-09-19 23:22 UTC
    Īens Buruma intervijā Paulam Raudsepam skaidro pret imigrantiem vērsta populisma pieaugumu Eiropā ar to, ka trūkst kontrolētas un mērķtiecīgas migrācijas politikas. Buruma pauž liberālu attieksmi pret
  • Miscellany

    2081441·text·4.8 KB·2011-09-19 22:58 UTC
    There once was a great and vast land that was so named Vastius for it's vastness. Inside Vastius were three cities, Uropolis, Leonidas, and Degrassi. These cities had long ago found peace among their
  • Something

    2081439·text·7.6 KB·2011-09-19 22:43 UTC
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-25-server i686 Ubuntu
    Current Operating System: Linux XBMCLive 2.6.32-29-generi
  • naromero

    2081412·text·2.0 KB·2011-09-19 20:18 UTC
    from ase import Atoms, PickleTrajectory, read
    from ase.optimize.lbfgs import LBFGS, LBFGSLineSearch
    from gpaw import GPAW, Mixer, MixerSum, ConvergenceError, PoissonSolver
    from gpaw.poisson import Poi
  • Mine

    2081411·text·597 B·2011-09-19 20:09 UTC
    PHP Warning: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: MySQL server has gone away in C:\inetpub\wwwroot\www.cadred.org\Include\Database.php on line 816
    PHP Warning: m

older pastes →