Tagged Questions

1
vote
1answer
14 views

Google Wave and Robot with dynamic thirdparty data source

Hi! I am new to google wave robot programming and for some time I am looking for an answer to my question. Consider example: (A) - Thirdparty Data Source with Thirdparty API (B) - Google Robot (C) …
0
votes
1answer
106 views

PHP mysql echo data

<?php // query db $sql = "SELECT category.id as category_pk, category_id, products.* from category, products WHERE products.id = category.category_id AND category.id = category_id"; // from …
0
votes
2answers
22 views

Oracle Data Modeler and synonyms

Hi, I've been searching the web for two days and still cannot find a way to generate DDL code with public synonyms. Would be very grateful for an advice.
4
votes
4answers
3k views

How do you post to an Iframe?

How do you post data to an iframe?
1
vote
4answers
31 views

Can anyone recommend a synthetic data generator?

Did anyone come across a free data generator that ca create synthetic data to load into databases for testing purposes?
1
vote
5answers
293 views

how do you store raw bytes as text without losing information in python 2.x?

Suppose I have any data stored in bytes. For example: 0110001100010101100101110101101 How can I store it as printable text? The obvious way would be to convert every 0 to the character '0' and …
1
vote
3answers
53 views

Tool for transforming Excel files? (swapping columns, basic string manipulation etc)

I need to import tabular data into my database. The data is supplied via spreadsheets (mostly Excel files) from multiple parties. The format of each of these files is similar but not the same and …
3
votes
6answers
160 views

Why java has fixed data type size unlike C

In C as we know the size of data types (ex. int) can vary depending on compiler / hardware. But why the size of data types is constant in java language? why don't we have the flexibility for …
0
votes
2answers
604 views

How to animate the flex chart axis when the maximum of the data changes?

I have a flex chart feed with multiple data sets, and I want to display only one of the data set in one view. So I created multiple buttons to select different data sets. Whenever the user clicks one …
2
votes
5answers
98 views
+100

Introduction to Java Graphics Libraries

I just got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am …
1
vote
4answers
91 views

Where can I find source code for the Java data structures?

Hi all, Not sure if this has been asked before, did some digging. I'm trying to prepare for a few interviews, and I was just curious to see if how Java implements its data structures (arraylist, …
0
votes
1answer
18 views

xml data not showing in flash movie

I know this has been asked already. But the solution given is not working. I have a page.php with a flash banner embeded. banner.swf loads, but displays nothing because it is not getting its data …
0
votes
3answers
565 views

jQuery - Post array of multiple checkbox values to php

Why is only one value of the "db" checkbox values array being sent to the server side script? JQUERY: $(".db").live("change", function() { …
0
votes
3answers
38 views

Flash : How to read data from shape/graphics object.

Hallo, I am wondering if it is possible to get the data that is stored in a shape/graphics object in flash using actionscript 3? In my project I would like to be able to draw a shape and then read …
0
votes
2answers
27 views

List management problem…

I have a datasource, which I show as a list in a Flex UI. I refresh the list periodically, One of my UI requirements is to gracefully show when the datasource removes an item from the list, So I'm …

1 2 3 4 5 46 next
15 30 50 per page