All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • gallery actionscript

    2069912·actionscript·1.7 KB·2011-05-27 05:16 UTC
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.net.URLLoader;
    
    //objects and variables
    var xmlRequest:URLRequest = new URLRequest("../Images/gallery.xml");
    var xmlLoad
  • Unnamed

    2069907·text·1.7 KB·2011-05-27 05:12 UTC
     Now talking on #uvb-76
    * Topic for #uvb-76 is: S28, UVB-76, UZB-76, MDZhB | http://uvb-76.net/ | http://priyom.org/ | http://www.justin.tv/uvb76repeater | Last activity: May 20, 08:40 | Please use
  • Stuff

    2069902·text·6.5 KB·2011-05-27 05:09 UTC
    import org.omg.CORBA.Current;
    import org.rsbot.event.listeners.PaintListener;
    import org.rsbot.script.*;
    import org.rsbot.script.methods.Magic;
    import org.rsbot.script.wrappers.*;
    
    import java.a
  • Something

    2069898·text·6.5 KB·2011-05-27 05:08 UTC
    import org.omg.CORBA.Current;
    import org.rsbot.event.listeners.PaintListener;
    import org.rsbot.script.*;
    import org.rsbot.script.methods.Magic;
    import org.rsbot.script.wrappers.*;
    
    import java.a
  • Something

    2069896·text·2.2 KB·2011-05-27 05:07 UTC
    Claus
    VENT
    
    Relemon (Purple) > Viximon (Purple) > Renamon > Youkomon > Doumon > Kuzuhamon
    
    Moves(Renamon):
    
    Diamond Storm - Summons a cloud of razor-sharp shards that he fires on his foe. 
    Pow
  • Something

    2069893·actionscript·1.6 KB·2011-05-27 05:06 UTC
    var xmlRequest:URLRequest = new URLRequest("imageData.xml");
    var xmlLoader:URLLoader = new URLLoader(xmlRequest);
    var imgData:XML;
    var imageLoader:Loader;
    var rawImage:String;
    var rawH:String;
    v
  • Something

    2069891·text·6.5 KB·2011-05-27 05:05 UTC
    import org.omg.CORBA.Current;
    import org.rsbot.event.listeners.PaintListener;
    import org.rsbot.script.*;
    import org.rsbot.script.methods.Magic;
    import org.rsbot.script.wrappers.*;
    
    import java.a
  • Miscellany

    2069889·text·1.3 KB·2011-05-27 05:05 UTC
    refreshContent({"status":false,"serverStatus":1,"news":[{"title":"Summoner Showcase -- Issue #30 -- Every Day A New Adventure ","url":"http:\/\/www.leagueoflegends.com\/node\/1862","date":"05.26.2011"
  • gallery actionscript

    2069884·actionscript·1.7 KB·2011-05-27 05:04 UTC
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.net.URLLoader;
    
    //objects and variables
    var xmlRequest:URLRequest = new URLRequest("../Images/gallery.xml");
    var xmlLoad
  • Unnamed

    2069883·text·3.0 KB·2011-05-27 05:03 UTC
    An alternative to sims (WARNING: WALL OF TEXT)
    
    At the moment, sims are unimplemented, giving us no way to discover new schematics. Currently, if someone wants a certain schematic, we pretty much ha
  • Someone

    2069882·text·6.5 KB·2011-05-27 05:03 UTC
    import org.omg.CORBA.Current;
    import org.rsbot.event.listeners.PaintListener;
    import org.rsbot.script.*;
    import org.rsbot.script.methods.Magic;
    import org.rsbot.script.wrappers.*;
    
    import java.a
  • Unnamed

    2069880·text·3.4 KB·2011-05-27 05:02 UTC
     Now talking on #mhwikichatroom
    * Topic for #mhwikichatroom is: Welcome to the #MHWikiChatRoom - a general chatroom. We hope that you enjoy your stay here brah. || http://monsterhunter.wikia.com/wik
  • gallery actionscript

    2069879·actionscript·1.7 KB·2011-05-27 05:01 UTC
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.net.URLLoader;
    
    //objects and variables
    var xmlRequest:URLRequest = new URLRequest("../Images/gallery.xml");
    var xmlLoad
  • Unnamed

    2069872·text·3.0 KB·2011-05-27 04:58 UTC
    Buster says, "how are you this fine eve"
    bear says, "v well"
    bear says, "most assuredly"
    bear says, "i am fine"
    Buster says, "i see. let us get to business"
    bear says, "how much is selthia worth"
  • Unnamed

    2069867·text·3.0 KB·2011-05-27 04:57 UTC
    An alternative to sims (WARNING: WALL OF TEXT)
    
    At the moment, sims are unimplemented, giving us no way to discover new schematics. Currently, if someone wants a certain schematic, we pretty much ha
  • Someone

    2069866·text·2.2 KB·2011-05-27 04:55 UTC
    L 05/27/2011 - 00:54:12: server_cvar: "sv_tags" "cp,increased_maxplayers,norespawntime,replays"
    exec: couldn't exec cp_dustbowl.cfg
    L 05/27/2011 - 00:54:12: server_cvar: "sv_tags" "cp,norespawntime,
  • /usr/share/themes/Adwaita/metaci

    2069865·text·107.6 KB·2011-05-27 04:55 UTC
    
        
  • Mine

    2069864·c·175 B·2011-05-27 04:54 UTC
    #include <stdio.h>
    
    int main()
    {
    
     char s[50];
     int scan=scanf("Enter: %s\n", s);
     printf("%s\n", s);
     printf("Scan value: %d\n",scan);
    
     return 0;
    }
  • C++ code

    2069863·cpp·1.5 KB·2011-05-27 04:54 UTC
    #include <iostream>
    #include <cstdlib>
    using namespace std;
    
    // Generates a random number
    int nGenerate()
    {
     int number;
     number = rand() % 100 + 1;
     return number;
    }
    // Asks for imput and
  • Stuff

    2069861·text·3.7 KB·2011-05-27 04:53 UTC
    //David Reing
    //CSE 660
    //gcc -o PipeRW PipeRW.c
    #include <string.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <signal.h>
    #include <unistd.h>
    #include <sys/types.h>
    main()
    {
     int pfd

older pastes →