[Audiogames-reflector] Python and Functions

2014-05-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Python and Functions

Hi all. Im taking a Coursera class, and our task it to compuse a function that takes hours and multiplies them by a rate.Consider this code.hrs = raw_input(Input hours)hrs = float(hrs)rte = raw_input(Enter rate)rte = float(rte)def computepay(hrs, rte):  gross = rte*hrsif hrs = 40:  print computepay(hrs, rte)The assignment originally says we have 40 hours, at 10.5 per hour, thous the if statement will output 420.Now, the hard part, how to calculate overtime. A previous assignment says the formula is rte*hrs+1.5*hrs*number, where number is overtime. How can I make a variable that determines number? In the case of forty-five, number = 5. But, things change. I could work forty solid hours, then five hours extra.Now, the assignment wants overtime.if hrs  40:  print computepay(hrs, rte)+1.5*rte*hrs*5That will yield an issue, 
 since Id say hours is forty-five in the hours prompt. I need output to be 498.75.Any help welcome.URL: http://forum.audiogames.net/viewtopic.php?pid=173836#p173836

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Python and Functions

2014-05-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Python and Functions

I got it working! What I did was write one function to do the basic math, and another to do the complex mathematics.URL: http://forum.audiogames.net/viewtopic.php?pid=173874#p173874

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] ReactOS, Anyone?

2014-04-23 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: ReactOS, Anyone?

@Shuteye: Given the rocky state of this distro, Id say, honestly, your best bet is to try it and see what happens. But last I heard, they dont run on actual hardware yet, only emulation. But the email I was looking at was circa 2008, so maybe things have changed.URL: http://forum.audiogames.net/viewtopic.php?pid=173093#p173093

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] ReactOS, Anyone?

2014-04-22 Thread AudioGames.net ForumOff-topic room: king gamer222


ReactOS, Anyone?

Hi all. Has anyone tried ReactOS, a clone of MS Windows NT 4.0 and above? If so, can it be made accessible? If not, why?URL: http://forum.audiogames.net/viewtopic.php?pid=172958#p172958

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] TeamTalk Linux Client

2014-04-07 Thread AudioGames.net ForumOff-topic room: king gamer222


TeamTalk Linux Client

Hi all. Is there a client for Debian Wheezy that can connect to TeamTalk servers? I unpact the tarball, copied the libraries to /usr/lib, and I can get it to open, but the TeamTalk client doesnt work with Orca. Are there others?URL: http://forum.audiogames.net/viewtopic.php?pid=171466#p171466

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] 40 minute mode for nvda!

2014-04-01 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: 40 minute mode for nvda!

Lol! Happy April Fools, folks. It is a nice concept, though, and a good prank.URL: http://forum.audiogames.net/viewtopic.php?pid=170992#p170992

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] 40 minute mode for nvda!

2014-04-01 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: 40 minute mode for nvda!

Nothing. It restarts your computer after forty minutes of use with NVDA.URL: http://forum.audiogames.net/viewtopic.php?pid=170996#p170996

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Grub Issue

2014-03-29 Thread AudioGames.net ForumOff-topic room: king gamer222


Grub Issue

Hi all. I had to replace my Fedora because it was being a very bad distribution with Sabayon Linux. I checked my Windows partition, and it still remains. But, when I try to go to Windows in Grub, it loops back to the Grub menu and wont go. I have system data on /dev/sda2, and my actual Windows is on /devs/da3. The config file wants to boot /dev/sda2, but Im not exactly sure what kind of system date is on there. Should I set it to /dev/sda3?Thanks,HunterURL: http://forum.audiogames.net/viewtopic.php?pid=170607#p170607

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Grub Issue

2014-03-29 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Grub Issue

Grub2, and Windows seven. As for UEFI, I thought that came on computers after Windows eight.URL: http://forum.audiogames.net/viewtopic.php?pid=170635#p170635

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Making my Windows Hard Drive Bootable

2014-03-21 Thread AudioGames.net ForumOff-topic room: king gamer222


Making my Windows Hard Drive Bootable

