@gilbert189

i'm gilbert_given_189 on Scratch.
Wall

Let’s play a game of “Fortunately, Unfortunately“. Respond the previous post (the first comment below this post) by replying this post (not the previous post!)

I’ll start with: “I found this website.“

fn 
    main
    (
    ) 
    {
    for 
        n 
            in 
        1..101 
        {
            let 
                mut 
                out
                    : 
                        String 
                    = 
                ""
                    .
                to_string
                    (
                    )
            ;
            if 
                n 
                    % 
                3 
                    == 
                0 
                {
                    out 
                        += 
                    "Fizz"
                    ;
                } 
            if 
                n 
                    % 
                5 
                    == 
                0 
                {
                    out 
                        += 
                    "Buzz"
                    ;
                }
            if 
                out 
                    == 
                "" 
                {
                    out 
                        = 
                    n
                        .
                    to_string
                        (
                        )
                    ;
                }
            println!
                (
                    "{}"
                        , 
                    out
                )
            ;
        }
    }

Would you like some Promise spaghetti?

Translation of PostThing terminology

Call-notified: Pinged, @-ed

Post-notified: Commented, Replied, Reposted

Re-posted: Comment, Reply, Repost

@-call, At-call: Word prefixed with @, used to call clients

#-tag, Hash-tag: Word prefixed with #, used to tag posts

More TextThing Indicode message log

(this time it’s generated)

user    >>      POST ~ 
                #test
                print Hello, world!
                print Hello, world!
user    <<      POST 3DBA8C3C355A9066BF35D54CDEB76418
user    >>      POST ~ 
                @eval test
user    <<      POST FB905A070F8E1369B56D11992BC95653
eval    <<      NOTIFY CALL FB905A070F8E1369B56D11992BC95653
eval    >>      GET FB905A070F8E1369B56D11992BC95653
eval    <<      POST FB905A070F8E1369B56D11992BC95653 ~ user 
                @eval test
eval    >>      SEARCH #test
eval    <<      LIST SEARCH 
                3DBA8C3C355A9066BF35D54CDEB76418
eval    >>      GET 3DBA8C3C355A9066BF35D54CDEB76418
eval    <<      POST 3DBA8C3C355A9066BF35D54CDEB76418 ~ user 
                #test
                print Hello, world!
                print Hello, world!
eval    >>      POST 3DBA8C3C355A9066BF35D54CDEB76418 
                @print Hello, world!
eval    <<      POST B970C7932646319ECF54B89918C41B23
print   <<      NOTIFY CALL B970C7932646319ECF54B89918C41B23
print   >>      GET B970C7932646319ECF54B89918C41B23
print   <<      POST B970C7932646319ECF54B89918C41B23 3DBA8C3C355A9066BF35D54CDEB76418 eval 
                @print Hello, world!
eval    >>      POST 3DBA8C3C355A9066BF35D54CDEB76418 
                @print Hello, world!
eval    <<      POST 4675BAEE398615F49AB9492227360B5C
print   <<      NOTIFY CALL 4675BAEE398615F49AB9492227360B5C
print   >>      GET 4675BAEE398615F49AB9492227360B5C
print   <<      POST 4675BAEE398615F49AB9492227360B5C 3DBA8C3C355A9066BF35D54CDEB76418 eval 
                @print Hello, world!
print   >>      POST B970C7932646319ECF54B89918C41B23 
                ok
print   <<      POST 0DC6B157A721E187B13C11C0113E81D5
print   >>      POST 4675BAEE398615F49AB9492227360B5C 
                ok
print   <<      POST 54D5059524AB76AD94058257AD195688
new Promise((resolve, reject) => {/* ... */})
new Promise((done, err) => {/* ... */})
new Promise((yes, no) => {/* ... */})

What if you want to test your grub config, but Ubuntu said:

People like to fight on what JS framework you should use

They’re just tools, why do you have to fight for them

Apr 24, 2023, 11:18 AM
4 0 0

Currently having this scramble, functions aren’t bound properly

None of the JavaScript interpreters available in TIO supports nullish coalescing.

#iteration

printf This is number {a}.

if gt get a : echo 3 then printf {a} is greater than 3

if gt get a : echo 2 then printf {a} is greater than 2

if gt get a : echo 1 then printf {a} is greater than 1

@for a between 1 3 do exec iteration

(incomplete)

User	Dest.	Message

user	>>	POST ~
		#iteration...
user	<<	POST AA0E2C12C64E6C9B2097482F4F85B6BB
user	>>	POST ~
		@for a...
