All pastesPublic feed

Public feed

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

    2108984·text·1.1 KB·2012-02-02 09:19 UTC
    // main module
    Module main()
     Declare Real classASold
     Declare Real classBSold
     Declare Real classCSold
     
     // Get amount of Class A tickets sold
     Call getClassASold(
  • Unnamed

    2108979·text·844 B·2012-02-02 09:14 UTC
    <fo:block xsl:use-attribute-sets="text_underlined" font-weight="bold">
     4. Метод передачи голосовой информации по сетям передачи данных VoIP:
     </fo:block>
     
     <fo:table
  • plamy

    2108977·text·2.5 KB·2012-02-02 09:14 UTC
    I think everybody have some bad habits. It's quite normal nowadays . Doing things in the very last moment might be advantage as well as it can be disadvantage for us. 
     Wait until the last moment. So
  • Unnamed

    2108975·text·11.4 KB·2012-02-02 09:10 UTC
    [Thu Feb 02 12:55:50 2012] [error] [client 67.170.104.208] [Thu Feb 2 12:55:50 2012] munin-cgi-graph: \tMunin::Master::GraphOld::graph_main('ARRAY(0x467f1e0)') called at /usr/lib/cgi-bin/munin-cgi-gr
  • Mine

    2108974·text·11.4 KB·2012-02-02 09:10 UTC
    [Thu Feb 02 12:55:50 2012] [error] [client 67.170.104.208] [Thu Feb 2 12:55:50 2012] munin-cgi-graph: \tMunin::Master::GraphOld::graph_main('ARRAY(0x467f1e0)') called at /usr/lib/cgi-bin/munin-cgi-gr
  • Untitled

    2108973·text·14.8 KB·2012-02-02 09:09 UTC
    #include <amxmodx>
    #include <amxmisc>
    #include <cstrike>
    #include <engine>
    #include <fakemeta>
    #include <hamsandwich>
    #include <fun>
    #include <colorchat>
    #include <nvault>
    
    #define NO_BU
  • Mine

    2108972·text·11.4 KB·2012-02-02 09:09 UTC
    [Thu Feb 02 12:55:50 2012] [error] [client 67.170.104.208] [Thu Feb 2 12:55:50 2012] munin-cgi-graph: \tMunin::Master::GraphOld::graph_main('ARRAY(0x467f1e0)') called at /usr/lib/cgi-bin/munin-cgi-gr
  • Mine

    2108969·text·11.4 KB·2012-02-02 09:08 UTC
    [Thu Feb 02 12:55:50 2012] [error] [client 67.170.104.208] [Thu Feb 2 12:55:50 2012] munin-cgi-graph: \tMunin::Master::GraphOld::graph_main('ARRAY(0x467f1e0)') called at /usr/lib/cgi-bin/munin-cgi-gr
  • Untitled

    2108966·text·1005 B·2012-02-02 09:03 UTC
    [10:02:56] d3x@burek:~$ ssh vilo.eu.org
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  • Anonymous

    2108964·text·2.5 KB·2012-02-02 09:03 UTC
    /*
     Copyright (C) 2010 by Stefano Angeleri
     2006 by Marten Svanfeldt
    
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser
  • Miscellany

    2108963·pli·671 B·2012-02-02 08:59 UTC
    import java.util.*;
    
    public class es{
     public static void main(String[] args) {
     ArrayList<String> sanat = new ArrayList<String>();
     Scanner lukija = new Scanner(System.in);
  • Something

    2108962·text·688 B·2012-02-02 08:58 UTC
    warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 938 is not allowed to access /tmp owned by uid 0 in /home/budiwori/public_html/includes/file.inc on li
  • Stuff

    2108960·cpp·297 B·2012-02-02 08:55 UTC
    void QGLWidget::paintEvent (QPaintEvent *event) {
     
     QPainter painter;
     painter.begin (this);
    
     QFont f = QFont ();
     f.setPixelSize (64);
     painter.setFont (f);
     painter.
  • Miscellany

    2108959·text·1.0 KB·2012-02-02 08:53 UTC
    PARSER_BEGIN(MiniSParser)
    package parser;
    public class MiniSParser {}
    PARSER_END(MiniSParser)
    
    /* SCANNER */
    
    /* Skip whitespace */
    SKIP : { " " | "\t" | "\n" | "\r" }
    
    /* Reserved words */
  • Something

    2108955·python·373 B·2012-02-02 08:44 UTC
    def xor(str1, str2):
     return str1 ^ ord(str2)
    
    f = open("C:\\Users\\loxa\\Desktop\\Reverse Engineering\\encrypted.enc","r")
    enc = f.read()
    enc = enc[:5]
    
    _sum =0
    
    for i in xrange(1,3530):
  • Miscellany

    2108954·text·1.5 KB·2012-02-02 08:42 UTC
    #include <iostream>
    #include <iomanip>
    #include <vector>
    #include <map>
    #include <string>
    #include <cstring>
    #include <set>
    #include <queue>
    #include <stack>
    #include <bitset>
    #include <algo
  • Unnamed

    2108948·text·6.5 KB·2012-02-02 08:04 UTC
    Feb 2 08:04:02 l2tp,ppp,info l2tp-out1: initializing...
    Feb 2 08:04:02 l2tp,ppp,info l2tp-out1: dialing...
    Feb 2 08:04:02 l2tp,debug tunnel 61218 entering state: wait-ctl-reply
    Feb 2 08:04:02 l
  • Untitled

    2108947·php·1.0 KB·2012-02-02 07:50 UTC
    <?php
    
    namespace Politistream\CoreBundle\DependencyInjection;
    
    use Symfony\Component\DependencyInjection\ContainerBuilder;
    use Symfony\Component\Config\FileLocator;
    use Symfony\Component\HttpKer
  • Something

    2108946·php·1.1 KB·2012-02-02 07:40 UTC
    <?php
    
    namespace Politistream\CoreBundle\DependencyInjection;
    
    use Symfony\Component\Config\Definition\Builder\TreeBuilder;
    use Symfony\Component\Config\Definition\ConfigurationInterface;
    
    /**
  • Something

    2108944·text·1.2 KB·2012-02-02 07:07 UTC
    Spider's Bite hits Kiruch for 735 Physical.
    Triadlife-Scarlet Crusade's Seals of Command hits Kiruch for 245 Holy.
    Triadlife-Scarlet Crusade's Seal of Truth hits Kiruch for 540 Holy.
    Triadlife-Scar

older pastes →