Skip to main content
Search titles, bodies, and author names
Found 21,020 posts across 1 forum.

Cocoa and SHA1 hashing — #1

I need to hash an NSString using SHA1 and return the result. Here's the method I have now, which doesn't seem to work: code:- (NSMutableString *) hashInfoString: (NSString *) aStri…
MacNN Troubleshooting by Thinine

Cocoa and SHA1 hashing — #2

Okay, it looks like this now:code:- (NSString *) hashInfoString: (NSString *) aString { uint8_t md[SHA_DIGEST_LENGTH]; const char* stringToBeHashed = [aString UTF8String]; NSLo…
MacNN Troubleshooting by Thinine

Cocoa and SHA1 hashing — #3

The returned string 'answer' probably doesn't have its zero terminator, since there's no room for it. Also, "answer' and 'md' are probably the same pointer. Try these (untested) …
MacNN Troubleshooting by smeger

ProxyServer To Beat work watchdog — #1

Hi, At work there are a lot of web sites which areblocked eg Java api and so on. I wanted to get around this but have yet to find a suitable proxy server. I tried tinyProxy from…
MacNN Troubleshooting by JamesRedwood

imac G3 Hard Drive Problem — #1

(1) My imac G3 quit booting. It starts up, then freezes on a grey screen even before the smiling mac would normally appear. (2) Tried booting with Norton Utilities 6.0 CD. imac …
MacNN Troubleshooting by Plant7575

imac G3 Hard Drive Problem — #2

Hiya, Sounds like the HD is dead, but need to ask a few more things:- A- What model of G3 iMac is it - Bondi blue 233MHz, 350MHz, or DV etc? B - What OS do you run? If it is one o…
MacNN Troubleshooting by Will C

imac G3 Hard Drive Problem — #3

Here is a guide for the later models - don't worry about its guide prices for HDs - it is a few years old now!
MacNN Troubleshooting by Will C

imac G3 Hard Drive Problem — #5

Thanks for the info. I'm not sure of the model, or processor speed, as the machine is dead and thus can't tell me that info. It is the "Flower Power" model, which if I recall was…
MacNN Troubleshooting by Plant7575

imac G3 Hard Drive Problem — #6

Oh yea, Forgot to answer the OS question. The computer came with OS 9.1. I had upgraded it to 9.2.2. But since I ran the System Restore disk, I'm back to OS 9.1 for now. Also…
MacNN Troubleshooting by Plant7575

imac G3 Hard Drive Problem — #7

Ok flower power is one of the later ones so easy to replace the HD - instructions like the first link I posted. Can you boot you iMac up in Target disk mode? i.e. Power up holding…
MacNN Troubleshooting by Will C

imac G3 Hard Drive Problem — #8

Thanks for the good info. I have not had a chance to get back to check this thread until today. The dead computer is hindering my internet access. Target disk mode: Let's see i…
MacNN Troubleshooting by Plant7575

imac G3 Hard Drive Problem — #9

Hi Doug 'Target disk mode: Let's see if I've got this right. (1) Hook the Powerbook and Imac up Firewire to Firewire. (2) Boot the Powerbook. (3) Boot the Imac with the T key down…
MacNN Troubleshooting by Will C

imac G3 Hard Drive Problem — #10

Thanks again I had just done some searching on the forums and found the same recommendations for DiskWarrior and TechTool Pro. Got to get a Firewire cable and order a new HD Dou…
MacNN Troubleshooting by Plant7575

my 22" cinema display died — #1

The power light still come son and will even put the computer to sleep. Must be just a blown backlight. I'm going to take it in to get it checked out, but anyone know approx what…
MacNN Troubleshooting by iamnotmad

my 22" cinema display died — #2

If you shine a bright light at the display while it's on, do you see a dim image? If no, then the panel or other component (e.g signal processor) has died. If yes: did all the ba…
MacNN Troubleshooting by tooki

my 22" cinema display died — #4

Well I should add the following having done many of these repairs. the 1/2 brightness question is because you have 2 bulbs one on the top one on the bottom. both bulbs don't die a…
MacNN Troubleshooting by gooffer

my 22" cinema display died — #6

When my cinema display died a few years back (rev 1 dvi ) the picture came back when I unplugged the usb. been using it ever since without the usb. looked into getting it fixed but…
MacNN Troubleshooting by BLAZE_MkIV

Low Input signal on microphone. Why? — #1

Hi all, I bought an XLR microphone from Shure and an XLR to mini-jack cable. I turn the microphone and plug it into my computer. I open System Preferences>Sound and select Li…
MacNN Troubleshooting by porpoise

Low Input signal on microphone. Why? — #2

Do a search -- this is a super-common question that gets asked -- and answered -- frequently. But simply, a mike won't work on a line-in. Mikes go into mike inputs, which are diff…
MacNN Troubleshooting by tooki

Low Input signal on microphone. Why? — #3

As Tooki said, you cannot drive a line in with a microphone. Furthermore, what kind of XLR to minijack adapter did you buy? If it doesn't have a transformer in it, it's not likely …
MacNN Troubleshooting by Brian McHale
mp.ls