Ya, I made a typo, sorry.
The reason I did it like that was so it is easier to understand.
In case you want exact figure:
http://www.google.ca/search?q=days+i...-1&hl=en&meta=
Announcement
Collapse
No announcement yet.
Search Result
Collapse
500 results in 0.1134 seconds.
Keywords
Members
Tags
-
A little subnote, the variable $age is the persons age in seconds, that's why I did all those divisions. You could also do some more calculations to find how many months, days, ... old they are.
Leave a comment:
-
s-video cap has black bars on sides
While on the subject of capturing...
When I capture using s-video I always get black stripes on both sides of the video. I also noticed that the image shifts from side to side, depending on the channel, between commercials, from one show to the next, stuff like that. Is this normal?...
-
ATI I RENOUNCE THEE!
I finally got it working. I reinstalled win2k and then after hours of playing around I got it working using an older wdm driver, and the latest display driver/MMC.
People say ATI has finally learnt how to make drivers. I'd have to disagree.
Leave a comment:
-
Just reinstalled windows and my web server isn't up yet, so I can't test it, but this should work:
PHP Code:<?php
if ( isset ( $HTTP_GET_VARS['d'] ) && isset ( $HTTP_GET_VARS['m'] ) && isset ( $HTTP_GET_VARS['y'] ) ) {
$d = isset ( $HTTP_GET_VARS['d']Last edited by x_goose_x; Jan 18, 2004, 01:19 PM.
Leave a comment:
-
What exactly are you trying to calculate? The number of instances of each word or how many time words are found from your predefined dictionary array?
I noticed you're receiving 500bytes from the file and parsing it, then continually looping through that till the file is completely read,...
Leave a comment:
-
ATI AWI capture not working in XP
I recently installed windows xp on my system (format/install). First thing I did once windows was set up was install my video card drivers (ATI RADEON 32mb AWI). The display/tv-out worked fine, but the capture was messed up. I was lazy and didn't really feel like troubleshooting, so I just formatted...
-
Actually,....
I think I may have found something.
http://www.sciatl.com/developers/techdocs.htm
http://www.powertv.com/Developers/
Leave a comment:
-
Scientific Atlanta Explorer 2000
I recently purchased a Scientific Atlanta Explorer 2000 and have been looking around and it supposedly offers APIs for software development, but I can't seem to find any documentation for it. Has anyone here ever worked with this before and would be able to point me in the right direction? Also my model...
-
Tested, works:
PHP Code:<?php
$file1 = "image.jpg";
$max = 7;
$startdate = mktime(0,0,0,1,10,2004); //mktime(hour, minute, second, month, day, year)
$datetoday = mktime(); //todays date
$datediff = round(($datetoday-$startdate)/(60*60*24));
Leave a comment:
-
Isn't that a sub-seven prank? Could be someone messing with you, disconnect from the net and do a virus scan.
Leave a comment:
-
What you need to do is open a fullscreen window, then resize it to the size you want, that makes a frameless window, then add your own cutom minimize and close. Only prob, it only works in IE. The sliding in is just a function that changes it position at an interval. I suggest you try looking for tutorials...
Leave a comment:
-
Try this:
PHP Code:<?php
$file1 = "image.jpg";
$startdate = mktime(0,0,0,12,17,2003); //mktime(hour, minute, second, month, day, year)
$datetoday = mktime(date("h, i, s, m, d, Y"));//todays date
$datediff = $datetoday - $startdate;
Leave a comment:
-
I think that's for the 8x, so logically it'll take 16mins w/ a 4x???
16 mins I can like with.
http://www.plextor.com/english/products/708A.html
Leave a comment:
-
How long to burn on 4x DVDR?
Just wondering approx. how long it'll take to burn a 4.7GB DVD on a 4x DVDR?
Leave a comment: