Texts missing for blaqshaq (blaqshaq)

ID Text Length Races Difficulty Rating
0 This is a placeholder text. You are seeing it because there are no other texts a... 167 579 1.2752
10008 (defop hello2 req (w/link (pr "there") (pr "here"))) (defop hello3 req (w/link (... 236 4,385 0.9110
10009 input("\n\nPress the enter key to exit.") # waits for the user to press the Ente... 85 5,325 1.2095
10011 print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(2 + 2, 2 + 2 - 1)) 78 2,751 0.9134
10012 var $form, width, height, area; $form = $('#calculator'); $('#calculator').on('s... 372 52 0.8338
10013 if (response) { try { var dealData = JSON.parse(response); // Try to parse JS... 501 47 0.8719
10014 function showContent(dealData) { var newContent = ''; for (var i in dealData.d... 440 30 0.7117
10015 function calculateArea(width, height) { try { var area = width * height; if... 301 2,564 1.0250
10016 import re import sys import urllib2 import BeautifulSoup usage = "Run the script... 344 2,198 0.9697
10017 import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or ro... 272 2,863 1.1366
10018 import random n = random.randint(1, 99) guess = int(raw_input("Enter an integer ... 388 3,339 1.1061
10019 import string from random import * characters = string.ascii_letters + string.pu... 190 3,670 1.1801
10020 import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.c... 246 2,515 1.0541
10021 import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/... 438 2,110 0.9647
10022 import std; int main() { std::println("Hello World!"); } 56 110 0.9624
10023 auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { ... 179 44 0.8589
10024 template bool all(Args ...args) { return (... && args); } bool... 246 11 1.0666
10025 cmake_minimum_required(VERSION 3.10) project(Tutorial VERSION 1.0) set(CMAKE_CXX... 467 9 0.9066
10026 NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclContext *DC = getFunct... 202 33 0.7927