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 - Eeems
Pages: 1 ... 25 26 [27] 28 29 ... 370
391
« on: December 28, 2015, 02:14:19 pm »
Are you going to integrate into the forum stats page? (https://www.omnimaga.org/profile/?area=statistics;u=116) Some people might have problems figuring out how to access their graph 
We may insert it. Currently the old statsgraph is there. It would be nice to have the user specific pie chart on the profile summary page though. I'll also have to have something to let you browse through the other graphs. That looks great! Keep going for the benefit of the community. +1 from me, .
Thanks! That looks pretty neat Eeems. How's it coming along?
Haven't touched it yet due to being on a short Christmas break. I'll update the thread the next time I do. Got so many projects on the go haha.
392
« on: December 24, 2015, 03:55:08 pm »
No I haven't played around with that. I've attempted in the past but I ran into something that was keeping it from working the way I was doing things. I'll have to look into it again sometime soon.
393
« on: December 24, 2015, 01:53:19 pm »
Hey everybody, I've been having fun with a new implementation of statsgraph for everybody! Some interesting graphs: Pie char showing user post percentage of the entire sites posts:  Bar graph show post/topic counts for different boards:  A re-implementation of the original timeline:  I'll post updates here when I add new features.
394
« on: December 14, 2015, 05:03:21 pm »
Anyhow... Inactive projects can be cleaned up, that's no problem. A restructure to make things more well organized could work as well, but it would depend on what the other admins thought. Branching out is also an option, but again, I'm not sure how popular that would be. We do already have sections for no calc dev. Maybe that could just be restructured a bit?
Do I sense a volunteer to do the work of cleaning things up?
395
« on: December 12, 2015, 05:21:49 pm »
I know it but I would like ported to Ti 83 Premieum CE to rewritten the routine 
It wouldn't be rewriting a routine. It would be rewriting the entire thing from scratch. There is little to no point to having the source.
396
« on: December 08, 2015, 03:05:18 pm »
If the user has JS disabled the password will be sent as-presented to the server and will be handled there, the user still gets to log in.
Sounds good. So it's just more secure to leave JavaScript enabled on the site
397
« on: December 08, 2015, 02:55:42 pm »
The client side stuff is all handled via JavaScript I assume. What happens if the user has JavaScript disabled (booo)?
398
« on: December 07, 2015, 11:57:54 am »
This should serve as a big reminder for admins to be very careful with their login credentials. If possible, use two factor authentication. If not, consider changing your password every so often.
399
« on: December 05, 2015, 06:41:36 pm »
We shouldn't have had any plaintext passwords. It looks like SMF doesn't salt+hash their passwords in a very secure way. Sorunome is looking into cleaning that up. Given how quickly my account was attacked last night (with my Omnimaga password), and geekboy's account was attacked today (ditto), I'm concerned.
Luckily it looks like the damage was contained to Omnimaga's database itself and they didn't get at any of our other databases or anything. There is a lot of data they can sort through though and possibly some personal information.
Geekboy said that nothing in the admin forum was particularly sensitive, but I guess PMs and the Private Matters subforum are of concern?
Correct, lots of PMs and private posts. I'm not that happy with how easy it is for them to get the passwords from how SMF stores them. Sorununome, would you mind opening an issue on SMFs stuff complaining about it?
400
« on: December 05, 2015, 06:36:13 pm »
It appears probable that plaintext passwords were stolen as well, so be aware of that. My and geekboy's accounts elsewhere were both attempted compromised elsewhere. Change your password.
Edit: It's also worth pointing out that if plaintext passwords were stored or logged somewhere, you should NOT change your password to anything you use elsewhere, because nothing about password storage has changed.
We shouldn't have had any plaintext passwords. It looks like SMF doesn't salt+hash their passwords in a very secure way. Sorunome is looking into cleaning that up. Luckily it looks like the damage was contained to Omnimaga's database itself and they didn't get at any of our other databases or anything. There is a lot of data they can sort through though and possibly some personal information.
401
« on: December 04, 2015, 03:55:41 pm »
I thought of making it under the shape of a asm program
Doing so would basically require a complete rewrite of it. Not to mention most of the routines would have to be completely rewritten since the CE is a eZ80 and not a z80.
402
« on: December 03, 2015, 08:58:59 pm »
I search source because I would ported to Ti 83 Premium CE
Porting to the CE would require a major overhaul. It would take less time to just rewrite it. Especially since we don't have the app signing keys for the CE and we'd have to rewrite it as a group of programs.
403
« on: December 03, 2015, 08:57:33 pm »
One of the games I am creating runs fine with 1.2.2 but on 1.3.0 the the gravity function doesn't work. I am using pxltest for gravity and there is no complex physics just up or down (no velocity). I am using the S variable for remaining jump.
You're probably going to want to post some example code so that @Runer112 can attempt to recreate the issue and debug it.
404
« on: December 01, 2015, 09:10:01 pm »
The only thing that I see wrong is a bunch of syntax mistakes, which I guess you didn't directly copy and paste this from some IDE. If you move the last line to the top though, there doesn't seem to be any errors. It works perfectly fine when I tested it on wabbit. Here's a file that should work for what you have.
Also, just some stuff, you should probably close your parenthesis since that doesn't make it faster or smaller, only improve readability, and use DispGraphClrDraw instead of them individually, makes it a lot faster.
Due to how limited memory is on a calculator, you would usually forgo readability for smaller size code. It's recommended in Axe and Basic to drop the tailing quotes/parenthesis and save space due to them being implicitly added by a newline. When posting the code for others to read it's totally fine to add them in, but when actually storing them on calculator, every extra byte of space is needed.
405
« on: November 26, 2015, 08:53:21 pm »
I do not manage to send TileIT! to my calculator.  Could anybody help me? Thank you in advance
You are going to need to give more information then that for anybody to help you. What type of calculator? What software are you using to send it? What operating system? What is the error that you are getting?
Pages: 1 ... 25 26 [27] 28 29 ... 370
|