469 Posted Topics

Member Avatar for varsha0702

I didn't even know what jp2 files were. A quick Google search for "jp2 viewer linux" yields: [url]http://linux.softpedia.com/get/Multimedia/Graphics/XnView-4612.shtml[/url]

Member Avatar for linux
0
54
Member Avatar for techno t
Member Avatar for rysin

[QUOTE=sneekula;566600]Here is the spiel: [code]a += b Roughly equivalent to a = a + b a -= b Roughly equivalent to a = a - b a *= b Roughly equivalent to a = a * b a /= b Roughly equivalent to a = a / b a //= …

Member Avatar for Ene Uran
0
110
Member Avatar for aot

[QUOTE=aot;566103]If it's not possible to play them from within the GUI, is it possible to at least have the person press a button that will automatically open the correct player and play them?[/QUOTE] [code]import os os.system("vlc movie.mov")[/code]

Member Avatar for linux
0
106
Member Avatar for cranium1200
Member Avatar for 1337455 10534

Why not install [icode]hwinfo[/icode], and use [code]hwinfo > HardwareInfo[/code] And use the file [icode]HardwareInfo[/icode] to check?

Member Avatar for linux
0
199
Member Avatar for linux

When I plug my wireless mouse, iPod, tablet, guitar processor, etc. into my laptop, they WORK, but they don't show up in [icode]lsusb[/icode]. I just get a blank output. Anyone have any idea as how to fix this?

Member Avatar for John A
0
145
Member Avatar for linux

When Ubuntu Hardy Heron arrives, will I be able to upgrade without formatting my harddrive? So I can keep all of my music, documents, applications, etc.

Member Avatar for John A
0
69
Member Avatar for 2bu

He's talking about the textual ads that pop up when you roll over certain keywords.

Member Avatar for linux
0
135
Member Avatar for bmora96

Can someone tell me why downloading a file would cause problems, unless it was a rootkit or something?

Member Avatar for bmora96
0
184
Member Avatar for The Dude
Member Avatar for The Dude
0
40
Member Avatar for mrakp
Member Avatar for dsmithers
0
1K
Member Avatar for chris5126

Well, download the sources and just read the sticky in the *nix software forum to compile it. Much better.

Member Avatar for John A
0
58
Member Avatar for aripaka

[code]yum install kernal-sourcecode[/code] I think that should do it. Or find it in your package manager.

Member Avatar for DimaYasny
0
296
Member Avatar for tiger86

[QUOTE=tiger86;544417]It does use unix.[/QUOTE] We know it does. Linux, however, doesn't use any UNIX code. EDIT: I recommend Ubuntu for beginners.

Member Avatar for tiger86
0
106
Member Avatar for zandiago

I have an iPod touch (jailbroken, of course). It's my pride and joy. I absolutely love it. As for storage, I doubt you should need to put your 150gb collection onto a device. I remember I had a 4gb iPod Mini and I had to uncheck all the songs that …

Member Avatar for jwenting
0
178
Member Avatar for linux

Does anyone know how to find the firewire GUID directly from a device? Seeing as my iPod isn't being picked up by USB, if I can find the GUID straight from its terminal, I could easily fix my problem. Anyone? I tried [icode]grep -i Serial[/icode], but that doesn't work.

0
28
Member Avatar for linux

Alright, I'm trying to make a small GUI application that'll allow me to run a .ck file (with ChucK) from a GUI, from a preset directory. Okay, so I have: [code=python]from Tkinter import * class chuckrun: def __init__(self, master): ui = Frame(master) ui.pack() self.file = Entry(ui, text="Filename") self.file.pack(side=LEFT) self.play = …

Member Avatar for linux
0
528
Member Avatar for cranium1200

When you open it up in VLC it should tell you that it's broken, and it'll attempt to fix it, if I'm not mistaken.

Member Avatar for linux
0
81
Member Avatar for k2k

As for "learning the basics", wireless configuration under Linux is about as basic as it'll get.

Member Avatar for linux
0
127
Member Avatar for mattyd
Member Avatar for GrimJack
0
373
Member Avatar for cranium1200

Yes. Open Abiword and navigate to the directory you saved it in, and find the filename with your document's title along with ~ in it. Use that, resave it.

Member Avatar for linux
0
24
Member Avatar for linux

Is there any way to, say, route vkeybd to LMMS or Audacity, or any synth that uses ALSA to LMMS / Audacity (which also use ALSA)?

Member Avatar for linux
0
52
Member Avatar for linux

Sometimes, randomly, my GNOME environment crashed back to the GDM login screen. I just lost everything I was doing (I did save, but not too recently). It's not a huge issue, just all my applications crashed and my environment. Also, sometimes I get theme errors with starting it in the …

Member Avatar for linux
0
56
Member Avatar for linux

What is OSC? I installed this application, akaRemote.app, onto my iPod touch (with Wifi capabilities), which says it's a controller for sending and recieving OSC signals to the iPod. [url]http://www.iamas.ac.jp/~aka/iphone/akaRemote.html[/url] [quote] You can send pre-deined OSC messages from iPhone to Max/MSP and from Max/MSP to iPhone.[/quote] So, my question is: …

Member Avatar for UrbanKhoja
0
111
Member Avatar for ccclay

If you're on Linux/UNIX, you can use a bash command to accomplish this, with: [code]#!/usr/bin/bash/ import os os.system(datetime + ">file.txt")[/code]

Member Avatar for ccclay
0
14K
Member Avatar for Pilate

