91
Other Calculators / Name your calc?
« on: September 13, 2011, 04:28:57 pm »
My TI-Nspire Touchpad's name is Bryce.
Does your calc(s) have a name?
Does your calc(s) have a name?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 91
Other Calculators / Name your calc?« on: September 13, 2011, 04:28:57 pm »
My TI-Nspire Touchpad's name is Bryce.
Does your calc(s) have a name? 92
Gaming Discussion / Motherload discussion« on: September 11, 2011, 07:21:47 am »
I am severely addicted to Motherload right now! I've had an account for a few months and I just keep playing, upgrading, and digging!
Discuss Motherload here! 93
Other / Omnimaga FOSS game system« on: August 27, 2011, 06:43:55 am »
How yould you guys like an Omnmimaga open source game system? Probably running off of the BeagleBoard-xM, this would be quite the cool project. It would probably run a very stripped down version of Linux I would call Omnirun....
Right now we need a project name. 94
TI-Nspire / You know how we can print to the RS232 port on the Nspire with Lua...« on: August 22, 2011, 08:05:06 am »
...then why can't we make some sort of robot thing! You would type instructions on calc, which could then be sent to motors! (jimbauwen, his calc, and his mighty Arduino could surely do it )
With Ndless, we could do this, and could we get info back from the robot? It would probably be just a simple car setup with four motors, two on each side. The motors have to work like this:
95
Other Calculators / Project DreamCalc Revived« on: August 21, 2011, 03:09:18 pm »
Some people here might remember Project DreamCalc, right? Well, I never wanted it to die, in fact, I want to keep working on it.
I lost my notebook, so I lost all my ideas and concepts, so I have to start over on that. Question: I would want some help from you guys: What is a good, small screen for BeagleBoard-xM? and what about the keyboard? It would have to have graphing calculator keys, and it would have to be able to plug into a BeagleBoard-xM. I also have a poll question. 96
Computer Programming / Defined function running before it is called« on: August 19, 2011, 05:09:04 pm »
This program is nowhere near finished, just warning you!
I'm working on a GUI for g++ because I'm bored. I'm having strange problems with it. Code: (entire source) [Select] from Tkinter import * I'm having two problems: one is the definde function fopen() is running immediately instead of when I call it (when the button is pressed). Any way to fix this? Code: (first problem) [Select] def fopen(): My 2nd problem is that after fopen() runs (when it's not supposed to ) all of the widgets freeze and don't do anything. I can't activate the text boxes and none of the buttons do anything. 97
Computer Projects and Ideas / new Event based OOPL idea« on: August 15, 2011, 06:35:32 pm »
Recently I got an idea for a new programming language I call Project Vortex (not quite sure why).
It'll be event based and object oriented programming. I got most of my inspiration from Game Maker. And just like Game Maker, this language will be made mainly for games. Here are the events I've thought of so far: onStart: Happens when the program is started. onExit: Happen when the program is closed. onCreate: Happens when the object is initialized. onKeyPress: Here is a list of all the keys you can put in onKeyPress: Spoiler For Spoiler: onCollision: Happens when the object's sprite overlaps the specified object. onEnd: Happens when an object is destroyed (ended). This is all I can think of right now Object Oriented Programming Syntax Object(): Creates a new object. Inside of the (): Object(<name>,<variables>) Spoiler For creating an object: This is a horridly incomplete concept. Help and suggestions would be nice. Thanks in advance 98
Other / Making a mini-computer« on: August 05, 2011, 01:01:38 pm »
http://anovanews.blogspot.com/2011/08/making-mini-computer.html
Many of you have seen me talking about this on IRC. Well, I finally posted about it on my blog. What do you guys think? 99
Casio Calculators / Can't login to Casio kingdom« on: August 04, 2011, 02:12:14 pm »
Today I wanted to log in to Casio Kingdom, and I went to the login field like usual:
Well, the security code CAPTCHA is "Security Code". So I entered in Security Code, and the maxlength of the textbox is less than the amount of characters in Security Code. I tried not typing anything in, and it failed with the login. How do I log in? 100
Other / Desktop -> laptop?« on: July 25, 2011, 08:55:52 pm »
I had a random idea today.
http://anovanews.blogspot.com/2011/07/use-for-my-old-desktop-computer.html So what do you guys think? 101
Other / List of Ubuntu releases« on: July 24, 2011, 04:14:43 pm »
I found lists of all the Ubuntu releases (4.10 to 11.10).
(These lists are on the Ubuntu website, so they must be legal!) Releases 4.10 to 9.10 Releases 10.04.1 to 11.10 102
Web Programming and Design / PircBot 1.5.0 help needed with opping a user« on: July 19, 2011, 08:40:42 am »
I'm needing some help with PircBot (documentation). For some reason, when I add a second event to my bot code, javac completely fails to compile any of it. And I'm trying to op a user here, and it's not working out so well. Here are the two source code files:
Code: (BryceBot.java) [Select] import org.jibble.pircbot.*; Code: (BryceBotMain.java) [Select] mport org.jibble.pircbot.*; When I try to compile the files above, I get this: Code: (Terminal output) [Select] aaron@aaron-N150P-N210P-N220P:~/BryceBot/pircbot-1.5.0$ javac -classpath pircbot.jar:. *.java If I compile and run the bot with just the first event (the one that shows the time), it works fine, but if I even copy and paste that event and use that code to make a slightly different code block with it, it fails. If anyone here knows how to use PircBot, I would greatly appreciate help. Thanks. 103
The Axe Parser Project / Invalid token?« on: July 16, 2011, 08:11:01 am »
Hi, first time Axe programmer here.
At 15% of compiling, I get an Invalid Token error. Here is the code: Code: (program source code) [Select] .MOVEDEMO How can I make this code work? 104
Web Programming and Design / HTML form help needed« on: July 13, 2011, 11:57:58 am »
On my website, I am making an HTML form that someone would fill out to request a custom-made operating system. (My friend and I take requests for custom operating systems and I wanted to make a form that someone could use to request an OS) I once made a test form. This is the email that it sent me:
Code: [Select] name=test Look at this. New lines, spaces in-between words, and special characters are shown correctly.Now look at the output for the form used to request OSes: Code: [Select] username=Aaron&useremail=acrennie%40gmail.com&osname=Testing+This+Form&osdescription=Just+testing+this+form+%3A3+%0D%0A&ostype=kde&logo=AdviceBackground.png&wallpaper=AdviceBackground.png&includepkgs=Packages+and+stuffz+%3AP&publishtogallery=yes This is formatted for putting in a URL. Why is it like this? I used the exact same parameters for this one as I did for my old test form.If you need it, here is the source code for the form: Code: [Select] <form action="MAILTO:[email protected]" method="post" enctype="multipart/form-data" name="EmailTestForm"> Sorry, but I do not have the source for my old test form.My question is, how can I make the OS form output readable, just like the old test form? (To test this form, go to http://anova.57o9.org/osform.htm) 105
Other Calc-Related Projects and Ideas / Project DreamCalc - Making a graphing calculator« on: June 24, 2011, 05:12:15 pm »Spoiler For original post: It would be nice for a graphing calc, but is this a calculator or a laptop? I think this board would be better for the DreamPad instead of the DreamCalc... |
|||||||||||||||
|