Texts missing for mrlago (mrlago)

ID Text Length Races Difficulty Rating
0 This is a placeholder text. You are seeing it because there are no other texts a... 167 585 1.2739
10009 input("\n\nPress the enter key to exit.") # waits for the user to press the Ente... 85 6,765 1.2017
10010 public class HelloWorld { public static void main(String[] args) { String m... 143 4,473 1.0590
10011 print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(2 + 2, 2 + 2 - 1)) 78 4,108 0.9214
10012 var $form, width, height, area; $form = $('#calculator'); $('#calculator').on('s... 372 60 0.8233
10013 if (response) { try { var dealData = JSON.parse(response); // Try to parse JS... 501 52 0.8670
10014 function showContent(dealData) { var newContent = ''; for (var i in dealData.d... 440 42 0.7141
10015 function calculateArea(width, height) { try { var area = width * height; if... 301 3,891 1.0351
10016 import re import sys import urllib2 import BeautifulSoup usage = "Run the script... 344 3,411 0.9798
10017 import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or ro... 272 4,166 1.1385
10018 import random n = random.randint(1, 99) guess = int(raw_input("Enter an integer ... 388 4,555 1.1054
10019 import string from random import * characters = string.ascii_letters + string.pu... 190 5,100 1.1779
10020 import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.c... 246 3,796 1.0584
10021 import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/... 438 3,248 0.9751
10022 import std; int main() { std::println("Hello World!"); } 56 1,335 0.9864
10023 auto monad = [](auto v) { return [=] { return v; }; }; auto bind = [](auto m) { ... 179 1,025 0.8566
10024 template bool all(Args ...args) { return (... && args); } bool... 246 19 0.9892
10025 cmake_minimum_required(VERSION 3.10) project(Tutorial VERSION 1.0) set(CMAKE_CXX... 467 200 1.0188
10026 NamedDecl *Sema::getCurFunctionOrMethodDecl() const { DeclContext *DC = getFunct... 202 56 0.7917