Tagged Questions
The cell tag has no wiki summary.
35
votes
6answers
80k views
What does this error mean: “error: expected specifier-qualifier-list before 'type_name'”?
I'm a bit new to working with c/c++, so sorry if this is a dumb question. I've been working on the Cell processor and I'm trying to create a struct that will hold an spe_context_ptr_t, which will be ...
16
votes
14answers
36k views
How to get a jqGrid cell value
How to get a jqGrid cell value when in-line editing (getcell and getRowData returns the cell content and not the actuall value of the input element).
8
votes
4answers
1k views
When is it appropriate to use a cell array vs. a struct in Matlab?
If I want to store some strings or matrices of different sizes in a single variable, I can think of two options: I could make a struct array and have one of the fields hold the data,
...
8
votes
2answers
2k views
How do I select a single cell in a WPF datagrid?
When I click a cell in a WPF datagrid, the whole row is selected, and when I press Ctrl + C to copy the content, the whole row i copied...
How do I select and copy the content of a single cell?
7
votes
3answers
237 views
Using contextual styling on table to apply dotted borders to specific cells
I had previously asked a question on this issue, to which you guys supplied fantastic answers. I since "discovered" the intoxicating power of contextual styling ...
7
votes
4answers
5k views
How to get Cell Tower Info on a Windows Mobile CDMA Phone
Tools/Env.: C++, VS2008, WM6.1
I currently only have the HTC Diamond Windows Mobile phone available for testing and try as I may, with all of my hacking prowess, I still cannot accomplish the task ...
6
votes
2answers
4k views
6
votes
8answers
9k views
How do you specify table padding in CSS? ( table, not cell padding )
I have a table with a colored background and I need to specify the padding between the table and it's content, I.E. cells.
The table tag doesn't seem to accept a padding value.
Firebug shows the table ...
6
votes
5answers
2k views
How to Cross Compile for Cell Linux on the PS3 from Windows?
How can a cross compilation setup be achieved to allow compiling Cell Linux programs on a Windows PC using the cygwin toolchain? The cygwin tools provide a GNU compiler to use in building the cross ...
6
votes
10answers
7k views
Accessing Excel Spreadsheet with C# occasionally returns blank value for some cells
I need to access an excel spreadsheet and insert the data from the spreadsheet into a SQL Database. However the Primary Keys are mixed, most are numeric and some are alpha-numeric.
The problem I have ...
5
votes
1answer
716 views
Top Border of Top Cell in UITableView Grouped Cells is Thick & Fuzzy
I am using a UITableView with grouped rows. In each group / section of rows, the top cell has a thicker-than-normal top border and the top rounded corners appear fuzzy. I am not doing anything out of ...
5
votes
2answers
7k views
How to get a cell value in JQGrid?
How to get a cell value in JQGrid?
If I use the following syntax –
var ret = jQuery("#MyGrid").jqGrid('getRowData', id);
ret = ret.ProductId;
it returns the following HTML.
'input ...
5
votes
6answers
14k views
CSS Cell Margin
In my HTML document, I have a table with two columns and multiple rows. How can I increase the space in between the first and second column with css? I've tried applying "margin-right: 10px;" to each ...
4
votes
1answer
452 views
Merge Header Row in Silverlight DataGrid
I'm trying to obtain a table with the following format:
Header 1 | Header 2
Col1 | Col2 | Col3 Col4
while using Silverlight.
I have searched, without success.
Any ideas?
[EDIT]
I have found ...
4
votes
4answers
294 views
Remove conditions in a C program for speedup
I have a number crunching C program which involves a main loop with two conditionals:
for (i = 0; i < N; i++) {
for (j = 0; j < N; j++) {
for (k = 0; k < N; k++) {
if (k == i || k == ...
4
votes
4answers
1k views
How to measure CPU cycles per instruction in a C program
I have a C program where I am starting to use some SIMD optimizations for the SPE (Cell processor), etc. I would like somehow to "time" how many cycles do they need. One idea is to switch on/off and ...
4
votes
3answers
634 views
jQuery: How to select the values from the table's column based on tables header only
I have a table with header ID. I need to select all the fields under this header.
I don't have access to the source code and no classes are used in this table.
Any idea on how to get this done?
4
votes
1answer
2k views
MATLAB: vectorized assignment from double array to cell array
I have three arrays, all the same size:
xout % cell array
xin % numeric array of doubles
b % logical array
How can I take the elements of xin that correspond to the indices ...
3
votes
4answers
65 views
how to create a slash in table cell
I'm creating a table and want to design the table as below.
Can anyone tell me how to do like that? or any key word can search online?
Thanks a lot
3
votes
2answers
86 views
Insert Round function into current cell using VBA
I'm trying to make it easier to insert the Round function into a number of cells that already have formulas in them.
For instance, if cell A1 has the formula =b1+b2, after the use of this macro, I ...
3
votes
4answers
76 views
MATLAB Cell array to individual variables
I currently have a function which I am batch running. It outputs its results to a cell array. I would like to export each of the outputs from the cell array to their own variable.
As such I have a ...
3
votes
1answer
92 views
How to detect that a cell is selected but not clicked in a UITableViewController
I have two designs for the UITableViewCells, one for the selected cells and other for the unselected cells. I can detect that a cell was selected and deselected in these events to modify their ...
3
votes
4answers
104 views
Make “Greedy” Table Cell?
I have a row in a table that has 3 cells in it with values A, B, and C and the table is the full width of the screen, which is more than enough room for all 3. Right now, when they display, all cells ...
3
votes
1answer
238 views
Cant get value of cell on gridview nested in formview
I have a formview and a nested gridview where i would like to be able to select the value of a specific cell when the row has been updated. I took the example code from the msdn site as it's close to ...
3
votes
1answer
275 views
Convert cells(1,1) into “A1” and vice versa
I am working on an worksheet generator in Excel 2007. I have a certain layout I have to follow and I often have to format cells based on input. Since the generator is dynamic I have to calculate all ...
3
votes
1answer
153 views
Change the background of Cells with C#
I'm developing an program using C# to manipulate an Excel document, and I'm using
Microsoft.Office.Interop.Excel._Worksheet worksheet;
When I insert something to a x,y cell I use :
...
3
votes
1answer
1k views
GWT - Make CellTable Cell use HTML?
I have a CellTable where I want to put HTML-code in the cells.
The following code is not working, the blank spaces are removed from the output.
TextColumn<MyCell> column1 = new ...
3
votes
3answers
86 views
Is there a non-iterative equivalent of this expression in MATLAB?
The expression is:
for i=1:n
X(:,i) = [P{i}(:)];
end
where X is a DxN matrix and P is a cell-array.
3
votes
1answer
1k views
Sort MATLAB Cell Array Across multiple columns
I have data that is of the following form:
'of' 45001 23366 21859591 52876216 0 45001
'on' 40649 23226 17940625 44201973 0 40649
'my' 37976 18338 11277975 47042676 0 37976
'me' 28707 18134 6546887 ...
3
votes
3answers
2k views
MATLAB and cell array handling in for loop
I am new to MATLAB and would like to extract data from a cell array that I got from my database:
sensors =
[ 1] [23] [1] [ 0] [0.1000] [1x29 char]
[ 2] [23] [1] ...
3
votes
0answers
186 views
Problem with RowAnimation
Hey guys. i have a problem with animating deletes and inserts on a UITableView. The Fact ist, that i have different cellheights, some 44.0 some 135.0 now. i have uitableviewstylegrouped with different ...
3
votes
3answers
173 views
cell.imageView is working on Simulator but not on Device
Table view cell imageView is working on the simulator but not on the device..
Some things I have checked.
I have not changed anything in the code.
Image is added to the project and in same folder.
I ...
3
votes
2answers
1k views
MATLAB's cellfun (or arrayfun or structfun) with constant extra input argument
I want to apply a function to each element of a cell array -- so I have cellfun for that. However, the function takes two extra arguments (a string and a vector), which I want to keep constant for ...
3
votes
2answers
1k views
Insert doubles in a cell array into a vector in MATLAB
How can I take the first row of a cell array that contains doubles and insert it into a vector, without using a 'for' loop?
3
votes
2answers
107 views
How can I create a cell of strings out of a meshgrid in MATLAB?
I have a library function that takes parameters as a text string (it's a general C library with a MATLAB frontend). I want to call it with a set of parameters like this:
'-a 0 -b 1'
'-a 0 -b 2'
'-a ...
3
votes
1answer
857 views
How to display a text multilined inside a cell of a table in iphone?
I am new to iphone development.I am parsing a xml file and displaying the title, date, view and summary in each row of a table.The contents of summary is big ,so only first 3 words are displayed in ...
3
votes
7answers
1k views
cell phone hacking (as in engineering hack)
my apologized right away if it is not really programming related question.
I have a (crazy?) idea of using cellphone voice channel as remote control channel for RC models/drones. in principle if it ...
3
votes
3answers
596 views
Learning J2ME — books, articles, tools, articles, tips?
We're building J2ME "data collection" applications for the Nokia S40 series of cellphones (and possibly Android platforms).
I was wondering how other mobile developers learnt J2ME ? What were the ...
3
votes
4answers
223 views
Optimal way for partitioning a cell based shape into a minimal amount of rectangles
Assume a boolean array like:
1111
1111
1110
1111
1001
Now you need to find the way of arranging the least rectangles of any size to achieve this shape. So, for example, you'd find this:
+-++
| |+
...
3
votes
3answers
1k views
conditional change of a datagridviews cell background color and text
This is for a winform vb.net 2008 app. I'm bringing data back from a database and based on some static conditions... i want to change the color of the background and the text. There is no ...
3
votes
5answers
335 views
What do I need to know to make my website work on mobile browsers?
I am using ASP.NET 3.5 with Visual Studio 2008. I have a few questions surrounding my website and mobile users.
Will my website be displayed correctly on a mobile?
What items will not work on a ...
3
votes
5answers
4k views
'comparison is always true due to limited range of data type' warning in C?
I have the following code
//Point.h
#define WIDTH 8
#define HEIGHT 8
typedef struct Point
{
char x;
char y;
} Point;
//Board.c
#include <stdbool.h>
// Some other functions that we don't ...
3
votes
1answer
1k views
Undefined reference to 'sqrt' from math.h on PS3 with YDL 6.1 and Cell SDK 3.1?
I have a PS3 that I've installed YDL 6.1 and SDK 3.1 on and everything seems to be working fine, as I can compile and run the examples. However, I've run into some problems with writing programs of my ...
2
votes
3answers
49 views
MATLAB empty cell(n,m) array of strings?
What is the quickest way to create an empty cell array of strings ?
cell(n,m)
creates an empty cell array of double.
How about a similar command but creating empty strings ?
2
votes
2answers
55 views
Difference of two cell arrays of strings in Matlab
I have a cell array like
a={'potential'; 'impact'; 'of'; 'stranded'; 'assets'; 'and'; 'other'; 'necessary'; 'regulatory'; 'approvals'; 'assets'}
and want to subtract from it an array like b={'a'; ...
2
votes
1answer
44 views
Stretching table cell text to both sides
I have a html table cell with the following data:
<td>0/12 0%</td>
which shows like this:
http://img202.imageshack.us/img202/6008/captureuhe.jpg
what i want to do is move the % number ...
2
votes
1answer
38 views
JTable Headlines between rows
I am wondering how I can realize something like this:
row 1
row 2
HEADLINE like 27.01.2011
row 3
row 4
HEADLINE like 28.01.2011
...
2
votes
1answer
102 views
How to place cursor to the start of the text in editing DataGridView cell programmatically when user start to edit cell text?
I use DataGridView that gets Data from DataTable for editing some amount of data. Everything seems ok, but there is some inconvenience. When user starts to edit cell, text of this cell automatically ...
2
votes
1answer
43 views
Convert specific cell array elements to array
I have a problem when trying to convert a sequnce of cell array's elements into a matrix in Matlab. In particular, I execute the folllowing command for taking the elements I want from the cell_array[] ...
2
votes
3answers
64 views
How can I add unique id to a custom cell?
In a gwt project I have a CellTree with custom cells. For easier testing I would like to add IDs for each of the cells.
I know I can make it like this :
@Override
public void render(Context ...