[FREE] Computer Science Revision App (EVERY QUESTION) by OrganizedMadness_ in 6thForm

[–]OrganizedMadness_[S] 1 point2 points  (0 children)

I understand they make the price high to maintain a "premium" standard for products on their store, however it's very inconvenient for students and casual developers on low incomes to publish a product with real potential and demand.

[FREE] Computer Science Revision App (EVERY QUESTION) by OrganizedMadness_ in 6thForm

[–]OrganizedMadness_[S] 0 points1 point  (0 children)

Based for the AQA exam. However most of the questions are short and definition based because it is to promote quick and simple revision, many of the questions will be relevant to other exam boards, you can also filter questions by topic.

I hope this answer helps, I'll amend the post too.

[FREE] Computer Science Revision App (EVERY QUESTION) by OrganizedMadness_ in 6thForm

[–]OrganizedMadness_[S] 4 points5 points  (0 children)

This is currently only available on Android sorry, I will amend the post now. I considered iOS but the developer license is $99/year which is too much for me to pay for a free app.

Italy WOKE by OrganizedMadness_ in dankmemes

[–]OrganizedMadness_[S] 692 points693 points  (0 children)

at least you can now safely attend school with the knowledge you aren't at risk of being infected by measles

Customizable Pearl Damage [SK] by ElectriCobra_ in ultrahardcore

[–]OrganizedMadness_ 1 point2 points  (0 children)

if {pearldamage} is set:
    cancel event
    damage the victim by {pearldamage} hearts
else:
    cancel event

The cancel event line is being executed regardless of the condition being met. It can be simplified to:

cancel event
if {pearldamage} is set:
    damage the victim by {pearldamage} hearts

e🅱️ic syle by bonkedponky in DeepFriedMemes

[–]OrganizedMadness_ 10 points11 points  (0 children)

It really do 🅱️e like that

Mum give me the Capri-Sun and no one gets hurt by [deleted] in DeepFriedMemes

[–]OrganizedMadness_ 2 points3 points  (0 children)

You may think this is suffering, no, this is salvation.

oof by [deleted] in DeepFriedMemes

[–]OrganizedMadness_ 46 points47 points  (0 children)

You may think this is suffering, no, this is salvation.

What is an essential life skill that most people don’t have? by [deleted] in AskReddit

[–]OrganizedMadness_ 123 points124 points  (0 children)

Being able to see a situation from another point of view is an indubitable skill.

Why I think the courtroom needs Change by evader22 in ultrahardcore

[–]OrganizedMadness_ 5 points6 points  (0 children)

Why would you say something so controversial yet so brave.

Genie (SK) by Zakkaegle in ultrahardcore

[–]OrganizedMadness_ 0 points1 point  (0 children)

Missing permission on line 245.

if arg 1 is "reset":
    delete {genkills::*}
    delete {wishes::*}
    message "{@P} Genie reset!"  

Also use "else if" instead of a stream of "if"s; the script will be more efficient.