All pastesPublic feed

Public feed

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

    2080090·text·683 B·2011-09-06 11:27 UTC
    # .xinitrc to start X with "startx OPTION"
    # replace OPTION with a
    # - X-programm (eg. "xterm"),
    # - a skript (eg. "gnome-session"),
    # or one of the Options below:
    # - compiz
    # - xfwm
    # - xfce
  • coldasdf

    2080085·text·771 B·2011-09-06 10:43 UTC
    "Can I talk to Mr Hastings"
    "Why?"
    "I need to speak to him about the whole Linux situation"
    "Ok"
    "Thanks for the meeting, sir.. I was just wondering where we're at with Linux again"
    "You can't us
  • Miscellany

    2080081·vbnet·1.1 KB·2011-09-06 10:00 UTC
    Dim congold As New OleDb.OleDbConnection
     Dim dbProvider As String
     Dim dbSource As String
     Dim ds As New DataSet
     Dim da As OleDbDataAdapter
     Dim sql As String
  • Miscellany

    2080078·vbnet·1023 B·2011-09-06 09:43 UTC
    Dim congold As New OleDb.OleDbConnection
     Dim dbProvider As String
     Dim dbSource As String
     Dim ds As New DataSet
     Dim da As OleDbDataAdapter
     Dim sql As String
  • Miscellany

    2080077·text·284.9 KB·2011-09-06 09:39 UTC
    
        
  • Mine

    2080068·text·1.1 KB·2011-09-06 08:59 UTC
    Pyrohemia
    Stranglehold
    Insurrection
    Mana-charged Dragon
    Lightning Greaves
    Sol Ring
    Avatar of Fury
    
    Norin the Wary
    Ronin Warclub
    Obsidian Battle-Axe
    Lovisa Coldeyes
    In the Web of War
    Homur
  • Untitled

    2080062·text·1.3 KB·2011-09-06 07:59 UTC
    root@helen:/var/log# postconf -n
    alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
    alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
    append_dot_mydomain = no
  • Mine

    2080060·text·14.9 KB·2011-09-06 07:42 UTC
    #include <a_samp>
    #include <Dini>
    #define PlayerFile "Bank/%s.ini"
    #define COLOR_RED 0xAA3333AA
    #define COLOR_YELLOW 0xFFFF00AA
    #define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%
  • Mine

    2080057·text·6.9 KB·2011-09-06 07:35 UTC
    <?
    header("Content-type: text/html; charset=windows-1251");
    header("Expires: Thu, 01 Jan 1970 00:00:01 GMT");
    header("Expires: ".gmdate("D, d M Y H:i:s")." GMT");
    header("Cache-Control: no-store,
  • Something

    2080055·text·1.1 KB·2011-09-06 07:28 UTC
    [Drake, crazy]
    Damage Control II
    Ballistic Control System II
    Ballistic Control System II
    Ballistic Control System II
    
    Y-T8 Overcharged Hydrocarbon I Microwarpdrive
    Stasis Webifier II
    Warp Disr
  • Stuff

    2080054·text·1.1 KB·2011-09-06 07:26 UTC
    [Drake, crazy]
    Damage Control II
    Ballistic Control System II
    Ballistic Control System II
    Ballistic Control System II
    
    Y-T8 Overcharged Hydrocarbon I Microwarpdrive
    Stasis Webifier II
    Warp Disr
  • Untitled

    2080052·text·3.5 KB·2011-09-06 07:25 UTC
    (14:01) < totti> Elfkin: har du noe kjennskap til hvem Henrik Haanes er? :p
    (14:01) <@swift> hehe
    (14:06) <@Elfkin> totti: hmm, ringer ingen bjelle,burde jeg vite hvem det er?
    (14:08) < totti> Elfk
  • Unnamed

    2080050·text·14.4 KB·2011-09-06 07:12 UTC
    Link Name Closing Date
    http://researchnt1.qub.ac.uk/cs-yope/students/finalyear/Vacancies_Display.aspx?ID=4208 Arcus Global Limited</a> - Cloud Analyst: 09/09/2011 17
  • lkjh

    2080047·text·461 B·2011-09-06 06:58 UTC
    Ask to see him. Or have an appointment.
    Thank him for the meeting.
    Ask him when I could and couldn't use it (what he told me yesterday).
    Ask why I can't use Linux. 
    I'm only person using it.
    Coul
  • Stuff

    2080046·text·461 B·2011-09-06 06:58 UTC
    Ask to see him. Or have an appointment.
    Thank him for the meeting.
    Ask him when I could and couldn't use it (what he told me yesterday).
    Ask why I can't use Linux. 
    I'm only person using it.
    Coul
  • Stuff

    2080038·text·1.2 KB·2011-09-06 06:13 UTC
    #!/usr/bin/perl -w
    use Irssi;
    use XML::Simple;
    use LWP::Simple;
    
    sub evt_own {
     my($server,$text,$channel,$hostmask)=@_;
     csekk_youtube($server,$text,$channel);
    }
    
    sub evt_other {
     my(
  • Anonymous

    2080037·text·311 B·2011-09-06 06:09 UTC
    Agent policy for SIP/[46.19.209.13-0000000a is 'never'. CC not possible
    Unable to create channel of type 'SIP' (cause 20 - Unknown)
    Unable to find a codec translation path from 0x100 (g729) to 0x40
  • Someone

    2080013·csharp·778 B·2011-09-06 01:36 UTC
    var g = new AdjacencyGraph<StorageVertex, Edge<StorageVertex>>();
    
     var adlSite = new SiteVertex("Adelaide Clinic");
     g.AddVertex(adlSite);
    
     var modSite = new Si
  • Mine

    2080009·text·780 B·2011-09-06 01:04 UTC
    #include <stdio.h>
    
    #define MAXLINE 1000
    
    int get_line(char line[], int maxline);
    
    main()
    {
     int len, max;
     char line[MAXLINE];
    
     printf("Print line if over: ");
     scanf("%d", &
  • Unnamed

    2080008·text·712 B·2011-09-06 01:03 UTC
    #include <stdio.h>
    
    #define MAXLINE 1000
    
    int get_line(char line[], int maxline);
    int get_int();
    
    main()
    {
     int len, max;
     char line[MAXLINE];
    
     max = get_int();
     while ((len

older pastes →