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.


Topics - Munchor

Pages: 1 ... 3 4 [5] 6 7 ... 20
61
Miscellaneous / Sort of away
« on: July 21, 2011, 03:43:37 am »
I've been sort of way for the last days. Don't worry, I'll be back on Saturday.

The Summer course that I got into to was unexpected :/


On Tuesday, I had a Python Competition, with 6 challenges, I solved 5 and got first place! Friday I'll tell you about the prize ;) Perhaps another Arduino?  O.O

62
Official Contest / Axe Contest Judging
« on: July 16, 2011, 06:24:14 am »
Okay, so it turns out the judges download their program from the poll, and they don't get to see the actual email.  I'm sure most of us put info in the email, or said the project wasn't open source, so the zips in the poll didn't not contain those.
Spoiler For original post:
I'm one of the judges of the Axe contest and I'm quite disappointed with the way the entries were sent in.

From the 10 entries:
  • 4 of them don't say which Axe version I should use to compile source code
  • 1 of them doesn't say which is the main file to compile, but says which version I should use
  • 2 of them don't have the source
  • 2 of them don't compile due to errors

This entries won't get 0 of course, but I will talk with the other judges about how to judge those entries. For now, I just want to let you know that you should've followed the rules because we need:

  • Source
  • Axe Version we should use to compile
  • What is the main file

63
Math and Science / What is this called in English?
« on: July 13, 2011, 03:12:48 pm »
2 - 4
8 - x

x = (4*8 )/2
x = 32/2
x = 16

5 - 15
1 - x

x = 3

What do you call these things:

a - b
c - x

Thanks :)

64
Site Feedback and Questions / omniurl.tk is down?
« on: July 10, 2011, 08:57:09 am »
I tried several links from #omnimaga, and they all link to a free domain registration website.

Maybe the domain needs to be renewed? Not sure what's going on, I actually think omniurl.tk is hosted by Juju.

Either way, the website it redirects to is http://www.freedomains4all.tk/index.html&_=1310302583.

65
News / Axe Contest Participants - Hurry
« on: July 08, 2011, 05:24:09 am »
To all of you participating in Omnimaga's Programming Contest 2011, Part #1, Axe Puzzle or Platformer Game, you only have one more week! To be exact, "your entry must be submitted before July 16th 2011, 1:00 AM GMT-5."

In fact, it's better if you send the files a few days before the deadline to avoid complications such as Internet going down on the last day, or your computer crashing on the last day or maybe if you can't send the file on the last day due to an unpredictable event.

Experience from last year tells us most people sent the programs on the last day and we don't want that to happen this year, do we? It's better for you to prepare and send the file some days before to make sure it's there.

Don't worry if you make an update after, because you can resend it and only the last one will count :)

Finally, don't forget about the indications on what and how to send the program, you can find them here.

Good Luck everybody!

66
TI-Nspire / TNS>LUA Converter
« on: July 07, 2011, 10:33:46 am »
I just thought a bit about it and I'm pretty sure it is possible to convert TNS files to the original LUA code. Afterall, we have programs that do the opposite.

I gave it a try and managed to do it. However, I can't particularly claim it *always* works. I think it works if one didn't use TI's Tools to create it. If one used third-party tools then it works (or so I believe). Nevertheless, it's a pretty useful tool, coded in Python.

It basically opens a TNS file and creates a new text file with the Lua Code.

Here's how it is used:

Code: [Select]
python tns2lua.py MyFile.tns MyCode.txt

Replace MyFile.tns and MyCode.txt with the name of the TNS file you want to decode and the text file you want the code to be saved in respectively.

Attached is a ZIP Archive with a ReadMe and the program.

67
News / 84+/SE Boot Pages Modified
« on: June 27, 2011, 06:34:13 am »
Yesterday, Brandon Wilson tweeted that he had managed to modify both boot pages in the 84+/SE, through software only, as you can see in the following picture:



Another tweet from Brandon Wilson tells us about some of the possibilities that this will bring:

Quote from: Brandon Wilson
It means we can modify the boot code & completely strip out all TI copyrighted code from the device. No more exploits or hacks.

From now on, if TI tries any more "tricks" to block features or downgrades, they can now be easily fixed thanks to this.

Some may say this is a fail from TI and others might say it is the end of all the problems caused by TI blocking downgrades and other features. I question, though, can't TI change the boot pages in a newer OS? Either way, I think this is wonderful news.

Finally I have to add that thepenguin77 also discovered this, but separately from Brandon Wilson.

Below is the most recent tweet by Brandon Wilson concerning this program:

Quote from: Brandon Wilson
Boot code one is a simple program. Pocket exploit...probably best not to say yet. But very simple & easy to use.

68
Gaming Discussion / [Review] Sauerbraten
« on: June 26, 2011, 10:33:13 am »
A week or two ago I was exploring Linux Mint's new Software Manager (Mint 11) and went to the most downloaded games. I found a game that looked good, called SauerBraten. I downloaded it and it was installed, no difficulties, thanks to the software manager.

