CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cpu2007

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    65,418

    Advice on tools required to start a project

    Hello everyone,
    I hope I can get some advice on this matter as I'm currently confused on what tools(combination of different tools) can be used to start a project.

    I'd like to start creating a...
  2. Replies
    0
    Views
    1,078

    log4j problems in tomcat/java

    I hope this is the right section. I have been trying to fix this problem for the past few days with no success and hope someone here can help me out.

    When I run tomcat7, I get the following error ...
  3. Re: help:Convert Unicode into strings with respective characters

    Thank you for the code.

    I've actually managed to make a unicode to string converter method and tested it; it worked pretty well and converted all the unicode content without an error
    I'm posting...
  4. Re: help:Convert Unicode into strings with respective characters

    I don't have any control over the section that reads the file. The section where I work on receives the file as a string and I'm working with the string and was wondering whether I could do anything...
  5. help:Convert Unicode into strings with respective characters

    Hello everyone

    I am working on a file that has unicode in it and I'd like convert the whole content into string so that the unicode is not converted into their respective characters.

    I know...
  6. Other Help:HTML/HTML5 CSS/CSS3 Automatic alignings and resizings

    I'm not sure whether this is the right place to post these sort of requests; I'll be happy to post in a different section if someone points out where I should ask for help.

    I have some very basic...
  7. Help: Proxy authentication and multiple proxies connection

    Hi

    I hope someone can put some clarification on this problem that I'm having.
    I am using Apache HTTPClient 4.2 library and I use proxies to connect to internet.
    For normal proxies I don't have...
  8. Replies
    10
    Views
    3,188

    Re: Problem with charset encoding

    Here are some information about the development environment.

    IDE : Eclipse
    Project settings: Text-File Encoding = UTF-8

    I have the following piece of code inside my class:



    String str...
  9. Replies
    10
    Views
    3,188

    Re: Problem with charset encoding

    Well I found th solution for that, in order to decode unicode text that is being returned from external sources, I used StringEscapeURL which works as a charm.

    The only problem I'm having now is...
  10. Replies
    10
    Views
    3,188

    Re: Problem with charset encoding

    It doesn't get converted, I don't remember where but I've read that when we use code to read from an external file/source such as a website,file etc. the string that is received is handled as plain...
  11. Replies
    10
    Views
    3,188

    Re: Problem with charset encoding

    Ok here's the solution. It seems like the compiler can automatically convert unicode when the string is passed in a variable e.g String str ="unicode text". However when the unicode text is read from...
  12. Replies
    10
    Views
    3,188

    Re: Problem with charset encoding

    yes, If I use some online identifiers, I get the actual text that is represented by the unicode.

    However in java I'm not being able to make the coversion when I read an external file or source.
    ...
  13. Replies
    10
    Views
    3,188

    Problem with charset encoding

    Hi everyone
    I hope someone can help me with this strange problem.

    I have a string containing the following text
    "[{\"id\":18273,\"name\":\"\u0410\u0430\u043b\u0435\u043d\"}""

    As you can see...
  14. Replies
    0
    Views
    2,199

    Http request returns bad data

    I'm having problem with encoding or something else probably.

    There's a source which is encoded in UTF-8 and I'm trying to retrieve the source of the website through a http request.

    I have...
  15. Replies
    1
    Views
    1,286

    simple regex not working in java

    I don't know what I'm doing wrong but I have a problem wit this simple regex which works fine when I test it on rad software regular expression but doesn't work in java

    I am trying to get some...
  16. Httpresponse from website returns strange data

    Hello everyone
    I'm not sure what is going on but I have this problem
    I have recently started to play with http in java and since yesterday everything worked
    but now when I receive some strange...
  17. Replies
    3
    Views
    1,853

    Re: Advice about HTML parser

    Yeah that's the problem with JSoup, apparently by legalising the code what is also doing is some harsh re-ordering which basically.
    so for example:



    <span id="items">
    <p>first item<p>...
  18. Replies
    3
    Views
    1,853

    Advice about HTML parser

    I hope someone can guide me on this.

    I am looking for a good HTML parser that allows me to extract relevant data and I came across JSoup.
    It's a good parser and I can use methods to extract data...
  19. Replies
    0
    Views
    1,181

    Info about XSLT with Java servlets

    Hello everyone

    I hope someone can guide me a bit on this.
    I am working on a project where there is a problem with the language.
    Basically, if I set the language of the form to one language,...
  20. Re: Arraylist and Hashmap now working properly

    it makes sense, I think that's exactly what's happening because what I am storing in the map are words and some of them are repeating words.

    Thank you
  21. Arraylist and Hashmap now working properly

    Hi

    I have this annoying problem and I can't get my head around it.

    basically I have an Arraylist with around 200 values in it.

    But when I pass the value to a Hashmap only 80 are stored.
    ...
  22. Replies
    3
    Views
    6,070

    Re: Use string contains for multiple checks

    I was aware of that syntax where I can use "||" or "&&" to add multiple values but it's not neat and effective when you want to check multiple values as your repeating the same line of code again and...
  23. Replies
    3
    Views
    6,070

    Use string contains for multiple checks

    Hi everyone

    I wanted to know wether is possible to use the contains method to check multiple values.

    For example:

    If I want to know wether a string contains a "?" or "!". How would I change...
  24. How to use Pair in Java and implementation

    Hello everyone

    I am trying to work on this problem but really failing understand it properly, I mean I understood the concept but having trouble knowing how to apply it.
    Basically I need to read...
  25. Replies
    0
    Views
    463

    Adding features to web video players

    Hello everyone

    I have a question regarding video players that we see online like the one used on youtube and the other offered by streaming website like vehoo etc.

    Most of this video players...
Results 1 to 25 of 161
Page 1 of 7 1 2 3 4





Click Here to Expand Forum to Full Width

Featured