Jump to content

fiveworlds

Senior Members
  • Posts

    1903
  • Joined

  • Last visited

Everything posted by fiveworlds

  1. I could make one for about 30$. Just make an arduino boot with MS outlook or xbmc. Xbmc has a web browser so you could just log onto your email server. It also has it's own email client http://wiki.xbmc.org/index.php?title=Add-on:Mail
  2. The video is an mp4. You can skip to specific frames in a video using links added in youtube's video editor. In this video the left and right sides are left blank to leave space for the links. On youtube you have to specify the start and end frame for each label. So since the labels in this video are static they are added from frame 00:00:00:00 to 00:00:01:12. All they have done is specify a link to each perticular frame of interest. Video uses javascript by the way. This would be the code to do this if you wanted to. <script> // skip forward, backward, or restart function setTime(tValue) { // if no video is loaded, this throws an exception try { if (tValue == 0) { video.currentTime = tValue; } else { video.currentTime += tValue; } } catch (err) { // errMessage(err) // show exception errMessage("Video content might not be loaded"); }} </script> <video id="video" src=video.mp4></video> <button onclick=setTime(integer)></button> Note currently in order to run videos on all screens you need to use 4 formats. Mp4,WebM,OGV,FLV you tube runs ffmpeg to convert videos to all four on video upload. Which requires you own your own servers because ffmpeg runs locally on the server ie it's a C program ffmpeg.exe. Now in javascript you can read a browsers url. Then I can split the string after a perticular value and use this value as tValue. Like a get method form. So when I get video url in the html5 video context menu I am really only getting a link to that video plus the javascript tvalue. Please note the links dont have to be in the video just somewhere on the webpage. On youtube just add #t=(integer)s to your url to skip to any point in the video. Where t is your tValue. So on the right hand side there you have these links. You also see how each t value specifies a different frame. https://www.youtube.com/watch?v=OuGT4ew1ziE#t=0s https://www.youtube.com/watch?v=OuGT4ew1ziE#t=15s https://www.youtube.com/watch?v=OuGT4ew1ziE#t=30s https://www.youtube.com/watch?v=OuGT4ew1ziE#t=50s https://www.youtube.com/watch?v=OuGT4ew1ziE#t=1m8s If you were to locally host a video you could just use <a href="#t=60s">60 seconds</a> that way the page doesn't need to reload. Now youtube uses seconds, minutes and hours but only takes a tvalue in seconds so... math
  3. What exactly does the haarp program do? http://en.wikipedia.org/wiki/High_Frequency_Active_Auroral_Research_Program Somebody on facebook said a crazy person on the bus was talking about some weather control device. Could somebody clarify what it actually does. I read the wiki but it went straight over my head because I had never even heard of it before.
  4. It says the word master. The slavedriver would be the master not god. Umm not nice started floods, made plagues and killed people. Phones turn off The odd thing about the torah is that it features in loads of different religions. So I haven't actually told you which god or gods I worship. http://en.wikipedia.org/wiki/Torah_in_Islam even some evidence of it in http://www.existentialbuddhist.com/tag/judaism/ Somebody said that if you broke the laws there wouldn't be a war. To that well they can be fairly patient about starting civil wars but they get around to it. America broke the rules they had a civil war. The Roman Empire broke the rules they aren't around to comment.
  5. Exodus 20:5 should be in http://en.wikipedia.org/wiki/Torah
  6. That's the point the biochip would be the money. You can't track paper now. You cant tell how much money I have in my wallet etc.
  7. Ah but what if the government knew your parent's religion. And knew where you were at all times. Then they said well I want to exterminate everybody of a perticular religion knowing where they all were.
  8. No because you have a choice about wether or not you use a smartphone. But a dictator could force you to have a biochip. So the government could know where you are at all times etc. Can you imagine how bad a dictatorship would be if you were injected with a biochip at birth and you were killed or imprisioned if you didn't have one?
  9. Not the biochip itself. The biochip isn't bad it's the potential use of the biochip to make slaves. If you need to have a biochip to buy goods and you have no alternative which would be way too easy. Then you are a slave and therefore cannot serve god.
  10. God revealed in the ten commandments(Torah) unto Moses that "you will not bow down to another nor make a servant(slave) of yourself to another for I your God am a jealous god."
  11. Revelation: The devil shall give you the mark of the beast in your right hand(ie. the mark on the right hand was the mark of a slave) and that nobody would be allowed to buy or sell unless they had the devils mark.
  12. Preety much the entirity of christianity and older religions and muslims.
  13. Biochip Implants aren't considered religiously acceptable and nobody wants another religious war. Or another bout of hangings again just leave them alone.
  14. Laptops don't make great host servers most of the time. It is far easier to replace the monitor on a desktop. Most desktop's have lan ports for static ip many laptops dont. If a desktop doesn't have a lan port you can buy a cheap network card.
  15. Funnily enough my Da said the exact same thing. Plus geez i'm way too young to know anything about it.
  16. Franz Ferdinand (18 December 1863 – 28 June 1914) was an Archduke of Austria-Este, Austro-Hungarian and Royal Prince of Hungary and of Bohemia, and from 1889 until his death, heir presumptive to the Austro-Hungarian throne.[1] His assassination in Sarajevo precipitated Austria-Hungary's declaration of war against Serbia. This caused the Central Powers (including Germany and Austria-Hungary) and the Allies of World War I (countries allied with Serbia or Serbia's allies) to declare war on each other, starting World War I.[2][3][4]
  17. You know what's just as scientific that the images are on a computer screen and have been sent around the planet to your computer. That the image doesn't lose resolution from being sent from one computer to other. That you are even able to see that image at all is amazing in itself.That people took the care to create algorithms that keep track of each and every pixel. Then there's the fact that somebody took the care to preserve those images all these years and take a photo of the image in a manner that didn't damage it. More to the point how does that camera work? is it a perticular type of camera and if so what type? How is that image stored on that camera?
  18. I have http://www.ursoftware.com/ it finds all the Microsoft stuff you have installed.You should be able to find a free version somewhere.
  19. 0 binary strings are electrical how that binary string is interpreted is arbitary. Say for instance I have 3 leds and 3 switches and the octal 010 meaning the middle switch is on. Given no circuitry in between you have no idea if I have lit any or all of the leds. If I change the circuit I can change which led I light while leaving the middle switch on. Perhaps I should expand this the hamming distance between "toned" and "roses" is three. However as binary they could be both "000,001,010,011,100" being read by two different machines. So one machine outputs "toned" the other "roses" but between "000,001,010,011,100" and "000,001,010,011,100" there is a hamming distance of zero because it's always the same
  20. I have a question. Why do we need the rieman function? computers seem to easily be able to compute the distribution of primes accurately. What would be the point in proving or disproving math about primes that may not necessarily be true. When there is already an alternate way of doing so using computers. Ps I dont think I had an account created here before but apparently I did. See apparently a lie was going around about prime numbers and internet security but prime numbers have nothing to do with internet security no bank uses prime numbers in their encryption algorithms contrary to the numbers tvshow. So why would computing primes not be completely useless. @echo off echo 2 echo 3 echo 2 > primenos.txt echo 3 >> primenos.txt set current=3 :numbercalc set tim=3 set /a max=%current%/5 :try set /a t=%current%/%tim% set /a u=%t%*%tim% if %u% EQU %current% goto noprime set /a tim+=2 if %tim% GTR %max% goto endtry goto try :endtry echo %current% echo %current% >> primenos.txt :noprime set /a current+=2 if %current% GTR 100000 goto end goto numbercalc :end pause
  21. my copyright doesnt end because every word i write is p=np
  22. i have copyrighted p=np 19923683 times. and im assuming every time you send one it is a reapplication for copyright
  23. nobody can use my formulas or my fractal formula and this copyright lasts for the next ten years even if you take this down
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.