Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Tuesday, June 04, 2019

Top IDE index

Here is a ranking of IDE. They also provide a ranking for programming language.

Sunday, November 09, 2014

R is now the #12 most popular programming language

According to the most recent TIOBE index, R is the #12 most popular programming language.

Tuesday, July 08, 2014

Will it Python?

Will It Python provides Python translation of the R code used in Machine Learning for Hackers.

Monday, July 07, 2014

Not So Swift

A reaction to Apple's new programming language.

Thursday, August 01, 2013

Architect

Architect is another development environment for R.

Monday, July 08, 2013

Wiki for R programming

Very useful wiki. I look forward to reading the final book as well.

Monday, August 06, 2012

12 programming languages for the future

I have never heard some of them before.

Friday, June 15, 2012

Scythe library

After 5 years, the Scythe library has a new version out.

Saturday, May 19, 2012

Java vs. COBOL and R vs. SAS

Here is an interesting comparison.

Tuesday, January 17, 2012

R is becoming increasingly popular

According to this, R is the 19th most popular language in the first month of 2012!

Monday, December 26, 2011

Cool Blog

A cool blog on math, programming, etc.

Friday, December 23, 2011

Sunday, December 11, 2011

Game of life

Implemented in various languages, including R.

Here is a Python version.

Another one.

Friday, October 21, 2011

The new StatET looks promising

StatET plugin for Eclipse just reached its 2.0 release, which is a big jump from the previous one. The new version seems to have quite a few new features that worth being considered seriously.

I like Emace+ESS, Rstudio, and Eclipse+StatET. Choice is a good thing!

Thursday, October 13, 2011

Thursday, September 29, 2011

Installing the Scythe library

I manged to installed the Scythe statistical library on my Mint system. The authors commented out the line "#include " in the "matrix.h" file, which causes trouble during compiling, but that was easy to fix: just remove the comment mark. 


This article is very good in helping people to get started with the library. 



Thursday, September 08, 2011

COMPUTING FOR NUMERICAL METHODS USING VISUAL C++

An interesting Wiley book. The source code for console applications can compile using g++ with very minor modifications.

Wednesday, August 24, 2011

R for programmer

This is a useful document.

Counter