Search:

Type: Posts; User: wrack

Page 1 of 13 1 2 3 4

Search: Search took 0.37 seconds.

  1. Replies
    4
    Views
    2,882

    Re: Image Annotation Package for React App

    Thanks. So what is special about WebGL? Does/can it do what I want and be done with JS?
  2. Replies
    4
    Views
    2,882

    Re: Image Annotation Package for React App

    Thank you for the reply. I don't want anything AI based at the moment.

    Just want to have a functionality where the user can upload an image and then scribble on it, put text with variety of font...
  3. Replies
    4
    Views
    2,882

    Image Annotation Package for React App

    Hi,

    I am looking for a well maintained open source image annotation package to be used in React + JavaScript based PWA app. Can someone please point me if you happen to know one?

    Thanks :)
  4. Re: Question Database of Country, Code, Dial Code, Date & Time

    Thanks. I was originally using that but hoping that there will be a standard date time formats that go along for each country. Turns out that it is not tied to the country but rather the region and...
  5. Re: Question Database of Country, Code, Dial Code, Date & Time

    Thanks. I did but I also wanted a standard date time formats that go along for each country. Turns out that it is not tied to the country but rather the region and the language so more work is needed...
  6. Question Database of Country, Code, Dial Code, Date & Time

    Hi,

    Working on an app where I need to have a list of Country (Australia), Country Code (AU), Dial Code (61), Short Date Format, Long Date Format, Short Time Format, Long Time Format.

    Searched...
  7. Replies
    2
    Views
    411

    Re: Code Level Runtime Analytics

    Thank you si. I was partially aware of those. Now to find someone who will modify all the methods for me :D or write some code to modify the code :lol:
  8. Replies
    2
    Views
    411

    Code Level Runtime Analytics

    Hi,

    Being given a task to analyse and collect info on all code paths for a very very large monolithic .NET Web app that is used across various clients.

    Thinking about adding in some reflection...
  9. Thread: Help with RegEx

    by wrack
    Replies
    2
    Views
    918

    VS 2013 Re: Help with RegEx

    Hey thanks man. Appreciate it. I think I can safely say, RegEx are my weak point.
  10. Thread: Help with RegEx

    by wrack
    Replies
    2
    Views
    918

    VS 2013 Help with RegEx

    Hi,

    I have a set of sentences and need to weed out the bad ones and then extract the left part (the sentence) and the right part (number of minutes).


    A is on phone from last 15min
    B is on...
  11. 4.0 Re: Generate set of words from a sentense

    Thanks. That will produce a subset of desired output but not all.



    This
    This is
    This is test
    This is test statement
  12. 4.0 Re: Generate set of words from a sentense

    Ok, here goes nothing. Taking binary approach.



    const string original = "This is test statement and it is working";
    var splitdata =...
  13. 4.0 Re: Generate set of words from a sentense

    Thanks. I am working on it.

    Further more clarification. Given the sentence "This is test statement"; the possible combinations are,

    this
    is
    test
    statement
    this is
    this test
  14. 4.0 Re: Generate set of words from a sentense

    Yeah that is pretty much right. Original sentence will have duplicate words as well as noise words removed anyways so purely a routine that would generate the list.

    I am working on a permutation...
  15. 4.0 Re: Generate set of words from a sentense

    Hey John,

    Thanks for the reply. It has been a while since I have been here so I didn't know there was a common forum for language agnostic questions. Apologies.

    Now to answer your question. The...
  16. 4.0 Generate set of words from a sentense

    Hi,

    Not sure how to describe this but I need quick help with some code. Generally I do this easily but this must be one of those days after a long and heavy weekend.

    Given a sentence, "This is...
  17. 4.0 [RESOLVED] Generate set of words from a sentense

    Hi,

    Not sure how to describe this but I need quick help with some code. Generally I do this easily but this must be one of those days after a long and heavy weekend.

    Given a sentence, "This is...
  18. Replies
    0
    Views
    549

    Animated GIF Library

    Hi,

    I have a set of 24 images (individual frames if you will) that I would like to convert to a GIF. They all have a transparent background and I like to keep it that way.

    I am looking for a...
  19. VS 2010 Re: Help with OpenXml SDK 2.0 generating a simple Excel file

    Thanks for the offer, I really appreciate it.

    But I am going to use the Interop for the time being purely due to the fact that there are too many unknowns with the code and our client would...
  20. VS 2010 Re: Help with OpenXml SDK 2.0 generating a simple Excel file

    Yes I have looked there and already working on finding resources that can help me. The SDK even comes with a tool that can load your excel file and give you .NET Code but that code has just too much...
  21. VS 2010 [RESOLVED] Help with OpenXml SDK 2.0 generating a simple Excel file

    Hi,

    I am using Microsoft OpenXml SDK 2.0 to create Office 2007, 2010 files, specifically a very simple excel file.

    It has a simple header which is merged with 6 cells to center. Bold font size...
  22. SQL 2008 R2 64bit - Tools to analyse transaction log

    Hi,

    We run SQL 2008 R2 64bit and take a FULL backup every night. Now we have come accros a situation where we need to go back few days backup, restore that backup and anayse the transaction log....
  23. Replies
    12
    Views
    20,383

    Re: What testing tools to use?

    My apologies Brad and to those who pointed out that I posted multiple posts. My reason was to post them in VB & C# section were many peoples who visit there don't normally visit low volume sections...
  24. Replies
    12
    Views
    20,383

    What testing tools to use?

    Hi,

    I am doing a research for the purpose of automating the task of unit testing, regression testing and stress testing.

    The application is written as a client - server app both components...
  25. Replies
    16
    Views
    7,397

    VS 2010 Re: Help center align the menu div

    No no, you have been of great help. I think my choice of using table as a basic layout is very bad. I am going to properly redesign the site with DIVs.
  26. Replies
    16
    Views
    7,397

    VS 2010 Re: Help center align the menu div

    Sorry Nightwalker but I tried that with no joy. Can you post your solution please? I want to see the whole thing and find out what am I doing wrong.

    EDIT:

    I have decided to give this up for now...
  27. Replies
    16
    Views
    7,397

    VS 2010 Re: Help center align the menu div

    Thanks Nightwalker. Basically I want the menu (whatever ASP.NET renders the menu control to) aligned centrally within the TD.

    I think I know what you are trying to do. But with all the other CSS I...
  28. Replies
    16
    Views
    7,397

    VS 2010 Re: Help center align the menu div

    Thanks :)

    BTW this is ASP.NET menu control and looking through FireBug, or IE Developer Tools I noticed it adds a whole heap of inline styles itself! Could they be the culprits?
  29. Replies
    16
    Views
    7,397

    VS 2010 Re: Help middle align the menu

    Hi Gary, thanks for the pointer and yes I did clear the browser cache before testing.

    I think Nightwalker fixed the middle alignment as in vertical-align: middle;

    Apologies if the topic title...
  30. Replies
    16
    Views
    7,397

    VS 2010 Re: Help middle align the menu

    Hey thanks Nightwalker. I tried that but no change! Could I be missing anything?
  31. Replies
    16
    Views
    7,397

    VS 2010 Re: Help middle align the menu

    Thanks. No there will me more than 2 top level items. This was just an example.

    I have tried everything I can with CSS.
  32. Replies
    16
    Views
    7,397

    VS 2010 Help center align the menu div

    Hi,

    I am creating a simple project with ASP.NET 4 menu and I would like to middle align it within whatever container it is sitting. I have tried everything that I can think of with no joy.

    I am...
  33. Replies
    1
    Views
    581

    VS 2008 Re: Capture .NET Remoting Calls

    No idea? I have found that I need to implement "IServerChannelSinkProvider" & "IServerChannelSink" interfaces and pass it on while creating the server side channel.

    Not sure how to use it though....
  34. Replies
    0
    Views
    639

    2.0 Capture .NET Remoting Calls

    Hi,

    We have a client server application that 650 users are using everyday. Lately they have started complaining about over all slow responses and slowdowns in normal application usage like...
  35. Replies
    1
    Views
    581

    VS 2008 Capture .NET Remoting Calls

    Hi,

    We have a client server application that 650 users are using everyday. Lately they have started complaining about over all slow responses and slowdowns in normal application usage like...
  36. Replies
    1
    Views
    743

    Regression & Stress Testing Tools Required

    Hi,

    I am looking for a resonably priced regression and strees testing tool. The application is written in C# and there is a client and server component communication with each other using .NET...
  37. Replies
    2
    Views
    767

    VS 2010 Re: Regular Expression help needed

    No one?
  38. Replies
    2
    Views
    767

    VS 2010 Regular Expression help needed

    I am trying to validate a password by using a regex.

    * Must be between 6 to 16 characters long
    * Must contain atleast 1 uppercase letter
    * Must contain atleast 1 lowercase letter
    * Must contain...
  39. Replies
    10
    Views
    1,173

    VS 2010 Re: Regular Expression Help Needed

    Cool thanks. I got it all working.
  40. Replies
    10
    Views
    1,173

    VS 2010 Re: Regular Expression Help Needed

    I would but the specific control I use, allows me to use RegEx as a mask to restrict user input which what I am after.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width