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

"Untitled" (Python) view

  1.  #!/usr/local/bin/python
  2.  
  3.  from twisted.internet.protocol import Protocol, ClientFactory
  4.  from twisted.internet import reactor
  5.  import struct
  6.  
  7.  class MineProto(Protocol):
  8.   def __init__(self):
  9.   pass

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. ΔH = mc * ΔT
  2.  
  3. T - temperature
  4. H - Enthalpy, Heat
  5. m - Mass
  6. c - Heat Capacity
  7.  
  8.  
  9. Temperature is polyphagic intensity - T
  10. Enthalpy/Heat is change in appetite - H

by Anonymous - pasted 9 months ago

"Untitled" (HTML) view

  1.  #include <

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. <?php
  2. class MysqlClass {
  3. // parameters for the database connection
  4. private $nomehost = "localhost";
  5. private $nomeuser = "12345_user";
  6. private $password = "password";
  7. private $nomedb = "dbname";
  8.  
  9. // control of active connections
  10. private $attiva = false;

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. PS1='\[\e[0;34m\]\j `exit_status=$?; if [[ $exit_status != 0 ]]; then echo "\[\e[1;31m\]$exit_status"; else echo "\[\e[1;32m\]$exit_status";fi`\[\e[m\] \[\e[1;34m\]\u\[\e[0;34m\]@\h \[\e[0;32m\]\T \[\e[1;32m\]\w/\[\e[m\] \$ '
  2. PROMPT_DIRTRIM=2

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. lease take this survey. It will help improve the website!
  2. Click here for the official iBoot Logos toolbar (only available for Firefox and Internet Explorer)!
  3.  
  4. Welcome to iBootLogos. A project which started as a thread on the iFans forum. The thread was started by Justin DLR (NetNerd) and Drew Collins (Drewza1243) was enthusiastic to help. Other users have also added bootlogos to the thread although Drew and NetNerd are the two main creators.
  5.  
  6. Now some of you might be wondering what boot logos are. Well the first thing you need to know about is jailbreaking. Jailbreaking gives you the ability to install third party apps onto you iDevice (iPhone/iPod Touch/iPad). You can also install themes and other tweaks such as animated boot logos. The files you download here are animated boot logos and to install them you SSH into your jailbroken iDevice and place the images downloaded into a named folder in '/Library/BootLogos'. If you don't know how to SSH then Google it. Basically you go into the root files of your device via the internet using Cybeduck (for Macs) or WinSCP (for Windows).
  7.  
  8. NOTE: Jailbreaking voids the warranty on your iDevice. We take no responsibility for any damage to your device from jailbreaking, or performing any jailbroken related activities to, your device. Jailbreak at your own risk using well known jailbreaks such as Redsn0w, Greenp0ison, Sn0wbreeze etc.
  9.  
  10. Should you have any queries on anything to do with jailbreaking email me here and I will see what I can do.

by Anonymous - pasted 9 months ago

"Untitled" (C/C++) view

  1.  template <typename T>
  2.  void Heapsort(std::vector<T> & v)
  3.  {
  4.   MakeHeap(v);
  5.   unsigned int unsorted = v.size();
  6.   while (unsorted > 1) {
  7.   unsorted--;
  8.   T temp = v[0];
  9.   v[0] = v[unsorted];
  10.   v[unsorted] = temp;

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. [u][b]Law and Order LA S01E11 HDTV XviD-LOL[/b][/u]
  2.  
  3. [b]Download Links:[/b]
  4.  
  5. [b]Fileserve Download Links:[/b]
  6. [code]http://www.fileserve.com/file/jctfB38/www.megareleases.co.cc_Law.and.Order.LA.S01E11.HDTV.XviD-LOL.avi
  7. [/code]
  8.  
  9. [b]Filesonic Download Links:[/b]
  10. [code]http://www.filesonic.com/file/781793664/www.megareleases.co.cc_Law.and.Order.LA.S01E11.HDTV.XviD-LOL.avi

by Anonymous - pasted 9 months ago

"Untitled" (Plain Text) view

  1. colours
  2. numbers
  3. careers
  4. furni
  5. clothes
  6. countries
  7. tv shows
  8. animals
  9. shaapes
  10.  

by Anonymous - pasted 9 months ago

"Untitled" (SQL) view

  1.  declare @UserIDs table(
  2.   Offset bigint PRIMARY KEY IDENTITY,
  3.   UserID int
  4.  );
  5.  
  6.  declare @AlertIDs table (
  7.   Offset bigint PRIMARY KEY IDENTITY,
  8.   AlertID uniqueidentifier
  9.  );

by Anonymous - pasted 9 months ago

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