All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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
  • Untitled

    2108942·text·2.0 KB·2012-02-02 06:48 UTC
    Boolean check_four_kind (const int wDeck[][13], const char *wFace[], const char *wSuit[], Card card[5], Boolean display_hand_info)
    {
     Boolean four_kind_exist = FALSE;
     int h = 0, n = 0, r = 0, q =
  • Stuff

    2108938·php·2.3 KB·2012-02-02 06:13 UTC
    <?php
    
    namespace Politistream\CoreBundle\Entity;
    
    use Doctrine\ORM\Mapping as ORM;
    use Politistream\CoreBundle\Component\Profile as PC;
    use Doctrine\Common\Collections\ArrayCollection;
    
    /**
  • Anonymous

    2108937·php·1.3 KB·2012-02-02 06:13 UTC
    <?php
    
    namespace Politistream\AdminBundle\Admin\Core;
    
    use Sonata\AdminBundle\Admin\Admin;
    use Sonata\AdminBundle\Datagrid\ListMapper;
    use Sonata\AdminBundle\Datagrid\DatagridMapper;
    use Sonata
  • Stuff

    2108936·php·1.3 KB·2012-02-02 06:12 UTC
    <?php
    
    namespace Politistream\CoreBundle\Form\Type;
    
    use Symfony\Component\Form\AbstractType;
    use Symfony\Component\Form\FormBuilder;
    use Symfony\Component\ClassLoader\UniversalClassLoader;
    use
  • Miscellany

    2108935·php·1.3 KB·2012-02-02 06:03 UTC
    <?php
    
    namespace Politistream\CoreBundle\Form\Type;
    
    use Symfony\Component\Form\AbstractType;
    use Symfony\Component\Form\FormBuilder;
    use Symfony\Component\ClassLoader\UniversalClassLoader;
    use
  • Miscellany

    2108934·text·1.3 KB·2012-02-02 06:02 UTC
    <?php
    
    namespace Politistream\CoreBundle\Form\Type;
    
    use Symfony\Component\Form\AbstractType;
    use Symfony\Component\Form\FormBuilder;
    use Symfony\Component\ClassLoader\UniversalClassLoader;
    use
  • Mine

    2108929·text·1.0 KB·2012-02-02 04:24 UTC
    library ieee;
    use ieee.std_logic_1164.all;
    use ieee.numeric_std.all;
    
    entity clockmanager is
     port(
     clk : in std_logic;
     wave0 : out std_logic;
     wave1 : out std_logic;
     wave2 : out std_l
  • Miscellany

    2108926·text·5.3 KB·2012-02-02 04:10 UTC
    UPDATE: Feb 1 - When Xtra posts original documents to the web, we typically use a free online service calld Scribd. This involves uploading the file to Scribd's server and then embedding the documen
  • Anonymous

    2108924·text·1.1 KB·2012-02-02 03:36 UTC
    Corruption
    International industries i.e. Diamond industry, history and issues they are dealing with
    Airlines industry i.e. Cathay Pacific: unique challenges of operating and expanding an internation

older pastes →