Recent Pastes

Pastes found: 2983

This is the pop-up flow.

[close]

if(reallyLongIntegerVariableName == 1 || 
    reallyLongIntegerVariableName == 6 || 
    reallyLongIntegerVariableName == 9 || 
    reallyLongIntegerVariableName == 11)
{
  // do something....
}
 
and
 
if(reallyLongStringVariableName == "string1" || 
    reallyLongStringVariableName == "string2" || 
 
29 Nov 2010, 06:51 AM

This is the pop-up flow.

[close]

juidan:  Welcome to IWannaPaste.COM!
29 Nov 2010, 06:46 AM

This is the pop-up flow.

[close]

>>> for n in range(2, 10):
...     for x in range(2, n):
...         if n % x == 0:
...             print n, 'equals', x, '*', n/x
...             break
...     else:
...         # loop fell through without finding a factor
...         print n, 'is a prime number'
...
 
29 Nov 2010, 06:46 AM

This is the pop-up flow.

[close]

>>> for n in range(2, 10):
...     for x in range(2, n):
...         if n % x == 0:
...             print n, 'equals', x, '*', n/x
...             break
...     else:
...         # loop fell through without finding a factor
...         print n, 'is a prime number'
...
 
29 Nov 2010, 06:30 AM

This is the pop-up flow.

[close]

Oops! Google Chrome could not connect to www.warnerbros.com
Try reloading: www. warnerbros. com
Additional suggestions:
Access a cached copy of www. warnerbros. com
Search on Google:
29 Nov 2010, 05:28 AM

This is the pop-up flow.

[close]

https://chrome.google.com/extensions/detail/ecabcepngbajmcamdgehipjpdgcolcmc?hl=en
 
https://chrome.google.com/extensions/detail/ghipmampnddcpdlppkkamoankmkmcbmh?hl=en

This is the pop-up flow.

[close]

 
<!DOCTYPE html><html lang="en"><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8" /><title>460 - Viet Anime Music</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Description" content="found 1 results with 460. "/><meta name="keywords" con
29 Nov 2010, 05:01 AM

This is the pop-up flow.

[close]

http://www.iconarchive.com/icons/deleket/sleek-xp-basic/96/Clipboard-icon.png
29 Nov 2010, 02:20 AM

This is the pop-up flow.

[close]

http://stackoverflow.com/questions/985272/jquery-selecting-text-in-an-element-akin-to-highlighting-with-your-mouse
29 Nov 2010, 02:13 AM

This is the pop-up flow.

[close]

                ax = self.triangulation_axis
                normal = ax.transform(Aff_transformation_3(
                    *_rotate_z(pi/2))).to_vector()
                t = Aff_transformation_3(*_lookAt(
                    normal, Vector_3(), Vector_3(0,0,1)))
                normalized = [v.transform(t) for v in self.vertices]
 
Invalid Email or Password