Startups using Clojure [closed] - clojure

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
If this question is off topic, please inform me which stack exchange this question would be appropriate for before voting to close the question.
I like Clojure the programming language. I'm interested in getting a list of companies that use Clojure for their development. Where can I get such a list?

Many companies are listed here: http://www.quora.com/Which-startups-are-using-Clojure
Also, large official list: http://dev.clojure.org/display/community/Clojure+Success+Stories

(some examples not in any order)
Now a community-wiki: post your favorites here!
the climate corporation (was WeatherBill)
runa (ai realtime coupons)
readyforzero
Prismatic
Montoux Limited, New Zealand (financial risk analysis)

Related

Programming tests [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I seeking a web site for programming skills testing. Maybe free analogue of codility or something like when you get a task, and need to upload a correct answer code, solving the task. Namely i interested in c++. Thanks.
your answer is that you should try your self more!
But some goods:
the ACM site: http://icpc.baylor.edu
http://acm.uva.es/contest/
http://www.codeforces.com
http://code.google.com/codejam/
and also
http://www0.us.ioccc.org/index.html
http://www.mycplus.com/featured-articles/programming-contests-and-challenges/

What Kinds Of Mathematics Are Required For A Data Compressor? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What kinds of mathematics are required to program a data compressor (C++)? Are there any specific branches of calculus required? How are these implemented?
You should read Elements of Information Theory by Thomas M. Cover and Joy A. Thomas. This answers your questions on a funded theoretical basis.
I would say mostly information theory and statistics.
Of course basic math and logic knowledge is required, but this is true for programming algorithms in general.

C videos anywhere online [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone have any knowledge of C or c++ tutorials that teach the language on video and through examples?
FredOverflow did start such a list (you need enough rep to see deleted questions to see this one) for C++ a while ago, which via some detours ended up on the C++ chat room's wiki: http://loungecpp.wikidot.com/videos-and-podcasts-by-c-celebrities

What exactly does "cloud computing" mean? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I am new to cloud field, i want to know what it is from basic?
What are its advantages?
How it comes to use in real life?
Comparison with the existing technologies.
Cloud computing isn't a technology, it's a concept.
It means all your data (documents, photo's, music and even applications) is stored on a central server ('the cloud'). The advantage of this is that you can access your personal stuff from all your devices. If you want to listen to your music from a computer or some other device: no problem, since it's all 'in the cloud'.

C/C++/Data Structure online test [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I have to prepare for an entrance exam of C DAC(Centre for Development of Advanced Computing).
So please would somebody tell me Websites where I can practice for C,C++ and data structures quiz of Intermediate and expert level.(Objective type)
(Of course I'd like to check my accuracy and programming skills).
any suggestions will be appreciated.
Thank you.
For C++, see this list:
The Definitive C++ Book Guide and List
When I was at high-school I used to train myself for Computing Olympiads using USACO Training Program.