Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Intro

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Location
    Redmond, WA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Intro

    Hi All,

    I have decided to learn Java, and this looked like a good community for help with questions. My background is engineering but I've spent most of my career programming embedded devices in assembler, PLX, and C. I've also done some OS and app development in C++, but my skills are very rusty.

    I've picked out a little project to get started with, comparing sections of a hex dump from a DSP system to individual files to match which files were used in which positions. The DSP system allows you to download individual impulse responses (IRs) but does not allow them to be tagged with any metadata, so this will be a little utility to identify which IR files ended up where.

    I'm thinking of creating a CRC for each IR to use in the comparisons, but with my lack of formal CS training I may be missing an obvious technique. At any rate, first I need to get through the tutorials and shake off some of the rust.

    LMO


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Intro

    Hello LMO,

    Welcome to the Java Programming Forums.

    It's good to have an experienced developer on board. I look forward to helping you with your Java projects.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Intro
    By ramakanta in forum Member Introductions
    Replies: 2
    Last Post: July 16th, 2010, 08:16 AM
  2. Intro
    By Thandaninkosi Moyo in forum Member Introductions
    Replies: 5
    Last Post: April 30th, 2010, 08:13 AM
  3. Quick Intro...
    By chris2332 in forum Member Introductions
    Replies: 2
    Last Post: January 25th, 2010, 08:50 AM
  4. Intro!
    By deceptionminds in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: July 30th, 2009, 05:14 AM