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 - broooom

Pages: [1] 2 3
1
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: May 15, 2011, 09:32:17 am »
Great!

Would it be possible to add the ReadMe file and Changelog to both archives?
Done and rebuilt. :)

2
Computer Programming / Re: Opening a Website from C++
« on: May 15, 2011, 07:39:14 am »
I managed to open it, but only works in Linux. I found a Windows-only way too and can probably find a Mac too. Maybe I'll go with try blocks I don't know because it's impossible to find out the user OS during runtime.
You'll have to compile seperately anyway, so it'll be known at compile time.

3
Computer Programming / Re: Opening a Website from C++
« on: May 15, 2011, 07:27:31 am »
You can use cURL. Or just use sockets to write your own request over HTTP.

just make for windows or Linux for now, and later do it hardcore by using '#ifdef', '#elseif', '#endif' expressions to keep it as one source file ;)

And, for start, windows:

Code: [Select]
#include <windows.h>

using namespace std;

void main()
{
   ShellExecute(NULL, "open", "http://www.thebest404pageever.com/swf/index.php", NULL, NULL, SW_SHOWNORMAL);
}
Sorry to say, but that is just a horrible way. Also, void main()? I'm not even sure most compilers will accept that.

4
Ndless / Re: Official Ndless link outdated
« on: May 15, 2011, 06:41:05 am »
It's working again. Enjoy! :)

5
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: May 15, 2011, 06:40:22 am »
And the server is up again. Enjoy! :)

One thing I would like to add is that the builds and SDK are now split up.

The latest installer builds can be found at:
http://builds.issrs.biz/ndless/latest/ndless.zip
The latest SDK can now be found at:
http://builds.issrs.biz/ndless/latest/ndless-sdk.zip
The latest build log can as always be found at:
http://builds.issrs.biz/ndless/latest/build.log

The build script can be found at:
http://builds.issrs.biz/ndless/build.sh
For those interested. :)

6
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: May 14, 2011, 10:32:27 am »
So did I, but the server unfortunately crashed again, causing me to lose the buildscript too. I hope I can get it up this evening.

7
Ndless / Re: Official Ndless link outdated
« on: May 10, 2011, 06:18:49 am »
Unfortunate timing, I just reinstalled my server yesterday. The builds will be up again ASAP. :)

8
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: March 08, 2011, 07:37:03 am »
For those interested: I set up a build mirror that builds ndless from SVN every 24 hours. :)

The mirror can be found at http://builds.issrs.biz/ndless.

The latest zipped ndless release can always be found at http://builds.issrs.biz/ndless/latest/ndless.zip! :)

9
News / Re: Indie calculators at the horizon?
« on: March 05, 2011, 08:09:21 am »
Now that looks awesome.

10
Other / Re: TI-Nspire Key Brute Forcer
« on: February 28, 2011, 02:59:23 am »
I'm working on a server now... what do you guys suppose that would be a good range length to begin with? I think a whole 512-bit range is a bit too much.

11
Math and Science / Re: New RSA Algorithm discussion
« on: February 27, 2011, 06:04:21 pm »
I can do the server-side software. :)

12
Ndless / Re: Ndless 2.0 for TI-Nspire enters beta stage
« on: February 25, 2011, 02:15:36 pm »
Nice! :)

13
News / Re: Nspire CX Officially Announced by TI!
« on: February 25, 2011, 10:31:17 am »
From the specifications:
Quote
Features a dedicated programming environment as well as programming libraries for global access to user-defined functions & programs
Very interesting.

14
Math and Science / Re: Something you know
« on: February 24, 2011, 05:35:35 pm »
- Oops, wrong mathemathics used :P -

15
Introduce Yourself! / Re: Hello World
« on: February 23, 2011, 02:51:42 am »
Welcome to Omninaga! :) Have some peanuts:
!peanuts

Pages: [1] 2 3