All pastesPublic feed

Public feed

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

    2079891·c·118 B·2011-09-05 02:55 UTC
    void CONCATENAR(int VEC, int V, int C){
     int I;
     for(I=0;I<N;I++)
     C[I]=VEC[I];
     for(;I<L;I++)
     C[I]=V[I-N];
    }
  • CONCAT

    2079890·text·1.4 KB·2011-09-05 02:33 UTC
    /*FUNCION CONCATENAR*/
    
    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
    
    #define N 10
    #define L 15
    #define S 5
    
    /*PROTOTIPO DE FUNCIONES*/
    void INGRESO (int[], int);
    void GENERAR (
  • Untitled

    2079889·text·1.4 KB·2011-09-05 02:33 UTC
    /*FUNCION CONCATENAR*/
    
    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
    
    #define N 10
    #define L 15
    #define S 5
    
    /*PROTOTIPO DE FUNCIONES*/
    void INGRESO (int[], int);
    void GENERAR (
  • Untitled

    2079877·text·117 B·2011-09-05 00:12 UTC
    GASANLAGE Klimatronik PDC vorne und hinten El.-Fensterheber vorne und hinten Tempomat Colorverglasung Alufenlgen usw.
  • Miscellany

    2079876·text·1.7 KB·2011-09-05 00:01 UTC
    from BinaryTree import *
    from RedBlackTree import *
    from time import time
    from random import sample, randint
    from os import path
    
    # Esta eh a funcao que executa os testes. "n" eh o numero de ele
  • Anonymous

    2079874·text·1.4 KB·2011-09-04 23:29 UTC
    from BinaryTree import *
    from RedBlackTree import *
    from time import time
    from random import sample, randint
    
    # Esta eh a funcao que executa os testes. "n" eh o numero de elementos que serao inse
  • Anonymous

    2079872·text·13.2 KB·2011-09-04 23:14 UTC
    Question 1 (1.00 points)
    Americans' national identity rests largely upon
    
     a. ethnic kinship. 
     b. common language. 
     c. shared political ideals. 
     d. religion. 
     e. federal law.
  • Unnamed

    2079870·text·11.6 KB·2011-09-04 22:09 UTC
    [20:25:20] mpp > do curse nie lecimy
    [20:26:10] Uizja Venera > tylko jest taki maly problem z tym posem bo on ma z 15 dzialek max xD
    [20:26:39] mpp > styknie
    [20:28:23] Uizja Venera > hmm ladowac b
  • Something

    2079869·text·1.4 KB·2011-09-04 22:04 UTC
    Module 'packimages' delivered successfully. 8 files copied, 0 files unchanged
    
    =============
    (163/163) Building module instsetoo_native
    =============
    Entering /srv/libo_src/core/instsetoo_native/
  • Unnamed

    2079861·text·2.0 KB·2011-09-04 21:26 UTC
    marco@thor:/srv/libo_src/core$ cat build_error.log 
    log for /srv/libo_src/core/odk/pack/copying
    mkdir -p ../../unxlngx6.pro/bin/odkcommon/settings/
    tr -d "\015" < dk.mk | sed -e 's/@@RELEASE@@/3.4/
  • Someone

    2079860·text·2.8 KB·2011-09-04 21:07 UTC
    if ( $GUI eq "UNX" ) {
     ToFile( "AWTLIB", '-ljawt', "e" );
    }
    if ( 'sun' ne '' )
    {
     ToFile( "JDK", "sun", "e" );
     ToFile( "JAVAFLAGS", "
  • Stuff

    2079859·text·121 B·2011-09-04 21:06 UTC
    marco@thor:/srv/libo_src/core$ cat autogen.lastrun
    --with-num-cpus=2
    --with-max-jobs=4
    --without-junit
    --without-java
  • Anonymous

    2079858·text·123 B·2011-09-04 21:01 UTC
    marco@thor:/srv/libo_src/core$ cat autogen.lastrun
    --with-num-cpus=2
    --with-max-jobs=4
    --without-junit
    --without-java
  • Stuff

    2079857·text·123 B·2011-09-04 21:01 UTC
    marco@thor:/srv/libo_src/core$ cat autogen.lastrun
    --with-num-cpus=2
    --with-max-jobs=4
    --without-junit
    --without-java
  • Stuff

    2079856·text·1.0 KB·2011-09-04 20:56 UTC
    checking for zenity... no
    checking whether to enable dependency tracking... yes
    checking for number of processors to use... 4
    checking whether to create a big library for better performance... no
  • Untitled

    2079852·text·680.4 KB·2011-09-04 19:58 UTC
    
        
  • Miscellany

    2079849·text·933 B·2011-09-04 19:27 UTC
    drwxr-xr-x 2 ftp root 4096 Jan 21 1999 init.d/
    lrwxrwxrwx 1 ftp root 4 Mar 11 2007 rc.0 -> rc.6*
    -rwxr-xr-x 1 ftp root 396 Oct 2 1995 rc.4*
    -rwxr-xr-x 1 ftp root 2376 May 26 1998 rc.6*
  • Stuff

    2079847·text·914 B·2011-09-04 19:04 UTC
    1 192.168.10.1 (192.168.10.1) 0.380 ms 0.741 ms 0.909 ms
     2 188.231.242.1.freenet.com.ua (188.231.242.1) 3.000 ms 3.049 ms 3.089 ms
     3 94.76.104.89.freenet.com.ua (94.76.104.89) 3.178 ms
  • Unnamed

    2079838·nasm·928 B·2011-09-04 17:13 UTC
    .text:00409E12 F8 clc
    .text:00409E13 F2 90 repne nop
    .text:00409E15 90 nop
    .text:00409E16 FC
  • Original J source code, commente

    2079837·c·2.6 KB·2011-09-04 17:04 UTC
    typedef char C;typedef long I; 
     typedef struct a{I t,r,d[3],p[2];}*A; // array: boxed? rank dims contents
     #define P printf // monadic op
     #define R return // dyadic op
     #define V1(f) A

older pastes →