Messages - gjehle [ switch to compact view ]

Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 58next
86
I've posted one of my unofficial GOE entries here: https://www.donationcoder.com/Software/Mouser/mircpak/index.html
It's JrHourlyMarker, a script for mirc (www.mirc.com) that adds hourly markers so you can see when messages came into your windows while keeping timestamps off.

mouser forced me to port it to XChat.
I'm serious, I still have marks all over my neck from him strangling me :D

anyways, long story short, here it is:
http://mein-bowl.de/oss/xchat_hourlymark

you'll need xchat + perl
if you're on linux or mac, you might already have it
if you're on windows and you don't, check out activestate's activeperl and re-install xchat with the perl interface

87
General Software Discussion / Re: what does uninstall really mean?
« on: November 24, 2007, 08:22 AM »
first and foremost it means what the programmer who wrote the installer meant and made it to be

now, when it comes to drivers, this is another story.
usually your driver is a combo of .inf and .sys (once you get rid of all the installer usability candy)
windows puts the .inf somewhere in \WINNT\ (or \WINDOWS\, depending on your windows version) and the .sys into \WINNT\system32\drivers\
besides those windows tends to hold old versions of the driver under different file names in other places (yes, it's kinda vague like that)

what your windows device manager does on top of that, is report the version number it finds in the .inf file (just a text file) and not necessarily the version number of the driver itself (right click on the .sys file, properties, version-tab)

now just imagine this scenario i found myself in at work just recently:
we're using a 3rd party USB device with a specialized driver and firmware made for us by said 3rd party.
as it always goes, it's not perfect, so there will be new driver versions.

windows is also kinda stupid when it comes to plugging the same usb device into different usb ports (yes, even if the usb-serial is properly implemented in the device).
so windows thinks (even so it's the same device) that each time you use a different port, it's a different device.
each time installing or requesting the driver.

you can 'update driver' from the device manager. ok. does not always work.
i even went so far as to delete the .sys file from \winnt\system32\drivers\ only to find a very old version of the driver
suddenly appearing out of thin air the next time i plugged the device in.

here's the (kind of work intensive but successful) way to get rid of a driver:
- plug device in
- right-click / properties on the device @ device manager
- remove driver (or uninstall, not sure what's it called)
- unplugg device
- delete .sys file for the driver from \winnt\system32\drivers\ (and if you can find them, all .inf files)
- restart pc
- plug in device
- install new driver when asked


88
Nice idea - too bad if some application has a custom edit control...

I'm wondering if it works for custom controls inheriting the base edit control.

89
nice one!
I'll test it if I get the chance next week

90
Video taken at Assembly07 (Demoscene party).
Using a specially crafted soundfile one of the hackers managed to display the
all too familiar oldskool side-scrollers and abstract shapes to be displayed on an ... oscilloscope!
Just plain awesome.


http://www.itse061.de/blog/2007/10/20/wozu-man-ein-oszilloskop-verwenden-kann/
oszidemo.jpg


Pages: prev1 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 58next
Go to full version