All pastesPublic feed

Public feed

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

    2052620·text·681 B·2011-05-01 20:00 UTC
    <menu type="toolbar">
     <li>
     <menu label="File">
     <button type="button" onclick="fnew()">New...</button>
     <button type="button" onclick="fopen()">Open...</button>
     <button type="button" on
  • Mine

    2052613·text·313 B·2011-05-01 19:42 UTC
    [jro@jro ~]$ sudo pacman -Qm
    alien 0.5.0-1
    cloog-ppl 0.15.10-2
    dos2unix 5.1.1-2
    gnome-audio 2.22.2-1
    pan-git 20110113-1
    par2cmdline 0.4-14
    python-yenc 0.3-2
    qjoypad-svn 130-1
    rar-beta 4.0.b3-
  • Miscellany

    2052611·java·420 B·2011-05-01 19:31 UTC
    public int balanced(Node n) {
     if (n == null) {
     return 0;
     }
     int lh = balanced(n.left);
     int rh = balanced(n.right);
    
     if (lh != -1 && rh !=
  • Stuff

    2052610·text·8.5 KB·2011-05-01 19:26 UTC
    ADM6996FC PHY found on MAC0
    ADM6996FC PHY found on MAC1
    Ethernet eth0: MAC address 00:15:6d:c1:2a:c6
    IP: 192.168.1.20/255.255.255.0, Gateway: 0.0.0.0
    Default server: 192.168.1.42
    
    RedBoot(tm) bo
  • Someone

    2052608·text·1.6 KB·2011-05-01 19:18 UTC
    100042D5 55 PUSH EBP
    100042D6 8BEC MOV EBP,ESP
    100042D8 8B45 10 MOV EAX,DWORD PTR SS:[EBP+10]
    100042DB
  • Unnamed

    2052606·python·91 B·2011-05-01 19:11 UTC
    def MyFunction():
     """This is an awesome function."""
     pass
    
    print MyFunction.__doc__
  • Unnamed

    2052600·java·678 B·2011-05-01 19:02 UTC
    public int height(Node n) {
     if (n == null) {
     return 0;
     }
     int lh = height(n.left);
     int rh = height(n.right);
     return 1 + ((lh > rh) ? lh : r
  • Unnamed

    2052599·python·89 B·2011-05-01 19:01 UTC
    """This is an awesome function."""
    def MyFunction():
     pass
    
    print MyFunction.__doc__
  • Unnamed

    2052598·text·89 B·2011-05-01 19:01 UTC
    """This is an awesome function."""
    def MyFunction():
     pass
    
    print MyFunction.__doc__
  • Unnamed

    2052596·csharp·1.2 KB·2011-05-01 18:50 UTC
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace KirbulProject
    {
     class Program
     {
     static void Main(string[] args)
     {
  • Untitled

    2052594·text·2.7 KB·2011-05-01 18:35 UTC
    /********************************************************************************************
    rUGP hook:
     Process name is rugp.exe. Used by AGE/GIGA games.
    
     Font caching issue. Find call to GetGl
  • Untitled

    2052588·text·1.6 KB·2011-05-01 18:25 UTC
    /********************************************************************************************
    System40 hook:
     System40 is a game engine developed by Alicesoft.
     Afaik, there is 2 very different typ
  • Untitled

    2052587·text·1.6 KB·2011-05-01 18:25 UTC
    /********************************************************************************************
    System40 hook:
     System40 is a game engine developed by Alicesoft.
     Afaik, there is 2 very different typ
  • Something

    2052586·php·620 B·2011-05-01 18:23 UTC
    public static function QueryArray($sql, $key = '', $unique = true, $preserveKey = false, $valueKey = '')
     {
     $mysql_result = mysql_query($sql);
     $rows = array();
     if ($key == '')
     {
     whil
  • Unnamed

    2052585·text·1.7 KB·2011-05-01 18:22 UTC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  • Unnamed

    2052579·text·11.4 KB·2011-05-01 18:13 UTC
    //NETCODE//
    
    rate "100000"
    cl_cmdrate "100"
    cl_updaterate "100"
    cl_interpolate "1"
    cl_interp "0.01"
    cl_interp_ratio "1"
    cl_lagcompensation "1"
    cl_lagcomp_erro
  • Miscellany

    2052577·text·347 B·2011-05-01 18:07 UTC
    em@leibniz:/usr/local/lib/python2.6/dist-packages$ python
    Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) 
    [GCC 4.4.5] on linux2
    Type "help", "copyright", "credits" or "license" for more informati
  • Miscellany

    2052576·text·520 B·2011-05-01 18:06 UTC
    em@leibniz:/usr/local/lib/python2.6/dist-packages$ sudo easy_install pyopencl
    install_dir /usr/local/lib/python2.6/dist-packages/
    Searching for pyopencl
    Best match: pyopencl 0.92
    Processing pyopen
  • Unnamed

    2052575·text·131 B·2011-05-01 17:54 UTC
    em@leibniz:~/pyopencl-0.92$ ls /usr/local/lib/python2.6/dist-packages/pyopencl*
    EGG-INFO pyopencl
    em@leibniz:~/pyopencl-0.92$
  • Miscellany

    2052574·text·364 B·2011-05-01 17:52 UTC
    em@leibniz:~/pyopencl-0.92$ file /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/_cl.so
    /usr/local/lib/python2.6/dist-packages/pyopencl-0.92-py2.6-linux-x86_64.egg/_cl.so:

older pastes →