Search:

Type: Posts; User: tyoc; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. [ubuntu] vostro 1500 sound to low and what about the wifi (withuninstalled restricted drivers)

    Hi there, first thing, I have my vostro 1500 and installed Ubuntu version 8.04.

    1) This lap come with Windows vista Home, I install Ubuntu, but right now, it seem that the max volume I get playing...
  2. Re: Encoding to ascii values outside of the range.

    Here is the little code with a sample db with 1 record that show clearly the error.

    http://tyoc.nonlogic.org/darcsrepos/snip1.zip

    I think now you get the why the encodings in the file doesnt...
  3. Re: Encoding to ascii values outside of the range.

    Yep, that is what Im saying, the problem is that is the fetchall from sqlite that is failing reading, I know that for example for a file


    # -*- coding: cp1252 -*-
    Here the error:

    l =...
  4. Re: Encoding to ascii values outside of the range.

    That will be a pain in the ***... hehe.

    Still think none of you see the problem clearly... sorry that I haven't put a part of my "problem", but I went to see a serie.
  5. Re: Encoding to ascii values outside of the range.

    O yes, I understand that you can do u"ñañaña", but I dont want to u"the string".

    I only want to if there is a failure save the value as is in a 8bit space, like I have said, an hex editor show...
  6. Encoding to ascii values outside of the range.

    Hi there.

    Im trying the following.



    import codecs
    codecs.ascii_encode("ñaña")
    it fail with
  7. Thread: linux vs dos

    by tyoc
    Replies
    20
    Views
    2,729

    Re: linux vs dos

    Indeed, there are lots of others OS wrote in different langs, the major part of all OS in history have "died" because there are somewhat research ie not a product, the fun with research is that is...
  8. Thread: Parsing HTML

    by tyoc
    Replies
    61
    Views
    5,425

    Re: Parsing HTML

    From this http://www.webdeveloper.com/forum/showthread.php?t=71760 see answer 4 and 5 you can search for them on the official site.

    Also I suguest taht you put your name of fields inside an array....
  9. Thread: linux vs dos

    by tyoc
    Replies
    20
    Views
    2,729

    Re: linux vs dos

    No, but there is http://www.menuetos.net/ , a complete OS writed in asm, like I remember is one of the more stable (and large) OS writed in asm. Thought I can be wrong, havent been there from some...
  10. Thread: Parsing HTML

    by tyoc
    Replies
    61
    Views
    5,425

    Re: Parsing HTML

    Why not simply fill it with a default value like 1MBL4NK or some like that?
    ---
    I dont remember much PHP, but from what I see, you are only concatenating the values that have been imported and...
  11. Re: Wow, development should really be done in Python...

    Another example is that all people can run, but only some special people (with lot of training) can get mark of 100m under 10s ;), you know olimpic games ;). they get the most of their body, while...
  12. Re: Wow, development should really be done in Python...

    Also I think that the knowledge of other things, for example where I work the system should be in C, is about mobile devices, the environment is very restricted, but there are lot of things that can...
  13. Re: Wow, development should really be done in Python...

    Without read the rest of the thread, this raise to my eyes

    the language only serve for write, nothing more nothing less.

    The the implementation of the lang, the execution environment, is the...
  14. Re: A question or two about SDL, OpenGL, C++ from a beginner

    to the original poster, you can link and use C things from C++ almost the same way (thought the internally have something like exter C {} for clarify that it is a C thingy)

    I will suguest...
  15. Replies
    6
    Views
    463

    Re: Strange Python behavior

    You "recursive" call have an actual state, you are not returning the correct state, instead, you are returning just the key that you have already rejected.
  16. Re: What can be done to improve the language you work with?

    that was not mean for you Majorix, if I write something to specific people I write the nick, like this time.

    I mean by "you", anyone who is reading the post, if all people that is reading the post...
  17. Replies
    9
    Views
    420

    Re: Curious about writing to file

    mmmm... :S.

    It is a convention that if you will only store a single file, then you do it in home in a file for your app ~/.appname if you gona have more than 1 file for your app configuration,...
  18. Re: What can be done to improve the language you work with?

    I not think the author of SPE is an author of the lang that is supporting his IDE.

    You can't "improve a lengauge" without modify it internally.

    Instead you can improve the other tools, libs,...
  19. Replies
    27
    Views
    1,829

    Re: my first look at Perl

    Readability of code is only tied to programmer skills, and prior work reading other people code.

    Sure it help to have a "nice sintax", but a good programmer can't be beat by the lang being more or...
  20. Thread: Ollydbg in linux.

    by tyoc
    Replies
    1
    Views
    18,376

    Re: Ollydbg in linux.

    http://ubuntuforums.org/showthread.php?t=608123&highlight=ollydbg
  21. Replies
    17
    Views
    670

    Re: The way to start The way for start

    mm, I think I was referring to some of you people that already know how to program for that case of reactors and AI that can learn and then teach to other persons, but I guess I not make it direct...
  22. Replies
    17
    Views
    670

    Re: The way to start The way for start

    +1, yea, but what happen when you don't have the idea of how to do a program? for example people come and say some like "is this problem [description here] good for start programming?" and normally...
  23. Replies
    17
    Views
    670

    Re: The way to start The way for start

    I not think is necessary to learn a programming language, after all programming is not only about language (a great part is "dominated" by the choice), but I have seen people with great experience...
  24. Re: Making a line of letters in a image without artifacts

    yes, you are right and has to do with the saving, because doing



    pix = im.load()
    And searching for pix[x,y] different than the 2 colores for fore/background, there where only like 4...
  25. Replies
    17
    Views
    670

    Re: The way to start The way for start

    if you really gona start, I would suguest that you go for algorithms, but in the point of view of pseudocode and flow diagramas (try to give steps to how you will change the tyre of a car, do eggs,...
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4