The historical tag has no wiki summary.
1
vote
1answer
21 views
Historical Databases in RDBMS
What is Historical Databases in RDBMS ?
I don't found any material in Internet that explain in concept the Historical Databases in RDBMS
So can any body explain to me that or give me any link ...
0
votes
0answers
34 views
Start and stop date fields vs. single date field for historical, hierarchical data
In developing a historical and hierarchical SQL table, is it better to use start and stop date fields or a single date field for every date? There are pros and cons for each, but I'm looking for ...
1
vote
0answers
83 views
Historical stock symbol changes [closed]
I am looking for a historical list of stock symbol changes. I realize this is available at several places (nasdaq.com, eoddata.com, etc.), but most only have symbol changes going back 6 months. I'd ...
3
votes
1answer
148 views
Cassandra Best way to deal with historical data?
I'm using Cassandra to store historical data. It's a collection of various objects that change it's value in time.
Column Family: Object type
Row: Object Id
Column Name: Timestamp
Column Value: Value ...
0
votes
0answers
100 views
Historic Twitter Trends data [closed]
I am analyzing how trends propagate through social media. I have the daily top 20 trends on Twitter for the past year or so. Unfortunately, I do not have those trends at smaller time scales, i.e. ...
0
votes
0answers
32 views
When did the Flash Player plug-in first appear in browsers? [closed]
This is a historical question. Which browsers did ship with the flash plug-in first? And when?
4
votes
1answer
140 views
Resurrecting old PLT-Scheme project (pre-1999)
I'm trying to resurrect an old (1999 or earlier) project written in Scheme (PLT-Scheme, using the mzscheme interpreter (?) commandline tool). To make the matters worse, I don't know Scheme, or Lisp ...
4
votes
2answers
2k views
Get free historic stock market/exchange data (e.g. S&P 500, NYSE)?
I am developing an application that relies on stock market information. For the moment, I use Yahoo Finance CSV API. Unfortnautely OpenTick stopped it's service, Google Finance API will soon, too.
...
-2
votes
1answer
257 views
Using Perl to extract historical EPS data using HTML::TableExtract [closed]
I was wondering if any of the Perl experts could help me download the historical EPS data from this website http://thestreet.ccbn.com/company.asp?ticker=ibm&client=thestreet. I'm trying to ...
0
votes
0answers
121 views
google charts on stock historical data
Is it possible to have the stock historical data as an input to google charts without exporting them to google spread sheet? I want the following URL as the main input to my google chart:
...
2
votes
1answer
300 views
Storing and analysis of historical data - What kind of Database?
i'm currently designing a system that watches the ranks / views of youtube videos. of LOTS of youtube videos (> 500.000 and growing) on a daily basis.
I'm currently considering storing this in a ...
3
votes
1answer
157 views
What does the name of the Turbo Pascal “crt” unit stand for?
"Cathode Ray Tube"? "C RunTime"? Neither makes much sense to me; something else entirely?
0
votes
0answers
37 views
Historical notification alerts and data marts - what is the best approach?
Using SQL Server 2005 for a project, I developed a notification system which retains a history of all notifications issued. In the cases where a 1..1 relationship exists, historical data retrieval is ...
3
votes
4answers
167 views
ETL for processing history records
I am in sort of a DWH project (not quite, but still). And there is this issue we constantly run into which I was wondering if there would be a better solution. Follows
We receive some big files with ...
0
votes
2answers
336 views
Maintaining historical data in a shop database
I have a question to which I probably already know the answer, but I'd still like to have your opinion.
I am creating a simple shop database. I have a Product table and an Order table and I have ...
1
vote
1answer
165 views
Origin of “weird” baudrates for serial communication
Why are there baudrates like 115.200 Baud? There has to be some origin for this. One answer might be the crystal frequencies like 19.6608 Mhz or 1.8432 Mhz, which you can use to divide by an integer ...
1
vote
0answers
301 views
OTC Stock Market API for historical ticker data
I'm looking for a free REST API for historical stock ticker data, particularly for the OTC markets. I have tried a variety of free services and am currently using Yahoo historical, but they seem to be ...
0
votes
2answers
140 views
Reporting on historical data - when to use current or historic data (warn user about changing the meaning of a record?)
This is similar to this question
Basically I am writing the database and software for a building monitoring system. The system monitors things like temperature, humidity, pressure of units (such as ...
0
votes
1answer
93 views
Breaking change on getting status update history
I have noticed that querying the status table for historical data lead to different results recently, without any notification or warning by Facebook.
Before, we could get any status updates past ...
3
votes
2answers
450 views
MongoDB historical data storage - best practice?
Assuming I have an user who has an ID and I want to store a historical record (document) on this user every day, what is better:
create a new document for each record and search for the user id; or
...
1
vote
2answers
171 views
How to store historical server data?
I was looking for advice on how to store data in a database for historical data mining purposes. If I can get the state of an entity at a given time, what is the best way to store it so that I can ...
0
votes
1answer
159 views
Rails 3 - Storing Historical Access Data
Hello people
I want to know if there is a gem or a plug-in for storing historical access data for an app in rails 3.0.9
the idea is:
a user logs-in to the system
then, the user make some ...
2
votes
2answers
166 views
.NET: determine DST status for a given day in the past?
For a given date in the past, and assuming a US timezone, how can I use C# to determine whether or not Daylight Saving Time was in active for that day?
I have a timestamp for a given day in the past ...
1
vote
1answer
141 views
Is there any way to know every sentence executed in SQL Server 2005?
I need to know if there is any way to know every sentence executed in a SQL Server 2005 database. That is because I have a registry modified in a concrete date, and I would like to know the sentence ...
10
votes
4answers
283 views
Standard library `FILE` type [duplicate]
Possible Duplicate:
Why is FILE all-caps as in FILE*?
Why is the standard library FILE type written uppercase ?
Is it because of its opaque nature ?
Thank you.
6
votes
3answers
241 views
Performing Historical Builds with Mercurial
Background
We use a central repository model to coordinate code submissions between all the developers on my team. Our automated nightly build system has a code submission cut-off of 3AM each ...
2
votes
2answers
51 views
Historical MovableType (2.x) Downloads?
Not really a programming question, but I can't think of anywhere else to ask. Is there a reasonable way to get my hands on the source package for MovableType 2.x? (v2.6 to be specific.) That's circa ...
0
votes
1answer
140 views
How can I query all past versions of an object with eclipselink?
Well, by means of historical session, we can query an object at a specific time. But what I need is to query all the versions of that object..
The documentation points out that we can not do this.. ...
1
vote
1answer
455 views
Historical aggregate Twitter data
I want to graph the number of tweets and the number of followers over the last three months, but I haven't been able to find a way to do that either through the API or any ready-made tool.
I tried ...
5
votes
3answers
186 views
Where can I find PHP manuals for previous versions?
The excellent PHP Manual is often cited as one of the reasons for the success of PHP, but it covers the latest releases of the language.
This can be quite frustrating if you are trying to use ...
48
votes
7answers
7k views
What Is the Purpose of the `:' (colon) GNU Bash Builtin?
The question says it: what would be the purpose of a command that does nothing, being little more than a comment leader, but actually a shell built-in in and of itself.
It's slower than inserting a ...
1
vote
2answers
174 views
How does FeedJack fetches historical feeds
I am building a news aggregation website and I am looking for a way to fetch old feeds(of any particular website ) into the system. During this course, I stumbled on to Feedjack. It is said that it ...
23
votes
3answers
813 views
Why is RAISERROR misspelled? Or is it not?
Why isn't RAISERROR spelled RAISEERROR? Where is the second E? I could understand if it were some ancient keyword length constraint, but I wouldn't expect it to be a nine-character limit.
Is RAIS ...
7
votes
1answer
1k views
How can I work with dates before 1900 in PHP?
I am using PHP and jQuery to build an interactive timeline which needs to display dates between 1500 and 2020. I usually use PHP's strtotime function when working with dates, but it does not work for ...
19
votes
9answers
5k views
Have any classic NES games been open-sourced? [closed]
I just played a game of RBI Baseball in a browser window.
That in and of itself strikes me as simply amazing. When I was young, the NES was a magical box, capable of providing hours of enjoyment to ...
0
votes
2answers
2k views
Historical Forecast or Observed Weather Data Source
I'm looking for an API that provides recent, 3-hourly temperatures... either observed or forecasted. To be clear, I'm looking for data from the past... like 'yesterday'.
Free or paid is fine. ...
9
votes
18answers
2k views
Why the name main for function main()
Why the function name main() is retained in many languages like C, C++, Java? Why not any other names for that function? Is there any common structure for all these 3 main() (in C, C++, Java)
43
votes
7answers
6k views
How was the first compiler written?
I heard about the chicken and the egg and bootstrapping. I have a few questions.
What wrote the first compiler that converted something into binary instructions?
Is assembly compiled or translated ...
9
votes
9answers
905 views
Are really great programmers known to use unit testing?
I was wondering if really great programmers (Knuth, Kernighan, Torvalds, etc) are advocates of extensive unit testing. I can imagine large projects they've worked on adding them to deal with ...
2
votes
0answers
739 views
Where can I download stock historical data for 5 years? [closed]
Where can I download stocks' historical data for 5 years for the stock markets: NASDAQ, DJIA, FTSE100, NIKKEI ?
Thanks.
6
votes
5answers
382 views
Is there a defined and accepted standard SQL language?
I remember in college taking a database class where we, the students, were given the ability to choose our Database Management System. Being my first experience with databases I remember being ...
0
votes
2answers
163 views
Programming language named “C Set 2”
Does anyone know anything about a programming language named "C Set 2" which is referenced in the SEI statistics on function point metrics?
I tried to google something about this programming language ...
2
votes
2answers
117 views
Is there a tool for creating historical report out of j/nunit results
Looking for a way to get a visual report about:
overall test success percentage over time (information about if and how quickly tests are going greener)
visualised single test results over time (to ...
16
votes
14answers
3k views
Why are so many web languages interpreted rather than compiled?
Why didn't languages such as C end up being using for web dev? Surely the speed increases from being compiled would be useful for heavy load sites?