rishabh

Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.
  • Home
  • Author: rishabh
  • Page 41

Freelancing – Online Accounting Software

Freelancing – Online Accounting Software I found use this website for my accounting. I have found it the best priced accounting software available for me. Check it out, it might work for you too. Free Agent Money Management. Click the link here A fantastic online website for managing your Limited company accounts.
Continue Reading

iPad Lock Screen Position

iPad Lock Screen Position Press your home button twice. This brings up the app bar that shows all actively running apps (yes, multitasking is here!). Simply slide the bar to the right to display the screen lock button, as well as iPod controls, brightness and volume control. Bam!
Continue Reading

Perl Substr

Perl Substr substr This function supports three sets of passed values as follows: [perl] substr (STRING,OFFSET,LEN,REPLACEMENT) substr (STRING,OFFSET,LEN) substr (STRING,OFFSET) [/perl] The function: substr (STRING,OFFSET) returns all characters in the string after the designated offset from the start of the passed string. The function: substr (STRING,OFFSET,LEN) returns all characters in the string after the designated […]
Continue Reading

Perl Lower/Upper Case First Character

Perl Lower/Upper Case First Character ucfirst Takes a string and retruns it with the first character in upper case. [perl] ucfirst Str1 [/perl] lcfirst Takes a string and retruns it with the first character in lower case. [perl] lcfirst Str1 [/perl]
Continue Reading

Perl Index

Perl Index index This function returns the position of the first occurance of the specified SEARCH string. If POSITION is specified, the occurance at or after the position is returned. The value -1 is returned if the SEARCH string is not found. [perl] rindex STRING,SEARCH,POSITION rindex STRING,SEARCH [/perl]
Continue Reading