Skip to main content

Posts

How to Use Chisanbop (Korean Finger Math) for Basic Addition and Counting | eHow.com

How to Use Chisanbop (Korean Finger Math) for Basic Addition and Counting eHow.com Difficulty: Easy Instructions Step 1 In Chisanbop you'll be using your two hands and ten fingers to represent numbers from 0 to 99. Start out with your hands out in front of you with closed fists. This represents 0. Each finger (not thumb) on your right hand represents 1. To represent 3, just press down three right hand fingers. Your right thumb represents 5. To represent 7, press down your right thumb and 2 right hand fingers. Think of your right hand as the ones or units place (column). Step 2 Your left hand represents the tens place (column). Each finger on your left hand is worth 10. For example, to represent 30, press down three left hand fingers. To represent 38, do the same, but also use your right hand to represent 8 as described above. Your left thumb represents 50. To represent 86, press down your left thumb and three left hand fingers for the 80, and your right thumb and one righ

How there4u Did It - How to Make a Potato Clock | eHow.com

How there4u Did It - How to Make a Potato Clock | eHow.com

Installing Ruby

deepika@linux-yq3p:~> sudo zypper in ruby devel_ruby root's password: Loading repository data... Reading installed packages... 'ruby' is already installed. 'devel_ruby' not found. Resolving package dependencies... Nothing to do. ---------------------------------------------------- Installing RubyGems : { RubyGems is a package management tool, much like zypper. It’s got very simple syntax and installation is straightforward as well.} deepika@linux-yq3p:~> sudo zypper in rubygems Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW packages are going to be installed: ruby-devel rubygems 2 new packages to install. Overall download size: 1.5 MiB. After the operation, additional 6.2 MiB will be used. Continue? [y/n/?] (y): y Retrieving package ruby-devel-1.8.7.p72-7.3.i586 (1/2), 955.0 KiB (2.8 MiB unpac ked) Retrieving: ruby-devel-1.8.7.p72-7.3.i586.rpm [done (0 B/s)] Installing: ruby-devel-1.8.7.p72-7.3

ABOUT RUBY ON RAILS

The Ideals of Ruby’s Creator [source: http://www.ruby-lang.org/en/about/] Ruby is a language of careful balance. Its creator, Yukihiro “matz” Matsumoto, blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balanced functional programming with imperative programming. He has often said that he is “trying to make Ruby natural, not simple,” in a way that mirrors life. Building on this, he adds: Ruby is simple in appearance, but is very complex inside, just like our human body1. -------------------------------------- Ruby programming language IDE - Netbeans · RubyForge · RadRails · RubyMine · ActiveState_Komodo Implementations - Ruby MRI · YARV · JRuby · IronRuby · Rubinius · XRuby · MacRuby · RubyJS · HotRuby Applications - RubyGems · Rake · Interactive Ruby Shell · Capistrano · SketchUp Ruby Libraries / Frameworks - Adhearsion · Camping · eRuby (RHTML) · Merb · Nitro · RubyCocoa · Ruby on Rails · Sinatra · Ramaze Server Soft

The MySQL Privilege Tables

Before delving into the many examples that consititute this tutorial, a brief introduction of one of the most important (and most misunderstood!) aspects of the MySQL server is in order; that is the mechanism from which MySQL secures its data and integrity: The MySQL privilege tables. The MySQL privilege tables are responsible for authenticating user access to the MySQL server, and subsequently associating those users granted access with a set of privileges. This privilege set decides what a user is capable of doing while connected to the MySQL server, controlling the user's activities on a server-wide, database, tabular and even columnar level. For example, an administrator could grant a user only enough privileges to connect to one specific MySQL database, and restrict access to all others. Furthermore, that same user might be granted only certain privileges while connected to that database, selection, insertion, and modification privileges for example. Associated with only these

SUSE

commands : 1. To run Yast on Suse >sudo /sbin/yast Yast : 2.Shortcut to run any application >Press ALT and F2 3.Install Clam: Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library. >sudo zypper install clamav