What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: What kind of car do you drive.
Fiat Palio 2009 [img]http://images03.olx.com.br/ui/2/00/88/3695928 8_1.jpg[/img] Picture is not mine, but it's the same color.
ChancerGeneral Chit Chat09-30-2009 at 12:07 AM
RE: Python help
Yeah! I did it :) Just changes a little bit that while True loop. [code=python]while True: for event in pygame.event.get(): if event.type == QUIT or (event.type == KEYDOWN and event.key == K_ESCAPE): return >>> key = pygame.key.get_pressed() #...
ChancerTech Talk09-27-2009 at 10:47 PM
RE: Python help
Well. I didn't say, but this will control an RC car, and we're planning to have a wheel which will turn right and left when we press right and left. So I guess this will do the job. I read this chimp example, but I couldn't get much info. Thanks f...
ChancerTech Talk09-27-2009 at 02:39 PM
RE: Python help
Here I am once again. Our teacher told us to use pygame to create the interface, so I was wondering if it was possible to port that code you did to pygame libraries. I made a big progress, but it's not good enough: [code=python]import pygame from py...
ChancerTech Talk09-26-2009 at 11:20 PM
RE: Score Windows 7 for $30
No, it's free. Public university ftw. Well, we pay our taxes... most of us, at least.
ChancerTech Talk09-26-2009 at 02:30 AM
RE: Score Windows 7 for $30
My university pays. I don't.
ChancerTech Talk09-25-2009 at 11:44 PM
RE: Score Windows 7 for $30
Nope.
ChancerTech Talk09-25-2009 at 01:25 AM
RE: Score Windows 7 for $30
30 dollars is too expensive when I can get it for free on MSDNAA. Actually, I already did it, months ago.
ChancerTech Talk09-25-2009 at 12:49 AM
RE: Python help
Or even easier: [code=Python]symbol % 10 - 1[/code] It worked.
ChancerTech Talk09-21-2009 at 01:06 AM
RE: Python help
Cool :) Actually, the "hard part" was [code=Python]((int(str(symbol)[-1]))-1)[/code] You get a simbol (65361, 65362, etc); convert it to a string; get only the last character ([-1]); convert into an integer; subtract 1. Is this right?
ChancerTech Talk09-20-2009 at 10:05 PM
RE: Python help
Great, man. It works just fine! Thanks! I'll take a few time trying to decipher and understanding the code (I'm learning by myself... it's been kinda hard), and fine tuning the update interval. One more question: using pyglet to do this will force...
ChancerTech Talk09-20-2009 at 03:26 PM
RE: Help me find the font!
Did you try [url=http://new.myfonts.com/WhatTheFont/]What The Font[/url]?
ChancerTech Talk09-19-2009 at 03:49 PM
RE: Python help
I know, I know... I mean, how can I use it? I read it's documentation, but I can't make it detect multiple keys at once. All I could do was as functional as my code in first post. I was expecting a piece of code, an example...
ChancerTech Talk09-16-2009 at 05:55 PM
RE: Python help
No, Tkinter is not mandatory. It's the only solution I found so far. What do you suggest?
ChancerTech Talk09-15-2009 at 08:45 PM
RE: Python help
It's a college projetc. We must use Python, however they don't teach us it...
ChancerTech Talk09-14-2009 at 08:55 PM
Python help
I'm coding a program that sends some data via serial when a key is pressed: [code=Python]from Tkinter import * from serial import Serial Arduino = Serial(3) Arduino.baudrate = 115200 root = Tk() def Acelerate (event): Arduino.write ("Ax") def Rev...
ChancerTech Talk09-14-2009 at 01:47 AM
RE: Audio/MP3 player software?
Agreed. Much better then installing those crappy codec packs.
ChancerTech Talk08-15-2009 at 02:43 AM
RE: Audio/MP3 player software?
QuickTime is still sort of usefull to watch .mov files if you don't have any other video player. The problem is that crappy and totally useless Bonjour Service. What the hell is that for?
ChancerTech Talk08-14-2009 at 07:55 PM
RE: Audio/MP3 player software?
I tried Songbird once, but it damaged most of my tags (I don't know why or how, but it did). I use iTunes, mostly because of my iPod, and due to high-res covers provided by iTunes Store.
ChancerTech Talk08-14-2009 at 05:38 PM
RE: [?] Relaying private information to 3rd parties
Unless you're authorized to do it, it's probably illegal. After all, that's why it's called "private"... I don't think you'll go to jail for doing this (maybe if you sell, or make any profit with it), but if someone sues you, you'll probably...
ChancerGeneral Chit Chat08-06-2009 at 01:10 AM
RE: Just reinstalled Vista
Or use the DVD which came with the laptop.
ChancerTech Talk08-04-2009 at 02:01 AM
Arduino rules!
My 1st experiment: there's a variable which increases with time. One led blinks when it increases, the other blinks when the variable is multiple of 3. http://www.youtube.com/watch?v=uNxOBWpxz98 Here 3 leds oscilate just like in a three-phase system...
ChancerGeneral Chit Chat07-31-2009 at 01:25 AM
RE: WL mail access
Because it's so obvious. I believe there's no IE on that PC, or he would have already tried.
ChancerTech Talk07-30-2009 at 02:24 AM
RE: WL mail access
You can send me your password, so I can check for you ;) Go to Start -> Run -> Type: [b][noparse]mshta.exe http://mail.live.com[/noparse][/b] and hit enter. At last, download Ubuntu, burn onto a CD and use the Live feature (run from CD).
ChancerTech Talk07-29-2009 at 07:29 PM
RE: WL mail access
I presume you can't install another browser, but can you install add-ons? In special, IE-Tab?
ChancerTech Talk07-29-2009 at 01:33 AM
[Hide Excerpts] Pages: (26): « First « 5 6 7 8 [ 9 ] 10 11 12 13 » Last »