Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

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 9790 results found.
  1. Instruction Sheet
  2. Installation Sheet
  3. Brochures

Foss : Ruby - Assamese

Outline: ৰুবিত অবজেক্ট ওৰিয়েন্টেড ধাৰণা ৰুবি ক্লাস কেনেকৈ বস্তু তৈয়াৰ কৰা ৰুবিত পদ্ধতি সংজ্ঞা কৰা বিভিন্ন উপায় ব্যবহাৰ? আৰু = অর্থপূর্ণ পদ্ধতি নির্ধাৰণ কৰা উপৰৰ প্রতিটো উদাহৰণ ..

Intermediate

Foss : Ruby - Assamese

Outline: * ৰুবিত মেথদ্স * ইনস্ট্যান্স মেথদ্স কি * ক্লাছ মেথদ্স কি * অ্যাকসেসৰ মেথদ্স কি * উপৰৰ প্রতিটোক উদাহৰণ দি সম্পাদন কৰা * তাৰ মাজৰ পার্থক্য

Intermediate

Foss : Ruby - Bengali

Outline: 1.1 Ruby এর পরিচয় Ruby কি? বৈশিষ্ট্য Ruby gems Ruby এর সহায়তা 1.2 সংস্থাপন উবুন্টু সফটওয়্যার সেন্টার দ্বারা ruby 1.9 সংস্থাপন Rub..

Basic

Foss : Ruby - Bengali

Outline: 2.1 ভূমিকা -Ruby এবং ভ্যারিয়েবলের ডাইনামিক টাইপিং -ভ্যারিয়েবল ঘোষিত করা -ভ্যারিয়েবলের ধরন বদলানো -var ভ্যালু যেমন ফ্লোট, স্ট্রিং, বাইনারি ইত্যাদি তে বদল..

Basic

Foss : Ruby - Bengali

Outline: 3.1 মেথড কি মেথডের সাথে কাজ মেথড ঘোষণা এবং কল করা 3.2 মেথডে আর্গুমেন্ট পাস করা উদাহরণ দ্বারা আর্গুমেন্ট এবং সিনট্যাক্স ব্যাখ্যা করা 3.3 মেথডে ভ্যালু পাস..

Basic

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