I made some online research on it and it is a first-person-shooter, it's free and cross-platform, since it uses OpenGL Graphics, and the latter are very nice. They remind me of Team Fortress 2 graphics. The game is also very small, not even 500 MB.

The game boots almost instantly, the online servers work the first time, everything looks good. For the first time, I decided to play against bots, since it also features bot matches, and you can even specify the difficulty and game mode and map. I tried it and it was a bit hard to get used to, but thanks to the very detailed Options menu I got there.

I tried it online and the most popular modes are Insta CTF (Capture the flag with a one-hit KO Sniper), Regen Capture (you have some bases and you have to defend them and attack other team's bases and the goal is to have the maximum bases as possible) and Insta GIB (Deadmatch with one-hit KO Sniper). These are actually the only modes I play because there are about 10 servers with enough people to make it fun, and all these 10 servers have one of these 3 modes. This is not a big issue though, as these modes are the funniest.

SauerBraten includes a map editor and some default maps are original, others are from Counter-Strike and others from Quake. This is pretty cool, as the level editor is very easy to use.

For a free game and cross-platform I have to give this a 10 out of 10. It has some issues such as you can't crouch and the menus are quite non-user-friendly.

69
Computer Usage and Setup Help / Ubuntu 11 - Closing Laptop Lid Bug
« on: June 25, 2011, 06:41:32 pm »
When I tried Ubuntu 11, I hated it because when I closed laptop lid, it crashed. I changed to Linux Mint 10 and was happy to see that changed. However, I now updated to Mint 11 and I have the same issue.

So I made some investigation on it and disabling VBlank on OpenGL in compiz-settings-manager works for most people. Not for me, though. This worked:

Code: [Select]
gconftool-2 --type string --set /apps/gnome-power-manager/buttons/lid_ac "nothing"
Note: Almost nobody in the Web knows this and I found it on the last comment of a very hidden page, so thought I should share it.

70
TI Z80 / Axe Detokenizer
« on: June 25, 2011, 07:35:45 am »
I have been working on an Axe Detokenizer for a while now. Today, with a precious tip Kerm Martian gave me, I manged to finally finish it.

Quote
Axe Detokenizer is an open-source, free, light-weight, simple and easy-to-use TI-83/84+ (SE) Axe Detokenizer. It opens Axe Source Files (.8XP) and makes text files with the detokenized code. It was made in Python and in order to use it, you need Python 2.6 or 2.7 installed. Since it was made using Python, it is also cross-platform, meaning it will work in all major Operative Systems.

To use it, type in the command line:

Code: [Select]
python axedetok.py source.8xp detokenizedcode.txt

In order to know how to use it, you can always try python axedetok.py --help

If you're a Linux user, it should be very easy to setup. If you're a Windows user you will need to have python in your path. To do this, go here.

Both a .zip and a .tar.gz were attached to make it easier for everyone to use it.

Todo:
  • I need someone to make an executable version of it for Windows-Users
  • I'll make a GUI Version soon enough

Enjoy!

71
Miscellaneous / Leaving for a week
« on: June 24, 2011, 06:45:38 pm »
During 1 week and 1 day (next Monday Afternoon to the Tuesday of the following week) I won't be able to come to Omnimaga. I *may* check my email once or twice if you need to tell me something. But I'm not even sure if I will be able to.

Hope you survive without me :)

72
Miscellaneous / Nickname Change
« on: June 24, 2011, 04:43:58 pm »
I have changed my nickname from "Scout" to "ephan". This change was due to personal changes, but don't worry, I'm the same :D

I will change my nickname everywhere on the Web now and this nickname will be forever, it's a nickname for life.

73
Site Feedback and Questions / Syntax Highlighter
« on: June 24, 2011, 08:22:15 am »
http://custom.simplemachines.org/mods/index.php?mod=2109

What about that? I'm interested in that :) And then we can even edit it to add Axe, TI-Basic and Z80 ASM.

74
Site Feedback and Questions / [IDEA] Tutorial Management by Users
« on: June 22, 2011, 08:02:52 am »
I think it'd be great if users could manage the Tutorials section, or at least some users because I made a tutorial that isn't on Tutorials, and I'm afraid I'm not the only one. So instead of asking admins to do it, we could do it ourselves.

Secondly, one of my uploaded tutorials has some BB Code and Formatting/Layout erros in the Tutorials Section and it'd be great if users could change that instead of having to ask Admins to do it.

I'm not sure if what I'm asking for is feasible, but I'd love it if it could be done. It would make Omnimaga's Tutorials Section more dynamic and better and save the Admins some free time :)

75
Lua / Lua Accessing Array
« on: June 20, 2011, 01:25:59 pm »
Code: [Select]
a = {1,2}
print(blocks[1])   --Should return "2", but returns "table: 0x1151460"

I really don't know what the problem is here, how to return the index of an array? Thanks

Pages: 1 ... 3 4 [5] 6 7 ... 20