Tagged Questions
The historical tag has no wiki summary.
26
votes
6answers
2k 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 ...
16
votes
4answers
459 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 ...
14
votes
7answers
2k views
Have any classic NES games been open-sourced?
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 ...
13
votes
14answers
2k 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?
10
votes
4answers
156 views
Standard library `FILE` type [closed]
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.
10
votes
6answers
1k 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 ...
8
votes
9answers
765 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 ...
7
votes
18answers
1k 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)
6
votes
3answers
205 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 ...
6
votes
1answer
655 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 ...
6
votes
5answers
244 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 ...
5
votes
7answers
3k views
What is the largest program ever written?
In a fit of idle curiosity, I was wondering that the largest program ever written was. What did it do? What language was it written in? How successful was it? How buggy was it? How many man years did ...
3
votes
2answers
68 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 ...
2
votes
2answers
38 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
...
2
votes
2answers
58 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 ...
2
votes
0answers
471 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.
2
votes
2answers
101 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 ...
1
vote
2answers
26 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 ...
1
vote
1answer
37 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 ...
1
vote
1answer
34 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 ...
1
vote
1answer
351 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 ...
1
vote
2answers
116 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 ...
0
votes
1answer
16 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 ...
0
votes
1answer
22 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 ...
0
votes
0answers
49 views
Help to find sample internet usage historical data
I'm working on an intelligent system using Artificial Neural Networks for forecasting internet usage by an ISP customers. now I need sample historical data as learning input of Neural Network.
The ...
0
votes
1answer
67 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.. ...
0
votes
2answers
985 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. ...
0
votes
2answers
130 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 ...