One of the coolest things about Ruby is that you can write clear yet concise code.
This is especially useful when you want to automate repetitive tasks using scripts.
To understand how to use Ruby in your scripts, in most cases you can simply look at the standard help for the `ruby` command, such as `ruby -h` or `man ruby`. You can also pass arbitrary code using the `-e` option, for example:
```
ruby -e 'puts "Ruby One-Liners"'
```

#Ruby #OneLiners #Script #Task #Routine #Facet #RubyLinks

Laughing stock - cattle with a sense of humor. If our country believes in free speech, why do we have phone bills ? Your artistic license has been revoked ! Every morning is the dawn of a new error . I can see clearly now - the brain is gone ! #OneLiners

@manwar #RakuLang #OneLiners #PerlWeeklyChallenge #WeeklyChallenge

For Echo chamber: S:g/./{ $/ x $/.pos }/

For Spellbound sorting, cheating by using Lingua::EN::Numbers: .sort(&cardinal)

Happy 32nd anniversary, Python! Learn 32 practical Python one-liners that show why readability, simplicity, and power still define the language today.

More details here: https://ostechnix.com/32-python-one-liners/

#Python #Oneliners #Anniversary #Programming #Opensource #PythonTips

32 Essential Python One-Liners for Python's 32nd Anniversary - OSTechNix

Python turns 32. Explore 32 practical Python one-liners that show why readability, simplicity, and power still define the language today.

OSTechNix

Yesterday was One Liners Day but we aren't going to let some technical difficulties stop us from bringing the puns showcased by our commedia dell'arte fools!

#CommediaDellArte #Commedia #Improv #Improvisation #Theater #Pennsic #PennsicWar #SocietyForCreativeAnachronism #SCA #MySCA #OneLiners #Puns #Jokes #DadJokes

FOS-0197/ICN-JUIC3

Mistigram: this newschool #ASCIIart logo for the Oneliners door at Juice BBS was drawn by The Iconoclast and included with the Mistigris World Tour stop with Fistful of Steel in the FOS-0197 artpack collection released 29 years ago this month.

#ASCIIArt #FOS0197 #juice #logo #newschoolAscii #oneliners #TheIconoclast

@Novela

Hashtags are Mastodon's algorithms.

There is no corporate entity sending your post off to eyes that have been identified by them as fitting your criteria.

Hashtags are engagement, you look for ones to follow, look for followers on hashtags, you can follow a hashtag, invent new hashtags.

Boosting adds eyes, following adds eyes, getting followers, using hashtags adds, following tags adds.

Try(IDK) ? #comics #OneLiners #standup #comedian #comedienne #funny #HA

#one-liners I went to the aquarium this weekend, but I didn’t stay long. There’s something fishy about that place. I want patience - AND I WANT IT NOW!!!! RIP to boiling water... You will be mist.

" #WilliamShakespeare‘s gift for words is no secret. And what a waste his gift would be if he wasn’t finding new and inventive ways to tell people they were jerks? Right to their face!"

Sam looks at some of Shakespeare's #insults and classic #oneliners that still hit hard. 📚

⤵️

https://www.booknotification.com/blog/6-times-shakespeare-mastered-the-insult/

6 Times Shakespeare Mastered the Insult - Book Notification

Shakespeare's plots are legendary and his dialogue is still quoted to this day, but the one area he really excelled was insults.

Book Notification

@manwar The last one in your examples is wrong, it ends at (2,2), so the answer is false...

Anyway, after the nice cup of coffee in my Monday morning, I got to the following #RakuLang #OneLiners -- the first making good use of Raku's nice #RegEx #RegExen #RegExes and the second, of the Bag type...

Power String: ```
m:g/(.)[$0*]/.list».Str».chars.max
```
Meeting Point : ```
.comb.Bag.&{.<L> == .<R> && .<U> == .<D>}
```