All pastesPublic feed

Public feed

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

    2076384·text·3.3 KB·2011-06-07 20:29 UTC
    sock_desc = scoket(AF_INET,SOCK_DGRAM,0);
    
    bind(sock_desc,(struct sockaddr *)&server,sizeof(server));
    
    listen(scok_desc,20);
    
    new_sock = accept(sock_desc,(struct sockaddr *)&client,&len,0);
    
    c
  • Someone

    2076379·text·13.1 KB·2011-06-07 20:26 UTC
    set nocompatible
    set t_Co=256
    set background=dark
    "set background=light
    "colorscheme molokai
    "colorscheme darkspectrum
    colorscheme chela_light
    set guifont=Envy_Code_B:h9
    "---------------------
  • Untitled

    2076377·text·844 B·2011-06-07 20:22 UTC
    ?><div class="anb-packages" id="archnavbar">
     <div id="archnavbarlogo"><h1><a title="Return to the main page" href="/">Parabola</a></h1></div>
     <div id="archnavbarmenu">
     <ul id="archnavbarlist">
  • c_udp

    2076376·c·1.0 KB·2011-06-07 20:18 UTC
    /*
     * Client udp program 
     */
    
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    #include <stdlib.h>
    #include <error.h>
    #include <errno.h>
    #include <netdb.h>
    
    #define CHECK(x) \
  • c_udp

    2076375·c·1.0 KB·2011-06-07 20:18 UTC
    /*
     * Client udp program 
     */
    
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    #include <stdlib.h>
    #include <error.h>
    #include <errno.h>
    #include <netdb.h>
    
    #define CHECK(x) \
  • c_udp

    2076374·c·1.0 KB·2011-06-07 20:17 UTC
    /*
     * Client udp program 
     */
    
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    #include <stdlib.h>
    #include <error.h>
    #include <errno.h>
    #include <netdb.h>
    
    #define CHECK(x) \
  • s_udp

    2076373·c·1.2 KB·2011-06-07 20:16 UTC
    /*
     * Server UDP program
     */
    
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    #include <stdlib.h>
    #include <error.h>
    #include <errno.h>
    #include <fcntl.h>
    #include <netdb.h>
    
    #
  • Someone

    2076372·text·113 B·2011-06-07 20:16 UTC
    ovechkin72: you are very bad player 
    ovechkin72: will never be a pro 
    ovechkin72: sorry 
    ovechkin72: HAHAHA
  • Untitled

    2076370·text·1.3 KB·2011-06-07 20:15 UTC
    <style>
     @import url("https://projects.parabolagnulinux.org/archnavbar/archnavbar.css");
     @import url("https://d11xdyzr0div58.cloudfront.net/wiki-1.16.0/skins/common/shared.css?270");
     @im
  • Someone

    2076369·text·13.4 KB·2011-06-07 20:14 UTC
    set nocompatible
    set t_Co=256
    set background=dark
    "set background=light
    "colorscheme molokai
    "colorscheme darkspectrum
    colorscheme chela_light
    set guifont=Envy_Code_B:h9
    "---------------------
  • Stuff

    2076364·text·476 B·2011-06-07 20:06 UTC
    socratesxd@socratesxd-desktop:/media/Windows/Documents and Settings/SkRt/Mis documentos/Project64 1.7$ wine Project64.exe
    err:module:import_dll Library MSVCP60.dll (which is needed by L"Z:\\media\\Wi
  • john

    2076363·text·24.8 KB·2011-06-07 19:59 UTC
    !!################################
    !!ALSA Information Script v 0.4.60
    !!################################
    
    !!Script ran on: Tue Jun 7 19:59:05 UTC 2011
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • Something

    2076360·text·558 B·2011-06-07 19:57 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    long long int binaryEpansion(int basis, int exponent, int mod)
    {
     long long int result = 1;
     for(int bit=63; bit >= 0; bit--)
     {
     result *= result
  • Anonymous

    2076359·java·84 B·2011-06-07 19:55 UTC
    public class Test{
     private int j;
     public static String hello = "hello";
    }
  • Stuff

    2076358·text·1.3 KB·2011-06-07 19:53 UTC
    19:49:26 T:201891840 M:124698624 DEBUG: ------ Window Deinit (DialogOK.xml) ------
    19:49:28 T:201891840 M:125145088 DEBUG: CGUIMediaWindow::GetDirectory (htsp://192.168.1.3:9981/)
    19:49:28 T:201
  • Miscellany

    2076356·text·3.3 KB·2011-06-07 19:48 UTC
    gem install rake
    Successfully installed rake-0.9.2
    1 gem installed
    Installing ri documentation for rake-0.9.2...
    Installing RDoc documentation for rake-0.9.2...
    
    root p_sysadmin > rake R
  • Stuff

    2076355·text·7.2 KB·2011-06-07 19:47 UTC
    host# udevadm test /sys/block/sda/
    run_command: calling: test
    udevadm_test: version 151
    This program is for debugging only, it does not run any program,
    specified by a RUN key. It may show incorre
  • Stuff

    2076353·text·266 B·2011-06-07 19:43 UTC
    Pool {
     Name = Full
     Pool Type = Backup
     Recycle = yes # Bacula can automatically recycle Volumes
     AutoPrune = yes # Prune expired volumes
     Volume Retention = 2 m
  • Unnamed

    2076352·text·803 B·2011-06-07 19:42 UTC
    import csv,sys,copy,random
    import MySQLdb
    
    sqlserver=''
    sqluser=''
    sqlpass=''
    sqldb=''
    
    conn = MySQLdb.connect(sqlserver,sqluser,sqlpass,sqldb);
    cursor = conn.cursor();
    
    idanddate = []
    cur
  • Something

    2076351·text·246 B·2011-06-07 19:39 UTC
    “Is God willing to prevent evil, but not able?
    Then he is not omnipotent.
    Is he able, but not willing?
    Then he is malevolent.
    Is he both able and willing?
    Then whence cometh evil?
    Is he neither

older pastes →