2
votes
4answers
171 views
C++ Object without new
Hi, this is a really simple question but I havn't done c++ properly for years and so I'm a little baffled by this. Also, it's not the easiest thing (for me at least) to look up on …
2
votes
2answers
21 views
simplest way to do recursive t-sql for multiple selects
Hi all,
I am developing a Bill Of Materials cost calculator program and I am struggling to fathom a simple solution to some recursive selects I want.
I am using SQL Server 2005 …
0
votes
1answer
30 views
.htaccess redirect to a directory
This is a very silly question but I am pretty weak in htaccess.
I want all files (php, css, javascripts and images) located at http://localhost/template/* to point to http://local …
0
votes
2answers
153 views
front-end configurable products from simple products in magento?
hello all,
a client has imported 1000 items to magento as simple products. many of these SHOULD be configurable products (ie, 4 yellow dresses of different sizes). the psuedo-conf …
1
vote
2answers
112 views
Simple Increment in assembler
Hi, I'm stuck with this. I'm self studying assenbler and translating some basics instructions. But i can't with this one.
Can anyone help me, please?
int
secuencia ( int n, EXPRE …
1
vote
2answers
89 views
ONE TO ONE LEFT OUTER JOIN
Hi everybody,
I was wondering, is there a way to make a kind of one to one left outer join:
I need a join that matches say table A with table B, for each record on table A it mus …
0
votes
2answers
69 views
C return and comparation inline
Hi everyone,
I'm just to figure out what does this method do, I know there must be a way to put this line by line, can you help me please?
Thanks
int
conditional ( int n, EXPRES …
1
vote
2answers
40 views
Linking to external files in ruby?
Sorry if this question is very easy, but I can't find the answer anywhere. How do you refer to an external ruby file in a ruby script if, for example, the file you want is in the s …
0
votes
1answer
39 views
Simple Binding of Data from code behind to XAML
Hi,
I am new to WPF concepts. I want to just display a string in a textbox. I tried the following C# code and XAML to bind a string to a TextBox.Text property.
C# code:
public p …
0
votes
2answers
20 views
displaying only thumbnails in directory, but linking to full size image
I have a directory with fullsize images and thumbnails. The thumbnails are prefixed with thumb_ and then share the same name as the full size counterparts.
What do i need to do th …
0
votes
1answer
34 views
Simple Query using subsonic 2.2 with Oracle.dataclient error.
I am using subsonic 2.2 with Oracle provider. I can use active record but my simple query does not work!
int record = new Select(VenApplication.ApplicationidColumn).From(VenApplic …
2
votes
1answer
74 views
Compiling assembly for windows on linux
This is a homework task, but it's very simple. The task comes with a working assembly file. I just need help to compile it on linux instead of windows. I'm using Ubuntu. I've insta …
0
votes
3answers
109 views
What’s the easiest way to design a pretty webpage? [closed]
I need to come up with a simple webpage really fast and I've tried using templates before but I wanted to know if there's something like a webpage creator thats easy to modify for …
0
votes
1answer
33 views
is it worthwhile to create a connector for SimpleDB?
for a business intelligence software -- are they doing well?
0
votes
2answers
93 views
Java binary tree which return type for iterator over nodes, interface or class?
I'm writing a class for a binary tree, and in the tree interface this function is defined:
/** Returns an iterable collection of the the nodes. */
public Iterable<Position& …
