News:

The moderation team is holding a poll on the topic of the site's connection to Scratch. More details can be found here. Your feedback is appreciated.

Main Menu

If this gets a post ID of 65536, we advance! (The cooler version)

Started by Incendiary, Dec 13, 2023, 02:56:31 PM

Previous topic - Next topic

solitaire







solitaire








solitaire

Quote from: redgreenandblue
Quote from: gilbert_given_TBG
Quote from: redgreenandblue
Quote from: redgreenandblue
Quote from: redgreenandblue

how many times did I predict 2020
WHAT--

edit prob
no look I found another one








solitaire

hi have you ever considered that your entire life is only like a millionth of a millionth of a millionth of a millisecond on a cosmic scale






Zan

Quote from: solitaire on Apr 13, 2024, 07:40:08 PMhi have you ever considered that your entire life is only like a millionth of a millionth of a millionth of a millisecond on a cosmic scale
Not until now but that's an interesting thought thank you
THE KUMQUATS WERE HERE


Byron_Inc_TBG

bomb

ChaoticControversies

raiden - they/them

Gilbert189

#9687
from $from:int to $to:int do $fn = $fn $from {$from <= $to} (count from {$from + 1} to $to) ()

either $x or $y = {$x = ""} $y $x /* might be included in prelude */
fizzbuzz $x:int = print {either {join {{$x % 3 = 0} Fizz ""} with {{$x % 5 = 0} Buzz ""}} or $x}

main = from 1 to 100 do fizzbuzz
Code (Execution) Select
main
from 1 to 100 do fizzbuzz
fizzbuzz 1 {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join {{1 % 3 = 0} Fizz ""} with {{1 % 5 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join {{1 = 0} Fizz ""} with {{1 % 5 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join {false Fizz ""} with {{1 % 5 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join {""} with {{1 % 5 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join "" with {{1 % 5 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join "" with {{1 = 0} Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join "" with {false Buzz ""}} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {join "" with ""} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either {""} or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {either "" or 1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {{"" = ""} 1 ""} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {true 1 ""} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print {1} {1 <= 100} (from 2 to 100 do fizzbuzz) ()
print 1 {1 <= 100} (from 2 to 100 do fizzbuzz) ()
{1 <= 100} (from 2 to 100 do fizzbuzz) () /* prints 1 */
true (from 2 to 100 do fizzbuzz) ()
from 2 to 100 do fizzbuzz
...
{101 <= 100} (from 101 to 100 do fizzbuzz) ()
false (from 101 to 100 do fizzbuzz) ()
() /* success: exit code 0 */
#define angle ($decimal)deg
#import math

$x:angle to radians = {PI / 180 * $x:0}
sin $x:angle = sin {$x to radians}
cos $x:angle = cos {$x to radians}
tan $x:angle = tan {$x to radians}
sec $x:angle = sec {$x to radians}
csc $x:angle = csc {$x to radians}
cot $x:angle = cot {$x to radians}
ctg $x:angle = ctg {$x to radians}
cosin $x:angle = cosin {$x to radians}
cosec $x:angle = cosec {$x to radians}
cotan $x:angle = cotan {$x to radians}

solitaire







Byron_Inc_TBG

bomb

Byron_Inc_TBG

#9690
my ewow 2a response is currently sitting at 55.79%
excluding votes for myself it's 48.84%

ouch
bomb


Gilbert189

Rule
= @(Word / Variable)|1.., _| _ "=" _ @Suite|.., _|

Suite
= Block / List / Word / Variable

List
= "(" _ words:Suite|.., _| _ ")"
  {return {token: "list", words}}
 
Block
= "{" _ words:Suite|.., _| _ "}"
  {return {token: "block", words}}

Variable
= "$" name:([^)}  :\n\t\r=]+) type:(":" @[^)}  :\n\t\r=]+)?
  {return {token: "var", name: name.join(""), type: type?.join("")}}

Word
= '"' text:("\\" [\\ntr] {return text()} / [^"\\\s])* '"'
  {return text.map(x => x[0] == "\\" ? JSON.parse('"' + x + '"') : x).join("")}
/ [^$"({}) \n\t\r=] [^)} \n\t\r=]*
  {return text()}

_ "whitespace"
= [ \t\n\r]*


Byron_Inc_TBG

bomb

solitaire







Zan

THE KUMQUATS WERE HERE

Byron_Inc_TBG

bomb

solitaire







Luigis_Pizza

lol not even 1 minute to bypass this bs, i feel bad for incendiary though rip



********* you school
Nah I'd win
Status Message: Website Updated! Check It!
Join the Crisis!
Call me Luigi or Matt/Matthew. I like JJBA. I released a game on gamejolt under Ernie_Games_Official. Made the 666666th post and I used to be the most active because I have no life...
JoJo's Bizarre Adventure is awesome
My discord is phantomluigi, please contact me if you want to chat im bored (or send me an email)


Luigis_Pizza

Oh wait @Incendiary don't you use mobile data?

Why am I asking, you wont see this
Nah I'd win
Status Message: Website Updated! Check It!
Join the Crisis!
Call me Luigi or Matt/Matthew. I like JJBA. I released a game on gamejolt under Ernie_Games_Official. Made the 666666th post and I used to be the most active because I have no life...
JoJo's Bizarre Adventure is awesome
My discord is phantomluigi, please contact me if you want to chat im bored (or send me an email)