All pastesPublic feed

Public feed

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

    2085655·text·450 B·2011-09-30 04:48 UTC
    Here are a couple of my Exclude filter expressions:
    
    TV-XVID
    Code:
    /(\.|\-|[ ])(DVDR|DVDRip|Pack|Complete|Custom|Hebsub|Bluray|Cam|1080p|720p|internal|Subs|TS)(\.|\-|[ ])/i
    
    XVID UPDATED
    Code:
  • Untitled

    2085617·text·489 B·2011-09-30 04:20 UTC
    Here are a couple of my Exclude filter expressions:
    
    TV-XVID
    Code:
    /(\.|\-|[ ])(DVDR|DVDRip|Pack|Complete|Custom|Hebsub|Bluray|Cam|1080p|720p|internal|Subs|TS)(\.|\-|[ ])/i
    
    XVID
    Code:
    /(\.|[
  • Stuff

    2085612·text·1.6 KB·2011-09-30 04:10 UTC
    // Run the DB query.
    echo "SELECT ".$columnlist." FROM " . $tables_read_allowed[$input_tablename]['prefix'].$input_tablename . $whereclause . " " . $orderby;
     $resultset = mysql_unbuffered_query("S
  • Something

    2085581·text·511 B·2011-09-30 03:09 UTC
    Monsters:
    1x Aurkus
    2x Card Trooper
    2x Celestia
    1x Garoth
    1x Gorz
    1x Honest
    1x Jain
    3x Judgment Dragon
    1x Lumina
    2x Necro Gardna
    1x Ryko
    2x Wulf
    2x Lyla
    1x Magical Merchant
    1x Effect Ve
  • Anonymous

    2085565·text·408 B·2011-09-30 02:28 UTC
    if (Serial.available() > 0) {
    
     int inByte = Serial.read();
    
     switch (inByte) {
    
     case 'a': 
    
     digitalWrite(2, HIGH);
    
     delay(15);
    
     digitalWrite(2, LOW);
  • Untitled

    2085563·text·452.4 KB·2011-09-30 02:22 UTC
    
        
  • Untitled

    2085560·text·5.7 KB·2011-09-30 02:18 UTC
    ( 24, ' lucidrains', 264126, 13275, 1102)
    ( 60832, ' MafiaEmergency', 158549, 2558, 862)
    ( 42166, ' Matthew', 225657, 76580, 794)
    ( 96506, ' Ma
  • Anonymous

    2085520·text·2.7 KB·2011-09-30 01:06 UTC
    -----------------------------------------------------------------------------------------------------
    Question 48: (QID=1973)
    The speed of the CPU is measured in _________?
    
    [1.] Hertz
    2. Mil
  • Something

    2085516·text·605 B·2011-09-30 00:54 UTC
    WW18
    60 cards
    4 Arid Mesa
    2 Flagstones of Trokair
    4 Marsh Flats
    8 Plains
    ________________________________________
    18 lands
    
    1 Bushi Tenderfoot
    4 Figure of Destiny
    2 Isamaru, Hound of Konda
  • Unnamed

    2085504·text·7.1 KB·2011-09-30 00:24 UTC
    cash_array = {}
    
     // Update the local player's cash value.
     getDBData (false, 'corps', 'cash', 'cash_array', worldmap_loadcashdata_success(), undefined, 'name', global_corp_name)
    
    /////
  • Stuff

    2085494·text·4 B·2011-09-30 00:08 UTC
    test
  • Anonymous

    2085464·text·535 B·2011-09-29 23:19 UTC
    #!/bin/bash
    # Made by peter@netwerk.no
    # DATE 20110927
    
    EMAILTO="peter@netwerk.no"
    EMAILFR="mcr@netwerk.no"
    SUBJECT="Error importing uploaded EPG."
    ERRMSG="/root/epg-mailer/epgmsg.txt"
    NOW="$(
  • iso_c_binding test

    2085459·text·728 B·2011-09-29 23:16 UTC
    module testCommon
     interface
     subroutine fooC(outVal, ioArr) bind(C, name="fooC")
     use iso_c_binding
     integer (c_int), intent(inout) :: outVal
     type (c_ptr), value :: ioArr ! have also
  • iso_c_binding test

    2085458·text·430 B·2011-09-29 23:14 UTC
    #include <iostream>
    extern "C" void fooFortran();
     
    extern "C" void fooC(int* outVal, double *ioArr) {
     printf("C:fooC ioArr read as: ");
     for ( int i=0; i < *outVal; i++) {
     printf(" %f ", i
  • iso_c_binding test

    2085457·text·672 B·2011-09-29 23:13 UTC
    module testCommon
     interface
     subroutine fooC(outVal, ioArr) bind(C, name="fooC")
     use iso_c_binding
     integer (c_int), intent(inout) :: outVal
     type (c_ptr), value :: ioArr
     end subro
  • Untitled

    2085446·text·2.2 KB·2011-09-29 22:53 UTC
    java.lang.OutOfMemoryError: Java heap space
     at java.util.Arrays.copyOf(Unknown Source)
     at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
     at java.lang.Abstrac
  • xorg.conf: radeon, middle only

    2085419·text·1.7 KB·2011-09-29 22:13 UTC
    Section "Monitor"
     Identifier "Monitor-DFP1" # f1905e
     ModeLine "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
     Option "DPMS"
    EndSection
    
    Section "Monitor"
     Identifier "Monitor-
  • fglrx xorg.conf

    2085389·text·2.3 KB·2011-09-29 21:42 UTC
    Section "ServerLayout"
     Identifier "aticonfig Layout"
     Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    
    Section "Module"
    EndSection
    
    Section "InputClass"
     Identifier "Keyboard
  • Miscellany

    2085376·bash·593 B·2011-09-29 21:36 UTC
    @echo off
    set path="C:\Program Files\WinRAR\";%path%
    call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
    echo %CD%
    FOR /D /r %%F in ("*") DO (
     pushd %CD%
     cd %%F
  • Miscellany

    2085374·text·662 B·2011-09-29 21:35 UTC
    Index: libffmpegthumbnailer/moviedecoder.cpp
    ===================================================================
    --- libffmpegthumbnailer/moviedecoder.cpp (Revision 233)
    +++ libffmpegthumbnailer/mo

older pastes →