199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for freeze131

I'm very new to python, as you will discover with my newb question, I am trying to create a project that prints out Ascii Banners EG _________ _________ _______ _______ _______ |\ /|\__ __/ \__ __/|\ /|( ____ \( ____ )( ____ \ | ) ( | ) ( ) …

Member Avatar for woooee
0
122
Member Avatar for mrcniceguy

I never worked with video at all. Just asking how is it possible to enable members in my site to upload videos. I have seen in some site example Tagged.com,there videos got Youtube player)))how is possible to play tube videos in my website. Its a Social Network web

Member Avatar for mrcniceguy
0
187
Member Avatar for severman

hi all im writing a flash game, which the "brains" is in php and the client is on flash. i've written the board in flash and now i have a 9 same movie clip in flash. this movie clip has 4 frames in it and they all sits on the …

Member Avatar for mazeroth
0
140
Member Avatar for jcmeyer

I want to copy a file to the clipboard. So if the user of my program goes into a directory or want to send the file attached in an email, they can just paste the file into the directory or email. I understand how to copy the file to another …

Member Avatar for jcmeyer
0
3K
Member Avatar for root59

Hi there all I would like some help with my client and server program that uses gui to chat with each other. The program works fine the first time but somehow when i try to send a second message nothing gets displayed and the person object is empty. I dont …

0
150
Member Avatar for kawalya

Hi folks, i need some help on how to get this code to work properly: I have not had the time to fully commit to its intrinsics but i am sure there is someone in the community who can get me some quick help. Thanx.[code]package javaapplication1; import java.io.ByteArrayOutputStream; import javax.crypto.Cipher; …

0
106
Member Avatar for Zaad

Hi Im interested in doing an application regarding text to speech... But I wanna do something in this regard whic is not available at the moment smoething like a new idea which is doable.... Can anybody pls help

Member Avatar for peter_budo
0
87
Member Avatar for mahela007

How do I pass an instance of a class to the __init__ method of another class so that I can access it's variables? eg: [CODE] class my_class: variable=0 variabletwo=9 a=myclass()[/CODE] How do I access the "variable" field of "a" from another class? I could write something like a.variable but that …

Member Avatar for mahela007
0
141
Member Avatar for mahela007

I understand that python provides a value for self when methods are called on the instance of a class. However, I don't understand how self works when assigning value to a variable of instance. [CODE] class snake: def __init__(self,name): self.name=name#this is the bit I don't understand. How is self.name #interpreted …

Member Avatar for mahela007
0
130
Member Avatar for Capra

Hi, I am trying to setup a tomcat server in eclipse galileo java ee to test a simple JSP page. I have problem, but no solution to it. So, if i want to see [url]http://localhost:8080/Project/WEB-INF/Hello.jsp[/url], it gives me error page HTTP Status 404 - /Project/WEB-INF/Hello.jsp I have tried to change …

Member Avatar for peter_budo
0
376
Member Avatar for polo_coins

I want get a root of number in C# what library i must to insert and what command solve it

Member Avatar for ddanbe
0
163
Member Avatar for DdoubleD

I get this error that I don't know how to properly prevent it from happening: [QUOTE]Cannot bind to the property or column SomeField on the DataSource. Parameter name: dataMember[/QUOTE] I'm including a zipped up project I created that simulates what is happening in my much larger application. I have created …

Member Avatar for DdoubleD
0
246
Member Avatar for rakesh_01

Guys I'm supposed to write a program that displays the date and time using C along with username and password inputs I came up with the following code [code] #include <stdio.h> #include <termios.h> #include <unistd.h> #include <time.h> #include <curses.h> #define PASS_LEN 25 int current_getch; int doloop = 1; static WINDOW …

Member Avatar for Salem
0
161
Member Avatar for MARKAND911

Is there any control to change the image automatically which is stored in database. if so then send me reply. Please its urgent.

Member Avatar for sknake
0
126
Member Avatar for thierryjohn

hey guys can u pls help in developing this program...im really very beginner in this...can u pls teach me how to start.. thank you so much...god bless You are required to develop a system to record details of student. This system should be implemented using structure and array. You are …

