Kanye REST - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: Chatting and Socializing (https://staging.qb64phoenix.com/forumdisplay.php?fid=11) +--- Forum: General Discussion (https://staging.qb64phoenix.com/forumdisplay.php?fid=2) +--- Thread: Kanye REST (/showthread.php?tid=1249) |
Kanye REST - SpriggsySpriggs - 12-08-2022 Below is some code to grab a random Kanye "Ye" West quote: Code: (Select All) Option Explicit RE: Kanye REST - SMcNeill - 12-08-2022 Note: This needs the latest GitHub build to run. It won't work in version 3.4.1, just FYI. RE: Kanye REST - Jack - 12-08-2022 you can get the quotes from https://github.com/ajzbc/kanye.rest/blob/master/quotes.json RE: Kanye REST - SpriggsySpriggs - 12-08-2022 Yeah, I'm just trying to show how easy it is to use the new features in QB64pe RE: Kanye REST - Jack - 12-08-2022 in the early Mac computer there was a program available that would at random times pop-up Bullwinkle the moose an say something silly/funny see https://en.wikipedia.org/wiki/Bullwinkle_J._Moose https://www.wired.com/2001/08/hey-mac-the-moose-is-loose/ RE: Kanye REST - bplus - 12-09-2022 Time to get out yer shovels when the moose is loose. -Kenye RE: Kanye REST - mnrvovrfc - 12-09-2022 Requires the file "quotes.json". If it's in the same format it doesn't matter who the speaker was, does it? Code: (Select All) $CONSOLE:ONLY RE: Kanye REST - SpriggsySpriggs - 12-09-2022 Yep, you definitely can read a JSON file in QB64pe RE: Kanye REST - grymmjack - 04-28-2023 oh i get it. Kanye REST - Kanye WEST. CLEVER. Also thanks for sharing. |