Bitcoin Forum
April 28, 2024, 02:07:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: heeeeeeeey  (Read 956 times)
Garr255 (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


What's a GPU?


View Profile
November 17, 2012, 07:42:03 AM
 #1

http://heeeeeeeey.com/

Yup.

“First they ignore you, then they laugh at you, then they fight you, then you win.”  -- Mahatma Gandhi

Average time between signing on to bitcointalk: Two weeks. Please don't expect responses any faster than that!
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714313244
Hero Member
*
Offline Offline

Posts: 1714313244

View Profile Personal Message (Offline)

Ignore
1714313244
Reply with quote  #2

1714313244
Report to moderator
1714313244
Hero Member
*
Offline Offline

Posts: 1714313244

View Profile Personal Message (Offline)

Ignore
1714313244
Reply with quote  #2

1714313244
Report to moderator
SaintDevil
Full Member
***
Offline Offline

Activity: 126
Merit: 100


Web Programmer, Gamer


View Profile
November 17, 2012, 07:46:49 AM
 #2

Someone had lots of fun doing this  Grin

Join pyraming and let someone else host the equipment http://pyramining.com/referral/934khztg6
Only if it's legal where you are: Legal Bud
PM if you need to translate to Russian or the other way around.
live627
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
November 17, 2012, 07:51:59 AM
 #3

Is it wrong that I went to look at the source code?
Garr255 (OP)
Legendary
*
Offline Offline

Activity: 938
Merit: 1000


What's a GPU?


View Profile
November 17, 2012, 08:02:42 AM
 #4

Is it wrong that I went to look at the source code?

Haha, I glanced at it as well... Tongue

“First they ignore you, then they laugh at you, then they fight you, then you win.”  -- Mahatma Gandhi

Average time between signing on to bitcointalk: Two weeks. Please don't expect responses any faster than that!
Herodes
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
November 17, 2012, 09:25:16 AM
 #5

LOL!!!!!
Lethn
Legendary
*
Offline Offline

Activity: 1540
Merit: 1000



View Profile WWW
November 17, 2012, 09:35:11 AM
 #6

Well it could be worse O_O Tongue
Phinnaeus Gage
Legendary
*
Offline Offline

Activity: 1918
Merit: 1570


Bitcoin: An Idea Worth Spending


View Profile WWW
November 17, 2012, 04:22:16 PM
 #7

Is it wrong that I went to look at the source code?

Haha, I glanced at it as well... Tongue

I did more than just look at it:

Quote
<!DOCTYPE html>
<html>
<head>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  <script type="text/javascript" src="/js/jquery.jplayer.min.js"></script>
  <script>
    $(document).ready(function(){
       $("#jquery_jplayer_1").jPlayer({
         ready: function () {
            $(this).jPlayer("setMedia", {
               m4a: "ho.m4a",
               oga: "ho.ogg"
            }).jPlayer("play");
         },
         ended: function (event) {
            $(this).jPlayer("stop");
            location.href = 'http://heeeeeeeey.com';
         },
         swfPath: "/js",
         supplied: "m4a, oga"
      });
      
      $("h1").fitText();
    });
   
    (function( $ ){

      $.fn.fitText = function( kompressor, options ) {
   
          var settings = {
           'minFontSize' : Number.NEGATIVE_INFINITY,
           'maxFontSize' : Number.POSITIVE_INFINITY
         };
   
            return this.each(function(){
               var $this = $(this);              // store the object
               var compressor = kompressor || 1; // set the compressor
          
           if ( options ) {
             $.extend( settings, options );
           }
          
           // Resizer() resizes items based on the object width divided by the compressor * 10
               var resizer = function () {
                  $this.css('font-size', Math.max(Math.min($this.width() / (compressor*10), parseFloat(settings.maxFontSize)), parseFloat(settings.minFontSize)));
               };
   
               // Call once to set.
               resizer();
   
               // Call on resize. Opera debounces their resize by default.
            $(window).resize(resizer);
            
            });
   
      };
   
   })( jQuery );

  </script>
  <style>
     body {
        background-color: #dff6ff;
     }
 
 
     h1 {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 50px;
        text-align: center;
        position:absolute; top:0; bottom:0; left:0; right:0;
         margin:auto; height:240px; width:100%;
     }
     
     #footer { bottom: 5px; position: absolute; color: #999; font-family: Helvetica, Arial, sans-serif; font-size: 11px;}
     #social { bottom: 5px; right: 5px; position: absolute; }
     a { color: #999; }
  </style> 
  <title>HOOOOOOOOOOOOOO!</title>
 
  <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-147514-30']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>
<body>

   <div id="jquery_jplayer_1" class="jp-jplayer"></div>
   
   <h1>HOOOOOOOOO!</h1>   


   <div id="footer">
      Made by <a href="http://bod.ge">Mike Bodge</a> <a href="http://itunes.apple.com/us/album/greatest-hits-naughtys-nicest/id50235454?uo=4">iTunes</a>
   </div>
   
   <div id="social">
      <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="mikebodge">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <iframe src="http://www.facebook.com/plugins/like.php?app_id=214234055277649&amp;href=http%3A%2F%2Fheeeeeeeey.com&amp;send=false&amp;layout=button_count&amp;width=500&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px; height:21px; padding-top: 2px;" allowTransparency="true"></iframe>
   </div>

</body>
</html>
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!