All pastesPublic feed

Public feed

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

    2091504·text·726 B·2011-10-19 16:31 UTC
    $(document).ready(function(){ 
     $(window).bind('scroll', function(){
     $("#secondMenuOrnaments").toggle($(this).scrollTop() > 200);
     });
    });
    
    $(document).ready(function(){
  • Stuff

    2091502·text·726 B·2011-10-19 16:30 UTC
    $(document).ready(function(){ 
     $(window).bind('scroll', function(){
     $("#secondMenuOrnaments").toggle($(this).scrollTop() > 200);
     });
    });
    
    $(document).ready(function(){
  • Unnamed

    2091495·python·130 B·2011-10-19 16:27 UTC
    connections = mc.listConnections()
    if connections:
     for connection in connections:
     #whatever you want the connections to do
  • Untitled

    2091494·text·130 B·2011-10-19 16:27 UTC
    connections = mc.listConnections()
    if connections:
     for connection in connections:
     #whatever you want the connections to do
  • Someone

    2091493·text·3.4 KB·2011-10-19 16:26 UTC
    Volume in drive F is Elements
     Volume Serial Number is 90C5-0E79
    
     Directory of F:\Share\Movies
    
    2011-10-19 18:25 <DIR> .
    2011-10-19 18:25 <DIR> ..
    2011-09-15 21:33
  • Untitled

    2091492·text·1.9 KB·2011-10-19 16:26 UTC
    Tracing route to jakewoodevans.com [46.183.8.30]
    over a maximum of 30 hops:
    
     1 2 ms 2 ms 3 ms 192.168.1.1
     2 24 ms 24 ms 23 ms host-78-147-144-1.as13285.net [78.147.144
  • Someone

    2091491·java·1.3 KB·2011-10-19 16:26 UTC
    public class Character {
     protected String name; //character's name
     protected int type; //character's type
     protected int life; //character's life
     protected int mana; //character's m
  • Mine

    2091489·text·471 B·2011-10-19 16:23 UTC
    Public Class Tutorial_1
     Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdAddNow.Click
     MsgBox("Now Adding numbers.....")
     txtTotalS
  • Stuff

    2091481·text·237 B·2011-10-19 15:58 UTC
    • Otaku
    • Yume Chizu
    • Coward Montblanc
    • Aitai
    • Always and Forever
    • Juu Mensou
    • Mozaik Role
    • Panda Hero
    • Speed
    • Matryoshka
    • For my soul
    • Poker Face
    • Shinkaron
    • Chocolate
    • Car
  • Something

    2091458·text·470 B·2011-10-19 15:10 UTC
    import uk.ac.warwick.dcs.util.io.IO;
    
    public class test
    {
     
     public static void main(String[] args)
     {
     double bankBalance;
     double spending;
     
     bankBalance = IO.readdouble("Enter
  • Anonymous

    2091456·text·126 B·2011-10-19 15:09 UTC
    $ cat test.php 
    <?PHP 
    $foo = "bar";
    $var = "foo";
    echo $var . "\n";
    echo $$var . "\n";
    ?>
    
    $ php5 test.php 
    foo
    bar
  • Anonymous

    2091455·text·126 B·2011-10-19 15:08 UTC
    $ cat test.php 
    <?PHP 
    $foo = "bar";
    $var = "foo";
    echo $var . "\n";
    echo $$var . "\n";
    
    $ php5 test.php 
    foo
    bar
  • Stuff

    2091449·text·1014 B·2011-10-19 15:01 UTC
    root@vs /home/sint # /etc/rc.d/radicale start
    :: Starting Radicale
  • Untitled

    2091445·text·254 B·2011-10-19 14:59 UTC
    import uk.ac.warwick.dcs.util.io.IO;
    
    public class test
    {
     
     public static void main(String[] args)
     {
     int option;
     do {
     option = IO.readint("Enter an option: "); 
     } while (opt
  • Mine

    2091444·text·666 B·2011-10-19 14:51 UTC
    <div align="center">
     <table class="ecxMsoNormalTable" style="width:100.0%;background:#585858" border="0" cellspacing="0" cellpadding="0" width="100%" summary="Wrapper">
     <tbody>
     <t
  • Zumba Fitness Collection (4 Majo

    2091431·text·6.5 KB·2011-10-19 13:49 UTC
    Zumba Fitness Collection (4 Major Trainings)
    
    1. Zumba Fitness - Total Body Transformation System (Complete Boxset) [4.85 Gb]
    
    Shed pounds and have a blast in the process with the Zumba Fitnes
  • Miscellany

    2091425·text·202 B·2011-10-19 13:27 UTC
    integer, pointer :: ip(:)
    
     call alloc_ip(ip)
     
     end
     
     subroutine alloc_ip(ip)
     integer, pointer :: ip(:)
     
     allocate(ip(10))
     
     end
  • Something

    2091423·text·230 B·2011-10-19 13:25 UTC
    > plot([eval(f(v),m=83.8/1000),eval(f(v),m=40/1000),eval(f(v),m=20.2/1000)],v=-1000..1000,color=[red,yellow,blue]);
    > plot([eval(F(v),m=83.8/1000),eval(F(v),m=40/1000),eval(F(v),m=20.2/1000)],v=0..15
  • Unknown

    2091418·actionscript·15 B·2011-10-19 12:16 UTC
    Unknown message
  • Unnamed

    2091401·text·873 B·2011-10-19 10:39 UTC
    # admins (separate by comma)
    admins="188.244.17.244, 188.244.17.245"
    
    # Running Services (on external IP). Change to 1 to enable
    www="1"
    ftp="0"
    dns="0"
    mysql="0" # when setting this, edit the

older pastes →