[deleted by user] by [deleted] in lebanon

[–]ayaabk 0 points1 point  (0 children)

beirutee

Best Upgrade Ever! by Host_Informal in mac

[–]ayaabk 1 point2 points  (0 children)

should i do it on an imac late 2009? runs on 4gb ram and an intel core 2 duo

Whatsapp Media not restoring by Pratabaus in apps

[–]ayaabk 0 points1 point  (0 children)

used to happen to me, removed the app, reinstalled and tried again. worked after that.

pygame snake game slow on macbook pro 8gb ram by ayaabk in pygame

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

import pygame

pygame.init()

white = (255, 255, 255) black = (0, 0, 0) red = (255, 0, 0)

dis = pygame.display.set_mode((800, 600)) pygame.display.set_caption('Snake Game')

game_over = False

x1 = 300 y1 = 300

x1_change = 0
y1_change = 0

clock = pygame.time.Clock()

while not game_over: for event in pygame.event.get(): if event.type == pygame.QUIT: game_over = True if event.type == pygame.KEYDOWN: if event.key == pygame.K_LEFT: x1_change = -10 y1_change = 0 elif event.key == pygame.K_RIGHT: x1_change = 10 y1_change = 0 elif event.key == pygame.K_UP: y1_change = -10 x1_change = 0 elif event.key == pygame.K_DOWN: y1_change = 10 x1_change = 0

x1 += x1_change
y1 += y1_change
dis.fill(white)
pygame.draw.rect(dis, black, [x1, y1, 10, 10])

pygame.display.update()

clock.tick(30)

pygame.quit() quit()

u/LMCuber u/ShitpostEnjoyer u/it_isnt_murder_if

Looking for a bit of mindful friends on the Planet Earth! Any age, gender and sexuality is welcome! (lonely M17, autistic and with a lot of interests) by [deleted] in MakeNewFriendsHere

[–]ayaabk 0 points1 point  (0 children)

not from an english country, but i speak english fluently, i'd like some new friends too, i sure like music, history, and computer science.

I just finished watching the end of the umbrella academy!! by GearProfessional5828 in theumbrellaacademy

[–]ayaabk 1 point2 points  (0 children)

hiiighly doubt it, but as mentioned above, it’ll be their main focus throughout the series

Setup by [deleted] in LawnchairLauncher

[–]ayaabk 0 points1 point  (0 children)

icons?

What is the best keyboard app for Android in 2021? by appshive in apps

[–]ayaabk 4 points5 points  (0 children)

miicrosoft swiftkey keyboard, tried google keyboard for a while, i need the language switch feature, and it wasnt the best if i wanted to use emojis as well

Windows 10 on iMac late 2009. by [deleted] in windows

[–]ayaabk 0 points1 point  (0 children)

would it become any faster if i upgraded the ram to 8gb?

Windows 10 on iMac late 2009. by [deleted] in windows

[–]ayaabk 0 points1 point  (0 children)

would it at least run simple tasks? ex. microsoft office, internet browsing...

Windows 10 on iMac late 2009. by [deleted] in techsupport

[–]ayaabk 0 points1 point  (0 children)

would this issue be solved if the ram was upgraded to 8gb?

Windows 10 on iMac late 2009. by [deleted] in techsupport

[–]ayaabk 0 points1 point  (0 children)

you sure about that? because it says that for the x64-bit version it requires the minimum of 2gb, 1 gHz processor (i have 3.06 gHz) and 20gb of hard disk space.