Search results

  1. Matlab Function

    Hi All, I am stuck at a point in writing some code. Please look at this function Look at this function ----------------------------------------------------------------------- %% Converting Cumulative "R" Values into Quarterly "Q" Values % For the first quarter, "R" data and "Q" data...
  2. Looking for Internships in Chicago or other areas

    Hi Everyone, I am a Quantitative Finance Masters ( Chicago , IL) candidate with strong mathematical, programming & analytical skills combined with industry experience seeking internships and co-op opportunities in areas such as energy, investments, credit and risk management and financial...
  3. C# Code

    This might sound a bit stupid...but I will ask it anyways. I have an array which contains words. I have to pick up the words which have more than 5 letters and then compare the first 3 letters of these words with the words in another array in order to look for similarities. ANy suggestions...
  4. C# Code

    I am trying to write a function in C# that generates a Unique User ID which should contain 7 digits. The <Year><Month><Date><Hour><Hex Month><Hex Second><Ticker> The purpose of this id would be that whenever a user submits a request , and ID would be assigned to him based on the above...
  5. Console Application -Linq to SQL -

    Ok Here is the prblem I am working with I am making a console application in Visual Studio 2008 which will take input from a user. These will be called questions This input will be in the form of a string or text. This string will be matched with a set of questions and then then based on...
  6. Acess VBA code conversion to C# using LINQ to SQL

    Hey guys, I have a project which requires me to change some Access VBA code into C# code using LINQ to SQL. Does anyone have any suggestions on how to proceed on this?? Does Microsoft Visual Studio 2008 or 2005 have any functions like that ?? Your comments are much appreciated :tiphat:
  7. JOB or MFE ??

    Hi, I recently graduated with my Bachelors in Computer Engineering and Minor in Math. Currently working on an internship with a bank as Strategic/Information Systems analyst ( I have to deal with Business Intelligence issues). I am going to start my MS in FE degree in Fall 2008. But something...
  8. Baruch MFE MFE Courses offered at Baruch

    Where can I find a list of all the courses and their descriptions offered in the Financial Engineering Program at Baruch?? :-k
  9. IIT Stuart

    Hi everyone, I will be joining IIT Stuart for Quantitative Finance/Financial Engineering from August 2008. If you have any questions about the program I will be happy to answer them. Based on my research during the past 4 months , I believe that this is an upcoming and industry-useful program...
  10. SQL grouping Question

    SQL QUERY- select d.row_wid, d.x_hhold_num, deposits_end_bal from w_household_d d, wc_hhold_balhstry_f f where d.row_wid = f.household_wid order by deposits_end_bal desc QUESTION The above query generates a list of all the customers in the descending order of amount they have in their...
Back
Top