Skip to content

Famous TurboWieszcz poem generator (in Polish only) - SQL version (MSSQL)

License

Notifications You must be signed in to change notification settings

monstergdc/TurboWieszcz-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

TurboWieszcz-SQL

Famous TurboWieszcz poem generator (in Polish only) - SQL version (MSSQL)

  • Tested on: Microsoft SQL Server Express: 2012, 2014, 2016, 2019

  • Will not work on MSSQL 2008 and below due to use of CONCAT.

  • To run:

    declare @poem varchar(max)
    execute dbo.TurboWieszcz 6, 0, 0, @poem out
    print(@poem)


The Story

This TurboWieszcz is based directly on (translated from): previous version written in Lazarus which was based directly on: previous version written for Commodore C-64 sometime in 1993 by me (Jakub Noniewicz) and Freeak (Wojtek Kaczmarek) which was based on: idea presented in "Magazyn Amiga" magazine and implemented by Marek Pampuch. also inspired by version written for iPhone by Tomek (Grych) Gryszkiewicz. and versions written in C, JavaScript, Pascal, PHP and as CGI by Tomek (Grych) Gryszkiewicz.

Note: there are more versions - see here for info.


  • created: 2022-05-08

(c)2022 Noniewicz.com, Jakub Noniewicz

About

Famous TurboWieszcz poem generator (in Polish only) - SQL version (MSSQL)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages