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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. niner710

    Vi Keystroke Mapping for Borland C++ 6.0

    I'm a newbie to Borland and am using Borland C++ 6.0 for windows XP. I was wondering if there is a Vi keystroke mapping. I checked and saw some default ones as well as a emacs one, but no Vi. Anyone know if there is a package to download or if it exists? Thanks!
  2. niner710

    Pack Hex File to Binary

    I took a large binary file, used UNPACK to change it into Hex and then did some file manipulation with perl. I added in some new lines(\n) when I did the file manipulation and now I want to translate it back into the binary format with PACK. I'm not as familiar with binary files, so I was just...
  3. niner710

    Changing binary file to hex

    I want to change a 128MB binary file to Hex in perl. I would like the format to look like a hex dump. Ex. 0000000: 30 30 30 30 30 30 30 3a 20 65 33 30 33 20 32 64 '0000000: e303 2d' 0000010: 39 33 20 36 34 63 36 20 36 36 38 36 20 66 66 36 '93 64c6 6686 ff6' 0000020: 33 20 30 31 65 63 20...
  4. niner710

    FTP issue

    I created an FTP server on my computer and it works. I know i can use WS_FTP pro as, but I want to be able to use a browser so it is easier for my friends to use. When i use internet explorer from home the ftp server page loads and looks like a windows directory structure, which i can just drag...
  5. niner710

    Altera VHDL question

    Hi, I am a newbie to VHDL. I had a question on this piece of code. library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; --library UNISIM; --use UNISIM.VComponents.all; entity CA_MUX_CNTRL is Port ( SIN : in std_logic_vector(5 downto...

Part and Inventory Search

Back
Top