1
vote
2answers
35 views
How to include resources in iphone static library ?
I'd like to include files, data and images in a static library API so the users won't need to include them manually in their project.
I see that there isn't obvious way to do it but is there some hack …
0
votes
1answer
12 views
data in dynamic textbox
Hi, I am new to .Net
I created textboxed dynamically, But when i clicked on the button, i loss before created data in the textbox. How can i maintain data in the dynamic textbox.
Thanks in advance..
0
votes
1answer
42 views
Simulating a railway network
Hello,
I wanted to simulate a railway network where there would be stations, trains and routes connecting each station. So how do you think I should attempt to model this?? I thought of using graphs …
39
votes
22answers
685 views
Detecting database tampering, is it possible?
Hi everyone,
Long time listener, first time caller.
'Say you have a database table that is responsible for logging user activity. The integrity of this log is important, so you want to be able to …
1
vote
5answers
43 views
filling custom c# objects from data received stored procedure
public class User
{
public string FirstName { get; set; }
public string LastName { get; set; }
}
public class Address
{
public string City { get; set; }
public string Country { get; …
2
votes
3answers
43 views
List of Cities by Country
Where does Facebook get their list of cities from? Is there a service that provides an up-to-date feed of cities based on country?
1
vote
6answers
161 views
Tic Tac Toe help
I've written a tic tac toe code that fine to a point. I have Alpha-Beta Pruning working also. I've ran across a problem that I need ideas, NOT CODE. How can I choose a move that will win in 4 moves …
1
vote
4answers
78 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
43 views
iPhone UIImage - Data Persistance
Hi All,
Simple question regarding data persistance between application sessions.
My application allows the user to select an image from the Library using a UIImagePickerController. The selected …
1
vote
2answers
27 views
Printing several binary data fields from Google DataStore?
I'm using Google App Engine and python for a web service. Some of the models (tables) I have in my web service have several binary data fields in them, and I'd like to present this data to a computer …
2
votes
2answers
140 views
How to test a byte against a hex value?
I want to test if the byte I read from a data file is 0xEE, what should I do? I tried if (aChar == 0xEE) but doesn't seems working. thanks for any help
0
votes
1answer
18 views
change mysql data directory
Hi All,
Is it possible, if I change my default mysql data directory to other. But, will I be able to access the databases from old location.
any inputs will be a great help.
Thanks in advance
…
1
vote
3answers
28 views
Retrieving dynamic text from a website in vb.net (VS2008)
Hey guys, i want to be able to retrieve dynamic data from a web page (share prices). I started out by retrieving the html code before i realised that as it is live data, the html code will be of …
0
votes
1answer
53 views
Where did foodscanner get its initial barcode database?
http://dailyburn.com/foodscanner
Any ideas?
0
votes
1answer
45 views
PHPMailer AddAddress()
ok, i don't know how the data should be formatted for AddAddress PHPMailer function; i need the email to be sent to multiple recipients so i tried
$to = "me@domain.com,you@domain.net,she@domain.it";
…
