All pastesPublic feed

Public feed

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

    2121559·text·778 B·2012-02-25 20:32 UTC
    $ sudo dpkg -i libwine-alsa-unstable_1.4~rc3-0.1_amd64.deb
    Selecting previously deselected package libwine-alsa-unstable.
    (Reading database ... 172962 files and directories currently installed.)
    Un
  • Mine

    2121558·text·1.4 KB·2012-02-25 20:26 UTC
    IMPL_LINK( ScTabView, TabBarResize, void*, EMPTYARG )
    {
     sal_Bool bHScrollMode = aViewData.IsHScrollMode();
    
     // Scrollbar-Einstellungen koennen vom Sfx ueberschrieben werden:
     SfxScrol
  • Stuff

    2121553·text·521 B·2012-02-25 19:54 UTC
    [ 2326.359826] [drm] Module unloaded
    [ 2349.391005] [drm] Initialized drm 1.1.0 20060810
    [ 2349.768830] [drm] VGACON disable radeon kernel modesetting.
    [ 2349.769196] pci 0000:01:00.0: PCI INT A ->
  • Stuff

    2121552·text·523 B·2012-02-25 19:53 UTC
    [ 2326.359826] [drm] Module unloaded
    [ 2349.391005] [drm] Initialized drm 1.1.0 20060810
    [ 2349.768830] [drm] VGACON disable radeon kernel modesetting.
    [ 2349.769196] pci 0000:01:00.0: PCI INT A ->
  • Unnamed

    2121551·text·1.5 KB·2012-02-25 19:50 UTC
    00:02.0 Display controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
     Subsystem: Giga-byte Technology Device d000
     Control: I/O+ M
  • Miscellany

    2121549·text·2.3 KB·2012-02-25 19:49 UTC
    Module Size Used by
    dm_crypt 22463 0 
    lp 13349 0 
    snd_hda_codec_hdmi 27535 2 
    snd_hda_codec_realtek 255882 1 
    snd_hda_intel
  • Stuff

    2121546·text·1.2 KB·2012-02-25 19:28 UTC
    Democracy and equality are established core values for our Union, and we are proud of those. How can we reach higher and be the best for everybody next year?
    
    1. Keeping community engagement going -
  • Untitled

    2121543·text·3.7 KB·2012-02-25 18:26 UTC
    [1501626.212689] sd 24:0:0:0: [sdc] Assuming drive cache: write through
    [1501626.212693] sd 24:0:0:0: [sdc] Attached SCSI disk
    [1501626.603072] EXT3-fs: barriers not enabled
    [1501626.607512] kjourn
  • sammy template demo

    2121542·text·138 B·2012-02-25 18:22 UTC
    this.app.use('Template');
    content = this.template('<p>place: <%= city %></p>', {
     city: 'oslo'
    });
    $('#search').append($(content));
  • Someone

    2121541·text·866 B·2012-02-25 18:19 UTC
    //the main body of my program
    var app = {};
    app.index = function () {
    
    S.app.use('Template');
     content = S.template('<p>place: <%= city %></p>', {
     city: 'oslo'
     });
     this.append($(content)
  • Conservative Scumbags

    2121540·text·2.2 KB·2012-02-25 18:19 UTC
    Thank you for your email expressing concerns about the recent Elections Canada report. This report, describing the use of illegal “robo-calls” during last federal election, has traced these calls bac
  • Stuff

    2121537·text·207 B·2012-02-25 18:13 UTC
    addEvent("showNameTag", true)
    addEventHandler("showNameTag", localPlayer, function()
     addEventHandler("onClientRender", localPlayer, PlayerNameTags)
    end)
    
    function PlayerNameTags()
    
     ...
  • Clang fail

    2121535·cpp·426 B·2012-02-25 17:54 UTC
    union X {
     int x;
    
     X(int x):x(x) { }
     virtual int y() { return x; }
    };
    
    #include <iostream>
    
    int main() {
     X z = 42;
     (&z)->y();
    }
    
    /* gcc:
    $ g++ x.cc
    x.cc:5:17: error: function
  • Mine

    2121534·text·302 B·2012-02-25 17:51 UTC
    var number = prompt("Guess what number I'm thinking of between 1 and 10!");
    if(number === "7") {
     console.log("You got it!");
    // Change the following line.
    } else if (number==="6") {
     console.l
  • Someone

    2121533·text·758 B·2012-02-25 17:48 UTC
    java.lang.VerifyError: (class: mod_IC2AdvancedMachines, method: getGuiFor signature: (Lvi;ILbq;)Lxe;) Wrong return type in function
     at java.lang.Class.getDeclaredFields0(Native Method)
     at java.lan
  • Someone

    2121531·text·683 B·2012-02-25 17:32 UTC
    java.lang.RuntimeException: RedPowerCore: BlockID 254 exists, autoAssign is disabled.
     at forge.MinecraftForge.killMinecraft(MinecraftForge.java:366)
     at eloraam.core.Config.getBlockID(Config.java:1
  • Kata ordenar array albaontech

    2121530·python·762 B·2012-02-25 17:28 UTC
    #!/usr/bin/env python
    # -*- coding: utf-8 -*-
    
    import random
    
    def bubblesort(array):
     hadChanges = True
    
     while hadChanges:
     hadChanges = False
     for i in range(len(array)
  • Something

    2121527·csharp·162 B·2012-02-25 16:39 UTC
    foreach ( Surtidor surt in listaSurtidores)
     {
     surt.EnviarPrecios(tablaMangueras,listaSurtidores);
     }
  • Stuff

    2121524·text·747 B·2012-02-25 16:19 UTC
    config.yml
    
    # Config
    
    Server: irc.swiftirc.net # It's recommended to use hub.* for
    some reason
    Port: 6667 # SSL ports do not work as of yet.
    Nick: rubydevbot # Your botnick
    NickPass: changem
  • 33ghjj

    2121521·text·355 B·2012-02-25 15:30 UTC
    ysql --pid-file=/home/mysql/test.pid --log-error=/home/mysql/test.errdir=/home/m
    The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable
    Please do a cd to the mysql installation

older pastes →