Search results
This category is for people interested in the inner workings of Snap!: what's inside its implementation, how to extend it, and so on. Please do not post advanced-topics-ish messages elsewhere. The goal is to ensure that the vast majority of users, who make projects in Snap! without knowing how it works, aren't scared away from the forum or made ...
Oct 26, 2022 · cymplecy October 26, 2022, 3:01pm 2. Have a search on the internet for bubble sort. Once you've understood how a bubble sort works, then have a go at implementing it in Snap! If you get stuck at some point - come back and tell us which bit your stuck at. d4s_over_dt4 October 26, 2022, 10:34pm 3.
ubuntu也是我比较喜欢的系统了,包不新不旧刚刚好,也挺稳定的桌面. 但是22.04行为让我非常反感,我可以接受你推自家的snap,可以接受你把firefox换成snap,但是不能接受apt默认定位到snap和阴魂不散的snap,这不是推送了,这是 流氓软件,彻底卸载又麻烦还要添加 ...
Jul 28, 2024 · So a while ago, in Add step value to number 1 to 10 block Yes, if/when Snap*!* has the option for a "variadic" input where the only possibilities are none or one slot, that will open up lots of possibilities like the step option in FOR. (More specifically, we also need input grouping so that we can expose a prompt along with the slot: ) So, now snap does have the variadic input, and even has ...
Feb 7, 2020 · So the equivalent of pushing the "make a list" button in Scratch and naming it FOO would be. Push the "make a variable " button, naming the variable FOO. Then. foo 782×84 14.2 KB. hekknyt February 7, 2020, 1:51pm 6. Yep, I'm coming from scratch.
Jan 24, 2022 · GPT-3 ACCESS IN SNAP! GPT-3 is a powerful text-generating AI made by OpenAI. After a lot of playing around, I finally figured it out. I accessed OpenAI's GPT-3 API through Snap's HTTP library!! With the below blocks, you can generate endless text (as long as you provide an API key [see below], and not endless, it has an endpoint). <details><summary>Screenshots</summary>Please note these ...
Dec 17, 2023 · The primitive blocks are made for use of allowing libraries to use javascript without needing to turn on javascript extensions. Think of it like verified javascript functions. Since they are only meant for use in libraries, you should be using the library blocks instead. u39902fh December 17, 2023, 6:34pm 3.
Nov 30, 2020 · I think the extension is a great start to snap in scratch 3.0 (which I also want) I guess, but none of those get you any closer to first class procedures, which is really the defining attribute of Snap!. Of course you could add that to Scratch; that's how Jens made BYOB.
May 31, 2019 · Nearly all Scratch code can be re-written in Snap! eoje25 May 31, 2019, 7:48pm 6. I tried to ...
Aug 31, 2024 · The problem was that I had nested for loops with the same variable for the counter. This project shows the issue Snap! Build Your Own Blocks. It took me some time in debugging. It was nice activity but I imagine it could create some confusion. Warning or auto chaning the name of the variable may help. All the best.