199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for rockerjhr

How do i know if two linked lists are set equal? if L1 and L2 are linked lists set equal meaning the set of values of the nodes in L1 is the same as the set of values of the nodes in L2 and order does not matter i know …

Member Avatar for L7Sqr
0
873
Member Avatar for ubi_ct83

hi all, how can i view the number of input field base on dropdown menu selection.lets say user choose 3 from dropwdownmenu then 3 input field are viewed

Member Avatar for ubi_ct83
0
223
Member Avatar for feoperro

Hi, Does anyone know how to control the sequence of JQuery $(document).ready functions? For example: [CODE] $(document).ready(function() { ... }); [/CODE] Only if this returns true then do: [CODE] $(document).ready(function() { ... }); [/CODE] Thanks

Member Avatar for feoperro
0
272
Member Avatar for thijscream

hey ppl, you helped me out allot of times, so i come back to you once again, i just transfered my website from a local pc(for testing) to a webserver @ my hosting. now some parts arent working correctly. [B]some extra info about the page:[/B] What kind of web page …

Member Avatar for thijscream
0
185
Member Avatar for xxreenaxx1

I am able to upload a file and echo these. But now I would like to upload these to my database. How would I go onto doing this. I found something like this for C++. but not sure how to convert this to PHP. this is what I found [CODE] …

Member Avatar for xxreenaxx1
0
185
Member Avatar for Anthony-uk

Hi all, today i thought id write a function to see if a string is a palindrome "a word which is spelt the same when read backwards" and thought id post it on here, to see what other/better ways you guys had of doing it or even though i think …

Member Avatar for Anthony-uk
0
75
Member Avatar for zach&kody

My friend and I are in a computer science class, and we were wondering how to edit the contents of a jar file? What software would we use, lines of code we might need, or any other input would be greatly appreciated. -From our computer to yours'- zach&kody

Member Avatar for JamesCherrill
0
981
Member Avatar for raephel

Hi all, I'm facing problem while with invalidating session. Actually I want to redirect a user to the login page if the session is invalid either he presses back button or enters a url. Plz help me. Thanks.

Member Avatar for raephel
0
414
Member Avatar for error.exe.er

Hi every one ! Guys i am trying to do the Fibonacci numbers without an input just want it to number 8 then stop, But i want to do it using Do While i did it but , i am missing something i can't find what is it its won't …

Member Avatar for error.exe.er
0
100
Member Avatar for ajinkya112

Hey guys, Here's the thing. I have a database in MS access. I have made an application that has to access this DB. Now this database is on another machine. Lets call it pc1. pc1 and my machine are in same wireless network. But when i try to connect to …

Member Avatar for Momerath
0
154
Member Avatar for mbarandao

Good day: Need some assistance with an idea which seem to be complicated as I think of it and can't seem to figure out an appropriate implementation. I'm working on a hosted service app which requires a php logging system to identify the user and their respective account. On this …

Member Avatar for mbarandao
0
110
Member Avatar for Mark_48

Anyone got any idea how to sum values of a column instead of a row??? ie 1 2 3 4 2 3 4 5 4 3 2 1 [B]7 8 9 10[/B]

Member Avatar for Mark_48
0
112
Member Avatar for brixton d

hey i would like a program to help me schedule my lectures and activities for dds. I would like to enter a date and an activity description and get as my output a text string e.g Input 03/13 work on dds assignment Output march the 13th: work on dds assignment

Member Avatar for brixton d
0
93
Member Avatar for dschuett

Hi everyone. I am still very much in the learning phase of JQuery and AJAX, so your help is VERY much appreciated! I have created a webpage that has two tables of invoice records, which are printed to the screen using a php while loop. The first table is a …

0
106
Member Avatar for newtoc#

Hi I am new to programming and to the c# syntax. Can someone explain to me what [B]this[/B] refers to in the snippet of code below [CODE]using System; using System.Windows.Forms; class MyTestButtonClass : Form { private Button myButton; // Constructor method public MyTestButtonClass() { myButton = new Button(); myButton.Text = …

Member Avatar for Momerath
0
141
Member Avatar for Mark_48

I want to use the code i have and turn it into a function that i can call in the main program. I have to do a similar function a second time and want to be able to call them into the main program instead of having one big long …

Member Avatar for RabidDog5150
0
154
Member Avatar for freshfitz

So how can you tell if you've maxed out express and need to move to the full blown version. Not referring to database size but performance? Asking because we are moving a website and the webhost master asked if he will be on express or full version claiming that express …

Member Avatar for freshfitz
0
110
Member Avatar for skatamatic