user	<<	POST CD9A0EFDF07F6648C1767B7C2268843E
for	<<	NOTIFY CALL CD9A0EFDF07F6648C1767B7C2268843E
for	>>	POST CD9A0EFDF07F6648C1767B7C2268843E
		@set a 1
for	<<	POST 31FA88F488821F1A7DE698A691830316
user	<<	NOTIFY POST 31FA88F488821F1A7DE698A691830316
set	<<	NOTIFY CALL 31FA88F488821F1A7DE698A691830316
set	>>	POST 31FA88F488821F1A7DE698A691830316
		ok
set	<<	POST 73778C119F392CB545825794A3B40F57
for	<<	NOTIFY POST 73778C119F392CB545825794A3B40F57
user	<<	NOTIFY POST 73778C119F392CB545825794A3B40F57
for	>>	POST CD9A0EFDF07F6648C1767B7C2268843E
		@exec iteration
for	<<	POST D640781713233FCD56F6D8E0FD7F40DD
user	<<	NOTIFY POST D640781713233FCD56F6D8E0FD7F40DD
exec	>>	SEARCH #iteration
exec	<<	LIST SEARCH #iteration
		AA0E2C12C64E6C9B2097482F4F85B6BB
exec	>>	POST AA0E2C12C64E6C9B2097482F4F85B6BB
		@printf This is number {a}.
exec	<<	POST CB2A3685926180D99391FC18D860F617
user	>>	NOTIFY POST CB2A3685926180D99391FC18D860F617
printf	<<	NOTIFY CALL CB2A3685926180D99391FC18D860F617
printf	>>	POST CB2A3685926180D99391FC18D860F617
		@get a
printf	<<	POST DA17B05BD4E9FB048227046102FD80DD
user	>>	NOTIFY POST DA17B05BD4E9FB048227046102FD80DD
get	<<	NOTIFY CALL DA17B05BD4E9FB048227046102FD80DD
get	>>	POST DA17B05BD4E9FB048227046102FD80DD
		1
get	<<	POST 62DA167D4CC1C08040C9B234BF9CDDA2
user	>>	NOTIFY POST 62DA167D4CC1C08040C9B234BF9CDDA2
printf	>>	NOTIFY POST 62DA167D4CC1C08040C9B234BF9CDDA2
printf	>>	POST AA0E2C12C64E6C9B2097482F4F85B6BB
		ok
printf	<<	POST 9B7B00195A133D9EE39BB4F67C4CE894
user	>>	NOTIFY POST 9B7B00195A133D9EE39BB4F67C4CE894
exec	>>	POST AA0E2C12C64E6C9B2097482F4F85B6BB
		@if gt get a : echo 3 then printf {a} is greater than 3
exec	<<	POST 75A5DB81995233375DE3B2E4A608CE8B
user	>>	NOTIFY POST 75A5DB81995233375DE3B2E4A608CE8B
if	<<	NOTIFY CALL 75A5DB81995233375DE3B2E4A608CE8B
if	>>	POST 75A5DB81995233375DE3B2E4A608CE8B
		@gt get a : echo 3
if	<<	POST F29BBE4DBD9117461A5B64D003C848C4
user	<<	NOTIFY POST F29BBE4DBD9117461A5B64D003C848C4
gt	<<	NOTIFY CALL F29BBE4DBD9117461A5B64D003C848C4
gt	>>	POST F29BBE4DBD9117461A5B64D003C848C4
		@get a
gt	<<	POST B3CB86D27F7DDEAC1750B611DAB8ABCF
user	<<	NOTIFY POST B3CB86D27F7DDEAC1750B611DAB8ABCF
if	<<	NOTIFY POST B3CB86D27F7DDEAC1750B611DAB8ABCF
get	<<	NOTIFY CALL B3CB86D27F7DDEAC1750B611DAB8ABCF
get	>>	POST B3CB86D27F7DDEAC1750B611DAB8ABCF
		1
get	<<	POST D794BFAD8AFE2E1949C546F1C5AE38DF
user	<<	NOTIFY POST D794BFAD8AFE2E1949C546F1C5AE38DF
	<<	NOTIFY POST D794BFAD8AFE2E1949C546F1C5AE38DF

*insert controversial post*

what if I make git a counting game

eid mubarak to any muslims out there 🥳

i myself as a muslim lost a LOT of weight from fasting lmao

We had a 1-day vacation today and on our trip we saw a MoYu MeiLong 3×3 with a sticker on a box saying it’s a “children toy”

We bought it and it was pretty nice (although a bit loose right now), but for something tagged as children’s toy I expected worse…

Apr 22, 2023, 12:36 PM
1 0 0