topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday November 11, 2025, 10:39 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 32 33 34 35 36 [37] 38 39 40 41 42 ... 73next
901
This is kind of old, and I wasn't sure where I first found it so I had to go back through all the pages in this thread to check. Every once in awhile something will remind me of this and it will end up stuck in my head.

Ya know, part of me feels obligated to like something called the Indian Nipple Song ... But that's really weird. Catchy tune. But weird.

(I think I liked it...  :-\), (hehe)

I know what you mean, the darn things been going round in my head since APP posted it (damn you!!)
902
Post New Requests Here / Re: PlayDead
« Last post by Target on July 12, 2011, 12:25 AM »
The problem is if someone walked by, they would still shut it down since it "Obviously" is broken and doesn't need to be on anyway!

of course they can recognise a crashed machine, just not a working one
903
Post New Requests Here / Re: PlayDead
« Last post by Target on July 11, 2011, 08:42 PM »
In your specific circumstances I would think that a screensaver or tool that makes the computer look very busy might be a better scenario.
+1 - an ultra geeky screensaver with a mash up of real+fake data might actually be fun to make/watch.

don't nirsoft do a BSOD screensaver?
904
Living Room / Re: Drive Dock: Turn bare drives into floppies
« Last post by Target on June 28, 2011, 08:14 PM »
I have an old Samsung SpinPoint 80Gb IDE drive that would do just fine for backing up my most important files (photos, C# projects, etc.)  What I'd really like to find is an enclosure for it that offers one-touch backup of any directories on my laptop that I've specified.

I don't really care whether I'm dealing with firmware or software, but I'd just like to be able to stick this 80Gb HDD is a box, push a button, and it begins backing up "Pictures"... "Visual Studio Projects"... etc.

batch file....
905
Living Room / Re: NSFW! -- IBM's Watson Topless
« Last post by Target on June 28, 2011, 01:03 AM »
nice...errrm...rack...
906
I love the name you came up with! I ran the .exe and the .ini file worked, but I can't find the output .csv file. What did I do wrong?

sorry, my bad, I should have mentioned that in my original post - output is to the log file directory.  File naming format is LogOuts_YYYY-MM.CSV

note also that if you run it more than once a month it will just append to any pre-existing output file for that month (unless you've renamed said file...)
907
<snipped>
This is so great

this is so no longer available

he's been mentioned before, but here's a lullaby (just keeping in context) from Tim Minchen


908
connect_the_nots.ahk (0.65 KB - downloaded 1 times.)
-Target

Good name, quite a few good points and never a cross word.
-cranioscopical (June 16, 2011, 12:45 PM)

better than a kick in the colon :Thmbsup:
909
Guns are a good example, it is the gun? or the bullet? or what happens when you point it at your head and pull the trigger?

a canon?

Gives me the shutters!

SNAP!
910
this little AHK script should do what you want

#singleinstance
setbatchlines, -1

path = 20d04fe0-3aea-1069-a2d8-08002b30309d

iniread, PATH, CTN.INI, LOGS,Folder

fileselectfolder, PATH, *%path%

iniwrite, %path%, CTN.INI, logs, folder

msgbox, 4,, Delete the Log Files?

loop, %path%/*.txt
{
    loop, read, %a_loopfilefullpath%
    {
        if a_loopreadline contains Lost connection
        {
            stringleft,f1, a_loopreadline,20
            F1 = %F1%
            stringright, F2, a_loopreadline,22
            f2 = %f2%
            fileappend,%f1%`,%f2%`n, %path%/LogOuts_%a_yyyy%-%a_MM%.csv
        }
    }

    ifmsgbox yes
        filedelete, %a_loopfilefullpath%
}


assumes your log files are TXT files (you can edit this, though you'll need to recompile if you want to run it as an executable), outputs the relevant lines to a CSV file.

prompts for the path the the logs (path is stored in an ini file for future runs)

Option to delete the log files as you go...

911
Guns are a good example, it is the gun? or the bullet? or what happens when you point it at your head and pull the trigger?

a canon?
912
General Software Discussion / Re: Naming one's product
« Last post by Target on June 06, 2011, 05:55 PM »
You're just lucky that I've not had time to install Korean on the new system yet or you'd get a browser full of 64pt, red, bold Korean cursing that I would never let slip from my lips~! :D :P

kanji do that?
913
General Software Discussion / Re: Naming one's product
« Last post by Target on June 05, 2011, 08:20 PM »
Pus or pis?

(see attachment in previous post)

I put that in "The Soju Garden" a while back. It's still on the market. Has been forever.

But "pis"?

at least it's 'cool'
914
Latest version has a bunch of file tools including PCManFM.  Above link goes to a page with full details.  Check it out. It's not your granddaddy's Parted Magic CD!  ;D  :Thmbsup:

cool - I've had copies of this in my toolkit for years, though I rarely have a need for it so it doesn't get updated that often (it's been quite a while :Thmbsup:)
915
Yes they are. Any 'live' Linux distro will work. It doesn't have to be a rescue release. The file manager in Puppy or one of the mini distros should work equally well.

yeah, I figured as much, though I thought a rescue distro may make the process easier (by including appropriate ready to use apps)

PartedMagic is a good Swiss Army type utility disk to have for this sort of thing.

Parted Magic does file operations?
916
what about booting into a live rescue or linux distro?

I'm not a Linux user (too lazy) but isn't this the sort of thing they're meant for?
917
can you delete from the bottom up?

if you can delete 1, try 5, then 10, etc and see if you can get it down to something reasonable

918
Living Room / Re: favourite hardware hacking resources
« Last post by Target on May 22, 2011, 09:42 PM »
Actually, WD40 does work quite well for displacing moisture from wet (or mildly corroded) wiring. It was frequently used back in my junkyard days on wiring harnesses that had been pulled from a parts bike. Squirt a little in each of the multi-pin plugs before assembly and all works well.

It's flammable yes, but completely non-conductive (paraffin based).
-Stoic Joker (May 22, 2011, 06:23 PM)

yes, that's an old 'solution', though I suspect in a lot of cases the duct tape would be equally effective...
919
Living Room / Re: favourite hardware hacking resources
« Last post by Target on May 22, 2011, 09:37 PM »
In those cases it's obvious... No moving parts. Plaster them with duct tape!  ;D

congratulations, you have exceed all the requirements for joining our helpdesk team!!
920
Living Room / Re: Wooden Horse Art
« Last post by Target on May 22, 2011, 06:29 PM »
I'm really impressed with this one:
 (see attachment in previous post)
Staggering!
Insert Quote
And how about this one?
Barely believable!
-cranioscopical (May 21, 2011, 07:23 AM)

oh deer...


921
Living Room / Re: favourite hardware hacking resources
« Last post by Target on May 22, 2011, 06:08 PM »
The trick is Duct Tape and WD 40
If it moves, but shouldn't = Duct tape
If it doesn't move and should = WD 40

No other problems exist
He's got a point there...  ;D
-Stoic Joker (May 22, 2011, 07:38 AM)

what about electrical/electronic 'projects'? 

one squirt of wd and you'll need either a fire extinguisher (if you got this far I suspect you probably keep one handy at all times) or a defribrillator (though you could use that coat hanger in the wall socket)
922
Living Room / favourite hardware hacking resources
« Last post by Target on May 19, 2011, 11:57 PM »
The inkjet thread got me thinking about this and a quick search indicates it hasn't been mentioned here before.

Does anyone have any favoured sites or resources on this?

(that's hacking as in modifying or re-purposing, nothing nefarious here )
923
Finally, again FWIW, folks that do a LOT of printing AFAIK usually add an ink tank setup, with tubes running from the much larger ink tanks to special cartridges.

thanks for this reference - I'd never heard of this before (though it seems perfectly logical now that I have)

seems there is a fair bit of info about on 'continuous inking systems', I even found an Australian supplier!

granted $150AU may be something of a shock for a set of printer cartridges (or maybe not :o), but they claim to hold roughly 5 times as much as standard tank, and they're refillable...
924
General Software Discussion / Re: Automatic document creation. How?
« Last post by Target on May 18, 2011, 05:39 PM »
Primavera is primarily known as the ultimate SCHEDULING program.  The word "schedule" doesn't appear anywhere on that page.  It's nonsense.  It's all marketing jargon.  It drives me out of my mind.

+1
Yeah... The ability to communicate is pretty rare. :(

that's because it's written by world leading experts...
925
General Software Discussion / Re: Automatic document creation. How?
« Last post by Target on May 18, 2011, 01:48 AM »
difficult to say without knowing what you have in the way of source files, and or how much (and could be I'm talking through my hat here), but i suspect you could set something up in word, ie use a macro to merge randomised text into a template...
Pages: prev1 ... 32 33 34 35 36 [37] 38 39 40 41 42 ... 73next