All pastesPublic feed

Public feed

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

    2107935·text·2.3 KB·2012-01-31 00:24 UTC
    //
    // Hesap Makinesi 00002
    // Author: Gökhan Erdoğdu
    // Date: 31/01/2012 02:24
    //
    
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    namespace C_Toplama_
  • arthurmaciel - dmesg output

    2107930·text·13.9 KB·2012-01-30 23:57 UTC
    Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
     2006, 2007, 2008, 2009, 2010, 2011, 2012
     The NetBSD Foundation, Inc. All rights reserved.
    Copyright (c) 1982, 1986
  • Anonymous

    2107929·text·813 B·2012-01-30 23:57 UTC
    from django.contrib.auth.models import User, check_password
    
    class EmailAuthBackend(object):
     """
     Email Authentication Backend
     
     Allows a user to sign in using an email/password pa
  • Stuff

    2107928·text·1.5 KB·2012-01-30 23:54 UTC
    //
    // İskambil
    // Author: Gökhan Erdoğdu
    // Date: 31/01/2012 01:54
    // 
    
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace ConsoleApplication1
  • Anonymous

    2107927·text·1.6 KB·2012-01-30 23:36 UTC
    Assinatura da FAPESP Registrada - Contrato Inicial 19/08/2011 - 12:20
    Assinatura do Outorgado Registrada - Contrato Inicial 19/08/2011 - 07:49
    Análise da Minuta Concluída - Contrato Inicial 08/08/20
  • Anonymous

    2107926·text·1.9 KB·2012-01-30 23:36 UTC
    //
    // Hesap Makinesi 00001
    // Author: Gökhan Erdoğdu
    // Date: 31/01/2012 01:36
    //
    
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    
    namespace ConsoleAp
  • Mine

    2107925·text·11.1 KB·2012-01-30 23:31 UTC
    Rarity's Reality
    
     Today was like any other day, I had just gotten off school, and began to walk home. The warm weather had caused to snow to melt a bit, making the sidewalks a little slushy,
  • Untitled

    2107924·text·375 B·2012-01-30 23:25 UTC
    void encipher(const unsigned long *const v,unsigned long *const w,
     const unsigned long * const k)
    {
     register unsigned long y=v[0],z=v[1],sum=0,delta=0x9E3779B9,n=32;
     
     while(n-->0)
  • Anonymous

    2107923·text·6.3 KB·2012-01-30 23:06 UTC
    package testprog;
    
    import java.io.*; //file input
    import java.util.StringTokenizer; //reads file
    
    public class TestProg {
     private static FileInputStream inFile;
     private static InputStre
  • Unnamed

    2107922·text·1.7 KB·2012-01-30 23:05 UTC
    [16:53:36] <InitHello> well shit, I think I found it
    [16:55:29] <InitHello> /root/spawn-php.sh
    [16:55:46] <chip> lol that's . . . hip.
    [16:55:53] <InitHello> trying it now
    [16:56:02] <chip> anecdo
  • Untitled

    2107921·text·301 B·2012-01-30 23:05 UTC
    QByteArray block;
     QDataStream out(&block, QIODevice::WriteOnly);
    
     out << (quint32)0;
     out << Cmd::SET_DATA;
     out << data;
    
     out.device()->seek(0);
     out << (quint32)(block.size() - sizeof(qu
  • Someone

    2107920·text·21 B·2012-01-30 23:03 UTC
    Fet, lat och oälskad
  • Someone

    2107919·text·30.9 KB·2012-01-30 22:59 UTC
    16:44:10 T:3376 NOTICE: -----------------------------------------------------------------------
    16:44:10 T:3376 NOTICE: Starting XBMC (11.0-BETA2 Git:20120120-f76c547), Platform: Windows 7, 32-bit
  • Miscellany

    2107918·java·1.7 KB·2012-01-30 22:50 UTC
    for (Map.Entry<String, Product> entry : productList.entrySet()) { 
     //Output
     if (entry.getValue().getPackageAmount().size() > 1)
  • Untitled

    2107917·text·1.2 KB·2012-01-30 22:49 UTC
    Checking for dvdread ... no 
    Checking for internal libdvdcss ... no 
    Checking for cdparanoia ... no 
    Checking for libcdio ... no 
    Checking for bitmap font support ... yes 
    Checking for freetype >
  • Mine

    2107916·text·109 B·2012-01-30 22:47 UTC
    make -C mplayer
    Makefile:22: config.mak: No such file or directory
    make: *** osdep/: Is a directory. Stop.
  • Miscellany

    2107915·text·4.0 KB·2012-01-30 22:47 UTC
    Si Hendall fait la gueule les prochains jours, voilà pourquoi :
    
    J'avais dit à hendall via panneaux "si tt le monde fait des maisons de cette taille, il y aura bientôt plus de place en ville"
    Voilà
  • Miscellany

    2107914·text·4.0 KB·2012-01-30 22:46 UTC
    J'avais dit à hendall via panneaux "si tt le monde fait des maisons de cette taille, il y aura bientôt plus de place en ville"
    Voilà ce que je me prend en arrivant :
    
    steven (WWW Portal) plop
    Hend
  • Anonymous

    2107913·text·805 B·2012-01-30 22:46 UTC
    static int[] numGrade(String[] stuAnswersArr, char[] keyArr, int arraylength) {
     
     int[] numericGrades = new int[arraylength];
     int grade=0;
     
     for (int i=0; i<a
  • Miscellany

    2107912·text·406 B·2012-01-30 22:46 UTC
    " Switch themese based on the ambient light sensor in a macbook pro
    " requires lmutracker just google for it :)
    
    autocmd BufEnter * :call SyncThemeToAmbientLight()
    function SyncThemeToAmbientLight

older pastes →