Search Tutorials

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


About 9620 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : Ruby - Bengali

Outline: এরিথম্যাটিক অপারেটরস এডিশন সাবট্রেকশন মাল্টিপ্লিকেশন ডিভিশন মডিউলস এক্সপোনেন্ট অপারেটরের প্রাধান্য রিলেশনাল অপারেটর ডাবল ইকুয়াল টু == নট ইকু..

Basic

Foss : Ruby - Bengali

Outline: Logical অপারেটর And && Or || Not ! Parallel assignment Range অপারেটর Inclusive অপারেটর (..) Exclusive অপারেটর (...)

Basic

Foss : Ruby - Bengali

Outline: * রুবিতে কন্ট্রোল স্টেটমেন্ট * নিম্ন স্টেটমেন্টের সিনট্যাক্স এবং ব্যবহার * if স্টেটমেন্ট * else স্টেটমেন্ট * elsif স্টেটমেন্ট * case স্টেটমেন্ট * উপরোক্ত প্রতিটির..

Basic

Foss : Ruby - Bengali

Outline: *Ruby তে for এবং each লুপ্স *“loop” এর অর্থ *বিভিন্ন ধরণের লুপ *“for” লুপের সিনট্যাক্স *“for” লুপের উদাহরণ বাস্তবায়িত করা *“each” লুপের সিনট্যাক্স *“each” লুপের উদাহরণ বাস্তব..

Intermediate

Foss : Ruby - Bengali

Outline: * Ruby তে while এবং until লুপ্স * উদাহরণের মাধ্যমে while লুপের ব্যবহার * উদাহরণের মাধ্যমে until লুপের ব্যবহার * উদাহরণের মাধ্যমে redo কনস্ট্রাক্টের ব্যবহার * উদাহরণের মাধ্যমে b..

Intermediate

Foss : Ruby - Bengali

Outline: * Ruby তে Object Oriented Concept * Ruby তে Classes * Objects তৈরি করা * Ruby তে মেথড বর্ণনের বিভিন্ন উপায় * ? এবং = ব্যবহার করে অর্থপূর্ণ মেথড বর্ণন করা * উপরোক্ত প্রতিটি ক্ল..

Intermediate

Foss : Ruby - Bengali

Outline: * রুবিতে মেথডস * এগুলি কি * ইনস্ট্যান্স মেথডস * ক্লাস মেথডস * অ্যাক্সেসর মেথডস * উপরোক্ত প্রতিটির উদাহরণ বাস্তবায়িত করা * তাদের মধ্য..

Intermediate

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..

Basic

Foss : Ruby - English

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 ..

Basic

Foss : Ruby - English

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...

Basic

Foss : Ruby - English

Outline: Arithmetic Operators Addition Subtraction Multiplication Division Modulus Exponent Precedence of operators Relational Operators Double equal to == Not..

Basic

Foss : Ruby - English

Outline: Logical operator And && Or || Not ! Parallel assignment Range operator Inclusive Operator(..) Exclusive operator (...)

Basic

Foss : Ruby - English

Outline: Control Statements in Ruby What are control statements Syntax for if statement if..else statement if..elsif statement Examples on it..

Basic

Foss : Ruby - English

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..

Intermediate

Foss : Ruby - English

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..

Intermediate

Foss : Ruby - English

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..

Intermediate

Foss : Ruby - English

Outline: * Methods in Ruby * What are * instance methods * class methods * accessor methods * Example implementation of each of the above * Difference between them

Intermediate

Foss : Ruby - Gujarati

Outline: 1.1 રૂબી નો પરિચય રૂબી શું છે ? લક્ષણો રૂબી જેમ્સ રૂબી પર મદદ 1.2 સંસ્થાપન ઉબ્નટુ સોફ્ટવેર સેન્ટર મારફતે રૂબી ૧.9 નું સંસ્થાપન કરવું રૂબ..

Basic

Foss : Ruby - Gujarati

Outline: 2.1 પરિચય -રૂબી અને વેરીએબલ ડાયનેમિક ટાઈપીંગ -વેરીએબલ ડીકલેર કરતા -વેરીએબલ ટાઈપ બદલતા -વેર વેલ્યુ બદલાતા એટલેકે o float,string,binary વગેરે 2.2 સ્કોપ ..

Basic

Foss : Ruby - Gujarati

Outline: pending3.1 '''method'' શું છે. મેથડ સાથે કામ મેથડ ને ડીકલેર અને કોલ કરવું 3.2 મેથડને આર્ગ્યુમેન્ટ પસાર કરવું ઉદાહરણ સાથે આર્ગ્યુમેન્ટ અને સિન્ટેક્સ સમજાવવા. 3.3 મ..

Basic