All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Quanacadi 's Quips #232

    2117493·text·622 B·2012-02-11 01:18 UTC
    * benh has joined #opera
    <benh> How are you supposed to select non-adjacent items in a select with multiple attribute set using just the keyboard?
    <@Quanacadi> benh - This is a channel for discussio
  • Untitled

    2117465·text·129.1 KB·2012-02-11 01:04 UTC
    
        
  • Mine

    2117415·text·553 B·2012-02-11 00:37 UTC
    package{
    
     import flash.display.MovieClip;
     import flash.events.Event;
     import Polygon;
     
     
     public class Game extends MovieClip{
     
     var Polygonen:Array;
     
     function Game(){
  • Anonymous

    2117308·text·1.9 KB·2012-02-10 23:43 UTC
    E:\>mplayer ffmpeg://rtsp://videozones.francetv.fr/france-dom-tom/Autre/Autre/2012/S01/J5/366723_envoyespecial_sujet3_20120105.wmv
    
    MPlayer Sherpya-SVN-r34118-4.2.5 (C) 2000-2011 MPlayer Team
    165 a
  • Someone

    2117298·text·897 B·2012-02-10 23:38 UTC
    2012-02-11 01:38:55 EET FATAL: could not create shared memory segment: Invalid argument
    2012-02-11 01:38:55 EET DETAIL: Failed system call was shmget(key=5432001, size=37978112, 03600).
    2012-0
  • defaultro

    2117287·text·1.1 KB·2012-02-10 23:32 UTC
    <?php
    
    $MEMCACHE_SERVERS = array(
     "127.0.0.1:11211", //web1
     "127.0.0.1:11212", //web2
     "127.0.0.1:11213" //web3
    );
    $memcache = new Memcache();
    foreach($MEMCACHE_SERVERS as $server)
  • Unnamed

    2117138·text·3.5 KB·2012-02-10 22:17 UTC
    HQ: Commander Shas'el (3#, 107 pts)
    1 Commander Shas'el, 107 pts ((C:TE, pg. 32); Unit Type: Jump Infantry (Jet Packs); Hard-wired Multi-tracker; Missile Pod; Plasma Rifle; Drone Controller; Acute Se
  • Unnamed

    2117118·text·3.2 KB·2012-02-10 22:05 UTC
    # Auto generated apache config file by DirectAdmin version 1.40.1
    # Modifying this file is not recommended as any changes you make will be
    # overwritten when the user makes any changes to his/her we
  • danny

    2117106·text·1.6 KB·2012-02-10 22:00 UTC
    <VirtualHost *:80>
     ServerName ww2game.org
     ServerAlias www.ww2game.org
     ServerAdmin webmaster@ww2game.org
     DocumentRoot /home/admin/domains/ww2game.org/public_html
     ScriptAlias /cgi-bin/ /home/a
  • danny

    2117103·text·1.6 KB·2012-02-10 21:59 UTC
    <VirtualHost *:80>
     ServerName www.ww2game.org
     ServerAlias www.ww2game.org ww2game.org 
     ServerAdmin webmaster@ww2game.org
     DocumentRoot /home/admin/domains/ww2game.org/public_html
     ScriptAlias
  • danny

    2117090·text·848 B·2012-02-10 21:53 UTC
    <VirtualHost 109.70.7.72:80 109.70.7.73:443 >
    
     ServerName www.ww2game.org
     ServerAlias www.ww2game.org ww2game.org 
     ServerAdmin webmaster@ww2game.org
     DocumentRoot /home/admin/domains/ww2game
  • Stuff

    2117089·text·12.8 KB·2012-02-10 21:52 UTC
    Akonadi Server Self-Test Report
    ===============================
    
    Test 1: SUCCESS
    --------
    
    Database driver found.
    Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server
  • Miscellany

    2117083·text·567 B·2012-02-10 21:51 UTC
    <VirtualHost *:80>
     ServerAdmin webmaster@naddiseo.com
     ServerName naddiseo.com
     ServerAlias naddiseo.ca www.naddiseo.ca www.naddiseo.com
    
     DocumentRoot /home/naddiseo/public_html
     <Directory /h
  • Untitled

    2117065·text·1.1 KB·2012-02-10 21:41 UTC
    mysql> describe trade_history;
    +-----------+----------+------+-----+---------+----------------+
    | Field | Type | Null | Key | Default | Extra |
    +-----------+----------+------+-----
  • Miscellany

    2117058·java·5.3 KB·2012-02-10 21:38 UTC
    /**
     * Checks if attacker can attack target
     * 
     * @param attacker
     * @param target
     * @param ctrlPressed
     * @param sendSysMsg - send systemMessages. Depends on bySkill switch.
     * @para
  • test

    2117040·text·93 B·2012-02-10 21:30 UTC
    NumpadEnter::Space
    Numpad1::^X
    Numpad2::^C
    Numpad3::^V
    Numpad4::P
    Numpad5::B
    Numpad6::E
  • Stuff

    2116921·java·638 B·2012-02-10 20:27 UTC
    public int equalSum(){
     if(_arr == null || _arr.length == 1)
     return -1;
     int arSum = sum(0);
     if(arSum%2 == 1)
     return -1;
     return equalSum
  • bart416

    2116919·nasm·1.7 KB·2012-02-10 20:26 UTC
    #include <REG505L.inc>
    ;-------------------------------------------------
    ; Extern geheugen vullen met nummers
    ;-------------------------------------------------
    mov dph, #018h
    mov dpl, #0
  • Lines 314 to 636 from 2.0-2.1 up

    2116917·text·10.1 KB·2012-02-10 20:26 UTC
    CREATE OR REPLACE FUNCTION actor.usr_purge_data(
     src_usr IN INTEGER,
     specified_dest_usr IN INTEGER
    ) RETURNS VOID AS $$
    DECLARE
     suffix TEXT;
     renamable_row RECORD;
     dest_usr INTEGER;
    BEGIN
  • Miscellany

    2116916·text·1.7 KB·2012-02-10 20:26 UTC
    /**
     * gtk_helloworld-1.c
     *
     * This maemo code example is licensed under a MIT-style license,
     * that can be found in the file called "License" in the same
     * directory as this file.
     * Copyrig

older pastes →