All pastesPublic feed

Public feed

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

    2067134·text·6.6 KB·2011-05-22 20:54 UTC
    //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
    //
    // Purpose: Generic CRC functions
    //
    //================================================================
  • Something

    2067131·text·2.7 KB·2011-05-22 20:35 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
  • Someone

    2067129·text·52.7 KB·2011-05-22 20:32 UTC
    
        
  • Something

    2067128·text·4.0 KB·2011-05-22 20:28 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 strlaenge
  • Something

    2067127·text·427 B·2011-05-22 20:27 UTC
    Hola= Hallo
    Como estas?= Hoe gaat het ?
    Bien y tu? - Muy bien y tu?= Goed met jou? - Heel goed met jou?
    Muy bien, gracias= Heel goed, dankje
    
    Como fue tu dia?= Hoe was jouw dag ?
    Mi dia ha ido b
  • Something

    2067126·text·18.7 KB·2011-05-22 20:27 UTC
    [quote=renato]
    A questo link:
    http://web.mit.edu/nuclearpower/pdf/nuclearpower-update2009.pdf
    c' l'aggiornamento riassuntivo del 2009 di uno studio del MIT.
    Il documento redatto da una serie di p
  • Stuff

    2067125·text·167 B·2011-05-22 20:25 UTC
    menuentry "Microsoft Windows Vista" {
    insmod ntfs
    set root=(hd0,0)
    search --no-floppy --fs-uuid --set 18626F80626F620C
    drivemap -s (hd0) ${root}
    chainloader +1
    }
  • ArrayQueueTest.java

    2067123·java·1.5 KB·2011-05-22 20:25 UTC
    package datastructs;
    
    public class ArrayQueueTest implements Runnable{
    
     private int intsToEnqueue;
     private int intsToDequeue;
     private int sleepTime;
    
     public ArrayQueueTest(int
  • Someone

    2067122·text·655 B·2011-05-22 20:24 UTC
    public class CineData
    {
     private List<Movie> movies = new ArrayList<Movie>();
    
     public class Movie
     {
     private int ID = 0;
     private int places = 0;
     private String Title = "";
    
     Movie(in
  • ArrayQueue.java

    2067121·java·584 B·2011-05-22 20:24 UTC
    package datastructs;
    
    public class ArrayQueue {
     
     private Object [] array;
     private int start, end;
     private boolean full;
    
     public ArrayQueue(int maxSize) {
     start = end
  • Someone

    2067120·text·656 B·2011-05-22 20:22 UTC
    public class CineData
    {
     private List<Movie> movies = new ArrayList<Movie>();
    
     public class Movie
     {
     private int ID = 0;
     private int places = 0;
     private String Title = "";
    
     Movie(in
  • Something

    2067119·text·3.1 KB·2011-05-22 20:19 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)
  • Something

    2067118·text·6.1 KB·2011-05-22 20:15 UTC
    #ifndef PARAMETERS_H
    #define PARAMETERS_H
    
    // NO RS485/EXTRUDER CONTROLLER SUPPORT
    // PLEASE VERIFY PIN ASSIGNMENTS FOR YOUR CONFIGURATION!!!!!!!
    #define MOTHERBOARD 3 // ATMEGA168 = 0, SANGUINO
  • Someone

    2067117·text·676 B·2011-05-22 20:14 UTC
    public class CineData
    {
     private List<Movie> movies = new ArrayList<Movie>();
    
     public class Movie
     {
     private int ID = 0;
     private int places = 0;
     private String Title = "";
    
     Movie(in
  • Miscellany

    2067116·text·762 B·2011-05-22 20:14 UTC
    /usr/sbin/grub-setup: aviso: Sector 55 is already in use by FlexNet; avoiding it. This software may cause boot or other problems in future. Please ask its authors not to store data in the boot track
  • Someone

    2067115·text·677 B·2011-05-22 20:13 UTC
    public class CineData
    {
    
     public class Movie
     {
     int ID = 0;
     int places = 0;
     String Title = "";
    
     Movie(int ID, int Places, String Title)
     {
     this.ID = ID;
     this.places = Places
  • Something

    2067113·text·909 B·2011-05-22 20:08 UTC
    /usr/sbin/grub-setup: aviso: Intentando instalar GRUB en un disco sin particiones o en una partición. Es una MALA idea..
    /usr/sbin/grub-setup: aviso: No es posible empotrar. GRUB sólo se puede instal
  • Something

    2067112·text·349 B·2011-05-22 20:07 UTC
    Dispositivos en los que se puede instalar GRUB: │ 
     │ │ 
     │ [ ] /dev/sda (250059 MB; Hitachi_HTS543225L9A300)
  • Something

    2067111·text·349 B·2011-05-22 20:07 UTC
    Dispositivos en los que se puede instalar GRUB: │ 
     │ │ 
     │ [ ] /dev/sda (250059 MB; Hitachi_HTS543225L9A300)
  • Someone

    2067110·text·1.0 KB·2011-05-22 20:06 UTC
    Description 
    ThinkPad T420 - 1 Yr Depot Topseller Warranty Edit
    Processor: Intel Core i5-2520M Processor (2.50GHz, 3MB L3) Edit
    Operating system: Genuine Windows 7 Home Premium 64 Edit
    Operati

older pastes →