Skip to main content
The bodily pleasure one gets from consuming copious amounts of Vodka.
I was feeling sad last night so I gave myself a Vodkasm and all was right with the world again
Vodkasm by Photoist March 7, 2019
Related Words

Vodkation 

Vodkation: A relaxing period away from everyday responsibilities made possible through the medicinal use of vodka.
"It's been a bitch of a week! I think I'll be taking a three day vodkation"
vodkapalegic Svedkast Absolunch Belvedinner
Vodkation by PLONKA! March 17, 2010
Spirit that pretends to be vodka - its only 22%. Tastes like broken glass.
Vodkat- U GT 2 B 1 2 DRNK 1 LOL
vodkat by Roflael November 25, 2006

VodkaScript

Programming code that is written so poorly that it could only have been written by someone after that person drank an entire bottle of vodka. It runs without error, however, it may be overly inefficient, useless, or a re-implementation of a function that already exists as part of the programming language.
VBScript example written in VodkaScript:

Function CleanQuotes(InputString)
Dim OutputString
Dim Position

For Position = 1 to Len(InputString)
If Mid(InputString, Position, 1) = "'" Then
OutputString = OutputString & "''"
Else
OutputString = OutputString & Mid(InputString, Position, 1)
End If
Next

CleanQuotes = OutputString
End Function

----------------

VBScript sample written correctly using built-in function:

Dim strVariable ' contains some unwanted character

strVariable = Replace(strVariable, "(unwanted character)", "(replacement character(s))")

Where (unwanted character) is any character(s). i.e. '",@!$ (in the case of a double-quote, use two double-quotes)

----------------

The way that the VodkaScript sample above should have been written, for efficiency and re-use, is:

Function CleanQuotes(InputString)
CleanQuotes = Replace(InputString, "'", "''")
End Function
VodkaScript by EJT September 14, 2008

Vodkation 

The inclusion of drinking Vodka into an activity. Or just drinking Vodka.
Last night we had a small Vodkation, everyone got plastered!
Vodkation by MunkyBizniss August 10, 2010
Similar to a podcast, a vodcast is video watchable on iTunes and ipod. A vodcast is not just audible, but also visual.
I have the latest LOST vodcast sent straight to my ipod.
vodcast by Nikkos April 1, 2007