All pastesPublic feed

Public feed

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

    2102030·text·3.6 KB·2012-01-11 03:13 UTC
    ./download_files: line 10: /opt/TransformEngine/ftp_upload/*: No such file or directory
    mv: cannot stat `/opt/TransformEngine/ftp_upload/*': No such file or directory
    /opt/TransformEngine/srcdir/100
  • Stuff

    2102027·text·140.7 KB·2012-01-11 02:55 UTC
    
        
  • Anonymous

    2102025·text·4.2 KB·2012-01-11 02:44 UTC
    #highlight on
    on *:TEXT:*:#: {
     if (%hl.enable == on) {
     if ($istok(%hl.names,$1-,44)) || ($me isincs $1-) {
     if (%hl.tips) { noop $tip(Highlight,Highlight,You have been highlighted! $crl
  • Something

    2102021·text·4 B·2012-01-11 02:18 UTC
    ghhg
  • Something

    2102020·text·5.1 KB·2012-01-11 02:11 UTC
    <[`_`]> I wasn't joking
    <[`_`]> when I said we should scrap divisions
    <[`_`]> I think they're completley useless and archaic
    <[`_`]> and I think they create extra work at no benefit
    <[`_`]> they d
  • Untitled

    2102018·text·1.1 KB·2012-01-11 02:03 UTC
    CC,CONSTANCE CARROLL BLP~
    N/E,*
    PWDR,POWDER
    SGL,*
    QCK,QUICK
    E/LNR,EYE LINER
    W/PRF,WATER PROOF
    BLK,BLACK
    PWD,POWDER
    STK,*
    MED,MEDIUM
    VOL,VOLUME
    MASC,MASCARA
    DK,DARK
    LACQ,LACQUER
    H/HOLD,*
  • Unnamed

    2102017·text·1.3 KB·2012-01-11 02:00 UTC
    [[276894732364080]][[276894769030743]][[276894795697407]][[276894815697405]][[276894859030734]][[276894902364063]][[276894935697393]][[276894955697391]]
    [[276894989030721]][[276895022364051]
  • Unnamed

    2102016·text·56.0 KB·2012-01-11 01:59 UTC
    
        
  • chrissbx

    2102015·c·1.9 KB·2012-01-11 01:56 UTC
    #define __PICK2nd(a,...) __VA_ARGS__
    
    #define DEFINE(Rtype, Name, Env, ...) \
     #define NOENV {} \
     struct Name##_env Env; \
     #undef NOENV \
     struct Name##_closure {
  • chrissbx

    2102014·c·1.1 KB·2012-01-11 01:44 UTC
    #define __PICK2nd(a,...) __VA_ARGS__
    
    #define DEFINE(Rtype, Name, Env, ...) \
     #define NOENV {} \
     struct Name##_env Env; \
     #undef NOENV \
     struct Name##_closure {
  • Miscellany

    2102013·text·5.7 KB·2012-01-11 01:43 UTC
    // Last edit : 08/09/2011 17:00
    
    // IMPORTANT : Stop using useless launch options settings (such as -high -dxlevel -heapsize etc...) !!
    // Only usefull commands are : -console -refresh (Put here wh
  • Troll face ASCII.

    2102010·css·8.2 KB·2012-01-11 00:54 UTC
    ░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░░░░░░░░░░░░░░░░░░
    ░░░░░░░░░░░░▒██████████████████████████▓▓▓░░░░░░░░░░░░░░░░
    ░░░░░░░░░░░█░▓░░░░░░░░░▒▓▒▒▒▒▒▓▒▒░░▒▒▒▓▓▓████▓▒░░░░░░░░░░░
    ░░░░░░░░░░██▒░░░░░░░
  • Anonymous

    2102007·text·425 B·2012-01-11 00:12 UTC
    CC,CCUK
    N/E,*
    PWDR,POWDER
    SGL,*
    QCK,QUICK
    E/LNR,EYE LINER
    W/PRF,WATER PROOF
    BLK,BLACK
    PWD,POWDER
    STK,*
    MED,MEDIUM
    VOL,VOLUME
    MASC,MASCARA
    DK,DARK
    LACQ,LACQUER
    H/HOLD,*
    PK,*
    REG,REGULA
  • Untitled

    2102006·text·1.5 KB·2012-01-10 23:39 UTC
    [root@vue solr]# python -c 'import yum, pprint; yb = yum.YumBase(); pprint.pprint(yb.conf.yumvar, width=1)'
    Loaded plugins: fastestmirror
    {'arch': 'ia32e',
     'basearch': 'x86_64',
     'releasever': '5
  • Mine

    2102000·python·574 B·2012-01-10 22:07 UTC
    class p(type):
     def __init__(cls, name, bases, dict):
     print 'init', name, dict
     super(p, cls).__init__(name, bases, dict)
    
     def __new__(cls, name, bases, dict):
     prin
  • Stuff

    2101999·text·259 B·2012-01-10 22:02 UTC
    find -type f -size +1000M > largevideos.txt
    while read file
    do
    original=${file%.*}-original.${file##*.}
    reduced=${file%.*}-reduced.${file##*.}
    ffmpeg -i $file -b 3200000 -ab 192000 $reduced
    mv $
  • Mine

    2101998·text·2.1 KB·2012-01-10 21:53 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    #define maxStup 100
    #define maxRed 100
    #define maxNiz 10
    
    void printMatrix(int* mat, int brRed, int brStup, int defStup){
    int i, j;
  • Miscellany

    2101995·text·28.5 KB·2012-01-10 21:09 UTC
    €≤ 
     €≤≤ 
     €€≤≤ 
     €€≤≤≤≤≤≤≤≤≤≤≤≤≤≤
  • forbury

    2101994·lua·7.5 KB·2012-01-10 20:57 UTC
    local mod = DBM:NewMod(318, "DBM-DragonSoul", nil, 187)
    local L = mod:GetLocalizedStrings()
    
    mod:SetRevision(("$Revision: 7018 $"):sub(12, -3))
    mod:SetCreatureID(53879)
    mod:SetModelID(35268)
    mo
  • Something

    2101992·text·1.1 KB·2012-01-10 20:48 UTC
    g723 gsm ulaw alaw g726aal2 adpcm slin lpc10 g729 speex ilbc g726 g722
     g723 - - - - - - - - - - - - -
     gsm - - 2 2 2 2

older pastes →