lntTblView

lntTblView – A data table add-on

Introduction Data tables are an important part of most websites nowadays, particularly websites that are for data analysis and information retrieval. A data table add-on is a web application component that allows More »

slocator

tnGIS – a new store locator solution

Last week, Facebook had officially reached a milestone of one billion monthly active users worldwide, announced by Facebook CEO and co-founder Mark Zuckerberg. Started with 955 million active users in July 2012, More »

geoip

Online GIS for website, blog and FB

TINYRAY Geographic Information Service (tnGIS) provides both map and street visualizations of locations and regions which are embeddable to your website, blog and FaceBook fan page. tnGIS is free for personal use More »

weblogo

TINYRAY weblogo application

TINYRAY web-logo application generates the graphical representation, sequence logo image, of the conservation and variation of the regions in a given sequence motif described using Position Weight Matrix (PWM) motif model. More »

ScreenCapturer

Tiny Screen Capture

This is a small program but yet powerful which allows you to capture any area of the screen just by a click & drag. The captured image is automatically placed on the More »

pokergame

TienLen Poker Game

This is a LAN-based game that allows you to enjoy TIENLEN, a popular Vietnamese poker game, over Local Area Network with your family members using your home network, or even with your More »

tnmail

Tiny Yahoo Mail Gadget

tnMail is a tiny-program which, attached to the Windows system sidebar, checks your Yahoo mail box frequently and keeps you update with your messages. Using tnMail, you will be informed instantly each More »

tar+gz – How2

tar-gz-logo

Compression

tar -zcvf   [path]<compression-filename>.tar.gz   [path]<compressed-files>

Decompression

tar -xzvf   [path]<compression-filename>.tar.gz

 

The later command will extract all compressed data and retains the data folder structures.

Parallel Computing with R

Rlogo

R is an open-source programming language and software environment for statistical computing and graphics. The core R installation provides the language interpreter and many statistical and modeling functions. Many statistical analysis tasks in areas such as bioinformatics are computationally very intensive, while lots of them rely on embarrassingly parallel computations. Multiple computers or even multiple processor cores on standard desktop computers, which are widespread nowadays, can easily contribute to faster analyses. However, providing software for parallel or high performance computing (HPC) with R was not a development goal.

Getting started with R

Rlogo

For the first time with R, do not try doing much of things. A successful installation of R, running the program and getting some idea on how the R programming environment looks like are more than enough. Thus, how to develop an R script for a specific problem is not a question at this time. This article is based on these principles.

An introduction to R

Rlogo

R is an open source programming language and software environment for statistical computing and graphics. It is widely used by statisticians and data mining researchers for developing statistical software and data analysis methods. The use of R has increased substantially in recent years.