RFC: Creating an Israeli directory of Linux savvy Computer Professionals?

2016-02-13 Thread Amichai Rotman
Hi All, I provide Computer Services to home and small businesses in Haifa. I try to use FLOSS-based solutions as much as possible. Since the outbreak of the "Windows 8.0" virus [1] I have managed to move about 20-30 computers to the Ubuntu Linux distro - and they thank me almost every day

Re: RFC: Creating an Israeli directory of Linux savvy Computer Professionals?

2016-02-13 Thread Lior Kaplan
http://wiki.hamakor.org.il/index.php/%D7%A0%D7%95%D7%AA%D7%A0%D7%99_%D7%A9%D7%99%D7%A8%D7%95%D7%AA On Sat, Feb 13, 2016 at 4:57 PM, Amichai Rotman wrote: > Hi All, > > I provide Computer Services to home and small businesses in Haifa. > > I try to use FLOSS-based solutions

Re: RFC: Creating an Israeli directory of Linux savvy Computer Professionals?

2016-02-13 Thread Amichai Rotman
I mentioned this list as an example for how the list *shouldn't* look... It is also well hidden. The average Joe will not be able to use it and will never find it... We (as a community) need to revamp the http://www.linux.org.il web site. In it's current state, it looks like an outdated early

python pygame keyboard input

2016-02-13 Thread Shlomo Solomon
I'm having a problem getting text input with pygame. Here's a simple program and the results I'm getting. Digits and special keys work but I'm getting strange results for alphabet keys. Any idea what my problem is? import pygame pygame.init() pygame.display.set_mode((100, 100)) while True:

Re: python pygame keyboard input

2016-02-13 Thread Meir Michanie
It works for me. python pykey.py 113 - q 119 - w 101 - e 114 - r 116 - t 121 - y 116 - t 306 - left ctrl 99 - c On Sun, 14 Feb 2016 at 01:07 Shlomo Solomon wrote: > I'm having a problem getting text input with pygame. > Here's a simple program and the results I'm