Slug (disambiguation)

A slug is a gastropod mollusk without a shell or with a very small internal shell.

Slug or slugs may also refer to:

Objects

Publishing

  • Slug (publishing), a short name given in newspaper editing to articles that are in production
  • Slug (typesetting), a piece of spacing material used in typesetting to space paragraphs
  • Slug (web publishing), a user- and SEO-friendly short text used in a URL to identify and describe a resource

Arts, entertainment, and media

Fictional characters

  • Slug (comics), a villain in the Marvel Comics universe
  • Lord Slug, the main antagonist of the fourth Dragon Ball Z movie

Films

Music

Groups

Songs

Other uses in arts, entertainment, and media

  • SLUG Magazine, Salt Lake Under Ground magazine
  • Slugs (novel), a 1982 novel by Shaun Hutson
  • The Slug, a pop culture blog for the defunct web portal asap

Science and technology

Sports

People

  • Slug (rapper), an underground rapper best known as a member of the hip-hop group Atmosphere
  • Ray Jordon (1937–2012), Australian cricketer, nicknamed Slug
  • Steve Russell (computer scientist) (born 1937), American computer scientist, creator of the early video game Spacewar!, nicknamed Slug
  • Casimir Witucki (1928–2015), American National Football League player, nicknamed Slug

Other uses

gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???
gollark: What does that say?

See also

  • Slugger (disambiguation)
  • Slugging, a carpooling
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.