Try opening notepad, and typing: [code]print "Hello, World!"[/code] Save it as [icode]helloworld.py[/icode] and run it as [icode]python helloworld.py[/icode]. Your Python install may be either outdated, insanely, or just broken. If this doesn't work, try reinstalling Python.

Member Avatar for sneekula
0
188
Member Avatar for chris5126
Member Avatar for jbennet
0
159
Member Avatar for ccclay

You could try [icode]os.system(vlc 7_songs/Monday.mp3)[/icode], but I don't know if that's what you want, or even if that works that way.

Member Avatar for ccclay
0
98
Member Avatar for Altarium

Don't put them as strings, then. Put it as an array. [code]myWord = ["m", "o", "v", "i", "e"][/code] This way, you can access the letters as [icode]myWord[0][/icode] => "m".

Member Avatar for bgeddy
0
216
Member Avatar for The Dude

I feel sorry the cat who justs wants to play around but his buddy's not up for anything. It's like highschool today. People trying to get their friends up to do stuff, but they're too lazy and on marijuana to do anything.

Member Avatar for linux
0
40
Member Avatar for linux

Blah, I hate build errors. Especially when I seem to have all the right dependencies installed. [code]wxw/mAParentFrame.cpp:950: error: variable or field ‘OnAbout’ declared void wxw/mAParentFrame.cpp:950: error: ‘int mAParentFrame::OnAbout’ is not a static member of ‘class mAParentFrame’ wxw/mAParentFrame.cpp:950: error: ‘wxCommandEvent’ was not declared in this scope wxw/mAParentFrame.cpp:950: error: ‘event’ was not …

Member Avatar for linux
0
229
Member Avatar for linux

Does one exist? Like the Glade Interface Designer and wxGlade, only to build Tkinker UIs. This would need to be run on Linux/UNIX.

Member Avatar for linux
0
132
Member Avatar for bdb4269
Member Avatar for linux

Does PyObjC ([url]http://sourceforge.net/projects/pyobjc/[/url]) run on Linux? It says it does, but when I try to run [icode]setup.py[/icode], I get the following error: [code]alex@alex-laptop:~/Desktop/pyobjc-1.3.7$ python setup.py ** using pyobjc source-deps py2app for building You're not running on MacOS X, and don't use GNUstep I don't know how to build PyObjC on …

Member Avatar for linux
0
430
Member Avatar for linux

When I try to build ChucK (the audio programming language), I get the error: [code]alex@alex-laptop:~$ cd Desktop/chuck-1.2.1.1/ alex@alex-laptop:~/Desktop/chuck-1.2.1.1$ cd src alex@alex-laptop:~/Desktop/chuck-1.2.1.1/src$ make linux-alsa make -f makefile.alsa make[1]: Entering directory `/home/alex/Desktop/chuck-1.2.1.1/src' g++ -D__LINUX_ALSA__ -c -O3 -D__CK_SNDFILE_NATIVE__ ugen_filter.cpp g++ -D__LINUX_ALSA__ -c -O3 -D__CK_SNDFILE_NATIVE__ ugen_stk.cpp g++ -D__LINUX_ALSA__ -c -O3 -D__CK_SNDFILE_NATIVE__ ugen_xxx.cpp g++ -D__LINUX_ALSA__ …

Member Avatar for linux
0
130
Member Avatar for linux

These applications have recently shown up in my processes list (via top), and I can't kill them. They're taking up a huge load of CPU and are making my fan go crazy. What's up with this?

Member Avatar for linux
0
78
Member Avatar for sinjix_media

Who cares about what an operating system LOOKS like, seriously? Pick a theme that's good for you, and pick an operating system that does what you want. If the operating system isn't good enough for you, install patches or get a new one. Eyecandy seems to be everyone's first pick …

Member Avatar for linux
0
531
Member Avatar for fsn812
Member Avatar for mxb7642
Member Avatar for mxb7642
0
85
Member Avatar for gerard4143

C Programming for Dummies C Programming (in the O'Reilly series) Google for C books

Member Avatar for gerard4143
0
77
Member Avatar for linux

Hmm. I attached a screenshot, and this is a little glitch that I can't seem to fix. I fixed a small squares issue (where the font was all squares, check my blog in my signature). Yet I still have this issue where the menu and time/date applet is black on …

0
78
Member Avatar for defience
Member Avatar for woooee
0
8K
Member Avatar for john_aa
Member Avatar for mcsejung

Well, I know there's prebuilt binaries for the iPhone, so you can probably Google for Blackberry Python interpretters.

Member Avatar for linux
0
51
Member Avatar for debangan.b

Hahaha. That's funny. You can always just use character map. I also recommend the book by O'Reilly publishing for learning Python.

Member Avatar for linux
0
122
Member Avatar for zoid777

I think it's because you have "bind" in there twice. Try [icode]/usr/sbin/named -u bind -g -c /etc/namedb/named-lan.conf[/icode]

Member Avatar for zoid777
0
156
Member Avatar for The Dude

It's a spin off of "python" and "usr". Because, I use python, so I'm a python user, but the "usr" comes from "#!/usr/bin/python" at the beginning of *NIX pythons scripts.

Member Avatar for maui_mallard
0
245
Member Avatar for Marks256

How about trying to make the height of the form 1280 or whatever the resolution is, then set the width to 800 or whatever your width is? Set borderstyle to 0 or whatever the noBorder number is.

Member Avatar for clikka
0
241
Member Avatar for mi6_thor

I think what ithelp said should do it, if I read your post correctly. You need to make a basic quizzing program? Just add textboxes and buttons on your form and then use some basic commands to compare the answers to the input.

Member Avatar for SolTec
0
155

The End.