All pastes›Public feed

Public feed

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

    1991889·text·1.5 KB·2010-11-15 06:07 UTC
    //DRIVER
    void Delete()
    {
     int employee;
     bool exists;
    
     cin >> employee;
    
     if(employee >= 0)
     {
     exists = database.deleteEmployee(employee);
    
     if(exists == fal
  • Post 20c (1) Unfinished

    1991888·text·1.6 KB·2010-11-15 06:04 UTC
    "This never happened."
    
    As Keine turned again to leave, her power kicked in. Cirno, Reimu, and Marisa had forgotten completely about Keine and Shin having been there, and were dazed and confused fo
  • Unnamed

    1991855·text·58.5 KB·2010-11-15 04:37 UTC
    
        
  • Untitled

    1991843·text·6.2 KB·2010-11-15 04:26 UTC
    When one was a child, one typically thought that to be the president meant that one could create any law they wanted, and have everyone obey your every wish. Back then as a child, one did not know of
  • Someone

    1991836·text·1.9 KB·2010-11-15 04:07 UTC
    //DRIVER
    void deleteDivision()
    {
     int division;
     bool exists;
    
     cin >> division;
    
     if(division >= 0)
     {
     exists = database.deleteDivision(division);
    
     if(exist
  • Run Blitzen on Mac OSX

    1991806·text·1.1 KB·2010-11-15 03:08 UTC
    gdb /usr/local/bin/blitzen
    GNU gdb 6.3.50-20050815 (Apple version gdb-1472) (Wed Jul 21 10:53:12 UTC 2010)
    Copyright 2004 Free Software Foundation, Inc.
    GDB is free software, covered by the GNU Gen
  • Anonymous

    1991804·text·1.4 KB·2010-11-15 03:06 UTC
    void deleteDivision()
    {
     int division;
     bool exists;
    
     cin >> division;
    
     if(division >= 0)
     {
     exists = database.deleteDivision(division);
    
     if(exists == false
  • Scam Fail Chatlog

    1991783·text·5.3 KB·2010-11-15 02:13 UTC
    [01:29:34] Artemis97 > o/
    [01:29:35] Dethmourne Silvermane > o/
    [01:29:55] Artemis97 > Grendell forwarded me to you
    [01:30:04] Dethmourne Silvermane > ok, what can I do for you?
    [01:32:26] Artemis
  • Someone

    1991775·text·597 B·2010-11-15 01:54 UTC
    Stooge - standard
    recruiter - Asks for rank - recruits
    cooker - invite 15 people - recruits
    soldier - completes 2 witnessed bc maps and invites 10 - recruits
    huntress - trusted and invite
  • Virden

    1991771·actionscript·136 B·2010-11-15 01:52 UTC
    He borrowed books from the library and announced to buy these wonderful guess it would be their material possessed the are very skillful
  • Something

    1991685·text·361 B·2010-11-14 23:39 UTC
    <3 <3 <3 <3
     <3 <3 <3 <3
    <3 <3 <3
    <3 <3
    <3 <3
     <3 I love you <3
     <3 ~Mindy <3
     <3
  • ghyzjh

    1991678·actionscript·341 B·2010-11-14 23:32 UTC
    Синмем помещение под парикмахерскую 40-70 метров в пределах тртеьего транспортного кольца.Рассматриваем любые варианты а том числе новостройки и бизнес центры.Не посредник. т.8925-155-73-15 Юра
  • Anonymous

    1991676·text·2.9 KB·2010-11-14 23:32 UTC
    ;q!
     syslog-ng configuration file.
    #
    # This should behave pretty much like the original syslog on RedHat. But
    # it could be configured a lot smarter.
    #
    # See syslog-ng(8) and syslog-ng.conf(5) f
  • Stuff

    1991654·csharp·2.1 KB·2010-11-14 23:10 UTC
    ## Xna\Graphics\EffectTechniqueCollection.cs
    
    using System.Collections.Generic;
    
    namespace Microsoft.Xna.Framework.Graphics {
     // <summary>Manipulates a collection of EffectTechnique objects.</su
  • Untitled

    1991652·csharp·830 B·2010-11-14 23:09 UTC
    public sealed class EffectAnnotationCollection : IEnumerable<EffectAnnotation>
    {
     // Fields
     private List<EffectAnnotation> pAnnotation;
     private unsafe ID3DXBaseEffect* pEffect;
    
     /
  • rascal999 - Sudoku v2.2

    1991645·c·2.7 KB·2010-11-14 23:02 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    
    /* Rascal999
     * http://rascal999.co.uk
     *
     * Sudoku v2.2 (Nov '10)
     *
     * It's been painful at times, but v2.2 is out. My immediate to
  • Miscellany

    1991543·text·31.1 KB·2010-11-14 21:19 UTC
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
    Current Operating System: Linux eee-higayon 2.6.28-12-net
  • Stuff

    1991520·python·3.7 KB·2010-11-14 20:59 UTC
    import random, math
    from turtle import *
    
    setup(width=1000, height=1000, startx=0, starty=0)
    mode("logo")
    speed("Fastest")
    colormode(255)
    hideturtle()
    width = .1
    
    def square_rotate(length, t
  • Something

    1991423·text·333 B·2010-11-14 20:08 UTC
    while(temp != NULL && temp->getDivisionNum() > divNum)
     {
     prev = temp;
     temp = temp->getNext();
     }
    
     newDiv->setNext(temp);
    
     if(prev == NULL)
     {
     head =
  • Unnamed

    1991422·text·333 B·2010-11-14 20:08 UTC
    while(temp != NULL && temp->getDivisionNum() > divNum)
     {
     prev = temp;
     temp = temp->getNext();
     }
    
     newDiv->setNext(temp);
    
     if(prev == NULL)
     {
     head =

older pastes →