Show Posts

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.


Messages - Munchor

Pages: 1 ... 325 326 [327] 328 329 ... 424
4891
Computer Programming / Re: How to create an 8xp compiler using VB 2010?
« on: December 06, 2010, 08:47:23 am »
It's generic .NET, so it will work on C#.  The library is actually written in C#.

Great, gotta check that out!

4892
Axe / Re: Mouse
« on: December 06, 2010, 08:44:30 am »
* Qwerty.55 is a helpful person

4893
Site Feedback and Questions / Re: Downloads Section
« on: December 06, 2010, 08:43:31 am »
Yeah the Omni users downloads section is more so Omni users can put their files there as well. In the end, it shows what the Omnimaga community have done. That section requires 100 posts to upload files and only allows games and utilities, to keep it as Omnimaga as possible.

We can also upload music actually.

4894
Computer Programming / Re: How to create an 8xp compiler using VB 2010?
« on: December 06, 2010, 08:42:31 am »
If you are using VB.NET, you can use this library I made for just that purpose.  It can convert strings to bytes or hex, and it can create 8xps, among other things.

Now I'm wondering if you have anything like that for C#

4895
General Discussion / Re: Music and Ambiance request
« on: December 06, 2010, 07:54:23 am »
Wow that is quite an impressive program!  I am able to create pretty cool sound effects by slowing down very short ones ;D
Yeah I love that program. The Justin Bieber 800% slowed down song sounds epic. :P Just be careful if you use real songs so people won't notice too much :P

I saw that too!

4896
News / Re: Ticalc.org gets POTY again
« on: December 06, 2010, 07:49:08 am »
As soon as a program is posted in a news article there, it gets a green icon besides its name. All programs from December 1st of the previous year until November 30th of the current year are eligible for the current year POTY. They used to feature files even if no news were posted about them, though.

News should be made, like the Exodus, the Ndless 1.7 and Simul.

So, random people visiting the website could just go WOW, gotta download this.

4897
Site Feedback and Questions / Re: 'Oscars'-like Awards
« on: December 06, 2010, 07:48:03 am »
Then, i think Omnimaga should have a Casio-Forum.

I could program CASIO if had an emulator :D

4898
Web Programming and Design / Re: [code] CSS
« on: December 06, 2010, 07:47:19 am »
Well there are a bunch who does, just far less much than Firefox and Chrome. Opera was never as popular as the others because it used to not be free. Now it's free but sometimes they fall behind in web standards (although not as much as IE)

I would say Chrome is gaining popularity and Safari is almost exclusively used in Macs

4899
Art / Re: 64xXX Humanoid Sprite
« on: December 06, 2010, 07:45:53 am »
lol, DJ

but yeah, I still like ASHBAD's more.  ;)
er... I mean Ashbad  XD



Maybe I'll make mine 4 level grayscaled

4900
Art / Re: My Sprites - II
« on: December 06, 2010, 07:38:33 am »
More variety is always cool. When people arrive on Omni it gives them more choice for sprites and they don't have to ask for new ones as much. It also help if the sprite artists are all busy and cannot answer requests. :D

Yes, at the moment, we have a few sprite makers and I'm starting to get very good :)

4901
tiDE / Re: tiDE Team
« on: December 06, 2010, 07:38:07 am »
Well, I feel that instant chat just isn't the best medium for this sort of discussion.
Also, Lord and Scout, can you look over this, please?  You'll need to be logged in to see anything.

I already did :)

4902
TI Z80 / Re: Formulum: Texas Instruments Version
« on: December 05, 2010, 06:29:42 pm »
Cool to hear! So are you integrating Nemo's triangle solver in this?

Yes, but later. I haven't printed its code yet.

4903
Other Calc-Related Projects and Ideas / Re: ticalc.org "Package Manager"
« on: December 05, 2010, 06:25:21 pm »
Also, the new version has been uploaded to ticalc.org here. And there's a version with the Unix line endings here. (Copies are also available in Cemetech's archives- and I'll replace the one in the first post in a second with a link to ticalc.org).

Is it raw_input() based already?

No, it's not... but you should be able to just do this if you want to run a search (although, you probably don't want to be printing to a command line in a wxPython GUI):

Code: [Select]
import calcpkg

data = calcpkg.ticalcSearchIndex(msg[14:])
print calcpkg.structureSearchOutput("File Path/Category:", "File Name:")
print "======================================================================================================================="
for datum in data:
print calcpkg.structureSearchOutput(datum[0], datum[1])

There are other functions too, for everything that can be called without needing a command line.

So you probably could make a GUI for it now without any further changes.

I will have a look at the code later and see if it possible to make a wxPython program out of it.

4904
Axe / Re: Mouse
« on: December 05, 2010, 06:22:57 pm »
Runner, you are one hell of optimizer!

4905
TI Z80 / Re: Orbsim Space Flight Simulator
« on: December 05, 2010, 06:22:18 pm »
This looks like an interesting project. Maybe if USB programming gets easier, a joystick could be added. (Does usb8x support joysticks?)

As a joystick ever been done on-calc?
I don't know of a game that has done it. I just looked up usb8x, and it says that gamepads work, but most analog usb sticks won't.

Using WabbitEmu and a computer connected Joystick that could be done.

Pages: 1 ... 325 326 [327] 328 329 ... 424