gilbert189's avatar

@gilbert189
Beta tester

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.“

14 1 96

I feel like .aup3 project files are more unstable than .aup2

How do people upload raw SVG files to Scratch? I want to know how

P.S. Don’t just say “use Scratch Addons“. I don’t want to install it atm

return true to win

function reflexive(x) {
    return x != x;
}

reflexive(...)

(taken from https://alf.nu/ReturnTrue, absolutely not me asking for help)

is this still a thing

luke

0 0 3

Imagine constructing the Babel tower when suddenly du sprichst in einer anderen Sprache

I tried to dry my wet papers on my school’s 3rd floor terrace

You can guess what happens next

If pests are animals, does that mean that pest control can be considered animal cruelty?

I’ve just lost my 58 day streak :|

I’ve been asked to write a speech on gender inequality

Please send help

Meine Telefon ist immer noch auf Deutsch :D

give me a game and I’ll describe it badly

3 0 11

Remember the time when we used to go to the store shelves to buy music?

needsmorejquery.com needs more jQuery code:

$(document).ready(function(){
	var polish = new function(){
		this.stack = [];
		this.number = function(num){
			if (arguments.length === 0) {
				return this.stack.pop();
			}
			this.stack.push(num); return this;
		};
		this.add = function(){
			this.stack.push(this.stack.pop() + this.stack.pop());
			return this;
		};
		this.pow = function(){
			this.stack.push(Math.pow(this.stack.pop(), this.stack.pop()));
			return this;
		};
	};
	
	$.get('ssRUr' + polish.number(2).number(4).add().number(2).pow().number() + '.txt',
		function(data){
			$("#re,img.ed").attr('src', 'data:image/jpeg;base64,' + data);
		}
	);
});

Why can't you just build the entire website in jQuery?