Well I don't have any specific question. I've been writing a chess game and can't seem to figuire out what the problem is with it! I tried debugging it for a few hours now and am about to give up altogether and rewrite it. The problem occurs seemingly randomly when …

Member Avatar for robab
0
168
Member Avatar for TrustyTony

Here version of TicTacToe demo [URL="http://www.daniweb.com/software-development/python/threads/357974/1526474#post1526474"]code by wooeee[/URL] with packing style, which is more familiar for me. Also fixed indents and made it run also with Python 3.

Member Avatar for e-papa
0
760
Member Avatar for jacob21

Hi, query showing error [CODE] "SELECT * FROM admin INNER join category on category.cat_id=admin.cat_id where admin.company=".$_REQUEST['company'].""; [/CODE] thanks

Member Avatar for kekkaishi
0
78
Member Avatar for hotice47

HI i am try to delete multiple data by using check-box in php i tried but is don't works not getting the ids from the check-box.. my code is [CODE] <tbody> <?php while ($row = mysql_fetch_array($res)) { ?> <tr class=" <?php echo $class = ($class == 'even') ? 'odd' : …

Member Avatar for coolest_987
0
150
Member Avatar for nitsakh

I want to write a simple linked list program with ASM . Here's the code which I have tried to write(presently only for single digit numbers) ! However,it works only for 3 numbers and that too has sometimes some errors. I am new to assembly language. So please help me …

Member Avatar for nitsakh
0
212
Member Avatar for apanimesh061

I wish to make a program which will read a wav file .... I have Visual C# 2008. Could anyone please tell me what should I study before getting into this audio/video part...????? Till now I have worked only with 'Console Applications'.

Member Avatar for Saikalyankumar
0
262
Member Avatar for Tank50

HI I want to create new sql account in sql server 2005,and user only able view sql agent job history details only.How do I do this.Please help. Thanks Tank50

Member Avatar for Tank50
0
107
Member Avatar for DimaYasny

Hi All, I am trying to start writing a wiki-ish CMS I've been contemplating for a while now. the content will include pics, html content, and should be stored in a database (the current pick is postgres) A few questions for the more experienced folk 'round here: 1. how do …

0
155
Member Avatar for anooptech

I am a beginner to PHP, I have a table dyn_menu to store menu items in the database. The parent_id is the id of the parent menu item. I need to generate an array like, array[ -1 --3 -2 --4 ---6 -5 ] The table shown below.Please help me to …

Member Avatar for vibhaJ
0
143
Member Avatar for leo88

Hi, i have some problems with arraylist: [code] ArrayList arr=new ArrayList(); string a="1 2"; // how to split this and store to arraylist? [/code] How to split the string "1 2" and store into arrayList arr?

Member Avatar for Saikalyankumar
0
111
Member Avatar for srvstv.prnc
Member Avatar for srvstv.prnc
0
159
Member Avatar for ITKnight

hi all, i m a newbie in this forum and vb.net application, but i want to learn this language. please help with your post. Thx all. :) this my question : How i can make my font to looks [B]Bold[/B], [I]Italic[/I] or [U]Underline[/U] in rich text box with vb.net ?? …

Member Avatar for Jx_Man
0
548
Member Avatar for pragati_2010

I have one problem with '/' we have a field which contains multiple values and these values will come separated by a slash '/'. Now i dont know how to resolve when the values it self contains a '/'. For eg. <xsd:Value> Tiger / Lion / Deer</xsd:Value>----This is what is …

Member Avatar for xml_looser
0
374
Member Avatar for BrianDickson

I am having great difficulty getting a query to work with multiple conditions. I have a very basic understanding, hence the two queries below (one commented out). I understand a smaller and more precise query would be returned by using INNER JOIN. Both queries work fine until I try to …

Member Avatar for smantscheff
0
170
Member Avatar for xanawa

Hi I crated a datagrid view that gets the data from the database. Now i need to get data from 2 tables which have a relationship Item and Item Type because i want to show the items grouoped by the item type.. Is it possible?

Member Avatar for Saikalyankumar
0
114
Member Avatar for xanawa

i am doing a toolbar using buttons and i would like to make my buttons teh shape of the image on the button such as a circle do you have an idea how?

Member Avatar for abelLazm
0
87
Member Avatar for Shuel

Hi, If anyone can help me with this would be very mych appreciated. My problem is I have a database full of users that has been built up over the years. The password field in the db is not been encrypted and the password is visible to all. I would …

Member Avatar for pritaeas
0
99
Member Avatar for Rishikeshan

