MOTOSHARE πŸš—πŸοΈ
Turning Idle Vehicles into Shared Rides & Earnings

From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.

With Motoshare, every parked vehicle finds a purpose. Owners earn. Renters ride.
πŸš€ Everyone wins.

Start Your Journey with Motoshare

Declaring Variable and Re-declaring Variables in JavaScript

Declaring Variable Declaring Variable Rule Variable can contain a combination of letters, digits, underscores ( _ ), and dollar signs ( $ ). Must begin with a letter A-Z or a-z or underscore or dollar sign A variable name cannot start with a number Must not contain any space characters JavaScript is case-sensitive Canβ€Ÿt use … Read more

How to execute grovvy script remotely on Jenkins server?

A Jenkins Admin can execute groovy scripts remotely by sending an HTTP POST request to /script/ url or /scriptText/. curl example via bash curl submitting groovy file via bash curl submitting groovy file providing username and password via bash Jenkins CLI offers the possibility to execute groovy scripts remotely using groovy command or execute groovy … Read more

Expect script for Windows

vijayakumar.cm created the topic: Expect script for Windows Hi, I’m executing one expect script from windows to do automatic FTP to Unix server. Error msg:- D:\expect>tclsh85 telnet.exp Connecting to 10.118.215.14 to upload the latest build. invalid command name “spawn” while executing “spawn ftp $hostname” (file “telnet.exp” line 17) do anyone have any idea about this … Read more

Ant script with EMMA code-coverage

scmuser created the topic: Ant script with EMMA code-coverage Ant script with EMMA code-coverage so it can find runtime coverage data? processing input file […NetBeansProjects/Tetris3/build/metadata.emma] … loaded 25 metadata entries 1 file(s) read and merged in 5 ms nothing to do: no runtime coverage data found in any of the data files

Function in vb script

rajani created the topic: function in vb script Develop a function that accepts a string of names separated by comma add those names in an array and display the names added in the array. rajeshkumar replied the topic: function in vb script Welcome to board…. try following snippet… Sub Funstr(“str1”, “str2”) a=Array(str1,str2) document.write(a(0)) document.write(a(1)) End … Read more