2,965 Topics

Member Avatar for
Member Avatar for psyb0rg

I have a main.php page with multiple divs. I load whole pages in these divs using AJAX. Some of these pages have forms with submit buttons. The structure of the pages is like so: For acc_settings.php [CODE]<form enctype="multipart/form-data" method="post" action="acc_settings.php" > . . <button type='submit' name='update' >UPDATE</button> </form>[/CODE] So the …

Member Avatar for psyb0rg
0
138
Member Avatar for nileshgr

I have two class modules namely DbConnection and Database. Database has all methods which are required to manipulate the tables (Insert, update, delete, move). And DbConnection has connection related methods (Connect, Close, StartTrans, CommitTrans, RollbackTrans) I have a global instance of DbConnection in a standard module and I don't initiate …

Member Avatar for nileshgr
0
82
Member Avatar for slacke

I have lots of Drytek > Vigor 2700,2800 routers on the public net. I manage this networks and since this type of routers has Log support I write an application on my linux box to collect those logs. The routers are sending UDP datagrams to a configurable address and port. …

Member Avatar for slacke
0
211
Member Avatar for Hiroshe

Hey guy's. I've never really cared for game dev befor, but it sounds kinda fun. I'm expecting a spair class next year and need to have something to do in my spair time. I'm thinking of making a clone of rogue (the 80's unix rpg). I'm wondering what the best …

Member Avatar for Hiroshe
0
136
Member Avatar for yara naser

hi im write this code with no error but in run it doesnt give me the best result i dont know why please if you can help me soon because i must recive this home work suuday not the block file have any statement in c++ and tokens-result are empty …

Member Avatar for Salem
0
215
Member Avatar for yara naser

[B]iam write this programe put in run there is problem in pointer please can you help me. to find the place of the problem when you run it press f10[B][/B] [CODE]#include<iostream> #include<fstream> #include<string> #include<conio.h> #include <iomanip> //#include<stdio> //#include<ctype> using namespace std; /**************************************************************** Functions prototype. *****************************************************************/ void Open_File(); void Demage_Lexeme(); int …

Member Avatar for Ancient Dragon
0
152
Member Avatar for Hiroshe

Kinda had an idea for artificial intelligence, though I don't think it's original. I don't know much about AI, so I'm taking a shot in the dark. My idea comes from biology and evolution (not new in computer science). The 'algorithm' for evolution is simple. Lets say you have a …

Member Avatar for Hiroshe
0
206
Member Avatar for imfrom51

I am a newbie with sql and need some help. Question Details: ARTIST.Name Artist.Nationality Transaction.purchaseDate Transaction.SalesPrice... Customer.Name Customer.Phone.AreaCose Customer.Phone.LocalNumber Customer.Name... (The Ellipses(...) refer to the structures that can repeat. Code SQL statements to update this view as follows: a. Change the spelling of Mark Tobey (ArtistName) to Mark Toby. I …

0
49
Member Avatar for k007

This is part of an assignment that I am doing. I have to create a Queue (FIFO) using templates. I have been able to create that and it works. There is one more part to this same assignment where I am unable to figure out how to proceed. Here is …

Member Avatar for k007
0
1K
Member Avatar for mandofl

I'm supposed to write a program that stores data about a soccer player in a structure: Players name, players number, points scored by the player. The program should keep an array of 12 structures. Each element for a differnet player on the team. When the program runs it should ask …

Member Avatar for mandofl
0
7K
Member Avatar for RobBrown

I am having a hard time writing a program to do the following: [QUOTE]Your program should create an array that contains ten (10) variables of the following type: typedef struct { char firstName[30]; char lastName[30]; char street[35]; char city[20]; char state[3]; int zip; char phone[15]; int accountId; } Customer; You …

Member Avatar for RobBrown
0
447
Member Avatar for ScriptKitty

Hello, my friends. I have a small problem. When I start windows as soon as it boots up, either firefox or IE starts directing me to a christian radio station. I have uninstalled both browsers and still having problems. Thanx in advance, guys!! Here is my Hijackthis log: Logfile of …

Member Avatar for Rik_
0
177
Member Avatar for mandofl

Hello people. I have a favor to ask. My programming challenge is to write a program that uses a structure named movie data to store the following, title, director, year released, running time. this program should create two moviedata variables store values in their members, and pass each one in …

Member Avatar for mandofl
1
7K
Member Avatar for vuyiswamb

Good Day all I have a Usercontrol that has a Gridview and its hosted on my aspx page and the aspx page is defined like this [CODE]<%@ Page Language="C#" MasterPageFile="~/SubjectMasterPage.master" AutoEventWireup="true" CodeFile="SubjectStruct.aspx.cs" Inherits="SubjectStruct" Title="o! WebEditor : Subject Structure" %> <%@ Register Src="SubjectNote.ascx" TagName="SubjectNote" TagPrefix="uc4" %> <%@ Register Src="SubjectDetails.ascx" TagName="SubjectDetails" TagPrefix="uc2" …

0
53
Member Avatar for marve09

Can somebody help me out, I am kind of worried about some viruses. My laptop restarted last night and when i came back a windows live page came up and said I might have some malware on my computer so I ran a scan with malewarebytes but no hits Logfile …

Member Avatar for jholland1964
0
117
Member Avatar for dontgetit

Hey, So i am completely new to python. I am taking a course at school by distance and i am unable to get the help/explanation to complete...or really start, my assignment. I am supposed to make a working chequebook calculator. It will store cheques (the cheque number, the amount and …

Member Avatar for zachabesh
0
145
Member Avatar for FireNet

[CODE] Creating Servers for handling Multiple clients Fog Edition By FireNet [/CODE] (This document is dedicated to my friend Aaron Anderson) (Fog Edition means I dont tell you everything stright.All the info will be there but you will have to do much thinking) Servers and Clients,the backbone of the internet …

Member Avatar for domenzup
0
7K
Member Avatar for nagarayan

Need help guys! my problem is i cannot store file data into an array of structures. I can already read the file data and also tokenized it so as to separate data. here is content of the file that i am reading: 200001, hamburger, 30.50 100000, cheeseburger, 21.00 the name …

Member Avatar for nagarayan
0
2K
Member Avatar for johnyjj2

Hello! I just began my intern in the company, it is after second year at the technical university so I've got some knowledge about advanced maths but I still need and want to learn about automate control, computer science and so on. At this moment I've got to do something …

0
39
Member Avatar for gsuraj02

My program has two threads one for reading the data of the client (RXTHREAD) and putting that data of client in a structure called qstr(which contains client Ip address,message,etc), the object of this queue(put_inq) should be placed in a Structure called (que), the SXTHREAD should then pop the object put_inq …

Member Avatar for asadmalik
0
109
Member Avatar for hughesadam_87

Hey guys, This questions is more about organization of python modules than the actual construction therein. In my project, we have several scientists performing similar analysis on several different data sets. For each project, the science changes, but the analysis often requires almost identical data handling. For example, one project …

Member Avatar for hughesadam_87
0
128
Member Avatar for massivefermion

Hi I'm trying to write a heap data structure but I have no idea how to do this.Could Someone help? thanks

Member Avatar for tux4life
0
202
Member Avatar for xnoiz

Since i am a Ph.D student in material science, i have no previous experience in programming, and for 1 week now i am trying to write a simple program...where i can use some help from you. I have written a program that can read every line in a txt file …

Member Avatar for tux4life
0
173
Member Avatar for yara naser

please can you help me to translate this code from c to c++ /*************************************************************** Program describtion : ===================== This program is for creating a Lexical Analyzer in c Created by : ============= CoMPuTeRQ8 kuwait university Major : COMPuTeR-SCIeNCe *****************************************************************/ /**************************************************************** Necessary Header files used in program. *****************************************************************/ [code=c] #include<stdio.h> #include<string.h> …

Member Avatar for necrolin
0
176
Member Avatar for Dream2code

Hi All, My requirement is like this.It a part of a software devlopment team as i am devloping a tool its a part of it. Its bit long but my explanation is clear to get it. 1)we need to read a data file using a description file. Usage: programname <description_file> …

Member Avatar for Dave Sinkula
0
448
Member Avatar for GWalk612

I am getting the error "error C2228: left of '.push' must have class/struct/union" when I try to push a random double onto the stack. Here's my driver... [CODE]#include <iostream> #include <string> #include <stdio.h> #include <stdlib.h> #include <time.h> #include "DynStack.h" using namespace std; int main() { double dblCatch; //holds values popped …

Member Avatar for Tom Gunn
0
126
Member Avatar for skal

Hello, I'm trying to create a structure in C# with byte alignment, which "include" unions as well. The code is compiling, unfortunately I get an exception linked to data alignment : "it contains an object field at offset 10 that is incorrectly aligned or overlapped by a non-object field" the …

Member Avatar for kvprajapati
0
105
Member Avatar for coolmike

I need help with using php to dislplay data from a firebird database. I've tried various methods but no success so far. My latest attempt has been to try PHP Generator. I get indications that it should work, but it falls short of displaying the data. Here is a sample …

0
89
Member Avatar for aharrold

Had a problem during the week where webpages were being redirected. None of my tools would run (Spybot Search & Destroy, HijackThis etc) any website I tried to visit for updates to AV also failed. I checked Hosts file and nothing strange there. I finally changed the Spybot exe to …

Member Avatar for jholland1964
0
707
Member Avatar for janetb

Had a repeater giving out an rss xml data feed, but it took too long to load, so I'm using an ajax incremental page loader and need to get the xml into an innerhtml format so I can write it back to the page's div tag via a web service. …

Member Avatar for janetb
0
123
Member Avatar for metzenes

I'm developing a recursive method for a class which will return a complicated data structure (a list of dictionaries which will contain lists of dictionaries as values). The data structure could be something like that: list<map <string,list<map <string,list< map<string,list<...> > > > How can I refer to this structure while …

Member Avatar for jencas
0
332
Member Avatar for Lowfront

Everyonce in awhile I get this pop up message saying "Server Busy" , with a "retry" and a "switch to" option. Now it doesn't happen often but the results can be horrible. I run ableton live and have had this error completly ruin a live set I was doing. It …

Member Avatar for Lowfront
0
241
Member Avatar for prathikanoe

i am very new to ajax, i knw php and js well, but now my problem is i am not able to update the query. i retrived some records from database using php nd mysql, but now my req is i need to put button , after clicking the button …

0
45
Member Avatar for jones8jr

Hi, I'm using Windows XP. I'm using Firefox now because I am no longer able to use Internet Explorer. Adobe Flash stopped working, and I can't download it through IE because the ActiveX bar never appears anymore. I'm unable to download anything on IE. (I have downloaded and reinstalled the …

Member Avatar for Rik_
0
239
Member Avatar for witecloner

Sorry if my thread is place in incorrect forum. Hai All ... Could anybody help me? i'm praticing how to build the n'tier application. I have read some book tell about this, like "Building Client/Server Applications With VB.NET" by Jeff Levinson, beth massi video tutorial "building simple n-tier applications", and …

Member Avatar for witecloner
1
305
Member Avatar for blueidea

[B]Background[/B] Most Java web reporting tools, especially those have some BI characteristics, often claim to end users that their products are simple to use. Some reporting tools promise that they can allow end users to make various statistical reports follow their own inclinations, and evenmake a report just by drag …

0
46
Member Avatar for fishhaddock1

hello... can anyone help me clean my computer of a nasty onclick.cn bug that is affecting both IE and firefox? here is my HJT log, and thank you again for being so helpful. you guys have helped many people online and I really appreciate it Logfile of Trend Micro HijackThis …

Member Avatar for jholland1964
0
366
Member Avatar for Toxicity

got a string of nasties a couple days ago, and just finished dealing with them ( almost ) my pc still boots up a bit slow, and every time i search something on google, the whole first page is total, offtopic sites. including Travelskoot, and strong-as-steel, no matter what the …

Member Avatar for Toxicity
0
142
Member Avatar for che_che

[code=cplusplus] // File Name: ~ftp/pub/class/cplusplus/Structure/StrucSimple.cpp // Purpose: Demonstrates the use of structure in C++. // Stores some personal data in a structure, then prints // the info out. #include <iostream> using namespace std; int main() { // Defining a structure struct PersonalData { char *FirstName; char *LastName; char *Birthday; // …

Member Avatar for Agni
-2
229
Member Avatar for gingank

Hi guy i need some help on checking this table structure is right or wrong. PLEASE CORRECT id i'm wrong [U]tblBadgeNew[/U] iBadgeID (Foreign Key) iEmpID (auto number) iActive iRecycleStatus iIssueDate [U]tblBadgeOld[/U] iBadgeID (auto number) iEmpID (auto number) iActive iRecycleStatus iIssueDate This two table will send data to the data grid …

Member Avatar for vb5prgrmr
0
109
Member Avatar for michael0902

Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:48:26 PM, on 06/30/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\WLTRYSVC.EXE C:\WINDOWS\System32\bcmwltry.exe C:\Program Files\Alwil Software\Avast4\aswUpdSv.exe C:\Program Files\Alwil Software\Avast4\ashServ.exe C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\LEXPPS.EXE C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Apple\Mobile …

Member Avatar for gerbil
0
68
Member Avatar for gingank

I create two table in the MS SQL server so I need to retrieve file from this two table into one datagrid in the vb programming will it be work. I have a unique key that is badge id. So when I key it then it will get data from …

Member Avatar for vb5prgrmr
0
125
Member Avatar for indianjk

Please I will be greatful if someone help me put the program below In assembly language. I have been trying for ages but couldnt get. I found the question in some science website and I have been trying to figure it out but i cant. So please join me in …

Member Avatar for wildgoose
0
101
Member Avatar for jlago2006

Hi. I would really appreciate some help. At first I couldn't open my Malware bytes - so i researched it and changed the exe to bat or scr and it worked I scanned and pulled out nearly 500 infections. I downloaded spybot and haven't gotten it to function quite right …

Member Avatar for crunchie
0
88
Member Avatar for Fungus1487

Hello All, I haven't posted a question in sometime, im hoping this is where all my previous help pays off :P Basically starting a newish project which must be written in VB.Net (great) but I am implementing the MVC pattern pretty much throughout the entire project as there is a …

Member Avatar for kvprajapati
0
615
Member Avatar for verruckt24

The environment of my application is as mentioned below : The application is a Router/Accounter library used to identify an appropriate Route (and also the price for that) when a destination for a Mobile number is queried through the API. The Route to be used for sending an SMS message …

Member Avatar for xyzt
0
179
Member Avatar for s s paul

Friends, mine is a Intel Pentium 4 processor with Windows XP and Fodora LINUX dual boot operating system. Default is Windows XP. Currently I am logged on as a different user " Shanky " other than Administrator and forgot the Administrator Password. The Windows XP after boot shows only Shanky …

Member Avatar for s s paul
0
155
Member Avatar for aneczka

Hi, i really need help with this :/ the export field in my localhost PHPmyadmin has many fields and I must be doing something wrong, because the receiving end doesnt load the database at all. I set: SQL in STRUCTURE: Add AUTO_INCREMENT value Enclose table and field names with backquotes …

0
40
Member Avatar for gefiltepez

I have been trying for days to get rid of this search engine redirect virus to no avail. I have run several anti-spyware programs and have had no success. I ran through the DaniWeb pre assistance request protocol and my problem remains. Essentially the problem is that when I do …

Member Avatar for crunchie
0
234
Member Avatar for richardcyper

[B]B]DATA STRUCTURE IN C[/B] TREES please help to device an algorithm to compute the size of the sub-tree rooted at each node .

Member Avatar for s_sridhar
0
66

The End.