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 kognitio

  1. kognitio

    how to convert milliseconds to a human readable date

    well ... thanks. that is working. but not at all. I am getting the wrong years, means I am getting "0036", which is logical, because it is counting the years from 1970 to today. But ho can I get the correct years??? this is the code: double we = 0; double rt = 0; we =...
  2. kognitio

    how to convert milliseconds to a human readable date

    Hello together, I am getting a time-value from a machine in milliseconds from 1970 on. How can I convert this in a humanreadable date like; DateTime.Now Maybe somone can help me directly: sbyte []state = new sbyte[100]; ds1994.getClock(state); state = ds1994.readDevice(); label10.Text =...
  3. kognitio

    how to open a file with another application

    well thank you .... It is working
  4. kognitio

    how to open a file with another application

    Hello, I want to open a .ics File (iCalendar) with Outlook and that should happen automatically (after pressing a button), means not with the openfiledialog() method. Does anyone know how to do that? thanks for helping, Stephan
  5. kognitio

    how to extend search

    hello, it is me again. I didn't have the time to solve that problem but today I wanted to do that. I took the split funktion from here and modyfied the code like that: ALTER Procedure CMRC_ProductSearch ( @Search nvarchar(255) ) AS CREATE Function Split( @InputText Varchar(4000)...
  6. kognitio

    how to extend search

    wow quick response ... thank you! I will read that and try to do my best. Stephan
  7. kognitio

    how to extend search

    Hello, (sorry about my english, I am german) I am modyfied an Starter-Kit from asp.net, called Commerce Starter Kit and everything is fine except the search-function. The problem is, that the search works only with as an "exact" match. Not exact at all. When I am typing in "battery" then I get...
  8. kognitio

    10 % of the wordfrequency

    thanks a lot for helping and sorry that I forgot to wrote the keywords in english... I was on a trip, that is the reason why the answer is that late. But I try to implement your recommendations now. As I said: Thanks a lot
  9. kognitio

    10 % of the wordfrequency

    Hello again, thanks a lot for the recommendation with the threads... I still have one problem. I am more or less a Newbi on Perl and therefore I have no idea how to solve this problem: The app we have vectorize words from textfiles. The problem is that we get too much words. So the idea is (the...
  10. kognitio

    Threads to Read Data

    I forgot to mention that I use Perl 5.8.1.
  11. kognitio

    Threads to Read Data

    Hello, we try to do a project at our university. One part is to vectorize data. The app works fine, but it is to slow, so I had the idea to create threads to optimize the processing.... but I do not know how to do that. The idea is, that the app build as much threads as files are there in the...

Part and Inventory Search

Back
Top