All pastesPublic feed

Public feed

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

    2091774·text·41 B·2011-10-20 13:24 UTC
    http://support.microsoft.com/kb/982697/fr
  • ZZZZZ

    2091773·text·41 B·2011-10-20 13:24 UTC
    http://support.microsoft.com/kb/982697/fr
  • Miscellany

    2091769·cpp·2.7 KB·2011-10-20 13:20 UTC
    #include <cstdio>
    #include <iostream>
    #include <iomanip>
    
    int main()
    {
     int width = 0, height = 0, direction = 0;
    
     do
     {
     std::cout << "Please, input array width: ";
  • Someone

    2091768·text·28.0 KB·2011-10-20 13:18 UTC
    make[3]: Entering directory `/home/matteo/src/openwrt/trunk/tools/cloog'
    . /home/matteo/src/openwrt/trunk/include/shell.sh; gzip -dc /home/matteo/src/openwrt/trunk/dl/cloog-parma-0.16.1.tar.gz | /bin
  • Unnamed

    2091767·text·283 B·2011-10-20 13:07 UTC
    Chain INPUT (policy ACCEPT)
    target prot opt source destination 
    
    Chain FORWARD (policy ACCEPT)
    target prot opt source destination 
    
    Chain OUTP
  • Anonymous

    2091766·c·833 B·2011-10-20 13:01 UTC
    /***INCLUDE********************************************************/
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    main ()
    
    {
    FILE *ifstat;
    char data[2048];
    int i=1;
    char *b
  • Patabugen

    2091765·text·1.7 KB·2011-10-20 12:54 UTC
    <?PHP
    
    class Pata_Form_Element_MultiCheckboxTable extends Zend_Form_Element_MultiCheckbox
    {
     protected $_tableElements;
     protected $_tableHeadings;
     
     public function setMultiOptions(array $opt
  • Stuff

    2091763·text·812 B·2011-10-20 12:35 UTC
    jonah@Jonah-T5:~/Desktop/7612_Linux_ Driver$ make V=1
    make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
    test -e include/generated/autoconf.h -a -e include/config/auto.conf || (
  • Something

    2091760·text·491 B·2011-10-20 12:30 UTC
    function compare($a,$b) {
     $t1 = $entryarray['dist'];
     $t2 = $entryarray['dist'];
     return $t2 - $t1;
    } 
    usort($entryarray,'compare');
    
    print_r($entryarray);
    
    Array
    (
     [0] => stdClass O
  • Mine

    2091759·text·288 B·2011-10-20 12:27 UTC
    jonah@Jonah-T5:~/Desktop/7612_Linux_ Driver$ sudo make
    make[1]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
    make[1]: *** No rule to make target `Driver/HAL/rtl8192'. Stop.
    make[1]
  • Miscellany

    2091745·java·399 B·2011-10-20 12:01 UTC
    // ff checken of de cirkels overlapen 
     public boolean overlapt ( Cirkel that ) {
     if ( straal > 0 ) {
     double afstand = this.getMiddelpunt().afstand( that.getMi
  • Miscellany

    2091744·text·401 B·2011-10-20 12:01 UTC
    // ff checken of de cirkels overlapen 
     public boolean overlapt ( Cirkel that ) {
     if ( straal > 0 ) {
     double afstand = this.getMiddelpunt().afstand( that.getMi
  • Stuff

    2091741·c·170 B·2011-10-20 11:44 UTC
    #include <stdio.h>
    
    main ()
    {
     int i = 1;
     char *in;
     char *out;
    
     in = "5";
    
     i = *in;
    
     printf("in: %d\n",i);
    }
  • Miscellany

    2091740·text·149 B·2011-10-20 11:43 UTC
    #include <stdio.h>
    
    main ()
    {
     int i = 1;
     char *in,*out;
     in = "5";
     i = *in;
     printf("in: %d\n",i);
    }
  • list

    2091738·text·20.8 KB·2011-10-20 11:35 UTC
    Raymond Blanc OBE (born 19 November 1949) is a French chef, born in Besanon, France. Today he is one of the Britain's most respected chefs[citation needed]. Blanc is the owner and chef at Le Manoir au
  • Mine

    2091737·text·5.2 KB·2011-10-20 11:32 UTC
    ********* Start testing of tst_QMutex *********
    Config: Using QTest library 4.8.0, Qt 4.8.0
    PASS : tst_QMutex::initTestCase()
    RESULT : tst_QMutex::noThread():"noLock":
     11 msecs per iteratio
  • Miscellany

    2091735·cpp·253 B·2011-10-20 11:30 UTC
    virtual bool operator==(const Node* other) const {
     if (this == other)
     return true;
     const EuclideanNode* enode = dynamic_cast<const EuclideanNode*>(other);
     if (!enode)
     return false;
     retur
  • Stuff

    2091734·text·253 B·2011-10-20 11:29 UTC
    virtual bool operator==(const Node* other) const {
     if (this == other)
     return true;
     const EuclideanNode* enode = dynamic_cast<const EuclideanNode*>(other);
     if (!enode)
     return false;
     retur
  • Anonymous

    2091733·text·434 B·2011-10-20 11:12 UTC
    client
    
    dev tap
    ;dev tun
    proto tcp-client
    persist-key
    persist-tun
    
    ;proto udp
    remote 192.168.1.4 1194
    resolv-retry infinite
    nobind
    persist-key
    persist-tun
    ca /etc/openvpn/ca.crt
    cert /e
  • Stuff

    2091732·text·21.1 KB·2011-10-20 11:09 UTC
    vlado@dell-d610:~/Desktop/easy-rsa$ sudo openvpn rudi.ovpn
    [sudo] password for vlado: 
    Thu Oct 20 14:08:49 2011 us=997494 Current Parameter Settings:
    Thu Oct 20 14:08:49 2011 us=997657 config = '

older pastes →