PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

Recent Pastes

"Re: #9675" (Javascript) view

  1.  function removeElements() {
  2.  
  3.   var d = document.getElementById('table');
  4.   var id
  5.  
  6.   for(var i = 7; i < 17; i++){
  7.  
  8.   id = document.getElementById("ringers" + i);
  9.   d.removeChild(id);

by Anonymous - pasted 1 year ago

"Untitled" (C/C++) view

  1.  #include <iostream>
  2.  #include <time.h>
  3.  
  4.  
  5.  using namespace std;
  6.  
  7.  // We run the loops a million times so that the numbers really stand out.
  8.  // In reality a single memory allocation or deallocation or the write speed of something is insignificant.
  9.  // What really matters is what the result is when things pile up, and they ALWAYS pile up.
  10.  #define CYCLES 1000000

by Anonymous - pasted 1 year ago

"Untitled" (Javascript) view

  1.  function removeElements() {
  2.  
  3.   var d = document.getElementById('table');
  4.  
  5.   for(var i = 7; i < 17; i++){
  6.  
  7.   d.removeChild("id" + i));
  8.  
  9.   }

by Anonymous - pasted 1 year ago

"Re: #9673" (PHP) view

  1.  <? error_reporting(0);
  2.  @@if (!$stat[id]){
  3.  print"Error: You Must Login to View This Page.<br>";
  4.  include("footer.php");
  5.  exit;
  6.  }
  7.  ?>
  8.  <h3 align="center">Claim Previous Ordered Points or VIP:</h3>
  9.  <form name="form1" method="post" action="index.php?page=claim&action=gogo">
  10.   <p>Please fill out the following form to claim your previous Ordered Points and VIP.

by NaRzY - pasted 1 year ago

"Untitled" (PHP) view

  1.  <? error_reporting(0);
  2.  if (!$stat[id]){
  3.  print"Error: You Must Login to View This Page.<br>";
  4.  include("footer.php");
  5.  exit;
  6.  }
  7.  ?>
  8.  <h3 align="center">Claim Previous Ordered Points or VIP:</h3>
  9.  <form name="form1" method="post" action="index.php?page=claim&action=gogo">
  10.   <p>Please fill out the following form to claim your previous Ordered Points and VIP.

by NaRzY - pasted 1 year ago

"Untitled" (Plain Text) view

  1. pwnrxav: <Cr`eme> Is tim here?
  2. <Cr`eme> Oh nm
  3. <Cr`eme> T_T
  4. pwnrxav: lol, hes looking for you
  5. timgrantdavies@mac.com: Who?
  6. pwnrxav: Creme
  7. pwnrxav: hes looking for you
  8. pwnrxav: xD
  9. timgrantdavies@mac.com: Haha
  10. pwnrxav: better hide

by Anonymous - pasted 1 year ago

"Untitled" (C/C++) view

  1.  #include <iostream>
  2.  
  3.  using namespace std;
  4.  
  5.  void squareMe(int a, int *b) // It looks uglier!
  6.  {
  7.   *b = a*a;
  8.  }
  9.  
  10.  int main(int argc, char *argv[])

by Anonymous - pasted 1 year ago

"Untitled" (C/C++) view

  1.  #include <iostream>
  2.  
  3.  using namespace std;
  4.  
  5.  void squareMe(int a, int &b)
  6.  {
  7.   b = a*a;
  8.  }
  9.  
  10.  int main(int argc, char *argv[])

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. ..........................................________
  2. ....................................,.-‘”...................``~.,
  3. .............................,.-”...................................“-.,
  4. .........................,/...............................................”:,
  5. .....................,?......................................................,
  6. .................../...........................................................,}
  7. ................./......................................................,:`^`..}
  8. .............../...................................................,:”........./
  9. ..............?.....__.........................................:`.........../
  10. ............./__.(.....“~-,_..............................,:`........../

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. on *:TEXT:.add & &:#:{ { if ($me == [U]nknown) && ($3 != [U]nknown) {
  2.       if ($address($nick,2) == $address($me,2)) {
  3.         if ($4 == 3) mode $chan +v $3
  4.         if ($4 == 4) mode $chan +h $3
  5.         if ($4 == 5) mode $chan +o $3
  6.         if ($4 == 10) mode $chan +ao $3
  7.       }
  8.     }
  9.   }
  10.  

by Anonymous - pasted 1 year ago

« Page: 754, 755, 756, 757, 758.. »