Hi all. I did a Clonezilla backup of my Windows partition to an external USB hard drive. But when I press enter on the boot option for my hard drive, it complains that theres nothing to boot. How do I fix this?URL: http://forum.audiogames.net/viewtopic.php?pid=169571#p169571

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Rock Music Suggestions

2014-03-17 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Rock Music Suggestions

Yes, Volbeat is very good. As is Kvelertak, despite the fact they arent in English.URL: http://forum.audiogames.net/viewtopic.php?pid=169009#p169009

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Rock Music Suggestions

2014-03-16 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Rock Music Suggestions

[[wow]], Ghost, thats a good start. If your in to the Avenged Sevenfold stuff, consider branching out in to Atreyu and Bullet for my Valentine. Killswitch Engage is also good.URL: http://forum.audiogames.net/viewtopic.php?pid=168970#p168970

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Rock Music Suggestions

2014-03-16 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Rock Music Suggestions

Ah, yes. I couldnt get in to Chevelle, but Slayer is a definite must. As is System hc a Down.URL: http://forum.audiogames.net/viewtopic.php?pid=168978#p168978

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Clonezilla

2014-03-14 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Clonezilla

Yes. Be advised that you will need a CD to burn this to.URL: http://forum.audiogames.net/viewtopic.php?pid=168724#p168724

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Clonezilla

2014-03-13 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Clonezilla

Its a backup software made by Mozilla. It is similar in function to Norton Ghost.URL: http://forum.audiogames.net/viewtopic.php?pid=168661#p168661

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] How to speed up your computer using Google Drive as extra RAM

2014-03-12 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: How to speed up your computer using Google Drive as extra RAM

I think the download more ram page is also a spoof, its too good to be true. As for the Google Drive thing, that looks damn near impossible.URL: http://forum.audiogames.net/viewtopic.php?pid=168451#p168451

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] How to speed up your computer using Google Drive as extra RAM

2014-03-12 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: How to speed up your computer using Google Drive as extra RAM

Part of me is curious: what would happen if you downloaded one of the so called RAM files?URL: http://forum.audiogames.net/viewtopic.php?pid=168487#p168487

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Update Your iOS Devices ASAP

2014-03-12 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Update Your iOS Devices ASAP

That didnt seem to do the trick, for some unappearent reason. Maybe theres a hardware defect.URL: http://forum.audiogames.net/viewtopic.php?pid=168520#p168520

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Update Your iOS Devices ASAP

2014-03-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Update Your iOS Devices ASAP

The problem that Ive had with the past two updates is the inability to connect to WiFi networks that are secure. I can connect to open ones, but not secure. Hows that for a paradox?URL: http://forum.audiogames.net/viewtopic.php?pid=168380#p168380

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Update Your iOS Devices ASAP

2014-03-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Update Your iOS Devices ASAP

Im using an iPod touch fifth gen. And yes, now that you mention it, I have.URL: http://forum.audiogames.net/viewtopic.php?pid=168404#p168404

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] How to speed up your computer using Google Drive as extra RAM

2014-03-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: How to speed up your computer using Google Drive as extra RAM

Interesting. But ... so, so confusing! How about a version for the none technically minded? LOL.URL: http://forum.audiogames.net/viewtopic.php?pid=168407#p168407

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] How to speed up your computer using Google Drive as extra RAM

2014-03-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: How to speed up your computer using Google Drive as extra RAM

Would it speed up Steam games by a good degree?URL: http://forum.audiogames.net/viewtopic.php?pid=168439#p168439

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Social Networking Combiner?

2014-03-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Social Networking Combiner?

I dont need a messenger, Ive got truckloads of them. What I need is a web service to whom I can subscribe and share stuff to various social networks all at once, or selectively if I wish.URL: http://forum.audiogames.net/viewtopic.php?pid=167924#p167924

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Linux Questions

2014-03-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Linux Questions

Hmm. My laptop doesnt have a Function key on it, so I wonder what a command line alternate is? Im not sure what sound system Im using, its likely Pulseaudio, or it could be Alsa.URL: http://forum.audiogames.net/viewtopic.php?pid=167947#p167947

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Linux Questions

2014-03-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Linux Questions

