All pastesPublic feed

Public feed

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

    2109699·text·927 B·2012-02-04 15:35 UTC
    Linking bin/smbd
    lib/sysquotas_nfs.o: In function `my_xdr_getquota_args':
    sysquotas_nfs.c:(.text+0x32): undefined reference to `xdr_string'
    sysquotas_nfs.c:(.text+0x4a): undefined reference to `xdr
  • Something

    2109698·ada·900 B·2012-02-04 15:11 UTC
    <map edf:definitions="editor_main">
     <vehicle id="vehicle (Coach) (1)" paintjob="3" model="437" plate="4UHC BON" interior="0" dimension="0" posX="1780.5" posY="-1886.4000244141" posZ="13.600000381
  • Mine

    2109697·text·193 B·2012-02-04 15:00 UTC
    0=eternalfox
    1=Anthon
    2=Rugi
    3=Mahasamatman
    4=outfox
    5=pope
    6=yama
    7=Paulie
    8=SirCyclone
    9=Athagata
    10=Melvin
    11=Fox
    12=Futility
    13=Raine
    14=Colle
    15=Echard
    16=Kanne
    17=blitz
  • Something

    2109694·text·732 B·2012-02-04 14:26 UTC
    • [Sikerneslini] oğlum uğur çıktı mı lan
    [Aslansaman] Sarqı calıyoR amq :D
    [Kiwito] lan
    • Oweee çevrimdışı oldu.
    [Transformslm] bizede
    • [Kiwito] evet üzüldün mü xd
    • [Sikerneslini] şldskfşdsf
  • Something

    2109693·text·271 B·2012-02-04 14:25 UTC
    • [Kiwito] evet üzüldün mü xd
    • [Sikerneslini] şldskfşdsf
    • [Kiwito] seviyo zaaaaaaaaaaaaaaaaaa
    • [Kiwito] SDEVİTYOKİİİİ SEVİYOKİİİİİİİİİİİİİİİİİİ,
    • [Sikerneslini] zaaaaaaaaaaaaaaAAAAAAAAAAAAAA
  • Stuff

    2109692·text·6.3 KB·2012-02-04 14:21 UTC
    Rage.1683.3 win-x86 Release Jan 6 2012 11:05:52
    ------ Initializing File System ------
    Current search path:
    C:/users/michael/Saved Games/id Software/Rage/base/
    C:/program files (x86)/steam/steam
  • Someone

    2109691·text·1.1 KB·2012-02-04 14:20 UTC
    fixme:gameux:GameExplorerImpl_VerifyAccess (0x21dba0, L"c:\\program files (x86)\\steam\\steamapps\\common\\rage\\RageGDF_x86.dll", 0x33d88c)
    fixme:advapi:RegisterTraceGuidsW (0x3482630, 0x3f1b7b8, {3
  • Stuff

    2109689·text·18.8 KB·2012-02-04 14:18 UTC
    run_command: calling: test
    adm_test: version 173
    parse_file: reading '/etc/udev/rules.d/10-local.rules' as rules file
    parse_file: reading '/etc/udev/rules.d/40-alsa.rules' as rules file
    parse_file
  • Mine

    2109688·text·1.1 KB·2012-02-04 14:09 UTC
    nemesis / # emerge borg-sources -pv
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    [ebuild N ] sys-kernel/borg-sources-3.2.2 USE="branding deblob
  • Something

    2109677·text·1.3 KB·2012-02-04 13:14 UTC
    # Fill mail object with data
     $destinationEmails = preg_split('/[ ,;]/', $dfcontact['destinationMail']);
     foreach ( $destinationEmails as $destinationMail ) {
     if ( $destinationMail != '' ) {
  • Miscellany

    2109672·text·4.1 KB·2012-02-04 12:55 UTC
    #define usart_baudrate 9600L
     #define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
     #define usart_HI(x) ((x)>>8)
     #define usart_LO(x) ((x)& 0xFF)
     
     void
     init_usart(void){
  • Miscellany

    2109670·text·4.1 KB·2012-02-04 12:50 UTC
    #define usart_baudrate 9600L
     #define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
     #define usart_HI(x) ((x)>>8)
     #define usart_LO(x) ((x)& 0xFF)
     
     void
     init_usart(void){
  • Miscellany

    2109667·text·4.0 KB·2012-02-04 12:44 UTC
    #define usart_baudrate 9600L
     #define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
     #define usart_HI(x) ((x)>>8)
     #define usart_LO(x) ((x)& 0xFF)
     
     void
     init_usart(void){
  • Someone

    2109666·text·34 B·2012-02-04 12:42 UTC
    http://www.travian.no/?uc=no2_7199
  • Miscellany

    2109665·text·1.0 KB·2012-02-04 12:35 UTC
    #define usart_baudrate 9600L
     #define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
     #define usart_HI(x) ((x)>>8)
     #define usart_LO(x) ((x)& 0xFF)
     
     void
     init_usart(void){
  • Miscellany

    2109664·text·387 B·2012-02-04 12:32 UTC
    #define usart_baudrate 9600L
     #define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
     #define usart_HI(x) ((x)>>8)
     #define usart_LO(x) ((x)& 0xFF)
     
     void
     init_usart(void){
  • Miscellany

    2109663·text·216 B·2012-02-04 12:31 UTC
    void
     init_usart(void){
    
     UBRRL = usart_LO(usart_bauddivider);
     UBRRH = usart_HI(usart_bauddivider);
     UCSRA = 0;
     UCSRB = 1<<RXEN |1<<TXEN |1<<RXCIE|0<<TXCIE|0<<UDRIE;
     UCSRC = 1<<URSEL|1<<UCS
  • Miscellany

    2109661·text·732 B·2012-02-04 12:08 UTC
    [[203703696394411]][[203703689727745]][[203703693061078]][[203703699727744]][[203703703061077]][[203703789727735]]
    [[203703793061068]][[203703783061069]][[203703786394402]][[203703796394401]
  • Unnamed

    2109660·text·444 B·2012-02-04 12:00 UTC
    http://www.grahamrussell.info/cgi-bin/show-image-page.cgi?image=MK4_3700.jpg&image_dir=..%2Fclients%2F2012%2F2012-feb-2-jo%2Fcolour%2Fimages&show_arrows=1&popup_window=1&event_dir=..%2Fclients%2F2012%
  • Unnamed

    2109641·text·83.3 KB·2012-02-04 11:24 UTC
    
        

older pastes →