What was the first server-side language [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I was thinking about different server-side languages and […]
How have languages influenced CPU design? [closed]
Closed 9 years ago.
Why was the percent sign (%) chosen as the format specifier for the printf family of functions?
Everyone knows that, at least in C, you use the printf
family of functions to print a formatted string. And these functions use a percent sign (%
) to indicate the beginning of a format specifier. For example, %d
means to print an int
, and %u
means to print an unsigned int
. If you’re unfamiliar with how the printf
function and format placeholders work, or simply need a refresher, the Wikipedia article is a good place to start.
What is the Mars Curiosity Rover’s software built in?
The Mars Curiosity rover has landed successfully, and one of the promo videos “7 minutes of terror” brags about there being 500,000 lines of code. It’s a complicated problem, no doubt. But that is a lot of code, surely there was a pretty big programming effort behind it. Does anyone know anything about this project? I can only imagine it’s some kind of embedded C.
What was the first consumer-oriented hardware/software solution? [closed]
Closed 12 years ago.
Which language came first with parallel assignment?
When I discovered that python has parallel assignment I thought is pretty cool.
Why did the web win the space of remote applications and X not?
The X Window System is 25 years old, it had it’s birthday yesterday (on the 15’th).
Why does Java have a “bad rap” [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
What is JavaScript, really?
All this started when I was looking for a way to test my webpage for JavaScript conformance like the W3C HTML Validator. I have not found one yet. So let me know if you know of any…
Why didn’t “cloud computing” offer appear earlier?
Cloud computing is a model of renting resources – servers and data storage. Both servers and data storage have been around for much more than a decade so far. Yet cloud computing offers only appeared several years ago.