All pastesPublic feed

Public feed

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

    2067108·text·952 B·2011-05-22 20:01 UTC
    package server;
    import java.util.*;
    /**
     *
     * @author Rene
     */
    public class CineData {
     public class Movie { 
     int ID=0; int Places=0; String Title="";
     Movie(int ID, int Places, Str
  • Unnamed

    2067106·text·2.7 KB·2011-05-22 19:56 UTC
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2);
    char *inverseStr(char *string1, int strlaenge1);
    char *Teilstr(char *str
  • Something

    2067105·text·259 B·2011-05-22 19:55 UTC
    2736 pts/0 S+ 0:00 sudo apt-get upgrade -y
     2737 pts/0 S+ 0:00 apt-get upgrade -y
     2746 pts/0 S+ 0:00 /usr/lib/apt/methods/http
     2747 pts/0 S+ 0:04 /usr/lib/apt/methods
  • Stuff

    2067104·text·738 B·2011-05-22 19:51 UTC
    sudo aptitude purge burg
    E: No se pudo bloquear /var/lib/dpkg/lock - open (11: Recurso no disponible temporalmente)
    E: No se pudo bloquear el directorio de administración (/var/lib/dpkg/), ¿quizás h
  • Something

    2067102·text·3.0 KB·2011-05-22 19:49 UTC
    :static av_always_inline void yuv2yuvX16inC_template(const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize,
     :
  • Unnamed

    2067101·text·479 B·2011-05-22 19:48 UTC
    apt-cache policy grub-pc grub
    grub:
     Instalados: (ninguno)
     Candidato: 0.97-29ubuntu61
     Tabla de versión:
     0.97-29ubuntu61 0
     500 http://archive.ubuntu.com/ubuntu/ natty/main i386
  • Anonymous

    2067099·actionscript·1.0 KB·2011-05-22 19:46 UTC
    service GraphStore extends fb303.FacebookService {
     i64 createNode(
     1: required NodeType node_type
     );
    
     void createEdge(
     1: required Edge edge
     );
    
     list<Node> getNodes(
  • Someone

    2067098·text·898 B·2011-05-22 19:44 UTC
    [Loki, Phantom Menance]
    Armor Kinetic Hardener II
    Armor Explosive Hardener II
    1600mm Reinforced Rolled Tungsten Plates I
    Republic Fleet Gyrostabilizer
    Republic Fleet Gyrostabilizer
    Republic Flee
  • Unnamed

    2067097·text·2.7 KB·2011-05-22 19:38 UTC
    /*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
    
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2)
  • Untitled

    2067096·text·3.5 KB·2011-05-22 19:38 UTC
    function S = firesim( N, alpha, K, v, theta, M, T )
    % FIRESIM simulates a fire in an area
    %
    % 
    % Call: firesim can be called in 4 different ways as shown below:
    % S = firesim(N, alp
  • Stuff

    2067095·text·2.6 KB·2011-05-22 19:37 UTC
    /*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
    
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2)
  • Unnamed

    2067094·text·270 B·2011-05-22 19:37 UTC
    sudo apt-get install grub-pc
    Leyendo lista de paquetes... Hecho
    Creando árbol de dependencias 
    Leyendo la información de estado... Hecho
    grub-pc ya está en su versión más reciente.
    0 actual
  • Stuff

    2067092·text·2.6 KB·2011-05-22 19:34 UTC
    Testing s083116
    => Negative N:
    Error using ==> firesim at 41
    M and S is not the same size
    => Zero N:
    Error using ==> firesim at 41
    M and S is not the same size
    => Too small alpha:
    => Too large
  • Untitled

    2067091·text·516 B·2011-05-22 19:28 UTC
    Generating grub.cfg ...
    Found linux image: /boot/vmlinuz-2.6.38-8-generic
    Found initrd image: /boot/initrd.img-2.6.38-8-generic
    Found linux image: /boot/vmlinuz-2.6.35-23-generic
    Found initrd imag
  • Miscellany

    2067090·text·7.3 KB·2011-05-22 19:27 UTC
    smartctl 5.40 2010-10-16 r3189 [x86_64-pc-linux-gnu] (local build)
    Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net
    
    === START OF INFORMATION SECTION ===
    Model Family:
  • Stuff

    2067087·text·2.5 KB·2011-05-22 19:22 UTC
    /*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
    
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr( char *string1, char *string2, int strlaenge1, int strlaenge2)
  • vektormain.c

    2067082·text·358 B·2011-05-22 19:10 UTC
    #include "vektor.h"
    #include <stdlib.h>
    #include <stdio.h>
    
    /* Ein Testprogramm für die Struktur vektor */
    
    int main()
    {
     int i,a = 3;
     struct myvektor *v1 = create(a);
    
     for(i=a; i >= 0
  • vektor.c

    2067081·text·1.0 KB·2011-05-22 19:10 UTC
    #include <stdlib.h>
    #include <stdio.h>
    #include "vektor.h"
    
    /* Einen neuen Vektor initialisieren */
    struct myvector *create(int length)
    {
     struct myvector *vector = malloc(sizeof(struct myvect
  • vector.h

    2067080·text·269 B·2011-05-22 19:08 UTC
    #include <stdlib.h>
    
    struct myvector *create(int length);
    
    void distroy(struct myvector *vector);
    
    void set(struct myvector *vector, int pos, float value);
    
    float get(struct myvector *vector
  • Miscellany

    2067079·text·1.3 KB·2011-05-22 18:57 UTC
    Este sistema todavía tiene archivos del cargador de arranque de la 
     │ versión anterior de GRUB instalados, pero ahora también tiene registros 
     │ de arranque de GRUB 2 instalados en

older pastes →