All pastesPublic feed

Public feed

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

    2067077·cpp·1.6 KB·2011-05-22 18:56 UTC
    #ifndef PARSER_H
    #define PARSER_H
    
    #include <vector>
    #include <fstream>
    
    #include "elements.h"
    #include "dispatcher.h"
    
    namespace Iscas {
    class Parser {
     enum parser_token {
     TK_ERR,
  • Mine

    2067076·cpp·7.5 KB·2011-05-22 18:55 UTC
    #include <iostream>
    #include <vector>
    #include <list>
    #include <cstring>
    #include <cctype>
    
    #include "parser.h"
    
    using namespace std;
    
    namespace Iscas {
    
    const char *Parser::token_names[]
  • Stuff

    2067075·text·9 B·2011-05-22 18:49 UTC
    iououioui
  • Miscellany

    2067074·text·2.5 KB·2011-05-22 18:44 UTC
    Systeem : 1x P.BOOK 15CL35-GT555 QUAD(142) 827
     
     Beeldscherm: 15.6 inch FULL HD LED Glare TFT, (resolutie 1920x1080)
     NON-Glare + Protector (15 inch): NON Glare + Screen protector optioneel
  • Stuff

    2067071·text·505 B·2011-05-22 18:40 UTC
    Searching for GRUB installation directory ... found: /boot/grub
    Searching for default file ... found: /boot/grub/default
    Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
    Se
  • Someone

    2067064·text·3.5 KB·2011-05-22 18:07 UTC
    This is not a farewell to PO.
    During the last days, something strange has started to happen: everyday I set a time to get to PO and ladder, because I fear decay; everytime I lose points due to hax, I
  • Stuff

    2067059·text·1.5 KB·2011-05-22 17:43 UTC
    /*Ein Programm, um Dinge mit Strings zu machen, aber ohne die String-Lib*/
    
    # include <stdio.h>
    # include <stdlib.h>
    
    char *mergeStr();
    
    int main()
    {
     int aufgabe, string1laenge, string2la
  • Mine

    2067058·text·1.5 KB·2011-05-22 17:41 UTC
    minecraft@nasedo ~/minecraft/bin (master) $ cat server.log | grep '2011-05-22 15:' | grep 'logged'
    2011-05-22 15:02:13 [INFO] GrzechuPL [/87.105.35.198:59062] logged in with entity id 214402
    2011-05
  • Stuff

    2067055·text·1.3 KB·2011-05-22 17:36 UTC
    Session Start: Sun May 22 19:25:54 2011
    Session Ident: HarryPotter
    [19:25] Session Ident: HarryPotter (UnderNet, laracroft`) (~Skywalker@awesomest.users.undernet.org)
    [19:25] <HarryPotter> slt
    [19
  • Anonymous

    2067053·cpp·1.1 KB·2011-05-22 17:30 UTC
    #include <Python.h>
    #include <string>
    #include <fstream>
    #include <iostream>
    #include <math.h>
    
    using namespace std;
    
    static PyObject * checksum(PyObject *self, PyObject *args)
    {
     char *f
  • Anonymous

    2067052·cpp·624 B·2011-05-22 17:27 UTC
    #include <Python.h>
    #include <string>
    #include <fstream>
    #include <iostream>
    #include <math.h>
    
    using namespace std;
    
    static PyObject * checksum(PyObject *self, PyObject *args)
    {
     char *f
  • Stuff

    2067050·text·1.3 KB·2011-05-22 17:21 UTC
    package 
    {
     
     import flash.display.Bitmap;
     import flash.display.BitmapData;
     import flash.display.Shape;
     import flash.geom.Matrix;
     import flash.geom.Point;
     import flash.geom.Rectangle;
  • Unnamed

    2067048·text·985 B·2011-05-22 17:11 UTC
    Treecko (M) @ Oran Berry
    Trait: Overgrow
    EVs: 68 HP / 240 SAtk / 200 Spd
    Modest Nature (+SAtk, -Atk)
    - ThunderPunch
    - Giga Drain
    - Substitute
    - Hidden Power [Fire]
    
    Chinchou (M) @ Oran Berry
  • Unnamed

    2067042·python·893 B·2011-05-22 17:03 UTC
    #
    #
    #
    """
    """
    
    from panda3d.core import GeoMipTerrain
    
    import data
    
    class Terrain(GeoMipTerrain):
     """ """
    
     def __init__(self):
     GeoMipTerrain.__init__(self, 'TheTerr
  • Untitled

    2067039·text·1.1 KB·2011-05-22 17:00 UTC
    (01:35:49 AM) Tom: wanna go get shawarmas?
    (01:36:05 AM) David: downtown
    (01:36:08 AM) David: at 1 36?
    (01:36:11 AM) David: on a saturday?'
    (01:36:13 AM) Tom: yeah
    (01:36:16 AM) David: just us?
  • Someone

    2067038·c·12.4 KB·2011-05-22 16:59 UTC
    #include "stdafx.h"
    #include "PsFile.h"
    #include "global.h"
    
    #define scsi 1
    
    CPsFile::CPsFile()
    {
     m_fIsFile = false;
     m_pSectorBuffer[0] = NULL;
     m_pPcmSctBuffer[0] = NULL;
     m_fIsPcm = fal
  • Unnamed

    2067037·python·897 B·2011-05-22 16:58 UTC
    #
    #
    #
    """
    """
    
    from panda3d.core import GeoMipTerrain
    
    import data
    
    class Terrain(GeoMipTerrain):
     """ """
    
     def __init__(self):
     GeoMipTerrain.__init__(self, 'TheTerr
  • Someone

    2067036·text·1.8 KB·2011-05-22 16:56 UTC
    А я устал, мне просто надоело
    Кивать в ответ на глупые признанья
    Я не такой, но разве в этом дело
    Вам это в кайф, мне это в наказанье
    
    Я устал от всего, мне нужна передышка
    Давай уйдем и больше
  • Miscellany

    2067035·text·2.0 KB·2011-05-22 16:56 UTC
    // Camera settings.
    float4x4 World;
    float4x4 View;
    float4x4 Projection;
    
    // The light direction is shared between the Lambert and Toon lighting techniques.
    float3 LightDirection = normalize(floa
  • Something

    2067033·text·4.9 KB·2011-05-22 16:55 UTC
    15.32.03 » ([PRE]) [PRED] [ Batman.Begins.2005.HDDVDRiP.720p.AC3.5.1.x264-DEFiNiTiON ] [ X264 / DEFiNiTiON ] got released 3d 20h 4m 17s ago [2007-02-09]
    15.32.03 » ([PRE]) [PRED] [ Domino.2005.HDTV.7

older pastes →