Awesome! Ive now modified the script to display the correct text. Now how does XFCE work? What are its shortcut keys, i.e., will Super D take me to the desktop, ALT+f1 take me to the launch part, etc.URL: http://forum.audiogames.net/viewtopic.php?pid=167979#p167979

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Linux Questions

2014-03-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Linux Questions

Then something is missing, for when I try to do anything nonterminal within the desktop (applications speak fine), I get no speech, which is weird. And another thing: how to I access the control panel of XFCE? In gnome, it was gnome-control-conter, but that doesnt seem to apply in XFCE.URL: http://forum.audiogames.net/viewtopic.php?pid=168001#p168001

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Linux Questions

2014-03-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Linux Questions

Hey folks. I come again with more Linux questions: one is about XFCE, and the other in regards to a stereo mix equivallent. So I have installed Fedora 20 to my laptop, and is is working smoothly, except the version of Gnome they have on there sucks and its not really intuitive, and I cant find the Gnome Fallback. So I installed XFCE, and I was instructed by a friend in good standing to make a script in /etc/profile.d that contains the following line: export GTK_MODULES=gail:at-bridge. I did this as root, and gave the file rwx privalleges. XFCE does speak, yes, but only in the terminal feature. It wont, however, speak in places like the panel or the desktop. And fina2ly, how do I achieve a good stereo mix equivellent in Fedora? I need this to do podcasts with.URL: http://forum.audiogames.net/viewtopic.php?pid=167835#p167835

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Linux Questions

2014-03-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Linux Questions

Oh, no wonder why I got it wrong. I didnt know a k was supposed to be there. Now I have a recurring issue with Fedora and rebooting. For whatever hason, it mutes my sound, and I dont know how to get it back.URL: http://forum.audiogames.net/viewtopic.php?pid=167846#p167846

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Social Networking Combiner?

2014-03-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Social Networking Combiner?

Hi all. I am looking for a service with which I can keep tabs on Twitter, FaceBook, and LinkedIn. Preferably, the service should bring all timelines in to one, centralized timeline where I can see everything at once, and wont have to bounce between the three services. Any ideas?URL: http://forum.audiogames.net/viewtopic.php?pid=167847#p167847

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Update Your iOS Devices ASAP

2014-02-27 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Update Your iOS Devices ASAP

I did update, but I lost the ability to connect my iPod to the WiFi network at home. And the battery life is horrible!URL: http://forum.audiogames.net/viewtopic.php?pid=166814#p166814

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] iTunes Radio: Issues

2014-02-26 Thread AudioGames.net ForumOff-topic room: king gamer222


iTunes Radio: Issues

Howdy folks. Ive made an iTunes radio station, in which I mingled everything I like. But, once I hit twenty or so artists, the station freezes up and I get nothing when I try to play them. Is there a solution? And this never happened prior to the most recent iOS and iTunes update.URL: http://forum.audiogames.net/viewtopic.php?pid=166703#p166703

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] mounting vmdk file

2014-02-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: mounting vmdk file

Have you tried removable media. I doubt Windows 98 had USB support. Maybe burn files to a CD? I dont know, I never got to expepience Win98.URL: http://forum.audiogames.net/viewtopic.php?pid=165914#p165914

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Meanings of your usernames?

2014-02-14 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Meanings of your usernames?

Ah, I read an article on Steve in Freds Head in 2010 or so. Or maybe it was written by him, I dont remember.URL: http://forum.audiogames.net/viewtopic.php?pid=165485#p165485

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Making a Bootable Thumbdrive

2014-02-14 Thread AudioGames.net ForumOff-topic room: king gamer222


Making a Bootable Thumbdrive

What is the most accessible utility under Windows to make a live, bootable thumb drive?URL: http://forum.audiogames.net/viewtopic.php?pid=165520#p165520

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Meanings of your usernames?

2014-02-13 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Meanings of your usernames?

