Quantcast
Channel: GP Beta Test Forum
Browsing all 14 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Projects • quicksort in GP

i've been trying to learn haskell (up to, but not including the m-word!) but i've learned enough to appreciate that haskell can truly represent the quicksort algorithm in a very simple and elegant...

View Article



Image may be NSFW.
Clik here to view.

Projects • wordle in GP!

gpWordle!(UPDATE: now features dictionary lookup to validate guess words)i just finished writing my version of the hottest game on the web, wordle - written in GP. it features a target word bank of...

View Article

Image may be NSFW.
Clik here to view.

Projects • Re: wordle in GP!

i finally added an online dictionary to gpWordle. Thanks to @Calloway who showed me how to call a web api even if the url starts with https:it is now available as a choice at the beginning of the...

View Article

Image may be NSFW.
Clik here to view.

Projects • gpt3demo - how to connect to GPT-3 using GP Blocks

i finally managed to connect to GPT-3 using the method enabled by @calloway that allows us to connect to url's starting with https.i'm sure you've heard about GPT3 by now. it's this super AI that has...

View Article

Image may be NSFW.
Clik here to view.

Extending GP • Connecting to HTTPS Websites and APIs

Hello all, I've made a public HTTP -> HTTPS proxy that everyone can use to connect GP to the modern web and I've made it as simple as possible to use!How to use it:Simply put it into the http host...

View Article


Image may be NSFW.
Clik here to view.

Projects • wordle solver in GP

it was only a matter of time...here's a screen shot showing the interaction between wordle solver and wordle player. you start both apps but the solver makes the first move and proposes a first guess...

View Article

Image may be NSFW.
Clik here to view.

Projects • Create a Fake Wordle Puzzle Splash Page!

if you’re be doing a presentation soon, or you’ll be meeting with your team and will be sharing a report, or you need to make a fake wordle puzzle (partially solved) in a hurry, this is for you!...

View Article

Image may be NSFW.
Clik here to view.

Projects • HOROSKOV - horoscope generator via Markov chain

i just created a GP program that generates horoscopes by using a Markov chain model. source data of about 200 lines of published horoscope text is read and loaded following the rules for building the...

View Article


Image may be NSFW.
Clik here to view.

Projects • Daily Horoscope via API

i found an API that gives a daily horoscope it didn't take long for me to code this wrapper around it.here's a sample screenshot.and here's the project: horoscope.gppStatistics: Posted by manyone —...

View Article


Image may be NSFW.
Clik here to view.

Projects • 15-puzzle, aka sliding tile puzzle

i would like to share my GP version of the classic 15-puzzle (aka sliding tile puzzle)press Go to start!here's the program tile15.gppStatistics: Posted by manyone — Jun 19th, '22, 04:21

View Article

Projects • Re: 15-puzzle, aka sliding tile puzzle

Looks awesome!Statistics: Posted by Calloway — Jun 20th, '22, 03:41

View Article

Image may be NSFW.
Clik here to view.

Projects • Amortization Schedule

amortization table anyone?i've always wondered about the Table components in the component gallery of GP blocks. i've decided to use them in building this amortization program. at the start, it asks...

View Article

Image may be NSFW.
Clik here to view.

Projects • Base64 encoder/decoder

i've uploaded my base64 encoder/decoder for anyone who might need it.here's a snapshot of the top of the program:here's the program base64.gppStatistics: Posted by manyone — Aug 15th, '22, 04:54

View Article


Image may be NSFW.
Clik here to view.

Projects • Fuzzy Search

i came across a fuzzy search algorithm embedded on page 28 of this government publication https://www.bing.com/ck/a?!&&p=c7e8b224 ... cGRm&ntb=1it is actually an improved version of...

View Article
Browsing all 14 articles
Browse latest View live


Latest Images