All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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
  • Mine

    2067078·text·572 B·2011-05-22 18:56 UTC
    ubuntu-desktop:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree 
    Reading state information... Done
    You might want to run 'apt-get -f install' to correct these.
  • Anonymous

    2067077·cpp·1.6 KB·2011-05-22 18:56 UTC
    #ifndef PARSER_H
    #define PARSER_H
    
    #include <vector>
    #include <fstream>
    
    #include "elements.h"
    #include "dispatcher.h"
    
    namespace Iscas {
    class Parser {
     enum parser_token {
     TK_ERR,
  • Mine

    2067076·cpp·7.5 KB·2011-05-22 18:55 UTC
    #include <iostream>
    #include <vector>
    #include <list>
    #include <cstring>
    #include <cctype>
    
    #include "parser.h"
    
    using namespace std;
    
    namespace Iscas {
    
    const char *Parser::token_names[]
  • Stuff

    2067075·text·9 B·2011-05-22 18:49 UTC
    iououioui
  • Miscellany

    2067074·text·2.5 KB·2011-05-22 18:44 UTC
    Systeem : 1x P.BOOK 15CL35-GT555 QUAD(142) 827
     
     Beeldscherm: 15.6 inch FULL HD LED Glare TFT, (resolutie 1920x1080)
     NON-Glare + Protector (15 inch): NON Glare + Screen protector optioneel
  • Stuff

    2067071·text·505 B·2011-05-22 18:40 UTC
    Searching for GRUB installation directory ... found: /boot/grub
    Searching for default file ... found: /boot/grub/default
    Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
    Se
  • Someone

    2067064·text·3.5 KB·2011-05-22 18:07 UTC
    This is not a farewell to PO.
    During the last days, something strange has started to happen: everyday I set a time to get to PO and ladder, because I fear decay; everytime I lose points due to hax, I
  • Stuff

    2067059·text·1.5 KB·2011-05-22 17:43 UTC
    /*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
    
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr();
    
    int main()
    {
     int aufgabe, string1laenge, string2la
  • Mine

    2067058·text·1.5 KB·2011-05-22 17:41 UTC
    minecraft@nasedo ~/minecraft/bin (master) $ cat server.log | grep '2011-05-22 15:' | grep 'logged'
    2011-05-22 15:02:13 [INFO] GrzechuPL [/87.105.35.198:59062] logged in with entity id 214402
    2011-05
  • Stuff

    2067055·text·1.3 KB·2011-05-22 17:36 UTC
    Session Start: Sun May 22 19:25:54 2011
    Session Ident: HarryPotter
    [19:25] Session Ident: HarryPotter (UnderNet, laracroft`) (~Skywalker@awesomest.users.undernet.org)
    [19:25] <HarryPotter> slt
    [19

older pastes →