Well, mine has a bit of backstory. I went to Tennessee School for the Blind, and I was one of the guys who figured out how to install games on the cottage computers. I passed this on to Gamedude, who also plays games and went to school with me (Gamedude, I dont remember if you figured it out before me or after, so I will distribute the credit equally). In my cottage, I was the king of games, and I think I came on to the forums at 2:22 PM ONE DAY. So, theres my name.URL: http://forum.audiogames.net/viewtopic.php?pid=165384#p165384

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Command-Line Interface for the Mac App Store?

2014-02-12 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Command-Line Interface for the Mac App Store?

Since Macintosh is a Unix-like system, Id expect a Unix-like way to manage packages. Mac-get or Mactitude, for example; a cheesy example, since apt-get and apptitude are Debian package systems, but I hope I get my point across.URL: http://forum.audiogames.net/viewtopic.php?pid=165282#p165282

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Command-Line Interface for the Mac App Store?

2014-02-10 Thread AudioGames.net ForumOff-topic room: king gamer222


Command-Line Interface for the Mac App Store?

The subject says it all, I was wondering if there was a command line interface minutes to hook in to the Mac APP store.URL: http://forum.audiogames.net/viewtopic.php?pid=165060#p165060

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Command-Line Interface for the Mac App Store?

2014-02-10 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Command-Line Interface for the Mac App Store?

Um, Sebby, I do believe Automated Parasites is a virus of some kind, as it looks to go to a python judging by the .py extension.URL: http://forum.audiogames.net/viewtopic.php?pid=165093#p165093

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Wordpress Problem

2014-02-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Wordpress Problem

Because thats the easy way out. I want to learn the code, for there may not be a Skype plug-in readily installable. I may not have an internet connection, or Skype may be blocked off.URL: http://forum.audiogames.net/viewtopic.php?pid=164707#p164707

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Wordpress Problem

2014-02-06 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Wordpress Problem

Odd. Appearently Wordpress doesnt like the Skype URI, as it thinks Im trying to reference an archive.URL: http://forum.audiogames.net/viewtopic.php?pid=164604#p164604

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Let's Have a Steamy Discussion

2014-02-03 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Let's Have a Steamy Discussion

Mo quick question. Is there a way to force Steam to go to the mobile site, so I can get on there with my Apex?URL: http://forum.audiogames.net/viewtopic.php?pid=164183#p164183

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] AppleScript and Game Development

2014-02-03 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: AppleScript and Game Development

Is AppleScript the Macintoshs variant of a Bash script or Batch file?URL: http://forum.audiogames.net/viewtopic.php?pid=164186#p164186

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Wordpress Problem

2014-02-03 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Wordpress Problem

On another note, Ive been trying to test out my Skype call link. I wrote the code like this: a href="" me a ring/a. Does that look write to you guys? When I tested it with my iPod, it just sat there and did nothing.URL: http://forum.audiogames.net/viewtopic.php?pid=164195#p164195

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Wordpress Problem

2014-02-03 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Wordpress Problem

Thank god I wrote the HTML first, then forum posted it. The HTML on the site itselfs fine, but the URI wont do anything. Which is probably smart, since I dont suppose Skype will let you call yourself. I even tried it with Echo123, and it still didnt work. I have my privacy set to contacts only, maybe the issue lies there?URL: http://forum.audiogames.net/viewtopic.php?pid=164270#p164270

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Help!

2014-01-31 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Help!

CAE, isnt there also a set variable for the Program Files directory?URL: http://forum.audiogames.net/viewtopic.php?pid=163797#p163797

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Wordpress Problem

2014-01-28 Thread AudioGames.net ForumOff-topic room: king gamer222


Wordpress Problem

Hey folks. So I made two pages on Wordpress, using the iOS app. When I clicked publish, it did something, but it didnt make the pages. When I typed in the url, I get a not found. If you like, a href="" you can pay me a visit/a.URL: http://forum.audiogames.net/viewtopic.php?pid=163410#p163410

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Wordpress Problem

2014-01-28 Thread AudioGames.net ForumOff-topic room: king gamer222


Wordpress Problem

Hey folks. So I made two pages on Wordpress, using the iOS app. When I clicked publish, it did something, but it didnt make the pages. When I typed in the url, I get a not found. If you like, a href="" can pay me a visit/a.URL: http://forum.audiogames.net/viewtopic.php?pid=163410#p163410

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Wordpress Problem

