All pastesPublic feed

Public feed

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

    2119861·text·499 B·2012-02-19 03:06 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     Boolean flag = false;
     Set closure = new TreeSet();
     TransitionRule check = null;
     
     for(int i = 0; i<alist.si
  • Mine

    2119859·text·494 B·2012-02-19 03:03 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     Boolean flag = false;
     Set closure = new TreeSet();
     TransitionRule check = null;
     
     for(int i = 0; i<alist.si
  • cs252p2

    2119857·text·495 B·2012-02-19 02:53 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     String out = null;
     Boolean flag = false;
     Set closure = null;
     for(int i = 0; i<alist.size(); i++) {
     Transi
  • cs252p2

    2119855·text·426 B·2012-02-19 02:46 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     String out = null;
     Set closure = null;
     for(int i = 0; i<alist.size(); i++) {
     TransitionRule check = alist.ge
  • cs252p2

    2119851·text·385 B·2012-02-19 02:04 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     String out = null;
     String closure = null;
     
     for(int i = 0; i<alist.size(); i++) {
     Transition
  • cs252p2

    2119850·text·438 B·2012-02-19 02:02 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     String out = null;
     String closure = null;
     for(int i = 0; i<alist.size(); i++) {
     TransitionRule check = alist
  • cs252p2

    2119849·text·428 B·2012-02-19 02:01 UTC
    public static String lClosure(State state, ArrayList<TransitionRule> alist) {
     String out = null;
     String closure = null;
     for(int i = 0; i<alist.size(); i++) {
     TransitionRule check = alist
  • Miscellany

    2119848·text·1.4 KB·2012-02-19 01:47 UTC
    Mandarin
    口
    日
    子
    人
    马
    田
    土
    匕
    水
    冂
    牛
    肉
    牛肉
    又
    老
    者
    犭
    猪
    猪肉
    丶
    一
    鱼
    止
    疋
    虫
    蛋
    勹
    勺
    鸟
    鸡
    鸡蛋
    而
    面
    巳
    包
    面包
    夂
    木
    条
    面条
    羊
    米
    厂
    反
    饣
    饭
    艹
    爫
    采
    菜
    父
    亠
    交
    饺
    饺子
    由
    母
    每
    氵
    鲜
    海
    海
  • Miscellany

    2119847·text·19.3 KB·2012-02-19 01:45 UTC
    Mandarin
    女
    人
    子
    王
    好
    艹
    弋
    戈
    马
    口
    今
    吗
    囗
    日
    亻
    丶
    勹
    小
    丨
    玉
    我
    尔
    你
    八
    止
    厶
    一
    山
    夕
    亠
    岁
    门
    卜
    火
    灬
    文
    号
    几
    讠
    正
    疋
    青
    请
    占
    点
    战
    丁
    寸
    卩
    二
    彳
    艮
    冂
    尢
    亲
    田
    力
    予
    白
    是
    很
    上
    下
    冖
  • Someone

    2119846·text·7.4 KB·2012-02-19 01:42 UTC
    program Cats;
    //{$DEFINE SMART}
    {.include SRL\SRL.simba}
    {.Include SRL\SRL\Misc\Debug.simba}
    
     var
     x, y: Integer;
     Q: Array [0..5] of Integer;//DTM Declaring procedure.
     aFound: Extended;
  • Someone

    2119844·text·243 B·2012-02-19 01:38 UTC
    == ERRORS FOUND ==
    
    src\minecraft\net\minecraft\src\endOre.java:13: non-static variable shiftedIndex
     cannot be referenced from a static context
     return enderShard.shiftedIndex;
  • Something

    2119843·text·6.2 KB·2012-02-19 01:24 UTC
    Dungeon Crawl Stone Soup version 0.10-b1-117-g5346395 character file.
    
    ass the Cruncher (Minotaur Gladiator) Turns: 27422, Time: 01:22:49
    
    HP 124/124 AC 20 Str 24 XL:
  • Untitled

    2119840·text·163 B·2012-02-19 00:52 UTC
    #IfWinActive, Worms
    
    +down::
    Send {down down}
    Send {down up}
    Keywait, down
    return
    
    +up::
    Send {up down}
    Send {up up}
    Keywait, up
    return
    
    #IfWinActive
  • Someone

    2119839·text·177 B·2012-02-19 00:31 UTC
    tom:~$ sudo systemd-analyze 
    Traceback (most recent call last):
     File "/usr/bin/systemd-analyze", line 3, in <module>
     import dbus, sys
    ImportError: No module named dbus
  • Someone

    2119833·text·2.5 KB·2012-02-19 00:09 UTC
    Atividade: A UPS concorre globalmente com tecnologia de informações 
    
     Professor: João Paulo
     Alunos: Diego Amorim Val 
     Sidney Jhony Dias da Silva
     Luiz Paulo Be
  • Unnamed

    2119828·text·6.2 KB·2012-02-18 22:59 UTC
    Niya:
    You have been commanded by your king to create a magic potion. What kind of potion do you create?
    An immortality potion
    
    What above all other things do you think is the greatest crime agains
  • Unnamed

    2119827·text·4.3 KB·2012-02-18 22:56 UTC
    import java.util.Random;
    import java.util.Scanner;
    
    //any necessary imports
    
    public class Casino 
    {
     public static void main(String[] args)
     {
     //declare and initialize a Scanner
     Scanne
  • Anonymous

    2119826·text·12.2 KB·2012-02-18 22:46 UTC
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.4
    server glx extensions:
     GLX_ARB_multisample, GLX_EXT_import_conte
  • Anonymous

    2119824·text·183.1 KB·2012-02-18 22:43 UTC
    
        
  • Unnamed

    2119819·text·119.9 KB·2012-02-18 21:58 UTC
    
        

older pastes →