All pastesPublic feed

Public feed

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

    2053780·text·12.0 KB·2011-05-04 11:59 UTC
    \usepackage[pdftex]{insdljs}
    \newcommand\Hello{Hello World!}
    
    \begin{insDLJS}[HelloWorld]
    function HelloWorld()
    {
     app.alert("\Hello", 3);
    }
    \end{insDLJS}
    
    error:
    *****
    ***** Xe
  • Untitled

    2053778·javascript·183 B·2011-05-04 11:52 UTC
    someValue = "foo";
    
    function CreatAlertByValue(val) {
     return function () {
     alert(val);
     };
    }
    
    someElement.onclick = CreateAlertByValue(someValue);
    
    someValue = "bar";
  • Unnamed

    2053776·text·8.9 KB·2011-05-04 11:44 UTC
    #!/usr/bin/python
    
    """
    Tom's Clock
    Tom Dignan - http://tomdignan.com - <tom.dignan@gmail.com>
    Last Modified: Mon Feb 14 04:02:31 EST 2011
    Release: 0.02-dev
    """
    
    # TODO: start modularizing the
  • Miscellany

    2053775·text·88.9 KB·2011-05-04 11:44 UTC
    
        
  • Unnamed

    2053773·text·49.9 KB·2011-05-04 11:40 UTC
    
        
  • Untitled

    2053772·text·2.3 KB·2011-05-04 11:39 UTC
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
     Identifier "single head configuration"
     Screen 0 "aticonfig-Screen[0]-0" 0 0
     InputDevice "Keyboard0" "
  • Untitled

    2053771·javascript·104 B·2011-05-04 11:38 UTC
    someValue = "foo";
    
    someElement.onclick = function() {
     alert(someValue);
    }
    
    someValue = "bar";
  • Anonymous

    2053770·text·1.0 KB·2011-05-04 11:34 UTC
    mysql> select `stock` from `test_shop_item` limit 10;
    +-------+
    | stock |
    +-------+
    | 18 |
    | 10 |
    | 2 |
    | 2 |
    | 3 |
    | 3 |
    | 7 |
    | 8 |
    | 4 |
    | 5 |
    +-
  • Something

    2053764·text·476 B·2011-05-04 11:00 UTC
    entity fibonacci is
     Port ( n : in integer;
     fib: out integer);
    end fibonacci;
    
    architecture Behavioral of fibonacci is
     
     
    begin
     fibbo:process(n)
     variable fib_last : integer := 1
  • Unnamed

    2053759·text·5.5 KB·2011-05-04 10:00 UTC
    Comparing last major release to maintenance
    
     * No differences for bundle org.jboss.ide.eclipse.as.ui.mbeans
     * No differences for bundle org.jboss.ide.eclipse.as.classpath.ui
     * [FIXME] bund
  • Anonymous

    2053758·text·14.2 KB·2011-05-04 09:56 UTC
    Comparing last major release to maintenance
    
    No differences for bundle org.jboss.ide.eclipse.as.ui.mbeans
    No differences for bundle org.jboss.ide.eclipse.as.classpath.ui
     * [FIXME] bundle org.j
  • p1

    2053757·text·127.7 KB·2011-05-04 09:56 UTC
    
        
  • Something

    2053756·text·10.9 KB·2011-05-04 09:54 UTC
    Comparing last major release to maintenance
    
    Comparing maintenance release to trunk
    
     * [FIXME] bundle org.jboss.tools.jmx.core has a diff of length 1314
     *** Increment manifest version
  • Mine

    2053754·text·2.7 KB·2011-05-04 09:30 UTC
    commit ebc0d5c3f2019329505de18462c8a3366a742c22
    Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
    Date: Wed May 4 11:29:15 2011 +0200
    
     basetransform: In getcaps() prefer the caps or
  • Someone

    2053750·text·10.9 KB·2011-05-04 09:23 UTC
    Comparing last major release to maintenance
    
    Comparing maintenance release to trunk
    
     * bundle org.jboss.tools.jmx.core has a diff of length 1314
     *** Version for manifest *MUST* be incre
  • Anonymous

    2053746·text·7.1 KB·2011-05-04 09:20 UTC
    Comparing last major release to maintenance
    
    Comparing maintenance release to trunk
    
     *** Version for manifest *MUST* be incremented for bundle org.jboss.tools.jmx.core
     *** Version for
  • Derived Property Tests

    2053745·java·4.7 KB·2011-05-04 09:08 UTC
    import org.codehaus.groovy.grails.commons.ApplicationHolder as AH
    
    /* Purpose: get info on Hibernate's interaction between derived properties and cache */
    /* Finds:
     The derived property is alway
  • Anonymous

    2053740·text·1.7 KB·2011-05-04 08:53 UTC
    No change needed for bundle org.jboss.ide.eclipse.as.ui.mbeans
    No change needed for bundle org.jboss.ide.eclipse.as.classpath.ui
    *** Version for manifest *MUST* be incremented for bundle org.jboss.i
  • Unnamed

    2053738·text·5.4 KB·2011-05-04 08:52 UTC
    ./minecraft.sh
    [Lnet.minecraft.server.Statistic;@120cc56
    146 recipes
    [Lnet.minecraft.server.Statistic;@120cc56
    16 achievements
    10:31:06 [INFO] Starting minecraft server version Beta 1.5_02
    10:3
  • Anonymous

    2053737·actionscript·28.6 KB·2011-05-04 08:41 UTC
    // Action script...
    
    // [onClipEvent of sprite 149 in frame 2]
    onClipEvent (enterFrame)
    {
     if (_root.castka != _root.castka_last || _root.rok != _root.rok_last)
     {
     _root.vysledek

older pastes →