2014-01-28 Thread AudioGames.net ForumOff-topic room: king gamer222


Wordpress Problem

Hey folks. So I made two pages on Wordpress, using the iOS app. When I clicked publish, it did something, but it didnt make the pages. When I typed in the url, I get a not found. If you like, a href="" can pay me a visit/a.URL: http://forum.audiogames.net/viewtopic.php?pid=163410#p163410

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Teamtalk Server Hosting?

2014-01-23 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Teamtalk Server Hosting?

Is it reliable and secure?URL: http://forum.audiogames.net/viewtopic.php?pid=162840#p162840

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Let's Have a Steamy Discussion

2014-01-21 Thread AudioGames.net ForumOff-topic room: king gamer222


Let's Have a Steamy Discussion

Well, Im no longer steamin angry, Im quite steamins happy right now. Im able to get a lot of commercial games now, which makes me happy. So, lets talk about Steam, its community, and other aspects.Im curious as to how one can make an application to hook in to Steam, to make it more accessible and usable to blind people.URL: http://forum.audiogames.net/viewtopic.php?pid=162638#p162638

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Lets talk about the huge inconvinience of school

2014-01-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Lets talk about the huge inconvinience of school

Come now, come now. School is not an inconvinience. If your going to be a game tester, your doing to need geometry to make your maps. And to figure out how much health an enemy will take away. And, God forbid, paying your taxes in the real world.URL: http://forum.audiogames.net/viewtopic.php?pid=161422#p161422

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] The Smallest Compression?

2014-01-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: The Smallest Compression?

What does the Send to Briefcase do in Windows seven? Ive never understood what it was for.URL: http://forum.audiogames.net/viewtopic.php?pid=161102#p161102

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] I am scared

2014-01-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: I am scared

No, you wont croka. And Dark, he ate some before he found out that it was raw.URL: http://forum.audiogames.net/viewtopic.php?pid=161109#p161109

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Running Swamp In Wine and/or Crossover?

2014-01-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Running Swamp In Wine and/or Crossover?

Hey Folks, Aprone in particular,I am going to start using Linux Mint or Fedora, not sure which yet. But, Im not ready to part company with Swamp, so was wondering if it is possible to run it in Wine or Crossover.URL: http://forum.audiogames.net/viewtopic.php?pid=160336#p160336

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] new program: burglar defense

2014-01-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: new program: burglar defense

That, my friend, is a brilliant idea!URL: http://forum.audiogames.net/viewtopic.php?pid=160344#p160344

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] A new twitter client for the blind under development

2013-12-26 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: A new twitter client for the blind under development

Then I must be looking in the wrong Linux programming places, because the code in the tutorials Ive been looking at seem confusing as hell.URL: http://forum.audiogames.net/viewtopic.php?pid=159678#p159678

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Social interaction study

2013-12-26 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Social interaction study

When I click the link, I get an error that says: Were Sorry, the survey your looking for could not be found, or something to that affect.URL: http://forum.audiogames.net/viewtopic.php?pid=159703#p159703

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Blogging Software

2013-12-25 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Blogging Software

What is the difference between wordpress.org and wordpress.com?URL: http://forum.audiogames.net/viewtopic.php?pid=159569#p159569

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] A new twitter client for the blind under development

2013-12-25 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: A new twitter client for the blind under development

Linux could use a blindy twitter client as well. If I had the brains to program one, Id do it. But to be honest, making a client sounds bloody hard!URL: http://forum.audiogames.net/viewtopic.php?pid=159624#p159624

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] TeamViewer Accessibility

2013-12-20 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: TeamViewer Accessibility

That does sound to be accurate. Ive tried it on XP and it didnt work as well. Thats probably because XP is an old operating system.URL: http://forum.audiogames.net/viewtopic.php?pid=159038#p159038

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

Since the Braille Plus classic ran on a form of Linux, is it possible to access a package manager?, be it Yum, Aptitude, or Pacman?URL: http://forum.audiogames.net/viewtopic.php?pid=158910#p158910

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

