Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Thread: Matlab 7.4

    by nszabolcs
    Replies
    38
    Views
    28,252

    Re: Matlab 7.4

    if you want an absolute javaless matlab environment then use
    matlab -nodisplay

    (unfortunately matlab has poor readline support so it's unusable)

    try ubuntu's sun-java
    try the MTOOLKIT and...
  2. Replies
    11
    Views
    6,097

    Re: Electrical engineering softwares?

    instead of matlab i'd recommend scipy if you know python
    (i still use matlab under linux because it has some usefull toolboxes)

    i also recommend geda (opensource circuit designer)
  3. Replies
    12
    Views
    1,443

    Re: C++ Standard Documentation

    unfortunately the above links has nothing to do with the C++ standard

    if you want _the_ C++ language specification then you should look around on http://www.open-std.org/

    direct link to the...
  4. Replies
    192
    Views
    177,540

    Re: HOWTO: Mount NTFS volumes with write support

    use add/remove applications or synaptic package manager or aptitude or apt-get install etc.
    select and install the listed packages
  5. Replies
    2
    Views
    2,511

    Re: Video Playback in Python

    http://www.pymedia.org for codecs (~ffmpeg binding)
    http://www.pygame.org for displaying the video (SDL binding)
    Edit: oops, now i see you don't want pymedia, sorry (are you trying the latest code?)
  6. Re: performance(speed) comparison of Python and C

    There is a cool programming contest, www.challenge24.org (It is held in every year and you can use anything you want. In this year the first round will be on 02.26. and you can still register). Last...
  7. Re: performance(speed) comparison of Python and C

    here is an old numerical computing benchmark:
    http://old.scipy.org/documentation/weave/weaveperformance.html
    (the results can be found at the end of the page)


    you can use/test the functions...
  8. Replies
    6
    Views
    1,676

    Re: How to learn Python fast ?

    http://groups.google.com/group/comp.lang.python
    official docs, faq, beginners guide
    and again: use the interpreter ( dir(obj) ... )
  9. Replies
    6
    Views
    1,676

    Re: How to learn Python fast ?

    my recipie:

    Run through the official tutorial and try to learn from examples. (well you may find useful http://diveintopython.org/ or http://www.ibiblio.org/obp/thinkCSpy/ i haven't read them)...
  10. Replies
    1,630
    Views
    894,841

    Re: HOWTO: Latest NVIDIA drivers

    does gedit work without sudo?
    when i first installed breezy i skipped a few installation step and i ended up with a broken sudo under gnome. (ie. any gnome application startup was more than 5 min...
  11. Replies
    48
    Views
    2,808

    Re: Who is in? :D

    i wish you good luck for your project

    FWIW my recommendation
    for those who are interested in:

    - what's going on in the python community:
    http://groups.google.com/group/comp.lang.python
    (also...
  12. Replies
    9
    Views
    5,602

    Re: Anything in Ubuntu like JCreator for Java

    eclipse (best java ide)
    jedit (text editor with some useful java plugins)

    both written in java (= not gtk widgets but nice, slow, needs jre)
  13. Replies
    5
    Views
    1,208

    Re: Can't get gtk hello world to work :)

    did you installed gtk development packages? (libgtk2.0-dev)
  14. Replies
    8
    Views
    660

    Re: Whatever Happened to Type Checking?

    python have dynamic type checking:


    >>> s = '12'
    >>> n = 3
    >>> n+s
    Traceback (most recent call last):
    File "<stdin>", line 1, in ?
    TypeError: unsupported operand type(s) for +: 'int' and...
  15. Replies
    196
    Views
    14,220

    Re: November 2005 Desktop Thread

    http://www.deviantart.com/deviation/1953599/

    colors are different but the img is the same

    there are lots of nice stuff in deviantart / wallpapers / minimalistic
  16. Replies
    221
    Views
    52,825

    Re: HOWTO: Compile MPlayer with a GTK2 GUI

    your processor doesn't have SSE2 instruction set support

    the best solution is to build mplayer yourself
    (you'll need mplayer source, build tools and dev packages then run make and enjoy your...
  17. Replies
    5
    Views
    369

    Re: python programmer to consult me

    same here

    well, i'd rather see a fixed gFTP than writing a new client from scratch, but if you write one then i'm willing to help.
  18. Thread: Python Gui ?

    by nszabolcs
    Replies
    7
    Views
    984

    Re: Python Gui ?

    i've already tried Boa, SPE, wxGlade, but i didn't like them (they feel unnecessarily bloated).

    for cross platform gui development i always use wxpyhton + xrced
    (xrced is included in wx: from...
  19. Replies
    15
    Views
    7,064

    Re: Unoffical Ubuntu Bookmarks

    http://packages.ubuntu.com/
    search (the contents of) packages of different ubuntu versions.

    https://launchpad.net/distros/ubuntu
    bugs, bounties, translation
  20. Re: How-To: 2.6.14 Vanilla Kernel (latest) + ck Patchset (Enhanced Performance kernel

    Not necessary.
    http://members.optusnet.com.au/ckolivas/kernel/
  21. Re: HOWTO: Make OpenOffice.org start in just a couple of seconds

    i haven't tried it myself, but according to this article everything is still available through menus although some tools won't work and give warnings:...
  22. Replies
    221
    Views
    52,825

    Re: HOWTO: Compile MPlayer with a GTK2 GUI

    i dont think there is much difference
    here is mine: (cvs version)
    http://xs51.xs.to/pics/05424/Screenshot.png.xs.jpg
  23. Replies
    221
    Views
    52,825

    Re: HOWTO: Compile MPlayer with a GTK2 GUI

    get the cvs version of mplayer:
    http://www.mplayerhq.hu/homepage/design7/dload.html#cvs

    it alredy has gtk2 support (--enable-gui) and compiles with gcc-4.0.2

    if you want to build a debian...
  24. Replies
    165
    Views
    21,728

    Re: Windows programs you can't live without...

    hmm ?
    is there a way to copy/move files between directories in nautilus/rox/konqueror just using the keyboard ?
  25. Replies
    165
    Views
    21,728

    Re: Windows programs you can't live without...

    try avidemux


    lots of people seems to like it.
    i dont know what's so special in it, i never used it under xp. (i used a totalcommander plugin to browse/compres/decompress rar files or other...
Results 1 to 25 of 27
Page 1 of 2 1 2