2,228 Topics
![]() | |
This is one of the easiest steps to view and convert dcm image useing the [B][COLOR="Red"]snake(python)[/COLOR][/B] There are 3 modules involved. 1. Search for [B]pydicom[/B] and install 2. Search for [B]matplotlib[/B] and install 3. Search for [B]pylab[/B] and install. If you are on ubuntu destro, Installing matplotlib via the repo … | |
Hello everyone, I'm working in Ubuntu right now trying to get some code working for a bluetooth dongle that I have connected. My goal is simply to communicate with another bluetooth device. I wrote some code using Bluez in Eclipse and I cannot seem to get a simple program running. … | |
Recently, whenever I try to visit any user's profile here on DaniWeb, I get an ugly and intrusive browser dialog trying to push Flash on me. It's more than intrusive... it's very weirdly-worded. [quote] You need Adobe Flash Player 8 (or above) to view the charts. It is a free … | |
Hi guys, I bought SONY VAIO vpcs13v9e to use as a Linux laptop but I cannot install Fedora 14 or Ubuntu 10.10. I get full black screen. I don't know what to do. My machine has Win 7 64bit on it. Wubi didn't work for 32 and 64 iso files. … | |
Can anyone compare between Windows 7 and Unbuntu Linux 7.10 ? You can compare some of these features. Memory Management Device Management File Management Security Management and User Interface Thank You Kindly. | |
Hi guys, I am having a nightmare with a small website I have built. Here's the visual_impairments.htm page: [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title> Visual impairments </title> <link rel="stylesheet" type="text/css" href="style.css" > </head> <body> <div class="banner"> <h1>IT and Disability</h1> </div> <!-- BREADCRUMB TRAIL STARTS HERE, EVERY … | |
A simple physics graph... [code=python]import pylab a_time = range(0,141,10) a_R = [3.0,2.8,2.56,2.36,2.2,2.0,1.86,1.7,1.6,1.43,1.3,1.2,1.1,1.06,0.96] for i in range(0,15): pylab.plot(a_time[i],a_R[i], 'x') pylab.errorbar(a_time[i], a_R[i], 0.5, 0.05) pylab.show() [/code] I'm guessing the [icode]pylab.plot[/icode] line isn't needed, but even with this there is nothing connecting the plots together. I'm pretty sure there wasn't anything extra needed … | |
So i have a 2005 compaq desktop. And i will from here post the specs then go on to describe my problem OS : ubuntu 10.04 G Card : Nvidia 8600 Ram : 1.5 gigs on 2 sticks So i did a thermal paste job on mny computer about 1 … | |
Hi guys, recently I installed ubuntu onto my system and it was running fine until yesterday. I auto installed a few updates and now my wireless is not working at all. The manager is telling me that it is indeed enabled but it just wont work. Anyone have any ideas? … | |
I am trying to call a php script through a shell script.The script is to be called as the run on receive directive of gammu-smsd.My php script executes as expected when I call it using[CODE]/opt/lampp/bin/php myvarsreader.php[/CODE].However on trying to run my script(From terminal): [CODE]#!/bin/sh PROGRAM=/opt/lampp/bin/php myvarsreader.php eval "$PROGRAM \"\${SMS_${i}_NUMBER}\" \"\${SMS_${i}_TEXT}\"" … | |
Just deleted my Ubuntu partition and went through the steps to fix Windows's boot process. I used the Installation CD to fix the MBR (typed 'bootrec /fixmbr' and 'bootrec /fixboot' in cmd prompt). That didn't work. I tried it while having the operating system selected and not selected in the … | |
So, I recently got an MBR virus and after (and partially during) removal I began to get frequent BSOD's and freezes (as in, no debug info simply stop doing any operation), and those BSOD's didn't provide any useful debug information (no message in all caps such as "IRQL NOT LESS … | |
Hi all, This is my first post, and I am certainly no perl programmer. I do have programming experience and have inherited a some perl code written by someone else. I have spent days trying to find the solution to this, so here it goes. This script parses a tab … | |
Hi all, I'm writing a program to read from a stream file, one line at a time, I used getline() and fgets(), both gives a correct result, but they give a "segmentation fault" when reading the last line of the file, I think because of the NULL character at the … | |
Hi I'm new here and I have a problem which is hindering me. I have opened a file and wrote some stuff to it. Then later on I want to open the file and read it back in to a buffer. When I try to read the file back in … | |
Hello I would like to install Android SDK but I have problem with ./configure I looked for my PATH with echo $PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin /usr/bin:/sbin:/bin:/usr/games:/bin:/usr/local/bin /usr/bin/make:/usr/bin/install What else should I do to install one package? (I know cd ./name_folder, ls to see my package and after ./configure, make and make install … | |
Hi guys. I've just installed libnetty-java package on my ubuntu $ sudo apt-get install libnetty-java and then try compile this code [CODE] import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.channel.ExceptionEvent; import org.jboss.netty.channel.MessageEvent; import org.jboss.netty.channel.SimpleChannelUpstreamHandler; ... [/CODE] It throws this error: javac QuoteOfTheMomentClientHandler.java QuoteOfTheMomentClientHandler.java:1: package org.jboss.netty.channel does not exist import org.jboss.netty.channel.ChannelHandlerContext; ^ QuoteOfTheMomentClientHandler.java:2: package org.jboss.netty.channel … | |
My HP dc5000 suddenly turned it's self off while i was browsing the Internet using it.It was running ubuntu 10.04.When I try to turn it back on the power LED does not light up but the one indicating hard disk activity does,the led on the mother board also blinks!After this … | |
Hi guys, So I'm doing some testing, and I wanted to emulate Branch Cache on a crappy connection. I have 3 laptops at my disposal to do this. So far, I have Windows7 installed on 2 of them, as well as Ubuntu Server installed on the third. I'm pretty new … | |
Hi all, I just switched to Ubuntu 10.10, and I found a very worrying problem, which I really need help with. In the Network Manager settings, you can click a "show key" checkbox in the security tab and it will reveal the password. I need to disable this option. How … | |
Hello everyone, I'm working on a personal project using ubuntu server 10.4 and an old wireless card. (Don't know the manufacturer). I'm trying to make the card visible to other wireless devices like an access point. Anyone know how this is done? I tried using [QUOTE]iwconfig wlan0 mode master[/QUOTE] but … | |
my problem is that i changed some compiz configurations and i broke my copy/paste(ctrl-c, ctrl-v... basically all the shortcuts that start with ctrl, including Eclipse's ctrl-space). i searched for key-shortcuts, i found a whole lot of them besides the ones i need. does anyone know how can i restore my … | |
Hi, I have just got my computer back from the shop and to my surprise a 1TB harddrive which is dedicated to the root partition is nearly full. I'm using Ubuntu 9.10 64 bit and according to the command "du -hc" there is only 157M total in there. But when … | |
The problem: My Sony DRU-842a is not working it will not write the Ubuntu ISO I want to burn. My pc is a dell dimension 2350.(old as heck i know but it gets the job done)I have put in sony cd/dvds and memorex as well. I am getting frustrated. The … | |
Hi there, about a week ago, i managed to get my hands on an old compaq ml350 server. the server had two thirty gig seagate scsi hdds in it. these two drives were attached, via a scsi cable, to the features board of the server - a pci daughter board. … | |
Hello again, I am running Ubuntu 10.10 on my toshiba laptop, and having problem that it can not turn on the fan, I searched on web and tried few of these command but no success, I would appreciate any help in this regard! code: sudo toshet -fan on required kernel … | |
Hello. I am kind of new to PHP and mysql, and I am wondering on how I would go about coding up a system that would allow me to save multiple values to one row in a mysql database, and later read each separately. I am coding up a mac … | |
![]() | how do i mount a hardrive on Ubuntu via terminal? |
![]() | guys i need a assembly x86 compiler..in windows i use MASM615..i dont want to code on windows.i do all my coding in java and C..on linux pleas some help for asm compile on ubuntu 10.10 . |
Hi.I'm using Ubuntu 10.10. I wanna use sms gateway service. So, I've installed Kannel sms gateway and also I've installed playsms to manage it. I'm using my Nokia 5233 mobile phone as modem. Can u pls help me in confoguring and sending the sms using playsms & my nokia 5233 … | |
I have a Blog and I would like to replicate the shadow effect that appear on Omgubuntu.co.uk. I had attached a screen-shoot. Any idea? | |
![]() | In Ubuntu Is there any package which enables to view different 'C' command syntaxes. I am tired of 'man sprintf',man **** commands. Is there any GUI interface? |
![]() | Hi, I'm trying to install GCC 4.5.1 on Ubuntu for C++ programming. So far, I've tried a myriad of different commands in Terminal to try to update GCC (the preinstalled version is 4.3.2), but none of them seem to work. When I go to update my packages with Synaptic Package … |
![]() | I am not sure if this is more software problem or C problem. Nevertheless, I am trying to run simple test code to check if my lapack installation is OK. [CODE]#include <stdio.h> #include <atlas_enum.h> #include "clapack.h" double m[] = { 3, 1, 3, 1, 5, 9, 2, 6, 5 }; … |
Hi, I run Linux Ubuntu 10.04 and I installed Python 2.7 (didn't uninstall Python 2.6 which is Ubuntu 10.04's default). But I realized later on that I didn't have any practical use for keeping 2.7 anymore seeing that I mostly use 2.6 now. How can I remove Python 2.7? I … | |
I have Ubuntu 9.10 running on Oracle Virtual Box in my Windows Vista computer. I have XAMPP running on both. The host is currently set to 192.168.10.4 and the Virtual machine at 192.168.10.3. I tried running the same code independently on both computers and it runs fine on Windows. In … | |
I'm just thinking of learning basic 3d modelling(just as a hobby) and wanted to know whether you guys recommend 3ds max or Blender. I do have 3ds max, but I mostly use Ubuntu rather than Vista. | |
I am usng ubuntu 10.04 I have installed on both computers sudo apt-get install ssh I have the problem I want to connect from comp1 to comp2. I crate my rsa. comp1@laptop$ ssh-keygen -b1024 -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/comp1/.ssh/id_rsa): … | |
I was reading the thread "Remote Desktop to Ubuntu from a Windows XP PC", which came close to what I'm trying to do. I have a Linux box that I'm trying to set-up using a remote desktop (using Windows XP) without have into login at the linux box and without … | |
I see that Rhythembox has been updated along with the new Ubuntu 10.x. Does anyone know if there are any plans to make Rhythembox writable to an iPod? I know about song bird but it doesn't work with my Ubuntu and I hard they were going to stop Linux support … | |
I have a monitor that has two inputs, my windows box is in one and my server(running ubuntu server) is in the other. Currently to control the server I have to use a seperate keyboard that is plugged into it. Is there a program that, when I switch the input … | |
Hello, im very new to Web development. i recently intalled the Apache server on my machine running Linux(Ubuntu 9.10). i downloaded the Apache server. But, in order to run the html documents via the server, we need to place it in the /var directory right? But im denied that permission. … | |
Hey everyone, my first post here, so lets see if I do this right. So I have this assignment that links a fibonacci.c, fib.h, and fib.s file. The assignment is supposed to be done by compiling all of the files, then running ./fibonacci <n> where <n> is the n'th term … | |
Hi, I'm using Document Viewer 2.32 (Evince) under Ubuntu 10.10 and my shortcut for the "Rotate Right" option used to be Ctrl + Right. It worked ok since a few days ago, now appears this shortcut is backspace. I've tried to reinstall Evince packages but this doesn't work. Since this … | |
My rand() isn't very random. As a matter of fact, it's not random at all! I am running Ubuntu 10.04 on both home comp and laptop. When I execute the code: [CODE]#include <iostream> #include <cstdlib> using namespace std; int main() { int x; x = rand(); cout << x; return … | |
![]() | i need help installing themes on Ubuntu 10.10 i got to this link [url]http://www.techiesouls.com/2008/11/27/collection-of-50-best-looking-linux-gnomeubuntu-themes-to-download/[/url] after i download the themes files i don't know how to install it.... please someone help me... |
hi! i'm trying to install adobe cs3 in ubuntu but it really wont work. Me i know the reason why? and what software do i need to make me work in PHP using the OS ubuntu? | |
Ahoy Sailors! So I've been developing a networking application using Twisted. This can be divided into two parts. The Host and the Guest. I normally make and test such on my main Ubuntu Linux computer, Now the time has come to compile it for Windows. But straight out of left … | |
I just updated Ubuntu to Lucid Lynx and also got an OpenOffice update: it's now 3.2. When I started it, the progressbar flashes to 100% in a second or two but to get from there to the actual program takes about two minutes. When I "top", I see that Java … | |
Hi all, I am very much new to any forum or discussion.I am working on C++ on ubuntu. My problem is I have to transfer a file from my domain to a remote server which maintains these files using sftp which is provided by my linuc machine. I am not … |
The End.