Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Pacharapol Withayasakpunt
Pacharapol Withayasakpunt

Posted on

     

Interesting naming you have come across?

Just to say, today I came across a package,

forcats

And it is not a typo.

Also, NaN Monthly downloads

Top comments(4)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
thomasrayner profile image
Thomas Rayner
Writing and deploying secure code at Microsoft. I like hiking, wine, and cats. I'm a CISSP if you're into that.
  • Email
  • Location
    Redmond, WA
  • Work
    Senior Security Service Engineer at Microsoft
  • Joined

I once worked with a sysadmin who named all his servers after specialty coffees, but was terrible at spelling. So there were servers namedespreso,esspreso, andespresso... Repeat for cappuccino, and latte.

CollapseExpand
 
ben profile image
Ben Halpern
A Canadian software developer who thinks he’s funny.
  • Email
  • Location
    NY
  • Education
    Mount Allison University
  • Pronouns
    He/him
  • Work
    Co-founder at Forem
  • Joined

I sort of like that the popular HTTP client for Ruby is called HTTP "Party"

GitHub logo jnunemaker / httparty

🎉 Makes http fun again!

httparty

Build Status

Makes http fun again! Ain't no party like a httparty, because a httparty don't stop.

Install

gem install httparty

Requirements

  • Ruby 2.0.0 or higher
  • multi_xml
  • You like to party!

Examples

# Use the class methods to get down to business quicklyresponse=HTTParty.get('http://api.stackexchange.com/2.2/questions?site=stackoverflow')putsresponse.body,response.code,response.message,response.headers.inspect# Or wrap things up in your own classclassStackExchangeincludeHTTPartybase_uri'api.stackexchange.com'definitialize(service,page)@options={query:{site:service,page:page}}enddefquestionsself.class.get("/2.2/questions",@options)enddefusersself.class.get("/2.2/users",@options)endendstack_exchange=StackExchange.new("stackoverflow",1)putsstack_exchange.questionsputsstack_exchange.

I do think that enhances my enjoyment typing it compared to if it were "HTTPClient" or something generic or boring.

CollapseExpand
 
jaguart profile image
Jeff
I've been coding since my first ZX81 - so long, that I tend to look at things sideways. My stack is full.
  • Location
    UK, NZ, Australia - depending on the weather
  • Work
    Minion at In my study.
  • Joined

I once had to support a small system written by the BA team...

They had discovered these cool things called VARIABLES... and decided to use them... their selected taxonomy was... first-names of all the people in the office.

Which made funny reading - it was amusing to see who was being multiplied by whom, who was fetched from the database, and who was destroyed by going out of scope!

:)

CollapseExpand
 
adam_cyclones profile image
Adam Crockett 🌀
How’s it going, I'm a Adam, a Full-Stack Engineer, actively searching for work. I'm all about JavaScript. And Frontend but don't let that fool you - I've also got some serious Backend skills.
  • Location
    City of Bath, UK 🇬🇧
  • Education
    11 plus years* active enterprise development experience and a Fine art degree 🎨
  • Work
    Web Development Consultant at ForgeRock
  • Joined

It has to be this, it's a bit of an in-joke about recruitment.

GitHub logo RockstarLang / rockstar

The Rockstar programming language specification

Rockstar

Rockstar is a dynamically typed computer programming language, designed for creating programs that are also song lyrics. Rockstar is heavily influenced by the lyrical conventions of 1980s hard rock and power ballads.

But why?

Mainly because if we make Rockstar a real (and completely pointless) programming language, then recruiters and hiring managers won't be able to talk about 'rockstar developers' any more.

Also 'cos it's kinda fun and any language based on the idea of compiling Meatloaf lyrics has to be worth a look, right?

Plus we can make stickers. Who doesn't want a sticker on their laptop saying 'CERTIFIED ROCKSTAR DEVELOPER'?

What's here?

Implementations

The official reference implementation isSatriani - written in JavaScript, it runs in browsers and supports NodeJS for server-side and larger projects.

Rocky is a fully spec-compliant Rockstar implementation written…

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Currently interested in TypeScript, Vue, Kotlin and Python. Looking forward to learning DevOps, though.
  • Location
    Thailand
  • Education
    Yes
  • Joined

More fromPacharapol Withayasakpunt

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp