forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Just for fun: Buzzword Generator

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Apr 05, 2003 5:23 pm    Post subject: Just for fun: Buzzword Generator Reply with quote

NEW! Now you can be a know-it-all when you're around
other people with the new buzzword generator! This nifty
tool will generate useless phrases which will make you
sound smart!

Code:
title Buzzword Generator
REM ** Script by FreezingFire (freezingfire@vdsworld.com) **

list create,1
list create,2
list create,3

random @datetime(dmns)

%%L1 = @random(0,9)
list loadtext,1
"Integrated
"Total
"Systematized
"Parallel
"Functional
"Responsive
"Optional
"Synchronized
"Compatible
"Balanced

random @datetime(sdmn)
%%L2 = @random(0,9)
list loadtext,2
"Management
"Organizational
"Monitored
"Reciprocal
"Digital
"Logistical
"Transitional
"Incremental
"Third-generation
"Policy

random @datetime(msdn)
%%L3 = @random(0,9)
list loadtext,3
"Options
"Flexibility
"Capability
"Mobility
"Programming
"Concept
"Time-phase
"Projection
"Hardware
"Contingency

%%buzzword = @item(1, %%L1)@item(2, %%L2)@item(3, %%L3)
%%acronym  = @upper(@substr(@item(1, %%L1), 1, 1)@substr(@item(2, %%L2), 1, 1)@substr(@item(3, %%L3), 1, 1))

if @ask(Your buzzword is:@cr()%%buzzword"("%%acronym")"@cr()@cr()Do you want to set it to the clipboard?)
  clipboard set,%%buzzword"("%%acronym")"
end

list close,1
list close,2
list close,3
exit


EDIT 1: Fixed problems with multiple spaces and added added clipboard
functionality.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team


Last edited by FreezingFire on Fri Jan 23, 2004 10:55 pm; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Apr 05, 2003 7:59 pm    Post subject: Reply with quote

There are two spaces between the words in stead of one... (Total Increment Mobility)

To fix it you should replace the:
%%buzzword = @item(1, %%L1)@chr(32)@item(2, %%L2)@chr(32)@item(3, %%L3)
line with:
%%buzzword = @item(1, %%L1)@item(2, %%L2)@item(3, %%L3)

Maybe you should also put this in the end of the code:
clipboard set,%%buzzword@chr(32)(%%acronym)
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Apr 05, 2003 10:28 pm    Post subject: Reply with quote

i had a good chuckle at some of the buzz words generated...they'd be great at a party Very Happy

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Apr 06, 2003 12:14 pm    Post subject: Reply with quote

@Skit: Oops, I didn't realize that when you copy the code from the page
it appends spaces to all of the code. I had put a clipboard set in my
own version but didn't know if users wanted their clipboard set to the
words. I will edit the code to fix this. Smile


@Serge: Thanks for the compliment. Very Happy

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group