From 53bcba34c997c4b71e8d9091db639cc12d60d968 Mon Sep 17 00:00:00 2001 From: catsus Date: Mon, 10 Oct 2022 15:29:38 +0200 Subject: [PATCH] Initial commit --- README.md | 11 +++++++++++ autochef.pl | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 README.md create mode 100755 autochef.pl diff --git a/README.md b/README.md new file mode 100644 index 0000000..4fde60b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Autochef +-------- + +Tired of free will? Autochef is the latest and greatest in bossing around, +fresh from a community college near you. With easily understood and up to date +boss language(tm), autochef can boost productivity in all environments. + +Dependencies +------------ + +For added accuracy, please use xeyes for staff monitoring. diff --git a/autochef.pl b/autochef.pl new file mode 100755 index 0000000..3a777a2 --- /dev/null +++ b/autochef.pl @@ -0,0 +1,9 @@ +#!/usr/bin/perl -w + +# Written by felhan 23/3-2011, updated when needed + +my @verb = ("Konsolidera", "Harmonisera", "Virtualisera", "Outsourca", "Uppdatera", "Abstrahera", "Brainstorma kring", "Implementera", "Validera", "Benchmarka", "Standardisera", "Centralisera", "Decentralisera", "Streamlinea", "Verifiera", "Aktualisera", "Dokumentera", "Mindmappa"); +my @subj = ("changeprocessen", "ITIL", "kaffebryggaren", "SAP", "SCRUM", "agile development", "Jboss", "molnet", "SaaS", "SOA", "NoSQL", "sharepoint", "lean IT", "apparna", "ASP.NET", "grön IT", "tjänstestrukurerna", "MBWA", "clean desk", "tjänsteportföljen", "en RFC", "grejerna i pipen", "turnkey-solutions", "backlogen", "CRM", "polopoly", "disaster recovery-planen", "middleware", "Web 2.0-tjänsterna", "HTML5", "CMS"); + +print "$verb[int(rand(@verb))] $subj[int(rand(@subj))]\n"; +