677 Posted Topics
Re: [QUOTE=The Dude;314868]What color is yours?[/QUOTE] I've had my 2G iPod for 4 and a half years now and its still going - battery only lasts about 4 hours from its original 8. When I got it hardly anyone knew what it was. Now every tom dick and harry has one; … ![]() | |
Re: [QUOTE=peter_budo;319933]jbennet unfortunately I have to corect you. For MySQL to create/delete tables and browse entries in database you are more likely looking for phpMyAdmin [url]http://www.phpmyadmin.net/home_page/index.php[/url]. However because of this little tool you will need to install Apache server and PHP on your pc(if working at home/work with limited resources). Many … | |
Re: [QUOTE=Mushy-pea;301731]Hello everyone. After 15 months without a job I have been offered a trial run in a......flour mill (water wheel included, but they don't use it). If I get the job I'll as close as matters be "Living off the land", something that has become somewhat rare in my country. … | |
Re: You can test out the Beryl with XGL (i think its xgl but it may be AIGLX on the [url=http://www.sabayonlinux.org/index.php]sabayon[/url] live DVD. It should work for any modern nVidia/ATi cards | |
Re: [QUOTE=jbennet;316977]Anyone here my age (17) and in the UK? Whats your experience of finding a job been? I got rejected by Mcdonalds and ASDA :([/QUOTE] Temping is the easiest way to make money during school/college holidays; just make sure you tell them you want office/clerical work. I found I could … | |
Re: I think you should use an 'status_id' column and have a table of statuses. Also, I think you should have a subjects table and a benchmarks table (you have 1-10 but what if in 2 months they want 20?) Apart from that it looks ok. | |
Re: [QUOTE=g.prabu;316018]maximum no of column in a table[/QUOTE] If you have any where near that many columns you've done something wrong. | |
Re: [QUOTE=ostkaka;311963]LOL, then I rather be without games[/QUOTE] I got steam/cs working no problem using the latest wine in ubuntu. wine SteamInstall.exe then followed the install wizard. Only thing i had to change was ALSA/OSS settings then it worked fine What version of wine are you using? | |
Re: Your problem is that you are not specifying a column to join on. What do the two tables have in common? What is it about a record in table A that means it should be placed next to a record in table B? Usually on a join you would say … | |
Re: give this a go (untested but it should work) [code] #!/usr/bin/ruby loop do puts(system("wget http://....")) sleep 1 end [/code] just modify the wget to suit your needs | |
Re: [QUOTE=Rida17;312870]I have to make a cluster of 64-nodes to boot from a network instead of booting from their hard drives, the nodes must initialize themselves from the netwrok(Server) and then boot from their repective hardrives.(m talking abt a linux cluster here) Can any one help me in this? or Suggest … | |
Re: [QUOTE=BlueDiamond;314590]Hii everybody, I'm working on a charting Senior project for my graduation and i'd like anyone to help me finding an open source code for drawing business stock charts in VB.net, PHP or HTML languages Thank you for being helpfull :)[/QUOTE] Is this the sort of thing you're after? [url]http://gnuplot.sourceforge.net/demo_4.1/finance.html[/url] | |
Re: [QUOTE=Birhane;313893]Please i kind of need a quick help on how to plot polynomial graphs using c++.[/QUOTE] [url]http://www.gnuplot.info/[/url] Have fun. | |
Re: I keep my eye on a few (aside from the ones on Daniweb) including: [url=http://tirania.org/blog/index.html]Miguel De Icaza[/url], [url=http://michaelrobertson.com/]Michael Robertson[/url], [url=http://blogs.guardian.co.uk/technology/]Guardian Technology[/url] I don't like blogs without focus and just read ones about technology/IT. I spend most of my time on [url=http://www.digg.com]Digg[/url], [url=http://www.reddit.com]Reddit[/url], [url=http://slashdot.org]/.[/url] and [url=http://www.theregister.co.uk]the Reg[/url] and more and more … | |
Re: [code] ALTER PROCEDURE UpdateAccounts @contactID int, @accountID int AS begin transaction UPDATE [Contact Account ] SET [Account ID] = @accountID WHERE [Contact ID] = @contactID UPDATE [Other table] SET [Account ID] = @accountID WHERE [Contact ID] = @contactId commit transaction [/code] | |
Re: I didn't read the whole thread so I dunno if this has already been mentioned but I use pokerroom.com's java client. Its pretty decent | |
Re: [QUOTE=amithasija;311742]hhey any body knows how to upload a file or image in database and retrieve it,i know i have to use file column and rmagcik but dont know how to apply them,can anybody tell me step by step implementation. thanx in advance,[/QUOTE] [url=http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles]This[/url] tutorial explains how (I presume you're using … | |
Re: [QUOTE=Duki;310678]I just tried to install AIM and got this error libstdc++-libc6.1-1.so.2 is needed by aim-1.5.286-1.i386 any ideas? I ran this cmd: ln -s /usr/lib/libstdc++-libc6.1-2.so.3 /usr/lib/libstdc++-libc6.1-1.so.2 Not sure what it did, but the installation still won't work[/QUOTE] Instead of the official AIM client use Gaim (it will already be installed on … | |
Re: [QUOTE=dynamicdude;299657]Hi Guys, I am kinda new to this forum. But I need your help. I am not sure which language I can use to make a software which can sniffs Wireless network. any help or Open Source could will help me tremendosly... many thanks in advance and this community rocks..[/QUOTE] … | |
Re: [QUOTE=FireSBurnsmuP;308396]I am trying to run a program in wine, and I need it to recognize my flash-drive's existance. Any help would be appreciated. I did set e:: -> /dev/sda1 a couple of times, I also tried mounting it and e:: -> /media/usb-disk but to no avail. Once again, any help … | |
Re: [QUOTE=KalebG;301707]I've been searching around the site, looking at the different types of coding, and come accross Assembly. This is one of the most complicating code ive seen yet and was just wondering what is it's most common use?[/QUOTE] Assembly language is a very low level language. It is very fast … | |
Re: [QUOTE=Duki;308990]Hey guys, I'm in a Linux class right now; never used Linux before. I was given a copy of RH9 with my book and have it installed but can't load my nic on it. I go to terminal and type /sbin/ifconfig eht0 up which works. But then I try to … | |
Re: [QUOTE=fcaserio;308938]I hava a table that stores payment information, with invoicenumber int and part varchar, where part can be (1/1, 1/2, 2/2, 1/3, 2/3, 3/3, etc) The thing is not all payments are related to invoices, so I have many null value for invoicenumber. Is it posible to create a UNIQUE … | |
Re: Whilst on the subject of advertising I was wondering what the view of the IntelliTXT adverts was; some of them seem to be pointing at really [url=http://blog.siteadvisor.com/2006/02/how_would_you_like_to_pay_3795.shtml]scummy[/url] sites. Attached a screenshot of the one in question. I know the targets are out of control but I think its a bit … | |
Re: [QUOTE=sagar1986;305083]Hello, Sagar here. I have an image that is captured from an inclination(approx 20 degrees). There are circles in that image which appear ellipses due to oblique view. So I want to apply corrections and want a 3D rotation of taht image. Can anyone help please ??? Thanks Regards Sagar … | |
Re: [QUOTE=mkls;304551]Hi By mistake, I hit "reply" on an email sent BCC to my Hotmail . It's really going to hurt someone else. Any chance of retrieving it? (As you can tell, I'm not an IT genius, but really need the help !) Thank you[/QUOTE] Nothing you can do really. | |
Re: [QUOTE=bobby08;304042]Hi, im running this website,,,worked so hard on it for about 5 months straight. i got it finally up and runnin, and the first 3 months went smooth. all of a sudden my MySQL DB drops...every table inside...just GONE. my site went down and error messages were received throughout my … | |
Re: In my opinion all things that can be ordered should be treated the same, so you'd have a table of orders, a table of items (this can include cars), and a table of categories (cars, parts, gifts etc) [code]orders --< order_lines --- items >--- categories[/code] orders: [b]order_id[/b], customer_id, date order_lines: … | |
Re: VB6 came out nearly 10 years ago and apart from maintaining old apps nobody really uses it (I'll probably get told otherwise but nobody uses it for anything serious). I suggest you try learning something that people currently use; the old VB developers now tend to be using VB.net or … | |
Re: [QUOTE=jennifer m n;303093]Okay, I am extrememly new to all of this, but I need some serious help! My sister accidently bumped the plug to my computer out of the socket, causing my computer to powerdown, of course. This isn't the first improper powerdown, but for some reason, my desktop won't … | |
Re: [QUOTE=sneekula;303071]What is wxGlade?[/QUOTE] [url=http://wxglade.sourceforge.net/]wxGlade[/url] is a interface builder for wxWidgets. They copied the look/layout from Gnome's Glade (which designs GTK GUIs) | |
Re: try setting your keyboard to UK instead of US cant remember exactly how to do it in windows but its somewhere in the keyboard prefs (start->control panel->keyboard) | |
Re: Counterstrike is the best; and I mean v1.6 not any of this CS:Source malarkey. | |
Re: Is the problem computer specific or keyboard specifc (ie if you use another keyboard on your computer does it happen? or if you use your keyboard on another computer does it happen? | |
Re: Why don't you learn [url=http://boo.codehaus.org/]http://boo.codehaus.org/[/url]. | |
Re: [QUOTE=lproven;298868]> Unfortunately you're alone in this belief. And bbcode isn't proprietary. Everyone can, and most do, use it. I'm not, you know. Q.v. [url]http://en.wikipedia.org/wiki/Bbcode[/url] "Some implementations of BBCode have suffered problems related to the way they translate the BBCode into HTML, which could negate the security that was intended to … | |
Re: This should do the trick. Commented the last bit just in case you're not familiar with ruby. [code] #!/usr/bin/ruby require 'find' directory = "/home/peter/Ruby/test_data" files = Array.new #first get a list of the files Find.find(directory) do |filename| filename.each do |f| files << f if /\.dat/ =~ f end end #to … | |
Re: Is it anything to do with the permissions on the files? | |
Re: [QUOTE=Mushy-pea;297839]Hello everyone. Has anyone heard of Sigur Ros (the band from Iceland)? I got their last album for Christmas and its A - mazing :p . They even invented their own language to sing on the songs. If you don't have a clue who I'm talking about, think of the … | |
Re: [QUOTE=happygeek;298172]I used to wear out keyboards in a very short time, most often the lettering goes first quickly followed by the keys cracking up. Best I have found for a combination of longevity and real every-day-a-few-thousand-words usability are the solid IBM SK-8820's. In fact I like 'em so much I … | |
Re: I am a rails developer and as jtwenting said earilier in this thread, it is important to have a decent grasp of ruby before trying to get your head around rails. I did a fair amount of python at uni and found ruby quite similar. The pragramatic programmers books also … | |
I'm sure most people here are aware of software patents; for those that aren't there is a good article on wikipedia about the pros and cons here: [url=http://en.wikipedia.org/wiki/Software_patent_debate]http://en.wikipedia.org/wiki/Software_patent_debate[/url] I am a firm beleiver that software patents stifle innovation and always seem to favour those with large wallets and an army … | |
Re: [QUOTE=different.cloud;288618]I am at the basic stage of planning out a Relational Database and I am looking for a freeware program that I can use to draw my initial relationship diagrams (with entities and the relationships between them). It would be useful if the same program could later be used to … | |
Re: [QUOTE=ostkaka;257950]Ok, sorry for that, I will try to be more specific. I have installed it, but I cant find how to start it, i searched for it in the directorys you said but I still cant find it.[/QUOTE] if you can't find it try [code] whereis irssi [/code] or [code] … | |
Re: [QUOTE=kermie;294217]Hi Guys I would love some feed back on an ethical question I have just spent the last 5 hours discussing and would like to get the ideas of those in the industry and particularly those from and other countries as I’m from Oz and I know our standards are … | |
Re: in Delphi : [code] program simplecount; var i: Integer; begin for i := 1 to 10 do WriteLn(IntToStr(i)); end. [/code] and in perl (because [b]everyone[/b] loves perl) : [code] #!/usr/bin/perl for($i = 0; $i < 10; ++$i) { print $i . "\n" } [/code] I use Ruby mostly these days. … | |
Re: [QUOTE=EnderX;288607]I am currently in charge of a running installation of the Slony replication procedure for Postgresql databases. I inherited this installation from my predecessor; I have no clue how slony works. I am in need of some kind of beginner's guide, if anyone knows where such a thing might be … | |
Re: [QUOTE=linux;286289]Ubuntu Linux (6.06 LTS): I have Firefox installed as well as Epiphany, and Firefox will not open when opening HTML and bookmark files. I try to open an HTML file off of my desktop, and it opens Epiphany, even after changing the default browser to Firefox. Help![/QUOTE] right click file … | |
Re: Have you tried [url=http://www.aptana.com/]aptana[/url]. I don't use it but our design guy uses it instead of Dreamweaver these days. Also Notepad++ is good for quick editing; syntax highlighting, html tag closure, integrated html tidy, split panes, lots of other goodies too. /for the record I use [url=http://www.vim.org]vim[/url] ![]() | |
Re: [url=http://anjuta.sourceforge.net/]anjuta[/url] may be worth a look - can't believe this thread got so far without a mention. |
The End.