All pastesPublic feed

Public feed

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

    2057558·text·7.2 KB·2011-05-12 19:08 UTC
    javax.servlet.ServletException: javax.servlet.jsp.JspException: org.xml.sax.SAXException: Invalid element in com.konakart.wsapp.Product - customAttrArray
     at org.apache.jasper.runtime.PageContextImpl
  • Untitled

    2057556·text·236 B·2011-05-12 19:03 UTC
    setInterval(function()
    { 
     $.ajax({
     type:"post",
     url:"phpScript.php",
     postfieldkey:"value",
     success:function(data)
     {
     // do something with response da
  • Unnamed

    2057555·text·456 B·2011-05-12 18:59 UTC
    self.mylogger = logging.getLogger('ScribeLogger')
     self.mylogger.setLevel(logging.DEBUG)
    
     handler = ScribeHandler.ScribeHandler(category='%(hostname)s-%(levelname)s', host=Co
  • Someone

    2057554·python·3.7 KB·2011-05-12 18:58 UTC
    #/usr/bin/env python
    # -*- coding: utf-8 -*- #
    #Copyright (C) 2011 Carlos Pais
    #Licença: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
    
    """Cria um conjunto de imagens de A a Z de acordo com o fundo pr
  • Stuff

    2057553·text·353 B·2011-05-12 18:55 UTC
    void a();
    void b();
    void c();
    
    jmp_buf buf1,buf2,buf3;
    
    void a()
    {
     if(setjmp(buf1)==0)
     b();
     else
     {
     printf("\nin else of a\n\n"); 
     longjmp(buf2,1);
     }
    
    }
    
    void b()
    {
     c()
  • Someone

    2057550·c·3.3 KB·2011-05-12 18:48 UTC
    /*PRIMER PARCIAL DE LABORATORIO I 1-B
    Nombre y apellido: Curso:
    Tema 2
    
    Una fabrica de sillas tiene 280 empleados que contienen cada uno de ello
  • Anonymous

    2057549·text·1.8 KB·2011-05-12 18:47 UTC
    ubuntu@ip-10-128-99-184:~$ top
    
    top - 18:46:55 up 11:53, 1 user, load average: 3.89, 8.07, 6.65
    Tasks: 65 total, 1 running, 64 sleeping, 0 stopped, 0 zombie
    Cpu(s): 0.0%us, 0.0%sy, 0.
  • Anonymous

    2057548·text·1.7 KB·2011-05-12 18:45 UTC
    USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
    root 1 0.0 0.2 2832 1708 ? Ss 06:52 0:00 /sbin/init
    root 2 0.0 0.0 0 0 ? S
  • Someone

    2057547·text·348 B·2011-05-12 18:44 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <setjmp.h>
    
    void a();
    void b();
    void c();
    
    jmp_buf buf1,buf2,buf3;
    
    void a()
    { 
     b();
     longjmp(buf1,1);
    
    }
    
    void b()
    {
     c(); 
    }
  • Something

    2057545·text·2.1 KB·2011-05-12 18:41 UTC
    64 bytes from 208.85.243.235: icmp_seq=309 ttl=47 time=911.885 ms
    64 bytes from 208.85.243.235: icmp_seq=310 ttl=47 time=832.804 ms
    64 bytes from 208.85.243.235: icmp_seq=311 ttl=47 time=1368.071 ms
  • Someone

    2057544·text·525 B·2011-05-12 18:39 UTC
    [Dramiel, Solo]
    Damage Control II
    Micro Auxiliary Power Core I
    Gyrostabilizer II
    
    Catalyzed Cold-Gas I Arcjet Thrusters
    Gistii B-Type 1MN Afterburner
    Faint Epsilon Warp Scrambler I
    Medium F-S9
  • Someone

    2057542·text·462 B·2011-05-12 18:38 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <setjmp.h>
    
    void a();
    void b();
    void c();
    
    jmp_buf buf1,buf2,buf3;
    
    void a()
    {
     if(setjmp(buf1)==0)
     b();
     else
     {
     printf("\nin e
  • Stuff

    2057537·text·4.7 KB·2011-05-12 18:32 UTC
    ############################################
    ## uncomment these lines for CGI mode
    ## make sure to specify the correct cgi php binary file name
    ## it might be /cgi-bin/php-cgi
    
    # Action php5-c
  • Someone

    2057536·text·3.3 KB·2011-05-12 18:30 UTC
    /*PRIMER PARCIAL DE LABORATORIO I 1-B
    Nombre y apellido: Curso:
    Tema 2
    
    Una fabrica de sillas tiene 280 empleados que contienen cada uno de ello
  • Untitled

    2057534·text·745 B·2011-05-12 18:25 UTC
    void main(int argc, char* argv[])
    {
     max_iteration = abs(atoi(argv[1]));
     iter = 1;
     if (setjmp(Main) == 0)
     Ping();
     if (setjmp(Main) == 0)
     Pong();
     l
  • Miscellany

    2057532·text·44.8 KB·2011-05-12 18:24 UTC
    
        
  • Anonymous

    2057531·text·37.8 KB·2011-05-12 18:23 UTC
    
        
  • Something

    2057528·text·333 B·2011-05-12 18:10 UTC
    ....................../´¯/)
    ....................,/¯../
    .................../..../
    ............./´¯/'...'/´¯¯`·¸
    ........../'/.../..../......./¨¯\
    ........('(...´...´.... ¯~/'...')
    .........\.....
  • struts.properties

    2057527·text·149 B·2011-05-12 17:56 UTC
    ### Struts default properties
    ###(can be overridden by a struts.properties file in the root of the classpath)
    ###
    
    ### END SNIPPET: complete_file
  • web.xml

    2057526·xml·396 B·2011-05-12 17:56 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    
    <web-app xmlns="http://java.sun.com/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://java.sun.com/xml

older pastes →