• CIPWTTKT&GC v0x13 (v19): Ivy Bridge Edition
    10,002 replies, posted
Couldn't you hypothetically write a script to ping -t google.com and output the result to a file? Wicked simple solution for it.
[QUOTE=ManningQB18;36362790]Hey, I need an internet uptime tracking program. Something that can visually display Yes/No internet connection over the course of multiple days. I'd probably want it to ping something every minute. Anybody know a program that would work? My internet uptime is about 50%, so I'm trying to get some proof to comcast Funny, my internet went out while posting this.[/QUOTE] Javascript would be possible. Just AJAX request a static page from the internet, if the source is the same it's working.
But I don't know how to do those things! I know javascript and C++ to a small extent, nothing that could do something like this though.
[QUOTE=ManningQB18;36362842]But I don't know how to do those things! I know javascript and C++ to a small extent, nothing that could do something like this though.[/QUOTE] [code] @echo off :start ping google.com -t echo %Time% >>c:\log.txt goto start [/code] Trust me, I'm an expert
[QUOTE=superstepa;36362932][code] @echo off :start ping google.com echo %Time% >>c:\log.txt goto start [/code] Trust me, I'm an expert[/QUOTE] How can I get that to output whether it's up or down? That just outputs the time that it pings it, regardless of result.
[QUOTE=ManningQB18;36363066]How can I get that to output whether it's up or down? That just outputs the time that it pings it, regardless of result.[/QUOTE] If it's down the ping will timeout.
[QUOTE=SataniX;36363237]If it's down the ping will timeout.[/QUOTE] It's still outputting to the file after it times out.
I would skype with you guys but 1) my microphone is a peice of shit. 2) i doubt you guys would let me in anyways.
[QUOTE=ManningQB18;36363066]How can I get that to output whether it's up or down? That just outputs the time that it pings it, regardless of result.[/QUOTE] Then he'll want to set it to echo the whole result. example: [img]http://puu.sh/BuDl[/img] Just output this to a file and have it output forever with -t on the ping.
[QUOTE=ManningQB18;36363066]How can I get that to output whether it's up or down? That just outputs the time that it pings it, regardless of result.[/QUOTE] That was actually supposed to be a joke (infinite loop) but after googling for a while I found that this should work [code] @echo off :start ping google.com | find "Reply" echo %Time% >>c:\log.txt if errorlevel 1 echo NG && goto :start echo "fail" [/code] I am not familiar with batch though so I have no idea if it works
[url]http://merlinsicecreamandbouncehouse.com/[/url] Local business. Oh god why.
[QUOTE=superstepa;36363279]That was actually supposed to be a joke (infinite loop) but after googling for a while I found that this should work [code] @echo off :start ping google.com | find "Reply" echo %Time% >>c:\log.txt if errorlevel 1 echo NG && goto :start echo "fail" [/code] I am not familiar with batch though so I have no idea if it works[/QUOTE] Closes when I have internet connection, outputs NG every ~30 seconds or so and outputs the time to the file when it's off. I would try and get this myself, but it's really hard to do research when your internet cuts out every 2 minutes or so. And I DO want an unending loop, I can close it when I'm done. It doesn't need a programmed ending.
[QUOTE=ManningQB18;36363385]Closes when I have internet connection, outputs NG every ~30 seconds or so and outputs the time to the file when it's off. I would try and get this myself, but it's really hard to do research when your internet cuts out every 2 minutes or so. And I DO want an unending loop, I can close it when I'm done. It doesn't need a programmed ending.[/QUOTE] Oh yeah I think I just put it in wrong order Try this one @echo off :start ping google.com | find "Reply" echo %Time% >>c:\log.txt if errorlevel 1 echo NG && goto :fail goto start :fail echo "fail" [SUB]The people who know batch are probably laughing really hard now[/SUB]
[QUOTE=paul simon;36359471][img]https://dl.dropbox.com/u/8478604/CasePortal.png[/img] ?[/QUOTE] That's beautiful, but I'd make the logo black. Regardless, would you mind if I posted that on the Bit-Tech.net forums? Bitfenix has a representative there. I'd give you full credit, of course. Alternately, I could point him over here. Who knows, maybe they'd think it was great and call Valve up. At the very lease there's about a 2000% chance that a Bit-Tech user would make it a reality.
Question not answered... Oh fuck there's a creepy spider going around in my room fuck Fuck [B]FUCK[/B] Help me. Also, Would you guys go with nVidia, or AMD? Because my bro wants to go with Radeon, just because there isn't a major bug with it's driver update and Diablo 3. I'm sure he's being dumb, or there isn't a reason I heard.
[QUOTE=DustySheep;36363639]Question not answered... Oh fuck there's a creepy spider going around in my room fuck Fuck [B]FUCK[/B] Help me. Also, Would you guys go with nVidia, or Radeon? Because my bro wants to go with Radeon, just because there isn't a major bug with it's driver update and Diablo 3. I'm sure he's being dumb, or there isn't a reason I heard.[/QUOTE] 1. it's ATI not radeon 2. both driver updates have a history of having terrible updates to it but ati has more from what i've seen and heard
[QUOTE=wlzshroom;36363656]1. it's ATI not radeon 2. both driver updates have a history of having terrible updates to it but ati has more from what i've seen and heard[/QUOTE] 1) It's AMD not ATI.
[QUOTE=wlzshroom;36363656]1. it's ATI not radeon 2. both driver updates have a history of having terrible updates to it but ati has more from what i've seen and heard[/QUOTE] OK I hear a lot of AMD hate, but I've never had an issue. EVER. No bad drivers, no weird pixels, nothing. Am I like the luckiest guy ever then?
[QUOTE=FlakTheMighty;36363688]OK I hear a lot of AMD hate, but I've never had an issue. EVER. No bad drivers, no weird pixels, nothing. Am I like the luckiest guy ever then?[/QUOTE] Same with me. Although I've never owned an Nvidia card (Every time I need a graphics card, AMD happens to be the best with price/performance). Maybe Nvidia cards are secretly really awesome, I just have no idea?
Sure nVidia got to real-time Ray Tracing, but what are people gonna use that for within the next 8 years?
Is it bad that every time I type out a sentence I make at least 2 typos in it? I have been typing for my whole life and still make an insane amount of mistakes per sentence (for example I wrote mistaks now) Almost every single one of my facepunch posts are edited (wrote eddited at first) at least twice because I have to correct every typo
[QUOTE=DustySheep;36363779]Sure nVidia got to real-time Ray Tracing, but what are people gonna use that for within the next 8 years?[/QUOTE] Um, you know, making games look fancy? [editline]17th June 2012[/editline] Deeps is homophobic.
I AM NOT HOMOPHOBIC. JUST NONE OF THIS OTHER SHIT MAKES ANY FUCKING SENSE TO ME, FAGGOT. Don't take this out of context. We're calling each other faggots on Skype.
[QUOTE=PyroCF;36357278]Starting to place together a list for a Mini-ITX build, I'm actually looking pretty forward to this build. This is the case I'm looking at so far. [IMG]http://www.overclockers.co.uk/pimg/CA-073-BX_50301_350.jpg[/IMG][/QUOTE] I just preordered this case for my miniITx build.
[QUOTE=DustySheep;36363639]Question not answered... Oh fuck there's a creepy spider going around in my room fuck Fuck [B]FUCK[/B] Help me. Also, Would you guys go with nVidia, or AMD? Because my bro wants to go with Radeon, just because there isn't a major bug with it's driver update and Diablo 3. I'm sure he's being dumb, or there isn't a reason I heard.[/QUOTE] That's really a canon/nikon, amd/intel kinda question, both companies make great cards so it boils down to either your fanboyness (Personally I'm an Intel, Nvidia and Nikon kinda guy) or the specific model (which card he wants to get vs. the price or performance equivalent Nvidia card)
[QUOTE=latin_geek;36364303]That's really a canon/nikon, amd/intel kinda question, both companies make great cards so it boils down to either your fanboyness (Personally I'm an Intel, Nvidia and Nikon kinda guy) or the specific model (which card he wants to get vs. the price or performance equivalent Nvidia card)[/QUOTE] It's not exactly fanboyness, but preference of quality. Each brand is better at different things. Nvidia has for example, PhysX. Nikon camera's have better ISO handling (Less noise and whatnot). They're easy to compare. I'm sure someone with knowledge of cars could make the same analogy, because car analogies are best.
But, I was just looking through my puush library, and this picture just reminds me of Killowatt every time now I have listened to that whole soundcloud file. [IMG]http://puu.sh/zufA[/IMG]
[QUOTE=wingless;36364848]It's not exactly fanboyness, but preference of quality. Each brand is better at different things. Nvidia has for example, PhysX. Nikon camera's have better ISO handling (Less noise and whatnot). They're easy to compare. I'm sure someone with knowledge of cars could make the same analogy, because car analogies are best.[/QUOTE] Brand plays a part in it. I've never really cared about the little things like PhysX or ISO handling since I'm not that much of an expert.
Wait, so are you guys on skype / mumble or not?
Mumble is empty at the moment.
Sorry, you need to Log In to post a reply to this thread.