Since the Braille Plus classic ran on a form of Linux, is it possible to access a package manager?, be it Yum, Aptitude, or Pacman?URL: http://forum.audiogames.net/viewtopic.php?pid=158910#p158910

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

Since the Braille Plus classic ran on a form of Linux, is it possible to access a package manager?, be it Yum, Aptitude, or Pacman?URL: http://forum.audiogames.net/viewtopic.php?pid=158910#p158910

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Blogging Software

2013-12-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Blogging Software

Hi guys! Im in search of a blogging software that must fulfill these two important criteria: it must be accessible, and it must work with Blogger. I can do both Windows and Linux, so the operating system is irrelevant. If no such software exists, what is a free alternitave? Reason Im asking is because the Blogger interface is totally worthless and odd.URL: http://forum.audiogames.net/viewtopic.php?pid=158913#p158913

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-18 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

Ah, you are right indeed! There is an Oxford Dictionary in iOS.URL: http://forum.audiogames.net/viewtopic.php?pid=158783#p158783

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-16 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

I didnt know that iOS had a dictionary onboard, to be honest. Ive never found out how to use it in iOS seven. In six, when you run a Spotlight search, there was an option to look the word up, if memory serves.URL: http://forum.audiogames.net/viewtopic.php?pid=158588#p158588

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-15 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

Sebby, in the latter portions of the KS 9.4 readme, youll see a reference to the dictionary being free.URL: http://forum.audiogames.net/viewtopic.php?pid=158521#p158521

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] KeySoft 9.4 Released As Free Download

2013-12-14 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: KeySoft 9.4 Released As Free Download

More goddamn false advertisement! When will this dictionary, if ever, become free? It bloody wont! Theyre bound by a contract: no matter how much they blither to Oxford, they cant make it free. So HumanWare, if your reading this forum, update your release notes.URL: http://forum.audiogames.net/viewtopic.php?pid=158378#p158378

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-11 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

You need to get to the boot prompt. Once your there, press the S key. When you start the virtual machine, count to ten and press S. Thatll start the talking install.URL: http://forum.audiogames.net/viewtopic.php?pid=158143#p158143

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Slackware Question

2013-12-09 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Slackware Question

Yep, Ive gotten the correct DVD. I wonder if it is possible to look at the contents to see if the DVD is supported. Did you get it to work?URL: http://forum.audiogames.net/viewtopic.php?pid=157969#p157969

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-09 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

Ah, yes. Schrødingers Cat. I havent tried that, I think Ill wait for it to release before I update my virtual box.URL: http://forum.audiogames.net/viewtopic.php?pid=157974#p157974

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

Fedora.URL: http://forum.audiogames.net/viewtopic.php?pid=157874#p157874

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-08 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

Ah, getting Orca to start in Fedora was a bitch. Anaconda was fun to try in a VM. It was very, very laggy. But when youve gotten it all done, Fedora is one kickass distro.URL: http://forum.audiogames.net/viewtopic.php?pid=157892#p157892

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

Id say Fedoras a good distro to start out with, especially for newcomers to Linux.URL: http://forum.audiogames.net/viewtopic.php?pid=157764#p157764

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-06 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

To launch the talking installer, press S once your at the disks boot prompt. As for resizing the partitions, use the installers partitioning utility for that.URL: http://forum.audiogames.net/viewtopic.php?pid=157651#p157651

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] help neded from linux deebien users

2013-12-06 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: help neded from linux deebien users

And, once you do get Debian, good luck getting aptitude to work.URL: http://forum.audiogames.net/viewtopic.php?pid=157673#p157673

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Slackware Question

2013-12-05 Thread AudioGames.net ForumOff-topic room: king gamer222


Slackware Question

Hey all you Linuxians,Does Slackwares installation DVD support Espeak and Speakup? If so, what are the kernel lines to run? I tried the following: speakup.s speakup.synth=soft. But that did n work, sadly. It should be noted that I want to install Slackware 14.1 in VirtualBox. Any help would be greatly appreciated.URL: http://forum.audiogames.net/viewtopic.php?pid=157492#p157492

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Slackware Question

2013-12-05 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Slackware Question

