Greg Frewin

Greg Frewin is an illusionist and "World Champion of Magic".[1] His awards include First Place at the International Brotherhood of Magicians (IBM); The Gold Medal of Excellence, also from the IBM; First Place at the Society of American Magicians' annual magic convention competition; and first place at FISM, the "Olympics of Magic", which were held in Yokohama, Japan in 1994.

Greg Frewin
Born (1967-05-21) May 21, 1967
OccupationIllusionist

A command performance for Prince Rainier in Monte Carlo along with over 35 TV appearances worldwide attest to this magician's notoriety, Greg is recognized by his peers all over the world as "The International Grand Champion of Magic".

Frewin has appeared on stages all over the world, including Caesars Palace, Tropicana and the Flamingo Hilton in Las Vegas. He is currently signed to a 20-year performance contract at the Greg Frewin Theatre in Niagara Falls, Ontario, Canada.

In 2009 Frewin won the World Magic Awards Magician of the Year.

Frogwater Media Inc in association with CBC produced a Holiday Special called Greg Frewin Magic Man Home for the holidays in 2009

Awards

gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.