found this on the weather website for today and tomorrow ha, i wish this is California, in MAY, i seriously seriously seriously doubt that 20% as for people complaining about heat: pls, it was 95F sometime in april where i live
Robocraft may look like some "dumb kids game" , but this video proves that wrong Spent over 100 hours playing this amazing game
All I wanted to do was play GTA 4, Windows 8. That's it, that's all I wanted to do. Why be so difficult?
What tier were you in? I've been in T10 (and previously TX-1) for a while (imported from here) Also, I can never win D: (imported from here)
About the heat i'd much rather be hot than cold. I hate it when its 10 or 5 degrees walking to school in the morning. Sometimes I feel its too hot, but it just feels better to me rather than being cold and the nights and mornings feels much better and relaxing.
I just got a Nokia Lumia 635. I have to say, I like the Windows Phone quite a bit more than I thought I would. It's slick. The only problem is the limited app selection.
You guys have dry heat. 95f with pretty much no humidity is a hell of a lot more bearable than 80f with 80% humidity.
agreed. 90 degrees with 90% humidity on average in summer here in STL. went out to california to visit grandpa, and 85 there felt like 70.
I'm thinking it was a combination of: GFWL, Steam being shit, Older game, Newer OS, not a yet fully complete OS installation, full-ish SSD, lack of motivation. Not a combination that leads to success, if I'm honest.
The Reddit bot I've been trying to make keeps getting a 403 all of the sudden. Anybody see anything wrong with this? Code: import praw import time import os import sqlite3 sql = sqlite3.connect('sql.db') cur = sql.cursor() print ("Logging in...") r = praw.Reddit(user_agent="BB by /u/WheelsOnPavement") r.login("-----", "-----") print ("Sucessfully logged in!") time.sleep(2) print("Writing SQL...") cur.execute('CREATE TABLE IF NOT EXISTS oldposts(id TEXT)') sql.commit() print("SQL written successfully!") time.sleep(2) os.system('cls') words_to_match = ['bagels', 'bagel', 'cream cheese', 'cream-cheese'] postLimit = 50 def run_bot(): subreddit = r.get_subreddit("-----", "bottest3000") print("Fetching comments...") comments = subreddit.get_comments(limit=postLimit) print("Successfully fetched comments!") print("") for comment in comments: comment_text = comment.body.lower() cur.execute('SELECT * FROM oldposts WHERE ID=?', [comment.id]) try: comment.id = comment.author.name except AttributeError: print('Comment has been previously deleted') continue if cur.fetchone(): print("Comment already in database") continue elif comment.author.name == '-----': print("Not replying to posts already written by -------") continue elif any(string in comment_text for string in words_to_match): try: print('Replying to %s by %s' % (comment.id, comment.author)) comment.reply('You have summoned the bagel gods! Bask in their glory!') cur.execute('INSERT INTO oldposts VALUES(?)', [comment.id]) except praw.requests.exceptions.HTTPError as e: if e.response.status_code == 403: print('403 FORBIDDEN - is the bot banned from %s?' % comment.subreddit.display_name) continue elif e.response.status_code == 503: print('503 Service Unavailable') continue else: print('Unknown service error %s' % e.response.status.code) continue while True: run_bot() time.sleep(10)
well, what is it doing exactly? also as for GFWL, xliveless. i personally don't use it though, i managed to get my GFWL to let me login, so i usually go about in MP with an APC with a max star wanted level (i forget the max stars in IV/EFLC) and blow up every cop in sight 'tis fun
Is fine. I got it working. GFWL was being a bit of a dick. Dont laugh, I actually use it. It's interesting to see what my console peasant friends are doing.
Well I'm about at the point where I'd like to install about 10 of these. I have to be in boxers just to be in my room, and that's with desk fans on .-. (imported from here)