I did take it off the official BitTorrent. Maybe I grabbed the wrong disc? Im not sure how well VirtualBox would do with box set CDs. But I will read some of the documentation, and make sure things are all well and good.URL: http://forum.audiogames.net/viewtopic.php?pid=157531#p157531

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Slackware Question

2013-12-05 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Slackware Question

Heres the best possible lead Ive found thus far. Theyve moved Speakup to the Huge kernel. So I wonder how do I reference the Huge kernel? Would it be huge.s speakup.synth=soft?URL: http://forum.audiogames.net/viewtopic.php?pid=157563#p157563

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] JROTC, Anyone?

2013-12-03 Thread AudioGames.net ForumOff-topic room: king gamer222


JROTC, Anyone?

I may have brought this up before, but I dont remember if I did. Have any of you gone through a JROTC program? If so, what did you think? We have a navy JROTC here, so I may try to join it.URL: http://forum.audiogames.net/viewtopic.php?pid=157195#p157195

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] NVDA Source Code

2013-12-02 Thread AudioGames.net ForumOff-topic room: king gamer222


NVDA Source Code

Hi folks. How do you look at the NVDA source code? I see a lot of python files, but is there a separate download link for the code?URL: http://forum.audiogames.net/viewtopic.php?pid=157020#p157020

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Making an Espeak Voice

2013-12-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Making an Espeak Voice

Hey folks. How do you make an Espeak voice? Ive always seen Espeak to be flexible, but I havent made any voices. Is there reference materials to do this, or an audio tutorial on that?Thanks.URL: http://forum.audiogames.net/viewtopic.php?pid=157028#p157028

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] A Macintosh OS7 Baselisk Emulator

2013-11-23 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: A Macintosh OS7 Baselisk Emulator

It seems youve done it ritht. Maybe theres a VM related issue? Not entirely certain where your problem lies.URL: http://forum.audiogames.net/viewtopic.php?pid=156244#p156244

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] A Macintosh OS7 Baselisk Emulator

2013-11-22 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: A Macintosh OS7 Baselisk Emulator

I got it to work, but I cannot understand how to operate it. When I load it up, it puts me in some sort of setup dialog. But wen I try to click things, nothing happens. I just get a ding noise.URL: http://forum.audiogames.net/viewtopic.php?pid=156123#p156123

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] The Death Of ScreenReader Innovation an article by former FS employee

2013-11-06 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: The Death Of ScreenReader Innovation an article by former FS employee

I didnt like it. Thank God the damn things obsolete. And, as far as Im concerned, it can stay that way.URL: http://forum.audiogames.net/viewtopic.php?pid=154526#p154526

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] The Complete Manual of Suicide?

2013-11-05 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: The Complete Manual of Suicide?

Why on earth would you wish to have a book on suicidal suggestions? Thats kinda weird, Tomato.URL: http://forum.audiogames.net/viewtopic.php?pid=154467#p154467

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] The Death Of ScreenReader Innovation an article by former FS employee

2013-11-05 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: The Death Of ScreenReader Innovation an article by former FS employee

I agree with what was said by Chris. Freedom Scientific is fueled by greed. A2l of them are.URL: http://forum.audiogames.net/viewtopic.php?pid=154482#p154482

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] dectalk.com is down?

2013-11-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: dectalk.com is down?

Perhaps it will be in the wayback machine?URL: http://forum.audiogames.net/viewtopic.php?pid=154067#p154067

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] dectalk.com is down?

2013-11-02 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: dectalk.com is down?

Oh. Thats a bleeding shame, indeed.URL: http://forum.audiogames.net/viewtopic.php?pid=154103#p154103

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] dectalk.com is down?

2013-11-01 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: dectalk.com is down?

I bet Adqee didnt want to host it, or he hasnt payed the bill on it. Maybe itll be back soon, just maybe.URL: http://forum.audiogames.net/viewtopic.php?pid=153907#p153907

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Microsoft Visual Studeo 2013

Thanks Ian.URL: http://forum.audiogames.net/viewtopic.php?pid=152332#p152332

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-19 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Microsoft Visual Studeo 2013

