199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for fingerpainting

[B]Context[/B] I'm retrieving data from Google Analytics (via the python-googleanalytics library, as Google's API is way too complex for me right now) and putting that data into a table using an HTML library. Python experience: very low. [B]Problem[/B] I have this: [u'string', u'string'] [integer] [u'string', u'string'] [integer] [u'string', u'string'] [integer] …

Member Avatar for fingerpainting
0
254
Member Avatar for Zinderin

Below is working code from my application. All I'm pulling back from the table is is IDX and an associated string. [B]ls[/B] is a List<T> of the same class [B]tmpINC[/B] is an instance of. When I test tmpINC before adding it to the list, the data in IDX and Name …

Member Avatar for Geekitygeek
0
187
Member Avatar for iinf

Hi friends, I have separated Red, Green and Blue color from a bitmap image and stored it in grayscale (obviously). Now I want to know how can I merge it so that I can get the exact previous colour, when I am merging them by reading its color values it …

Member Avatar for iinf
0
768
Member Avatar for mpc123

I have this code part of a bigger table with different field names being echoed. [code=php] echo "<tr><td>"; echo $row['car']; echo "</td><td>"; echo $row['caravan']; echo "</td><td>"; [/code] I need 2 pieces of help please. I want to add an image of that car, the image is in a folder on …

Member Avatar for MooGeek
0
124
Member Avatar for hirenpatel53

Hello all I have gride view named gv and bind it through gv.datasource and i am working on windows application with C# after binding it works ok and show all values but i want one extra clumn with some image like magnifying glass along with each row so while i …

Member Avatar for Geekitygeek
0
84
Member Avatar for judithSampathwa

hi there, i have a datagrid view which has a calender column. in the datagridview row the calender column icon in the datagridview cell does not show, it appears as a datagridview text box,when you double click on the datagridview calender column cell,the datagridview calender column will display the calender …

Member Avatar for Geekitygeek
0
222
Member Avatar for ganesh_IT

Hi guys i have a new kind of error , i never seen before . Error Message is[CODE] Cannot update Program database "e:\ganesh_projects\Framework\Framework\debug\vc90.pdp . [/CODE] I am a fresher so any one tell what the problem is

Member Avatar for Fbody
0
82
Member Avatar for Axelro

Hi. I want to sort the keys of my dictionary. The keys are consisted of list of 3 different numbers, for instance - (0, 5, 0) So I want to sort them first over key[2], then over key[1] and then over key[0] Then to print the value accorfing to the …

Member Avatar for Axelro
0
87
Member Avatar for timb89

