Author: totosugito

Free Plot Library

Free Plot Library I am a .NET developer. I have some of a problem when create a chart in .NET. I get some of Free Plot Library for chart, but I am not satisfied with speed and feature for that Free Plot Library. When searching about this library, I get a free library for this

Linux : Add user to sudo

Linux : Add user to sudo When using Ubuntu Linux, I can run root command with adding sudo before command parameter. But, when I use Centos, I can not run sudo command. I get This error when try to running sudo command : [toto@data]$ sudo toto [sudo] password for toto: toto is not in the

Integer To Binary Converter

Integer To Binary Converter I am interesting about how we can convert a integer number to binary number. So, I am try to create Integer To Binary Converter with C source Code.I am create this code from tutorial at http://www.helpwithpcs.com/courses/binary-numbers.htm. Please look Integer To Binary source code below : /* * iolibrary.c * * Created

Ubuntu 10.04 install g77

Ubuntu 10.04 install g77 Today, I get a source code must be compile with g77. I use Ubuntu 10.04 and can not get this compiler in this Ubuntu version. After searching, I get information about g77 repository in Ubuntu 8.04 (Hardy). We can install this program with repository from Ubuntu Hardy. This is a method