0
votes
1answer
34 views
How to make words into a category. (NLP)
I love to eat chicken.
Today I went running, swimming and played basketball.
My objective is to return FOOD and SPORTS just by analyzing these two sentences. How can you do that …
34
votes
22answers
489 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 w …
0
votes
1answer
14 views
Flex Setting dataProvider for an itemRenderer.
I have a httpservice that returns xml data.
<mx:HTTPService id="httpService" url="data/Software.xml" resultFormat="e4x" result="httpResult_handler(event)" fault="Alert.show('XM …
0
votes
4answers
47 views
Exclude Statement in SQL
Hello StackOverflow Community,
I had a quick question on how to exclude data from an SQL database using an SQL statement. My situation is I have a user login to their profile page …
0
votes
6answers
125 views
table like java data structure
hi.
I need to implement some kind table-like data structure that stores info like this in Java:
+--------+-------+-----+
| sij | i | j |
+--------+-------+-----+
| 45 …
5
votes
7answers
121 views
Loading and analyzing massive amounts of data
So for some research work, I need to analyze a ton of raw movement data (currently almost a gig of data, and growing) and spit out quantitative information and plots.
I wrote most …
0
votes
4answers
30 views
Free Intranet website to share data across the organization
Hi,
In our organization we don’t have any intranet website to share the data/information across the organization.
The information could be:
HR Related Information [E.g.: H …
0
votes
0answers
30 views
cakephp retrieving multiple values in a column
I want to retrieve multiples values from a field. the code I am using this this
$conditions = array('Tag.name'=>$compare);//$compare = array('value1', 'value2',..);
$values = $ …
0
votes
1answer
18 views
SAS - Reading a File Backwards?
I need SAS to read many large log files, which are set up to have the most recent activities at the bottom. All I need is the most recent time a particular activity occurred, and I …
0
votes
2answers
22 views
Using data services with silverlight 3?
Any thoughts on ADO.NET data services and Entity Framework with silverlight 3?
It is a good pratice?
-4
votes
2answers
99 views
PHP 200+ Form Fields…
Just to give you a bit of background i have a system where there's certain calculations that need to be calculated in the main section, there'll be various form fields under differ …
0
votes
2answers
26 views
Using semantic MediaWiki for tabular data
Am I completely off-track to think about using Semantic MediaWiki to store (and organise, report on, etc.) 'tabular' data such as financial transactions or weather readings that wo …
0
votes
1answer
29 views
C# Showing Multiple XML Data Entires With the Same Node Value.
I have a Xml Document that has lesson information in it, such as the following:
<Lessons>
<Lesson ID= *GUID number*>
<Date>01/01/2010</Date>
<Time& …
0
votes
1answer
43 views
C# Search and Set Node Values
I have a Xml Document (LessonData.xml) with lesson data in it, with the following format:
<Lessons>
<Lesson ID= *GUID Number*>
<FullName>John Smith</FullNa …
0
votes
1answer
12 views
ObjectQuery, passing datetime in Where clause filter
How to pass in Date Time value here?
ObjectQuery<Item> _Query = ItemEntities.CreateQuery<Item>("Item");
_Query = _Query.Where("(it.StartDate >= 11/4/2009 5:06:08 PM …
