All pastesPublic feed

Public feed

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

    2134346·text·427 B·2012-03-31 19:58 UTC
    [22:31:15] <xmlconsole> TX: <?xml version='1.0' ?><stream:stream to="buzer.net" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0">
    [22:31:15] <xmlconsole> RX: <strea
  • Something

    2134345·text·258 B·2012-03-31 19:58 UTC
    root@chef:/usr/bin# /etc/init.d/chef-server start
     * Starting chef-server 
    /usr/bin/chef-server -p 4000 -e production -d -a thin -P /var/run/chef/server.%s.pid -L /var/log/chef/server.log -C /etc/ch
  • Unnamed

    2134342·text·1.4 KB·2012-03-31 19:49 UTC
    valgrind derived/openmsx -machine msx1 1> /home/philippov/1.LOG 2> /home/philippov/2.LOG &
    [1] 10446
    Ok
    ...
    ^C[1]+ Выход из 1 valgrind derived/openmsx -machine msx1 > /home/philippov/1.LOG
  • Something

    2134339·text·4.1 KB·2012-03-31 18:50 UTC
    valgrind openmsx_build/openmsx-0.8.2/derived/openmsx -machine msx1 > 111 2> 222 &
    [1] 6090
    Ok
    ...
    ^C[1]+ Выход из 1 valgrind openmsx_build/openmsx-0.8.2/derived/openmsx -machine msx1 > 111
  • Someone

    2134337·text·2.6 KB·2012-03-31 18:46 UTC
    valgrind openmsx -machine msx1 > 11 2> 22 &
    [1] 5994
    Ok
    less 11
    [1]+ Выход из 1 valgrind openmsx -machine msx1 > 11 2> 22
    Ok
    cat 11
    Ok
    cat 22
    ==5994== Memcheck, a memory error detector
  • Someone

    2134336·text·9.7 KB·2012-03-31 18:39 UTC
    which openmsx
    /usr/local/bin/openmsx
    Ok
    file `which openmsx`
    /usr/local/bin/openmsx: symbolic link to `/opt/openMSX/bin/openmsx'
    Ok
    gdb --args openmsx -machine msx1
    GNU gdb (GDB) 7.1-ubuntu
    Co
  • Something

    2134332·text·3.8 KB·2012-03-31 18:04 UTC
    valgrind openmsx
    ==5514== Memcheck, a memory error detector
    ==5514== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
    ==5514== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with
  • /etc/X11/xorg.conf.d/99-monitor.

    2134326·text·93 B·2012-03-31 17:09 UTC
    Section "Monitor"
     Identifier "DVI-D-1"
     Option "PreferredMode" "1920x1080"
    EndSection
  • Mine

    2134325·text·3.2 KB·2012-03-31 17:05 UTC
    .xinitrc:
    DEFAULT_SESSION=CustomDE
    
    case $1 in
    
    CustomDE)
     exec CustomDE
     ;;
    Gnome)
     exec gnome-session
     ;;
    *)
     exec $DEFAULT_SESSION
     ;;
    esac
  • Something

    2134324·text·5.5 KB·2012-03-31 17:02 UTC
    [10:00:27] <&Qmaster> 34 Answers 21-4555: Words that rhyme with "we're" ?
    [10:00:29] <+jizzblaster> definitely
    [10:00:31] <+jumper> tear
    [10:00:31] <&Qmaster> jumper gets 800 points for : tear (33
  • Someone

    2134316·text·216 B·2012-03-31 16:37 UTC
    Route::get('/', function()
    {
     return View::make('home.index');
    });
    
    Route::any(
     'admin/([a-zA-Z0-9_-]+)/(:any?)/(:any?)/(:any?)/(:any?)/(:any?)',
     array('default' => 'index', 'uses' => '(:1)::
  • Miscellany

    2134314·text·883 B·2012-03-31 16:33 UTC
    Unhandled Exception
    Message:
    
    Undefined offset: 1
    
    Location:
    
    /home/coolgoose/Work/personal/cms/laravel/routing/controller.php on line 143
    
    Stack Trace:
    
    #0 /home/coolgoose/Work/personal/cm
  • Miscellany

    2134313·text·2.3 KB·2012-03-31 16:25 UTC
    javascript:゚ω゚ノ= /`m´)ノ ~┻━┻ //*´∇`*/ ['_']; o=(゚ー゚) =_=3; c=(゚Θ゚) =(゚ー゚)-(゚ー゚); (゚Д゚) =(゚Θ゚)= (o^_^o)/ (o^_^o);(゚Д゚)={゚Θ゚: '_' ,゚ω゚ノ : ((゚ω゚ノ==3) +'_') [゚Θ゚] ,゚ー゚ノ :(゚ω゚ノ+ '_')[o^_^o -(゚Θ゚)] ,゚Д゚ノ
  • Something

    2134306·text·2.6 KB·2012-03-31 15:36 UTC
    XAML:
    
     <Window.Resources>
     <HierarchicalDataTemplate DataType="{x:Type Model:DirectoryItem}" ItemsSource="{Binding Items}">
     <TextBlock Text="{Binding Path=Name}" ToolTip="
  • Miscellany

    2134302·text·3.2 KB·2012-03-31 15:20 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    
    int placas[10000][2];
    int a[40];
    int n_a;
    int n_quadrados;
    
    int ints_get (int *a)
    {
     int result = 0;
     while (scanf ("%d", &a[res
  • Someone

    2134288·text·4.9 KB·2012-03-31 13:41 UTC
    dota_killcam_show 1 // Enables information windows upon death (default 0)
    dota_sf_hud_killcam 1 // Enables information windows upon death (default 0) 
    dota_health_per_vertical_marker "250" // H
  • Someone

    2134286·text·1.4 KB·2012-03-31 13:21 UTC
    mysql> select date,category from sms_toto where date like '2012-03-31%' order by date desc;
    +---------------------+----------+
    | date | category |
    +---------------------+----------+
  • Someone

    2134276·cpp·876 B·2012-03-31 12:02 UTC
    Vector view;
    Vector lookat;
    Vector eye;
    Vector center, horz, vert,up; 
    
    float dis = 1.0;
    float fov = m_Scene.GetCamera().GetFOV()*3.1416/180;
    
    float vsize = 2*dis*tan(fov/2.0f);
    float hsize =
  • Anonymous

    2134273·text·876 B·2012-03-31 12:01 UTC
    Vector view;
    Vector lookat;
    Vector eye;
    Vector center, horz, vert,up; 
    
    float dis = 1.0;
    float fov = m_Scene.GetCamera().GetFOV()*3.1416/180;
    
    float vsize = 2*dis*tan(fov/2.0f);
    float hsize =
  • Something

    2134268·text·12 B·2012-03-31 11:36 UTC
    hiiiiiiiiiii

older pastes →