ID |
Text |
Length |
Races |
Difficulty Rating |
0 |
This is a placeholder text. You are seeing it because there are no other texts a... |
167 |
562 |
1.2672 |
10008 |
(defop hello2 req (w/link (pr "there") (pr "here"))) (defop hello3 req (w/link (... |
236 |
2,788 |
0.9013 |
10009 |
input("\n\nPress the enter key to exit.") # waits for the user to press the Ente... |
85 |
2,344 |
1.2288 |
10011 |
print("2 + 2 is {}, minus 1 that's {}. quick maths.".format(2 + 2, 2 + 2 - 1)) |
78 |
987 |
0.9063 |
10012 |
var $form, width, height, area; $form = $('#calculator'); $('#calculator').on('s... |
372 |
52 |
0.8231 |
10013 |
if (response) { try { var dealData = JSON.parse(response); // Try to parse JS... |
501 |
47 |
0.8589 |
10014 |
function showContent(dealData) { var newContent = ''; for (var i in dealData.d... |
440 |
30 |
0.7074 |
10015 |
function calculateArea(width, height) { try { var area = width * height; if... |
301 |
789 |
1.0112 |
10016 |
import re import sys import urllib2 import BeautifulSoup usage = "Run the script... |
344 |
594 |
0.9495 |
10017 |
import random min = 1 max = 6 roll_again = "yes" while roll_again == "yes" or ro... |
272 |
924 |
1.1515 |
10018 |
import random n = random.randint(1, 99) guess = int(raw_input("Enter an integer ... |
388 |
1,011 |
1.1095 |
10019 |
import string from random import * characters = string.ascii_letters + string.pu... |
190 |
1,199 |
1.2040 |
10020 |
import urllib2 import json screen_name = "wordpress" url = "http://api.twitter.c... |
246 |
690 |
1.0559 |
10021 |
import urllib2 import urllib import json url = "http://ajax.googleapis.com/ajax/... |
438 |
553 |
0.9337 |