The Tutorials in this series are created in Ruby 1.9.3 on Ubuntu 12.04. Ruby an absolutely pure object-oriented scripting language and a genuine attempt to combine the best of everything in the scripting world. Read more
Foss : Ruby - Bengali
Outline: এরিথম্যাটিক অপারেটরস এডিশন সাবট্রেকশন মাল্টিপ্লিকেশন ডিভিশন মডিউলস এক্সপোনেন্ট অপারেটরের প্রাধান্য রিলেশনাল অপারেটর ডাবল ইকুয়াল টু == নট ইকু..
Outline: Logical অপারেটর And && Or || Not ! Parallel assignment Range অপারেটর Inclusive অপারেটর (..) Exclusive অপারেটর (...)
Outline: * রুবিতে কন্ট্রোল স্টেটমেন্ট * নিম্ন স্টেটমেন্টের সিনট্যাক্স এবং ব্যবহার * if স্টেটমেন্ট * else স্টেটমেন্ট * elsif স্টেটমেন্ট * case স্টেটমেন্ট * উপরোক্ত প্রতিটির..
Outline: *Ruby তে for এবং each লুপ্স *“loop” এর অর্থ *বিভিন্ন ধরণের লুপ *“for” লুপের সিনট্যাক্স *“for” লুপের উদাহরণ বাস্তবায়িত করা *“each” লুপের সিনট্যাক্স *“each” লুপের উদাহরণ বাস্তব..
Outline: * Ruby তে while এবং until লুপ্স * উদাহরণের মাধ্যমে while লুপের ব্যবহার * উদাহরণের মাধ্যমে until লুপের ব্যবহার * উদাহরণের মাধ্যমে redo কনস্ট্রাক্টের ব্যবহার * উদাহরণের মাধ্যমে b..
Outline: * Ruby তে Object Oriented Concept * Ruby তে Classes * Objects তৈরি করা * Ruby তে মেথড বর্ণনের বিভিন্ন উপায় * ? এবং = ব্যবহার করে অর্থপূর্ণ মেথড বর্ণন করা * উপরোক্ত প্রতিটি ক্ল..
Outline: * রুবিতে মেথডস * এগুলি কি * ইনস্ট্যান্স মেথডস * ক্লাস মেথডস * অ্যাক্সেসর মেথডস * উপরোক্ত প্রতিটির উদাহরণ বাস্তবায়িত করা * তাদের মধ্য..
Foss : Ruby - English
Outline: 1.1 Introduction to Ruby What is Ruby? Features Ruby gems Help on ruby 1.2 Installation Installation of ruby 1.9 through Ubuntu Software Centre..
Outline: 2.1 Introduction -Ruby and variable Dynamic typing -Declaring a variable -Changing variable type -Converting the var value i.e to float,string,binary etc ..
Outline: 3.1 What is method Working with methods Declaring and Calling a method 3.2 Passing arguments to a method Explaining the arguments and syntax with example...
Outline: Arithmetic Operators Addition Subtraction Multiplication Division Modulus Exponent Precedence of operators Relational Operators Double equal to == Not..
Outline: Logical operator And && Or || Not ! Parallel assignment Range operator Inclusive Operator(..) Exclusive operator (...)
Outline: Control Statements in Ruby What are control statements Syntax for if statement if..else statement if..elsif statement Examples on it..
Outline: * for & each loops in Ruby * Meaning of the term “loop” * Different kinds of loop * Syntax of “for” loop * Example implementation of “for” loop * Syntax of “each” loop * Exam..
Outline: * while & until loops in Ruby * Usage of while loop with an example * Usage of until loop with an example * Usage of redo construct with an example * Usage of break wit..
Outline: * Object Oriented Concept in Ruby * Classes in Ruby * How to create objects * Different ways of defining methods in Ruby *Using ? and = to define meaningful methods * Exampl..
Outline: * Methods in Ruby * What are * instance methods * class methods * accessor methods * Example implementation of each of the above * Difference between them
Foss : Ruby - Gujarati
Outline: 1.1 રૂબી નો પરિચય રૂબી શું છે ? લક્ષણો રૂબી જેમ્સ રૂબી પર મદદ 1.2 સંસ્થાપન ઉબ્નટુ સોફ્ટવેર સેન્ટર મારફતે રૂબી ૧.9 નું સંસ્થાપન કરવું રૂબ..
Outline: 2.1 પરિચય -રૂબી અને વેરીએબલ ડાયનેમિક ટાઈપીંગ -વેરીએબલ ડીકલેર કરતા -વેરીએબલ ટાઈપ બદલતા -વેર વેલ્યુ બદલાતા એટલેકે o float,string,binary વગેરે 2.2 સ્કોપ ..
Outline: pending3.1 '''method'' શું છે. મેથડ સાથે કામ મેથડ ને ડીકલેર અને કોલ કરવું 3.2 મેથડને આર્ગ્યુમેન્ટ પસાર કરવું ઉદાહરણ સાથે આર્ગ્યુમેન્ટ અને સિન્ટેક્સ સમજાવવા. 3.3 મ..