Jump to content

darth_bubbles

Member
  • Posts

    197
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

  1. Any language, any poetry form. It could rhyme, it could be a haiku. Maybe even try for iambic pentameter if you are ambitious. Good Luck!
  2. I will use it only with my phone. Mostly video, with a small amount of music. Sound quality is important but I'd also like them to be durable and hopefully comfortable enough to lie on my side in bed with. Thanks.
  3. They have been friends for a while
  4. I wrote this a year or two ago. It converts mixed numbers(3 1/2) to improper fractions(7/2) <html> <body> <title>Converting Mixed Numbers to Improper Fractions!</title> <script type="text/javascript"> var wholeNum = Number(prompt("How many whole numbers are there?")); var numerator = Number(prompt("What is the numerator? (number on top)")); var denominator = Number(prompt("What is the denominator? (number on the bottom)")); alert("Now I will convert the number!"); var wholeAndDen = wholeNum * denominator; var newNumerator = numerator + wholeAndDen; alert("The number is " + newNumerator + "/" + denominator); </script> </body> </html>
  5. Yeah it probably is quicker. I just need to get used to it
  6. The shortcut does work on all monitors. The mouse movement doesn't work on desktop. Thanks for the shortcuts!
  7. Hmm. You are right with the windows key + S, but it still doesn't work with the mouse movement. I guess I will start using windows+S though!
  8. The thing where you put your mouse into the corner and drag it down to open search. How do I change what monitor it's on? It used to work on my main monitor but now it only works on my secondary monitor. My main monitor is set to my main display, so I don't know why it's not working. The only thing I can think of is that my second monitor is "1" when I click identify, but I don't know how to change that. Please help.
  9. Do your mean corrupt? I don't know. Here's the thing though, My windows version is unlicensed. I used a friends key so I could install it but not validate it. If I use a USB key to install it, does it let me install windows fresh but keep all my other files? Even if my copy isn't validated?
  10. As I am rebooting my computer the screen goes black and says "An operating system wasn't found. Try disconnecting any drives that don't contain an operating system. Press any key to restart" So I press a key and it restarts fine. It does this every time. Is this serious? It's a Western Digital Caviar Blue 1TB 3.5" 7200RPM Internal Hard Drive
×