199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for yashyash

Dear friends I have a conversion from ascii to binary while when i use my input which is like this : 16078 16283 0.3708 16078 16837 0.4514 16078 17820 0.4038 16078 17906 0.3695 16283 16837 0.3905 16283 17820 0.4343 16283 17906 0.3262 16837 17820 0.5291 16837 17906 0.6245 17820 17906 …

Member Avatar for yashyash
0
88
Member Avatar for DaShiVa

Cannot figure out what is wrong with this stylesheet - attach it to any xml, it doesn't actually use the xml in this stripped down example: [code=xsl] <?xml version='1.0' encoding='ISO-8859-1'?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <xsl:output method='html' indent='yes' media-type='text/html' /> <xsl:variable name='columns' select='10' /> <xsl:template match='/'> <table> <tr> <td> <xsl:attribute name='colspan'><xsl:value-of select='floor( …

Member Avatar for DaShiVa
0
216
Member Avatar for ashishchoure

hi, can anybody tell that how do we get group SID. we have user SID but how can i know to which group that SID belongs

Member Avatar for ashishchoure
0
113
Member Avatar for konczuras

Hello! I'm having the following problem: My application uses an SQL sever, and I entered the connectionstring in a .settings object. It warned me, that it's a security risk, etc. When I publsih my app, two files would be deployed, an .exe and a .config file, which contains all of …

Member Avatar for konczuras
0
233
Member Avatar for bimaljr

Hi I have a site in Joomla CMS. I want to redirect my old url : [QUOTE][url]http://www.brcreation.com/index.php?/Softwares/Tool-to-Convert-Files?itemid=167&mid=167[/url][/QUOTE] to : [QUOTE][url]http://www.brcreation.com/Softwares/Tool-to-Convert-Files?itemid=167&mid=167[/url][/QUOTE] As you see above, I want to remove "index.php?/" from my site url. I have created a script for this but there are some problems. It doesn't redirect to correct …

Member Avatar for essential
0
164
Member Avatar for llemes4011

I don't know where this question came from, but... Is there a way to start at one directory, say... C:\ . and I wanted to go into that folder, and printout a list of the folders/files in that directory, and then do the same for the rest of the folders …

Member Avatar for llemes4011
0
99
Member Avatar for rajeesh_rsn

Hi i know php and mysql little bit. I likes to create a online chat application. Please any one give me a right tutorial or chatting idea . Please Help me Thanks Rajeesh

Member Avatar for rajeesh_rsn
0
84
Member Avatar for abhi_elementx

Hi. I have two tables in mysql - [B]customer_master[/B] and [B]contact_master[/B]. customer_master has a primary key - "cust_id" ,which is a foreign key in contact_master and "cust_name" which is also a foreign key in contact_master. I have a [B]frame[/B] which will do [B]CRUD operations for contact_master[/B]. The frame has two …

Member Avatar for BestJewSinceJC
0
839
Member Avatar for RAFAAJ2000

here is a workbook demo: [URL="http://www.datafilehost.com/download-553fafeb.html"]http://www.datafilehost.com/download-553fafeb.html[/URL] Ok. Let me explain. I have an Excel worksheet with a Source Cell and a Target Cell. Via GDI API functions, I draw a temporary gradient fill over the source cell which happens to be cell "D6". then, I make a transparent copy of …

Member Avatar for hkdani
0
249
Member Avatar for hurbano

hello im having problem trying to get this to do what i want it to do. after the program asks if the user has had any work up to date, i want it to ask for specification if the answer is yes, or go to a next question if no. …

Member Avatar for tux4life
0
310
Member Avatar for Dewey1040

im trying to write a program to see if two lists are equal im really kinda lost at the moment, i havent gotten the compare function yet but i think that should be pretty easy, but im having some errors which u can see. [code=C] #include <stdio.h> #include <stdlib.h> typedef …

Member Avatar for Dewey1040
0
86
Member Avatar for theimben

I want to redirect a user after a few seconds without using javascript. Is this possible? Thanks.

Member Avatar for theimben
0
105
Member Avatar for jam7cacci

I'm trying to compare two variables that is being inputed by the user but then it wont function [code] if (txt_pay.getItem() < txt_amount.getItem()) { jOptionPane1.showMessageDialog(this, "please enter the right amount"); } [/code] what could be wrong? the error says [quote] operator < cannot be applied to java.lang.string [/quote] another one …

Member Avatar for jam7cacci
0
112
Member Avatar for usang2me

Hello, I'm building my own website without any knowledge of PHP, & i'm almost done with that..as my website works fine on my local server i:e WAMPSERVER 2.0, but the same code is not working on server...n i'm rilli piss'd of coz of that... The error is :"PHP Parse error: …

Member Avatar for BzzBee
0
355
Member Avatar for k2k

hi, i have just written a simple hello world java program in my linux server, installed jdk ... and tried to compile and run it and it gave me some errors. please details below: [root@localhost javaFiles]# cat HelloWorld.java [code] import java.util.*; import java.io.*; public class HelloWorld { public static void …

Member Avatar for k2k
0
132
Member Avatar for everard

I'm creating a program in Visual C++ and the program I'm creating needs to read a data in an Excel document. It was saved in .xls format. Can someone help me on how to read data in an Excel file. No need for writing or editing the excel document, just …

Member Avatar for tux4life
0
353
Member Avatar for Zolookas

I have a very simple one line function and i want to replace it with macro, but macro doesn't seem to work. Function: [CODE=C]int stack_empty(stack ** this_stack) { return *this_stack == NULL; }[/CODE] Macro i am trying to use: [CODE=C]#define stack_empty(x) (*x == NULL)[/CODE] Anybody knows what i am doing …

Member Avatar for Zolookas
0
107
Member Avatar for haroldjclements

Is there an event in the ComboBox for when an item added to its collection? Thanks in advance, Harold Clements

Member Avatar for Ramy Mahrous
0
53
Member Avatar for cobalt-rose

Hello all, i am having great difficulty in trying to get the job_id variable from the table that is displayed that will be passed into the next page and profile page information will be selected where he job_id (from previous page) is equal to the job_id of the profile. In …

Member Avatar for BzzBee
0
131
Member Avatar for lllllIllIlllI

Hi, I have been exploring doing some GUI programming with the wxWidgets toolkit as i am used to that from programming wxPython in python. I am doing the tutorials from zetcode and i am very mystified. (i think i spelt that wrong). This is the url [url]http://zetcode.com/tutorials/wxwidgetstutorial/menustoolbars/[/url] Its the first …

Member Avatar for lllllIllIlllI
0
120
Member Avatar for zurainah

can somebody help me how to search data from database?coz i use dropdown to select jabatan,month and year..here the coding: [code=php]<?php session_start(); include 'db_connect.php'; $ID = $_SESSION['ID']; $PASS = $_SESSION['PASS']; if(($ID=="") && ($PASS=="")) { echo "<script language='JavaScript'> window.location ='login_user.php';</script>"; } ?> <?php $namajab = $_GET["nama"]; $bulan = $_GET["bulan"]; $tahun = …

Member Avatar for BzzBee
0
246
Member Avatar for rajeesh_rsn

Hi I am a php programmer. I found in some sites hide their page type . For eg: [url]www.some.com/[/url][B]lal?s[/B]ome=some&somemore=somemore. insted of [url]www.some.co[/url][B]m/lal.php?s[/B]ome=some&somemore=somemore. Please help me How can i do that Thanks Rajeesh

Member Avatar for samarudge
0
75
Member Avatar for mafarooqi

Hi everyone, I have been working with Matlab but now I have to develop a couple of programs in Python. So I am new to Python. Could anyone tell me the python equivalent of [B]eval [/B]command of Matlab. Actually I have to open a set of say 100 files to …

Member Avatar for mafarooqi
0
460
Member Avatar for crackerjacker

i'm trying to connect two computers over the internet. kinda a messeging service between my desktop at one house, and my laptop at my other. i want the desktop to connect to my laptop and then just send it a message. but i don't know how to get the laptops …

Member Avatar for VIeditorlover
0
83
Member Avatar for sadiekins

I need help with my program. I have four errors with the ostream. It should be print my list of books. I know its something simple... I just can't figure it out! [code] #include <iostream> #include <string> using namespace std; //---------------------------------------------------------------------------- class Book { private: string title, author, genre, pubyear, …

Member Avatar for tux4life
0
163
Member Avatar for sony112

iv just done a cricket scoring system but the output is to a txt file - i want to put some of the details to a database , meaning remove the txt file and have a db instead. the programm is fully functional but needs a database - can any1 …

Member Avatar for QVeen72
0
112
Member Avatar for vsha041

Hi, I have written the following program but its not doing what's it supposed to do ! For some reason sometimes nothing or rubbish is being printed onto the screen. However, if I don't use function but instead do everything within main(), then its fine. What's the problem with the …

Member Avatar for tux4life
0
182
Member Avatar for shasha821110

Hi, all its me again! I got really stuck by the STL library and do not know how to correct that. Here is my class code: [CODE=C++] class A { public: A( const string& filename ) { ifstream file(filename.c_str()) ; string word; while( file >> word) { _word_list.push_back(word); } } …

Member Avatar for tux4life
0
162
Member Avatar for sivak

when we go for webservices ? can any one explain me with example plz.....i have searched in google...i want real time example

Member Avatar for vizy
0
79
Member Avatar for usang2me

Hello Every1, i'm using "webhostingpad" for hosting my website.....n i dont have access to httpd.conf & they even dont allow wildcard redirect... but they are providing me unlimited subdomains... is there neway 2 make dynamic subdomain for every new user register 2 my website.....accept making it own 4m cpanel...... every …

Member Avatar for usang2me
0
106
Member Avatar for Seane Argentina

Hello, I need help to parser a doc xml. I need to get the value of @show, but only on the lines with @name="wlan.seq". And after, I need to know how many times the same value of @show was repeated in the doc xml (if it was repeated). How do …

Member Avatar for xml_looser
0
146
Member Avatar for hollywoood69

Here is my assignment: Write a class named 'Video' that has two attributes, a title (type String) and rating (type int). Then write an application class named 'VideoStore' that first creates an array consisting of 5 video objects, then display the list three times; first unsorted, then sorted by title …

Member Avatar for javaAddict
0
389
Member Avatar for lehe

Hi, I'd like to pass arguments with space inside to a bash script and further into an executable called inside the script. My bash script looks like: [code] #!/bin/bash ARG_OPTS="" while [[ -n "$1" ]]; ARG_OPTS="${ARG_OPTS} $1" shift done my_executable ${ARG_OPTS} [/code] one of the arguments to the executable is …

Member Avatar for lehe
0
110
Member Avatar for jackal joe

i'm developing a website for my final year project entitled [B]foreign workers booking system[/B]. Now i got several problems the problems are:- 1.How to come up with a dwi language website 2.How to make a private mail so that i can send a mail to an employer. 3.How to have …

Member Avatar for BzzBee
0
97
Member Avatar for iTsweetie

Okay so the deal is, our instructor wrote what the class is supposed to look like (will be included with the code) and also gave us the Input, Preconditions, Process, Output, and Postcondtions of each function that is supposed to be used. I'm having trouble with an insert, delete, and …

Member Avatar for nucleon
0
181
Member Avatar for MartinIT2type

Hello again! I've started a game project for fun, and I used the knowledge I gained a few days ago from a thread I posted. Now I've taken that tried to take that (taking a text Entry out of a GUI and using it outside the class) and apply it …

Member Avatar for MartinIT2type
0
2K
Member Avatar for rayda

hi there! I have a file.txt looks like this: [QUOTE]Michael 001 Yeeka 002 Sam 003 Tom 004[/QUOTE] Michael is the member name, while 001 is the ID number. How can I write a coding to validate that whether user has type in the correct name and ID that is inside …

Member Avatar for verruckt24
0
87
Member Avatar for rEhSi_123

Hello everybody, Not sure if the above title is correct for the issue I have but moderators please feel free to correct it.:) Anyways my issue is whenever a user logs onto my forum, my index page seems to display the ID of the user also......... Exactly like this: [quote] …

Member Avatar for nathenastle
0
121
Member Avatar for richboy

Hi i am trying to display a filename from a folder. I have printed out the folder path via a label. Is there a way i can print out th file name

Member Avatar for mmaster
0
130
Member Avatar for theimben

I want to check if a key exists in a MySQL DB. I can do this ok but I would need to create a new key if it does exist. So this is the function that makes the key: [code=php] function keygen($a){ $b = str_shuffle('abcdefghijklmnopqrstuvwxyz1234567890'); return substr($b,0,$a); } [/code] So …

Member Avatar for rm_daniweb
0
158
Member Avatar for franco75
Member Avatar for vvvexor
0
93
Member Avatar for tech12

This is a project I'm working on for a class. I'm pretty new to CS and python...and I found that I am totally lost. I'm suppose to write a program to convert Roman numerals to arabic numbers. It is also suppose to handle invalid input. Here is what I have …

Member Avatar for woooee
0
177
Member Avatar for thebigpicture

I have a form with a hidden object: [CODE="HTML"]<input id="tracker" type="hidden" name="tracker" value="0" />[/CODE] The value is read with JavaScript and increased each time an element is added: [CODE="JavaScript"]var tracker = document.getElementById("tracker"); var tracked = parseFloat(tracker.value) + 1; tracker.value = tracked;[/CODE] This works fine while in HTML and JavaScript, but …

Member Avatar for thebigpicture
0
113
Member Avatar for fia

Guys i am working on a desktop application idea, using the visual paradigm to draw uml diagrams then export them to an XMI file. the problem that i am facing is that i need a uml 2.0 meta model data structure to use with C#.net. i was wondering if any …

Member Avatar for alc6379
0
208
Member Avatar for Duki
Member Avatar for alc6379
0
499
Member Avatar for manfree

Hi all I would like to popup an Outlook contact via a Click button. The "Popup action" works fine~ However, after the outlook contact comes up, the WinForm(Form1) seem stuck and hold .... I can't move, minimize and maximize the WinForm ????? Any body know what is the problem in …

Member Avatar for alc6379
0
328
Member Avatar for swit

Hello people, i have the following code though it is not giving me the exact results i want. i would like the code to order by the name but the order by doesnt seem to be executed. here is the code; [code] $query2 = "select * from jos_categories where id …

Member Avatar for rm_daniweb
0
145
Member Avatar for beckman16

Hi, I have a scenario wherein I need to give access of a system to the hosts of a subnet. For that I need to verify if the incoming request is from the IP which falls within the subnet. Is there some way to do that automatically using c# functionality.

Member Avatar for alc6379
0
177
Member Avatar for veledrom

Hi, I want to send a XML file to my website where the XML is read and information passed to MySQL database. I know this is done but i don't know how to do it. Something related to header etc? Any idea? Thanks

Member Avatar for rm_daniweb
0
267
Member Avatar for Acidburn

Hey guys, I've got a multithreaded application done in C# but the label on one of my forms won't update! It doesn't do anything [code] public IndividualPCSpec(AllKnownDevicesFrm parent) { m_Parent = parent; InitializeComponent(); m_IPAddressLbl.Text = "HELLO"; } public void showInformation(ComputerHardware dto) { m_IPAddressLbl.Text = "HELLO WORLD"; this.Refresh(); this.m_IPAddressLbl.Refresh(); Application.DoEvents(); } …

Member Avatar for alc6379
0
160

The End.