All pastesPublic feed

Public feed

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

    2054057·c·593 B·2011-05-05 03:41 UTC
    char *find_char(char const *source, char const *chars)
    {
     char *cp;
     char *csp;
     for ( cp = &source[0]; cp != NULL; )
     {
     for ( csp = &chars[0]; csp != NULL; )
     {
  • Untitled

    2054056·text·1.9 KB·2011-05-05 03:22 UTC
    on ^*:TEXT:*:?:{
     if ( *.mp3* iswm $strip($1-) ) { 
     aline @results $strip($1-)
     close -m $nick
     halt
     }
     close -m $nick
     halt
    }
    menu @results {
     Search:var %i = $?="For what?"
  • Untitled

    2054055·text·1.9 KB·2011-05-05 03:18 UTC
    on ^*:TEXT:*:?:{
     if ( *.mp3* iswm $strip($1-) ) { 
     aline @results $strip($1-)
     close -m $nick
     halt
     }
     close -m $nick
     halt
    }
    menu @results {
     Search:var %i = $?="For what?"
  • Anonymous

    2054053·text·489 B·2011-05-05 03:09 UTC
    class application
    {
     var x;
     var y;
     var z;
    
     function main
     {
     var i;
     
     x = my_counter();
     y = my_counter();
     
     i = 10;
     while(i)
     {
     x();
     y();
     i = i - 1;
     }
     }
  • Untitled

    2054052·text·1.9 KB·2011-05-05 03:09 UTC
    on ^*:TEXT:*:?:{
     if ( *.mp3* iswm $strip($1-) ) { 
     aline @results $strip($1-)
     close -m $nick
     halt
     }
     close -m $nick
     halt
    }
    menu @results {
     Search:var %i = $?="For what?"
  • Untitled

    2054051·text·1.9 KB·2011-05-05 03:04 UTC
    on ^*:TEXT:*:?:{
     if ( *.mp3* iswm $strip($1-) ) { 
     aline @results $strip($1-)
     close -m $nick
     halt
     }
     close -m $nick
     halt
    }
    menu @results {
     Search:var %i = $?="For what?"
  • Anonymous

    2054047·text·308 B·2011-05-05 02:45 UTC
    1. base499
    2. moo2d
    3. udmx map02
    4. udm3 map09
    5. greenwar map14
    6. chill3 map02
    7. boo
    8. dwango5 map01
    9. judas23
    10. dwango5 map07
    11. greenwar map16
    12. hipafrag
    13. pobla8
    14. darke
  • Miscellany

    2054046·text·2.7 KB·2011-05-05 02:44 UTC
    [3188659.324149] Mem-Info:
    [3188659.324159] Node 0 DMA per-cpu:
    [3188659.324177] CPU 0: hi: 0, btch: 1 usd: 0
    [3188659.324193] CPU 1: hi: 0, btch: 1 usd: 0
    [3188659.324208] CPU
  • Anonymous

    2054040·text·1.7 KB·2011-05-05 01:41 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    main()
    { 
     int hora1, hora2, r1, r2, total;
     char resposta[6];
     
     inicio:
     
     printf("Digite um
  • Miscellany

    2054038·text·1.1 KB·2011-05-05 01:37 UTC
    #
    # Makefile fragment for Linux 2.6
    # Broadcom 802.11abg Networking Device Driver
    #
    # Copyright (C) 2010, Broadcom Corporation
    # All Rights Reserved.
    # 
    # This is UNPUBLISHED PROPRIETARY SOURCE
  • Anonymous

    2054033·text·2.2 KB·2011-05-05 01:26 UTC
    **************
    * Running comparisons
    *
    * Ignoring following files / folders: 
    * .svn
    * bin
    * .gitignore
    * pom.xml
    *
    * Example diff command: 
    * diff -r --exclude=.svn --exclude=bin
  • Something

    2054032·text·135 B·2011-05-05 01:22 UTC
    What is the equation of a circle centered at (3,-2) with a radius of 4?
    (x+3)^2 + (y-2)^2=16 or should it be (x-3)^2 + (y+2)^2=16 ?
  • Something

    2054031·text·10 B·2011-05-05 01:17 UTC
    LIKE THIS!
  • Someone

    2054026·text·1.6 KB·2011-05-05 01:01 UTC
    int main(int argc, char *argv[])
    {
     int horaInicio, horaTermino, minInicio, minTermino, durHora, durMin;
     
     /* Apresentação do problema */
     
     printf("* Calcular a duracao de um jogo, com te
  • Untitled

    2054025·text·1.9 KB·2011-05-05 00:58 UTC
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using Sy
  • Unnamed

    2054024·text·4.0 KB·2011-05-05 00:57 UTC
    System.InvalidCastException was unhandled
     Message=Failed to convert parameter value from a ComboBox to a String.
     Source=System.Data
     StackTrace:
     at System.Data.SqlClient.SqlParameter.C
  • Opensim

    2054023·text·1.4 KB·2011-05-05 00:40 UTC
    2011-05-05 01:09:24,365 ERROR - OpenSim.Application [APPLICATION]: 
    APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
    
    Exception: System.BadImageFormatException: An attempt was mad
  • X

    2054022·text·132 B·2011-05-05 00:33 UTC
    server 1.north-america.pool.ntp.org iburst
    server 2.north-america.pool.ntp.org iburst
    server 3.north-america.pool.ntp.org iburst
  • Unnamed

    2054021·sql·906 B·2011-05-05 00:27 UTC
    CREATE OR REPLACE FUNCTION marc_cleanup_james (TEXT) RETURNS TEXT AS $$
    $_ = $_[0];
    s/\n\s*//g; # linebreaks and whitespace
    # add indicators to tags without them
    s/datafield tag="(...)">/datafiel
  • X

    2054020·text·109 B·2011-05-05 00:24 UTC
    server 1.north-america.pool.ntp.org
    server 2.north-america.pool.ntp.org
    server 3.north-america.pool.ntp.org

older pastes →