i am trying to insert a 2 integer values into the linked list, but the program keeps crashing after it gets to inserting into a linked list. [CODE] struct termNode { int coeff; int exp; termNode * link; }; void insertHead(int c, int e, termNode * & P) { termNode …

Member Avatar for Kanoisa
0
100
Member Avatar for gerard4143

Please check the line(s) of code after the comments '//this is the line of code in question... '. I want to know if this is the proper way to use the std::ostream operator<< in multi-inheritance? Basically I want the derived object(dog) to call the base object's std::ostream operators without hard-coding …

Member Avatar for gerard4143
0
2K
Member Avatar for flyblackbox

I followed this tutorial and set up comments on my website: [url]http://www.ruhanirabin.com/easy-steps-to-facebook-connect-comment-box-how-to/[/url] Our site received hundreds of "Like's" and Comments. I changed the URL for my root directory and got a SSL certificate. The Facebook app is broken now, can anyone lend some insight?

Member Avatar for flyblackbox
0
147
Member Avatar for ceeandcee

I am working on a Hockey Pool stat project. My PPG column is a calculation that divides PTS by GP. This works fine for anyone that has played a game. However, in the case of Rookies or the very beginning of the season the GP number is 0. As such, …

Member Avatar for ceeandcee
0
197
Member Avatar for Naveed_786

Hi guys, I want to search a customer when i press an alphabet 'a' it should search and show drop down list of all customer those name start with 'a'. Please please help thanks in advance.

Member Avatar for Naveed_786
0
127
Member Avatar for 4Spin

I have VB6 code which I inherited and modified to run an instrument and calculate information from the collected data. That code is distributed to many locations throughout my company, but the personnel at those locations are not skilled in adjusting settings. On older PCs, the instruments were connected to …

Member Avatar for 4Spin
0
82
Member Avatar for hazeeel

[CODE] import java.io.*; import java.util.*; import java.text.*; //-------------------------------------------------------------------------------------------------------------------------------------------------- public class KateAug17{ private static StringBuffer buffer; private static BufferedReader input1=null; public static String [] arrayM1 = new String [10000]; public static Double [][] coordinates1 = new Double [10000][4]; public static Double [][] coordinates2 = new Double [10000][10]; public static String [] …

Member Avatar for NormR1
0
140
Member Avatar for timb89

I am looking to allow the user to submit a polynomial such as +3x^6 +2x^2 +9x^0 into a set of variables which would be sent to a linked list. What is the best way to separate the variables to allow them to be looked at individually. So that: C E …

Member Avatar for timb89
0
90
Member Avatar for sugumarclick

hi friends, I am a novice java programmer. I am in a learning process in java servlets. But i struck into a uploading a file into (desired location) server I will show my code as some one can point out where am i going wrong. Currently im dealing with null …

0
112
Member Avatar for Bigbrain99

Is there any recommended books, websites or practices that i can do to improve my c++? I decide to become a great programmer in the future!

Member Avatar for Duki
0
155
Member Avatar for zhuimeng

I want new a array,such as double *dou=new double[600*600*900] but in the case of "WIN32",vs compliler likely could't support new a array exceed 2G if I want to new the array above, how to do?

Member Avatar for zhuimeng
0
170
Member Avatar for titan5

I have been given a program to write in java but inspite of thinking hard I have not been albe to get the logic for doing it. Here's the problem- I am given n dice which are rolled simultaneously and one of the possible sum of the dice. The program …

Member Avatar for JamesCherrill
0
1K
Member Avatar for syarafina

im a student of softare engineering corses..i hav a problem.how to insert document that we fill in the table ms access.. tq.

Member Avatar for CEK
0
449
Member Avatar for Jaydenn

I'm not sure about what I did, but........ [url]http://i33.tinypic.com/2vjr87b.png[/url] How do I get rid of those green arrows?

Member Avatar for rico078
0
88
Member Avatar for Bigbrain99

I 'm not quite sure if i did the right way but i just couldn't get the right value for my codes....can anyone figure out the problem? [CODE]for(int x = 0; x<myvector.size();x++) { if(number.compare(0,2,myvector[x],0,2)==0) //compare number(user's input) to the line read from getline { checknumber = true; cout<<"passing compare++"<<endl;//if same …

Member Avatar for Bigbrain99
0
85
Member Avatar for woody1144

Hi everyone, I'm new here but have found it super useful to search the forums when encountering problems so I have been in the background. I am however really stuck with bitsets and have not been able to find a relevant post here or on the internet. My issues is …

Member Avatar for woody1144
0
221
Member Avatar for acrocephalus

Hello! I have defined a function to create a combo box to log into a database [CODE]def comboLogin(): import MySQLdb db= MySQLdb.connect(host='localhost', user='root' , passwd='acrsci00', db='Ornithobase') self.cursor = db.cursor() sql = '''select Username from Users''' self.cursor.execute(sql) result = self.cursor.fetchall() result2 = [] x = 0 for record in result: for …

Member Avatar for acrocephalus
0
75
Member Avatar for kazkikay12

i want to make a program that used to enter 7-digit number and determine the largest , smallest and the median and average of the seven number and as for know i tink i got it but there something wrong again in my program can you chek it out and …

Member Avatar for kazkikay12
0
140
Member Avatar for GuyClapperton

[URL="http://www.google.com"]Google[/URL] has upgraded its mobile version of [URL="http://www.youtube.com"]YouTube[/URL] so that it shares more in common with the desktop version on HTML5 enabled phones. This anticipates the idea that more people will watch videos on the move than on the desktop, so you'll get a better browsing experience, the ability to …

0
481
Member Avatar for Obelisk4

Hi all ! I 'll a lucky guy if there 's someone who had experiences in using SQL Developer - connected with Oracle Database ( 10g Express ) ^^ I created a simple TRIGGER to print something out, for example : [CODE] create or replace trigger AUTO_OUT before insert on …

Member Avatar for karant
0
195
Member Avatar for valter

I have written a program that works well on xp. However when I install it on vista it crashes. I simply used publish and don't really know where to start looking. I have checked and net framework is on vista pc. Any help welcome please.

Member Avatar for Lusiphur
0
106
Member Avatar for livlyf
Member Avatar for kinwang2009
0
74
Member Avatar for redbeta99

I'm rather new to the whole PHP world and I know how to get a form (like an application) to send to an email when the Submit button is clicked, my question is. Is it possible to have it be submitted as a forum topic? So others can view it …

Member Avatar for ﻼim
0
143
Member Avatar for molhokwai

Looking for 'unqualified exec is not allowed in function' lead here... This is a collaborative thing... so here's all of the code (some parts just description of eventual 'future' implementation) for a [I]universal code parser[/I] (biiig name for a smaaaall thing, that is not working at all yet, and is …

0
131
Member Avatar for Rishikeshan

I am getting so much errors in php. I couldn't understand why. I re-checked all code but I am getting strange errors. The code below is provided to you under mit/x11 license for modification and distribution. ALL DERIVATIVES ARE WELCOME! :) Here is the code: [code=php] <html><head><link href="style.css" rel="stylesheet" type="text/css" …

Member Avatar for pritaeas
0
149
Member Avatar for ubi_ct83

hi all, im doing web using java.there is input n output in that page.everytime i want to change the input, i have to open new window.so, i want to settle that problem with just refresh the page.but i dont now how.anyone here can help? thanks for advance......

Member Avatar for ubi_ct83
0
212
Member Avatar for Mike516

I have a pagination script but currently it echos out all the page numbers which is well over 1000, Can anyone tell me how I would make it like 1 2 3 .... 1000.. Like vb has it.

Member Avatar for Mike516
0
136
Member Avatar for KcNaveen
Member Avatar for KcNaveen
0
100
Member Avatar for RicardoE

Hi, I have a table which stores 2 values as follow REC_TEST Id_Customer Id_Apply Id_Apply can take 2 values, "YES" or "NO" if he passes the test I've designed or not. I want to know if there is a way to take all "YES" and all "NO" from the same …

Member Avatar for karant
0
107
Member Avatar for Loony064

Hey all! I'm working on a project at the moment that uses WPF with C#. It has 4 tab pages (view, add, edit, delete records). On the view tab page, there is a listview that displays the database (SQL using linq-to-sql) records from a particular table (lets call it 'customers'). …

Member Avatar for Loony064
0
2K
Member Avatar for MARKAND911

How to calculate no of days between two dates? eg: how i can calculate number of days between 1/12/2009 and 10/06/2010.(dd/mm/yyyy)

Member Avatar for karant
0
95
Member Avatar for Roodra

Hi , I am currently doing a university project 'creation of a web mining tool to gather information about individuals and classify them semantically'. I am currently lost and don't know how to start. Does any one have tutorials links that explain how to use java to connect to website …

Member Avatar for jon.kiparsky
0
221
Member Avatar for g(valve)

Visual Basic 2008 Hey i was wondering if it was possilbe to change the colour of text in a textbox through a button in a simple text editor that i am working on any help would be appreciated. cheers

Member Avatar for g(valve)
0
128
Member Avatar for sbrohee

Hi everybody, In standard C++, two pair objects (pair <int, int>) are equal when the first and the second member of the pair are equal. Would it be possible to redifine the pair so that to pairs would be equal when only the second terms are equal? Thanks a lot …

Member Avatar for sbrohee
0
209
Member Avatar for daudiam

I compiled a HelloWorld example using QtJambi. But on running it, it said "[B]failed to unpack native libraries[/B]. The complete error was : [CODE]daud@daud-laptop:~$ java -d32 com.trolltech.examples.tutorial.HelloWorld Exception in thread "main" java.lang.ExceptionInInitializerError at com.trolltech.qt.QtJambiObject.<clinit>(QtJambiObject.java:60) at com.trolltech.examples.tutorial.HelloWorld.main(HelloWorld.java:58) Caused by: java.lang.RuntimeException: Loading library failed, progress so far: Unpacking .jar file: 'qtjambi-linux32-gcc-4.6.3.jar' Checking …

Member Avatar for daudiam
0
251
Member Avatar for raghamayee

HI every one, I need to do a course project for software architecture which should be implementable and is compulsoraily an ieee or acm paper. The areas given for us are: agile s/w developement,extreme programming,cloud computing,web services,generic programming,testing... can u guys suggest any thing in it

Member Avatar for raghamayee
0
104
Member Avatar for brazentongue

how can I input a console-entered string into multiple structure variables? I have the following structure: [code=c]struct MyTime {int hours, minutes, seconds;};[/code] and need to prompt a user to enter a time in format hours:minutes:seconds and then store that time into the structure directly i.e. I can't input a string …

Member Avatar for brazentongue
0
156
Member Avatar for svcghost

Hey guys, What would the best / most efficient way to incorporate an achievement system be for a MySQL database? I have a users table with users in it. Should I make a whole new table for achievements called "achievements"? How would I most efficiently link this table to the …

Member Avatar for svcghost
0
965
Member Avatar for s.moosavi

hi all i'm a Beginner in c# coding. i want to design a home application that will run on a single pc i want to design a menu strip but not like the menu bar that appear above the window(file,edit,view,...) my idea in design is that the menu appear in …

Member Avatar for s.moosavi
0
96
Member Avatar for letheredge

Hello, I am having trouble getting my c:param working. I've looked all around the web for a solution. Here's some of the code that I have: test.jsp <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" language="java" errorPage="" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <html> <head> </head> <body> <c:import url="test2.jsp" > <c:param name="testVar" value="0" …

Member Avatar for ~s.o.s~
0
352
Member Avatar for sportinguista

Hi, I have a project which calls an internal jar included in it´s classpath. At a certain moment my code makes this call: [CODE] Runtime.getRuntime().exec("java -jar ./jars/myJar.jar"); [/CODE] It works when running from Netbeans, but when I make "clean and build" and then execute the new jar ( outside of …

Member Avatar for ~s.o.s~
0
153
Member Avatar for tristan17

Hi, I have been practising some OOP and have encountered this error `" cannot resolve symbol - variable MyInput"` I wonder wat's wrong...here is part of my code: public class BorrowMortgage { //Main method public static void main (String[] args) { //Create one borrower Borrower borrower = new Borrower( ); …

Member Avatar for naushadahmed
0
192

The End.