I am trying to dump the memory of my c++ app. [code=c++] #include <iostream> #include <fstream> using namespace std; int main () { ofstream myfile; myfile.open ("example.txt"); myfile << "Writing this to a file.\r\n"; myfile.close(); int *p; *p = 25; char b[] = "hello"; int a; for (a=0; a==-1; *(p++)){ …

Member Avatar for Rishikeshan
0
272
Member Avatar for G_Waddell

Hi I thought I'd share this with you all as it is really quite simple but I spent ages looking for it. I have an ASP.Net App with a master page containing a tree view that holds a heirarchy of data (as opposed to site naviagation) What I wanted was …

0
664
Member Avatar for justin_petrulis

Hello, i have centos server with installed webmin, php, apache, mysql. I have configured php without soap and now i need to install php-soap-5.3.4-1.el5.remi. I have searched all over the internet but not found that rpm. I would be very grateful if you could give me a link if you …

Member Avatar for justin_petrulis
0
268
Member Avatar for Pankaj18

Hi, I am using below code to hide a column in Gridview. Gridview have one template field(Checkbox) and multiple coulmns.And Auto generated field propert is true,remember there is no bound field.But it display an error. My code:: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[4].Visible =false;//error generated on this line …

Member Avatar for mitchikoy
0
1K
Member Avatar for ubi_ct83

Hello, i query data from database using jdbc, and there will be a lot of data.how can i solve 1 by 1 of the data?currently, my code just solve the last data. this is the pseudo: [CODE] JDBC connection query data = ResultSet{userid,task_id} while (Resultset()) userid, task_id count++ end close …

Member Avatar for ~s.o.s~
0
89
Member Avatar for ekailan

I have 5 programs that works 100% I need to integrate them in one code using this code in the main [CODE] int A; cout<<" Enter Your Choice"; cout<<"1. Algorithm A ."; cout<<"2. Algorithm B ."; cout<<"3. Algorithm C"; cout<<"4. Algorithm D"; cout<<"5. Algorithm E"; cin>> A; if(A==1) { //call …

Member Avatar for ziggystarman
0
144
Member Avatar for bahed121

hello I want to read images from a folder in my D:\ drive and place their names in dropdown box so that when i click on image name it opens in a picturebox. I am new at using c# can anyone help me in this regard thanks

Member Avatar for bahed121
0
181
Member Avatar for dangari

Hi guys, My code below works well when it's assumed that PuTTY is resident on the Windows machine where this application is running, and have PuTTY connect to a Linux server on the local network. [CODE] //more code Runtime r = Runtime.getRuntime(); Process p = null; String s = "C:\\Program …

Member Avatar for dangari
0
1K
Member Avatar for Deepo

Hey everyone , I have a Mid semester Exam next week and I need to study the basics of programming a C++ programs. can anyone recommend or help me with some basics or link me something which could help me revise things faster and make it easier. i am sturggling …

Member Avatar for jonsca
0
222
Member Avatar for TwistedVelocity

The program I was attempting to make was going to be 1.open notepad 2.fill 1 - 2 pages with text 3.save the file (named "1") 4.loop with a different saved name each time (IE named 1, then named 2, then 3, etc etc) I can open notepad, and loop that, …

Member Avatar for richieking
0
145
Member Avatar for gcclinux

Hi I have search the net to an extent that I can not more and I still have not found the answer, so I am someone here can tell me, I want to be able to list all local drives in a system, but excluding USB. Network, DVD, etc This …

Member Avatar for gcclinux
0
652
Member Avatar for YMCMb

Hi everyone, Here i am once again, I have a business logic layer, which will be called upon by aspx page, The BLL has a SQL statement which add's records on to the database, which works fine, however i would like to make sure the record that is being added …

Member Avatar for YMCMb
0
407
Member Avatar for Slyvr

When I run my program, sometimes it shows up and sometimes it just shows a blank frame. Is this because it's having trouble loading the canvas/buttons and all that stuff...aka do I need a loading screen and how do I do one in java?

Member Avatar for JamesCherrill
0
103
Member Avatar for skajava
Member Avatar for mKorbel
0
91
Member Avatar for bharathisankhya

Hi All, Iam using RSF, I need to clear a form after user clicks on submit button using onLoad function in Javascript. Can anyone give me the solution. immediate help is appreciated

Member Avatar for Dean_Grobler
0
82
Member Avatar for emhmk1

Hi Everyone. I'm having a hard time getting my head around the concept of this and kind of need it spelling out for me. as things stand the user uploads a video and then my script converts it without the user being able to do anything, however this, i know, …

Member Avatar for emhmk1
0
174

The End.