Ruby and Perl Script to find all Perforce users who have not set passwords
These scripts will:✅ Connect to the Perforce server✅ Retrieve a list of users✅ Identify users without passwords 1. Prerequisites Before running the scripts, ensure:✔ Perforce CLI (p4)…
Top 50 Appium interview questions and answers
1) Describe various types of mobile applications Mobile applications are of the following three types: Native Applications: Applications that are created with the help of iOS and…
Top 50 selenium interview questions and answers
1) What is Selenium and what is composed of? Selenium is a suite of tools for automated web testing. It is composed of Selenium IDE (Integrated Development…
Top 50 Ruby on rails interview questions and answers
1) Explain what is Ruby on Rails? 2) Explain what is class libraries in Ruby? Class libraries in Ruby consist of a variety of domains, such as…
Top 100 Ruby Programming interview questions and answers.
1) What is Ruby programming language? Ruby is a dynamic, reflective, open source programming language that aims on simplicity and productivity.Ruby has a blended functions of Perl,…
Lets Understand the Ruby programming world in 5 mins!!!
Lets Understand the Ruby programming world in 5 mins? Ruby Ruby is a dynamic, interpreted, reflective, object-oriented, general-purpose programming language. It was designed and developed in the…
A simple Ruby method to send email
scmuser created the topic: A simple Ruby method to send email A simple Ruby method to send email [code language=”css”] require ‘net/smtp’ def send_email(to,opts={}) opts[:server] ||= ‘localhost’…
Add each array element to the lines of a file in ruby
scmuser created the topic: Add each array element to the lines of a file in ruby Add each array element to the lines of a file in…
What is the way to iterate through an array in Ruby?
scmuser created the topic: What is the way to iterate through an array in Ruby? What is the way to iterate through an array in Ruby? This…
Short Notes – Ruby Arrays- Insert, Append, length, Index, Removed
scmuser created the topic: Short Notes – Ruby Arrays- Insert, Append, length, Index, Removed Short Notes – Ruby Arrays- Insert, Append, length, Index, Removed Create a Ruby…
Common ways to read a file in Ruby?
scmuser created the topic: Common ways to read a file in Ruby? [code language=”css”] File.open(“my/file/path”, “r”) do |f| f.each_line do |line| puts line end end # File…
How to process every line in a text file with Ruby
scmuser created the topic: How to process every line in a text file with Ruby Example 1 [code language=”css”] # ruby sample code. # process every line…
Any Possible Software/Plugin FoR SCM Workflow
pankaj2252369@gmail.com created the topic: Any possible Software/plugin for SCM workflow? Hey Team, Thanks for lot of information on the site. wonderful work. Any idea on SCM workflow…