@Ian: I am running VS 2010 at home now. I was running it at school, and I wonder if the compiler was a school-related issue. We shall see.@Camlorn: It really doesnt matter how accessible 2013 is, as my computer keeps complaining how I need a newer version of Windows, and I dont really know how to upgrade it. Ah well, guess its old stuff or no stuff.And to the rest, Ive seen that you have to either piece the components together by getting the executable files, or you get an iso. I did the latter, as I dont like the piece it together mentality.URL: http://forum.audiogames.net/viewtopic.php?pid=152441#p152441

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-18 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Microsoft Visual Studeo 2013

I am using Microsoft Visual Express 2010, and do all the typing in Notepad. I am using C#, and am taking a course on it at the Microsoft Virtual Academy. Its fun, but I cant get anywhere passed lesson two, as I am having an issue with the C# compiler. I type the following:cd\windows\microsoft.net\Framework\v4.0.30319csc /t:exe /out:c:\helloworld\helloworld.exe c:\helloworldHelloworld.csAnd I get an error 2001 on the second command line. So, I was wondering if they had a compile option in 2013, therefore making it worthwhile to switch. But it only appears to run on Windows 8.1.URL: http://forum.audiogames.net/viewtopic.php?pid=152254#p152254

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] JFW and Command Line as Administrator

2013-10-18 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: JFW and Command Line as Administrator

No, even the JAWS cursor doesnt work.URL: http://forum.audiogames.net/viewtopic.php?pid=152255#p152255

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-18 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Microsoft Visual Studeo 2013

How do I get to the IDE in Visual Studeo Express 2010? And yes, Ill shoot the code to you when I get a chance.URL: http://forum.audiogames.net/viewtopic.php?pid=152269#p152269

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-18 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: Microsoft Visual Studeo 2013

I have no choice now but to get the Visual Studeo Express 2013 edition. I cant find 2012 nor can I find 2010 anymore. I did a Google search and it takes me to the same stuff: about 2013.URL: http://forum.audiogames.net/viewtopic.php?pid=152302#p152302

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] JFW and Command Line as Administrator

2013-10-17 Thread AudioGames.net ForumOff-topic room: king gamer222


JFW and Command Line as Administrator

Hey all. For whatever reason, JAWS doesnt like to work with the command line when I run cmd.exe as administrator (under the context menu, run as administrator being the option I choose). It doesnt read fresh text when I press enter. For example: In a regular command line, I type cd\coolstuff, and JAWS wd say: c:\coolstuff when I press enter. Or, as a better example, when I type ipconfig and press enter, JAWS will read everything that Ipconfig prints out. And under Administrator, JAWS says nothing. Any thoughts on how to resolve this?URL: http://forum.audiogames.net/viewtopic.php?pid=152123#p152123

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] Microsoft Visual Studeo 2013

2013-10-17 Thread AudioGames.net ForumOff-topic room: king gamer222


Microsoft Visual Studeo 2013

Hey yaall. So, I was looking around and saw a Microsoft Visual Studeo 2013 link. My question to you is: as a beginner, is it better to run 2013? I am using 2010 at my school, and am considering upgrading. And is this a beta program? Thanks.URL: http://forum.audiogames.net/viewtopic.php?pid=152148#p152148

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

[Audiogames-reflector] TeamViewer Accessibility

2013-10-07 Thread AudioGames.net ForumOff-topic room: king gamer222


TeamViewer Accessibility

Hey all. How accessible is TeamViewer with JAWS? Well be using it in school? If it is not accessible, is there a solution that is (and dont say JAWS Tandem, lol, or the Serotek product).URL: http://forum.audiogames.net/viewtopic.php?pid=150955#p150955

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: [Audiogames-reflector] TeamViewer Accessibility

2013-10-07 Thread AudioGames.net ForumOff-topic room: king gamer222


Re: TeamViewer Accessibility

Am I getting you right in saying that I need to forward audio in TeamViewer. And do I need a remote license to use JAWS with it? Or is that under Windows Remote Desktop that you need a license?URL: http://forum.audiogames.net/viewtopic.php?pid=150973#p150973

___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

  1   2   >