Member Avatar for Nathan Campos
0
291
Member Avatar for sssss01

how to store image in a folder and database using php and mysql and how to retrieve that image.

Member Avatar for Graphix
0
298
Member Avatar for ihatestarch

What would a recursive function (not from a class) that puts some kind of element (like an integer) into a 2D array look like? I noticed a 2D array seems to be a bit different from a regular array in a function. Is the first bracket always empty and the …

Member Avatar for ihatestarch
0
2K
Member Avatar for timon_zed

Hello people, I want to find exactly how I would upload an image to a database from a JSP web form.The form would have to support other formats as well such as text and should cater for the image upload as well.

Member Avatar for peter_budo
0
994
Member Avatar for Haimanti

Hi, i'm making a regitration form. In that i need to validate the email taken from user. for thgat i've written a class in .cs file [code] public bool ValidateEmailAddress(String txt) { // Confirm there is text in the control. bool abc = false; if (txt.Trim().Length != 0) { // …

Member Avatar for sknake
0
127
Member Avatar for Haimanti

Hi, In the registration form am abt to make, i want the system to generate the password for the user. The simple way to enter the data to the backend is : [code] SqlCommand cmd_insertuserDetail = new SqlCommand ("Insert into fwm_user (last_name, first_name, birth_date, address, city, postal_code, country, email, password, …

Member Avatar for sknake
0
129
Member Avatar for tripes

hi i want to create a csv file using [B]VB.net 2003 [/B]and save the data from an array in it... i have searched everywhere and i did not find a solution. please help :'(

Member Avatar for sknake
0
992
Member Avatar for sofiastrange

Hello everyone! I am trying to write a program in C for the RSA encryption. I have come this far and can't seem to go further. I don't understand why it is not giving me the desired results. My program style may be a bit naive i am just starting …

Member Avatar for Salem
0
133
Member Avatar for push

hi pls...any one replay me i wanted to update status of shoping cart item(status using dropdownlist for selecting option). And this value should depend on selected checkbox value. That is i wanted to select required item and for that item status should be updated by passing this itemid and status …

Member Avatar for javaAddict
0
475
Member Avatar for scias23

i have this code. [CODE=java] numberPlayers = 2; players = new Player[numberPlayers]; setName(); setHand(); private static void setName() { for(int i=0;i<numberPlayers;i++) { out.print("Player "+ i + " name: "); players[i].setName(in.nextLine()); out.println(); } } private static void setHand() { for(int i=0;i<numberPlayers;i++) { out.print("Player "+ i+1 + " hand: "); players[i].setName(in.nextLine()); out.println(); …

Member Avatar for masijade
0
137
Member Avatar for frank.zappa

Are there any Python modules that convert strings to binary? (like [url=http://www.nickciske.com/tools/binary.php]this[/url] site) I googled 'python ascii to binary' and I found binascii but I can't figure out how to use it, well I don't think it's what I'm looking for. My plan is to write a script that takes …

Member Avatar for Gribouillis
0
93
Member Avatar for itslucky

Hi, My Dear Friends i have Develop a Inventory System in C#, now i want to print the Reports, But there is no link for Crystal Report in C# Express 2008... Please any body tell me that what should i do to get the crystal Report to print out the …

Member Avatar for Ramesh S
0
103
Member Avatar for aparnasofte

I hav to do a project on online examination using java and j2ee concepts. I donno from where and how to start. I donno which concepts to use. Am not confident with the concepts. But am sure I can learn and do.. plz someone guide me to do the project. …

Member Avatar for aparnasofte
0
114
Member Avatar for sbanik

hello, i have visual studio 2005 installed in my computer and i am using oracle as server. i am not able to write the connection string in the web.config. from control panel-> add administrative tool->data odbc->system dsn i have added a dsn 'data'. database name is employee please help me. …

Member Avatar for Ramesh S
0
92
Member Avatar for sydneyram

I am trying to accomplish a Master Detail Display here. The master item is ProductName and Child items are the details of the Product. Example: Dell Desktop V305 - Model: Black - 23877487y24y - Mother Board - Intel .... - RAM - 3 GB DDR HP Printer - Ink Jet …

Member Avatar for John A
0
142
Member Avatar for rom87

How would someone go about creating a new cmd window and position it where ever from a win 32 program whenever .Also be able to get a handle to it to output text to the cmd window aswell.What call is required ? Thanks

Member Avatar for Frederick2
0
200
Member Avatar for hbmarar

Hi , I have a scenario where I have to fetch the dates in 1/1/1900 format and insert it to a new database as 1900-01-01. The issue i face is my date before 1970 gets reset to 01-01-1970. I tried as strftime("%Y-%m-%d", strtotime(''1-1-1900)). I also tried with mktime but same. …

Member Avatar for cwarn23
0
1K
Member Avatar for Techwriter10

You have to give Sony credit, they are really trying new strategies to wrestle eBook marketshare from the Amazon Kindle. This month [URL="http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_book/release/41492.html"]they announced several new editions [/URL]of the Sony Reader, including the brand new Reader Daily Edition, which should be in stores in time for the holiday shopping season. …

0
766
Member Avatar for Techwriter10

Last week Amazon [URL="http://mashable.com/2009/07/17/amazon-kindle-1984/"]did something despicable[/URL]. They violated the privacy of every Kindle user when without warning they remotely deleted copies of George Orwell’s 1984 and Animal Farm from Kindle Readers. It seems that Amazon had determined these books had been purchased "illegally." (The irony of choosing these particular books …

Member Avatar for Techwriter10
0
440
Member Avatar for khess

This post has nothing to do with Michael Jackson, his death, his kids, his Neverland Ranch or anything related to him. It has everything to do with my need for a virtual laboratory where I can test virtual machines, write about them or produce other documentation about them without a …

Member Avatar for ronkupper
0
533
Member Avatar for happygeek

Moazzam Begg, former [URL="http://www.daniweb.com/blogs/entry2863.html"]Guantanamo Bay[/URL] detainee, is set to go back to the now closed suspected terrorist prison camp. But this time his stay will be purely virtual, on the Xbox 360. As strange as it might sound, a new computer game is being developed based upon life in Guantanamo …

Member Avatar for Ancient Dragon
0
368
Member Avatar for newsguy

Now that's what I call a really cool idea, an air-fuelled battery for the [URL="http://www.itpro.co.uk/blogs/daveyw/2009/05/19/confession-i-am-sleeping-with-my-iphone/"]ever popular iPhone[/URL]. Actually, it is more than an idea, this is a development with legs. University researchers in the UK, funded by the Engineering and Physical Sciences Research Council ([URL="http://www.epsrc.ac.uk"]EPSRC[/URL]) have designed something called the …

0
365
Member Avatar for slfisher

Busy this weekend? President Barack Obama and his IT staff are [URL="http://www.whitehouse.gov/blog/09/05/21/Opening/"]asking for ideas[/URL] through June 3 to help make government more open. The call for ideas first went out on May 21. So far, there's [URL="http://opengov.ideascale.com/"]1171[/URL]. People can vote thumbs up or thumbs down on the ideas. "Then on …

Member Avatar for jlbraaten
0
257
Member Avatar for khess

[URL="http://blogs.zdnet.com/perlow"]Jason Perlow[/URL] and I had the pleasure of interviewing [URL="http://www.kickfire.com"]Kickfire[/URL] CEO Bruce Armstrong for the May 22nd episode of [URL="http://www.blogtalkradio.com/frugalfriday"]Frugal Friday[/URL] to discuss the Kickfire appliance. The Kickfire appliance is a Linux-based, rack-mountable, database appliance tuned for Data Warehousing. Here's the real scoop: Starting at a mere $32,000 US, you …

0
371
Member Avatar for khess

Well, well, well...Larry Ellison, [URL="http://www.oracle.com"]Oracle[/URL] CEO [URL="http://www.oracle.com/us/corporate/press/018535"]added[/URL] [URL="http://www.virtualiron.com"]Virtual Iron[/URL] to his collection today. Congratulations, Larry. When is Oracle going bankrupt? Every time that I've seen a company acquire too many other companies in a short time period, they always end up in the dustbin. Oracle just acquired [URL="http://www.sun.com"]Sun[/URL] just one …

Member Avatar for carlyse_09
0
254
Member Avatar for newsguy

When it was reported this week that [URL="http://www.itwire.com/content/view/20747/1066/"]Professor Stephen Hawking[/URL] had been taken into hospital and was "very ill" the overall mood of the media seemed to be that the Lucasian Professor of Mathematics at Cambridge University and author of the best selling 'A Brief History of Time' book was …

Member Avatar for NicAx64
0
423
Member Avatar for Brian.oco

Will the tech sector lead an economic turnaround? Forbes.com thinks so. This week, Peter C. Beller writes that Monday’s IBM revenues numbers and the fallout from the proposed Oracle and Sun Microsystems could lay the groundwork for an economic rebound. I’ll get to the IBM numbers in a moment, but …

0
289
Member Avatar for GuyClapperton

It's probably a little early to be looking for implications of Oracle buying Sun (no, it's official, here's the [URL="http://www.oracle.com/us/corporate/press/018363"]press release[/URL]). They've only just confirmed it's happening, and as one of the journalists who covered Novell buying Lotus many years ago I can confirm things aren't done until they're done, …

0
543
Member Avatar for newsguy

Just as the excitement started to hot up, first with the news that the controversial and increasingly popular legal free streaming music service Spotify was to open up with the release of a third party developer API, and then with the actual announcement of the availability of [URL="http://developer.spotify.com/en/libspotify/overview/"]Libspotify[/URL] itself, so …

0
326
Member Avatar for newsguy

It all sounds a little science fiction, but according to scientists at MIT it seems that a virus powered iPhone, laptop and even car are all possibilities stemming from research they have been doing. Although the potential for building batteries from viruses was discovered a few years ago, the MIT …

0
361
Member Avatar for Techwriter10

Seems every time I write a piece suggesting open source as an option, I get a couple of comments warning readers about the scary complexities of open source licenses. So I decided to ask a guy who knows free and open source (FOSS) exactly what the deal was regarding FOSS …

Member Avatar for putTheGinGnome
0
543
Member Avatar for happygeek

Us geeks have known it for ever, but the secret is now out: computer science rocks! That would seem to be the conclusion that a panel of international experts, admittedly they are experts in Computer Science and Informatics (CS&I), has arrived at. The [URL="http://www.rae.ac.uk/"]Research Assessment Exercise 2008[/URL] decided that the …

0
512
Member Avatar for happygeek

Apparently it would appear that the Tomb raider franchise is not as healthy as it used to be. The days of movie spin-offs with Angelina Jolie would look like being long gone (was it really 2001 that the movie came out?) Indeed, publisher Eidos even had to renegotiate debt covenants …

0
256
Member Avatar for Brian.oco

Oracle, Research and Motion and Palm are all releasing earnings statements today, and that should pick up momentum in what has been a fairly dormant technology trading week. The web site Tradingmarkts.com thinks the earnings news means opportunity in two technology-heavy exchange-traded funds (ETFs); Technology Select Sector (SPDR ETF XLK); …

0
637
Member Avatar for Brian.oco

Trying, ever so hard, to find some good news amidst the doom and gloom on Wall Street. At least the market went up for a second straight session, with the DJIA up 400 points on Monday trading; that after rising 500 points last Friday. Investors seemed cautiously optimistic about the …

0
304
Member Avatar for EddieC

Research released this week by Evans Data showed that 73 percent of the market currently use or plan to adopt the [url=http://en.wikipedia.org/wiki/Spring_framework]Spring application framework for Java[/url] within the next two years. More remarkable is that 83 percent of companies with 500 or more developers use Spring, according to the study[/url]. …

Member Avatar for ~s.o.s~
0
669

The End.