Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'science'

1519104 - Science Fiction and Fantasy AIO-: and 1 in fantasy science fiction aio-424
  1. A. Bertram Chandler - A New Dimension
  2. A. Bertram Chandler - Chance Encounter
  3. A. Bertram Chandler - Forbidden Planet
  4. A. Bertram Chandler - Ghost
  5. A. Bertram Chandler - Haunt
  6. A. Bertram Chandler - In the Box
  7. A. Bertram Chandler - Journey's End
  8. A. Bertram Chandler - On the Account
  9.  
963436 - Tailsfan: science tides paragraph
  1.     These are pictures of high and low tide taken from my porch.  You all know by now I live on XXXXX Harbor.  Tides are caused by the moon's gravitational pull on Earth's water.  While the moon pulls =on  This forms two bulges, where the moon is overhead and the opposite side of the earth from the moon.  The sun also is involved, but to a much lesser extent.  It would often amplify of reduce the tides caused by the moon.    They were taken February 24.
945551 - Stuff: science gcse isa coursework
  1. [cluster@node0 ~]$ /usr/lib/xscreensaver/glsnake
  2.  
  3. X error in glsnake:
  4. X Error of failed request:  BadMatch (invalid parameter attributes)
  5.   Major opcode of failed request:  144 (GLX)
  6.   Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  7.   Serial number of failed fdfffrequest:  132
  8.   Current serial number in output stream:  132
  9.  
945550 - Stuff: science gcse isa coursework
  1. [cluster@node0 ~]$ /usr/lib/xscreensaver/glsnake
  2.  
  3. X error in glsnake:
  4. X Error of failed request:  BadMatch (invalid parameter attributes)
  5.   Major opcode of failed request:  144 (GLX)
  6.   Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  7.   Serial number of failed request:  132
  8.   Current serial number in output stream:  132
  9.  
926585 - Probability of shuffling array: science probability
  1. from random import shuffle
  2.  
  3. def test(x,f,to_n=100000):
  4.     suc = 0
  5.     for i in xrange(0,to_n):
  6.         shuffle(x)
  7.         if f(x): suc+=1
  8.     return float(suc)/float(to_n)
  9.  
worth-right worth-right