Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hr

  1. hr

    QuarkXpress to EPS in Batch Mode

    Is there a way or a tool available to export fully unattended, I mean in batch mode, QuarkXpress design resources in to EPS?
  2. hr

    outlook.pst relocation

    hi guys thank you all for the replys, I could manage it hr
  3. hr

    outlook.pst relocation

    Hello I would like to relocate my outlook.pst to a other disk, do I have to manage that just my changing registry entry or this there a more smarter way? hr
  4. hr

    MS Word: Check spelling as you type option doesn’t work

    While typing check spelling as you type doesn’t work. If German is set (Tools -> language -> set language -> German) then typing mistakes are not highlighted. Within other languages like French and English it’s working fine. I’m using German XP Home Edition with English version of Office...
  5. hr

    Word 2003 syntax checking is not working

    I’ve got problems using syntax highlighting wile typing Tools -> language -> set language -> German is not working i.e. syntax highlighting is not working in case German was selected, other languages like French and English are ok I’m using German XP Home Edition with English version of Office...
  6. hr

    JPEG to Bit Map Conversion

    Hi all, I have thousands of 240 dpi greyscale jpeg's, I have to print them out on a 600 DPI black and white laser printer. Is there anybody out in the world who knows Photoshop settings to convert those images in to bitmaps? I need to know best dithering method, i.e. bit x bit, LPI, angle and...
  7. hr

    Xerox 4510 XNIC-E'NET

    I need a manual to configure my printers Ethernet Network Card, maybe somebody can help me with a manual for the Xerox 4510 XNIC-E'NET card. I’m able to ping the card, I can reach the card within telnet, may I don’t know the menu for the set up. Thanks a lot hrj
  8. hr

    Reading DLT tarfiles on Win 2K

    hi Eguy so far it was not helpful, I dont know how to copy the tape on to the disk drive! Cheers hr
  9. hr

    Reading DLT tarfiles on Win 2K

    has anybody an idea how we can read a tarfile produced on a unix system from a DLT tape on W2K. the tape is attached to a SCSI interface.
  10. hr

    Reading DLT tarfiles on Win 2K

    has anybody an idea how we can read a tarfile produced on a unix system from a DLT tape on W2K. the tape is attached to a SCSI interface
  11. hr

    very slow performance with hash

    hi Mike with your idea, my script is 4 second faster thanks! hr
  12. hr

    very slow performance with hash

    my system is a compaq armada e500 with 512 mb and 1000 mhz cpu, in fact my script takes 27 second now, 211 second is the time for the whole script whre the hash thing is inside
  13. hr

    very slow performance with hash

    :-Q hello raider2001 :-Q now i'm really fast! 211 seconds only this my new solution: while(<TMP_TXT2>) { $hash_key[0] = substr ($_, 0, 15); $hash_value[0] = substr ($_, 0, 46); $hash_table{&quot;$hash_key[0]&quot;} = &quot;$hash_value [0]&quot...
  14. hr

    very slow performance with hash

    hello raider2001 here is my script ############################################################ #################### store part of tmp file in a hash table # open tmp in file $tmp_txt2 = &quot;c:/t/tmp.txt&quot;; open TMP_TXT2, &quot;<$tmp_txt2&quot; or die &quot;Cannot open $tmp_txt2 for...
  15. hr

    very slow performance with hash

    Hi all i'm putting 800 000 lines in a hash table, this takes about 7 houre does somebody know a workaround to do this faster? i'm using v5.6.1 - activestate 630 on a w2k box thanks hr

Part and Inventory Search

Back
Top