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

Pages: 1 ... 10 11 [12] 13 14 ... 23
166
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 16, 2014, 08:48:27 am »
I try to run bb on my calc after installing it, but running the 'bb'  command results in it saying no such file or directory

Debian doesn't come with bb pre-installed, you have to install it using apt-get
I did.

What commands exactly did you use to install it?

167
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 16, 2014, 08:46:44 am »
I try to run bb on my calc after installing it, but running the 'bb'  command results in it saying no such file or directory

Debian doesn't come with bb pre-installed, you have to install it using apt-get

168
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 15, 2014, 12:22:57 pm »
Nice info, got it working, installed GCC and python and vim, slow, but they work.

Best of all GOT DOSBOX SEMI WORKING.) :w00t:

Really slow, and its overstretched because its drawing using directfb

Booting Windows 3.1 now  :)

(Sorry for links, on my phone, can't resize em)
https://docs.google.com/file/d/0B5Tkl4WZkr3cZDZQR0ZzZE5lSHc/edit?usp=docslist_api
https://docs.google.com/file/d/0B5Tkl4WZkr3cR2JHVmFER0lHWDQ/edit?usp=docslist_api

I highly doubt that it runs a a useable speed, it runs slowly on the RasPi, so it must run super slowly on an Nspire

O.O
And does windows 3.1 actually work on the nspire? Is it fast enough to be useable?

169
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 15, 2014, 12:13:01 pm »
I am not going to tell you how to illegally download copyrighted software.

170
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 15, 2014, 11:58:29 am »
Can you upload the files for dosbox and windows 3.1

To install dosbox just use apt-get, and uploading Windows 3.1 would be illegal because it is copyrighted software.

171
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 14, 2014, 08:54:46 pm »
Nice info, got it working, installed GCC and python and vim, slow, but they work.

Best of all GOT DOSBOX SEMI WORKING.) :w00t:

Really slow, and its overstretched because its drawing using directfb

Booting Windows 3.1 now  :)

(Sorry for links, on my phone, can't resize em)
https://docs.google.com/file/d/0B5Tkl4WZkr3cZDZQR0ZzZE5lSHc/edit?usp=docslist_api
https://docs.google.com/file/d/0B5Tkl4WZkr3cR2JHVmFER0lHWDQ/edit?usp=docslist_api

How did you get dosbox running on a 320x240 screen? Whenever I try running it at that resolution it complains

172
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 14, 2014, 04:29:33 pm »
Is it externally powered? The Nspire USB port can't supply very much current, so there might not be enough power to use a keyboard and a flash drive at the same time.

173
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 14, 2014, 04:21:26 pm »
Nevermind, I got it to work. Now it doesn't work with the hub though, it works through otg. Is there a reason for this?

Does the hub work for other things?

174
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 14, 2014, 12:37:39 pm »
But the keyboard  works... And the same issue occurs if I use the Otg or the hub... I highly doubt both are faulty, my hub works fine on my PC
I also noticed that on your video you get sda: sda1 sda2
but I get sda: unknown partition table

How did you partition the drive in the beginning? Also, I have two partitions because one is a FAT partition for transferring data.

175
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: December 14, 2014, 08:13:42 am »
Hi, I followed the instructions exactly using a raspberry pi and yet I get a kernel panic upon every boot. Any ideas?
Edit: when launching under /dev/sda1 it goes to panic much faster, but if under /dev/sda I get it to mount ext4 then I get a USB disconnect after about 5 seconds and then 10 seconds later a kernel panic.
Edit2: /dev/sda1 fail video: http://youtu.be/HLp__5s0gms
/dev/sda fail video: http://youtu.be/mStbka4Hj7Y

This could be due to a faulty USB OTG wire

176
TI-Nspire / Re: pyWrite - python script editor
« on: December 11, 2014, 08:16:06 am »
I tried running sympy on the unix version of micropython, and I think it needs some editing to work, the imports don't work right.

177
TI-Nspire / Re: pyWrite - python script editor
« on: December 06, 2014, 08:26:30 pm »
Bump.

Lepzulnag released "NoteWriter 2.0" (beta for now) which has python-related features :)


[picture]

Main features
Quote
- Highlight syntax for .py files
- You can open multiple files on the same work space
- Sweet grahisms
- Text selection, copy and paste
- Fast, and no limit to file size
- Possibility to execute .py scripts directly from Notewriter *.

* He says it's buggy for now as MicroPython exists right after launching it, apparently.

I suggested on the announcement topic that he and Vogtinator should combine the most interesting features from both in order to create the perfect editor - so far, both have unique features, it would be great to merge them ! :)


I really like the dark theme

178
TI-Nspire / Re: pyWrite - python script editor
« on: December 06, 2014, 05:46:08 pm »
Hello everyone,
Does anybody have any idea if there is a possibility of adding the SymPy Python library to micropython? it would be very useful for advanced python programming and i use it alot on desktop, so im wondering if there is any way...
http://www.sympy.org/en/index.html
Take a look and thanks Vogtinator :P its great.


It looks like that is a pure-python library, which means that you should be able to use it without doing anything special

179
TI-Nspire / Re: How to install Debian on a TI-Nspire CX
« on: November 25, 2014, 12:23:46 pm »
Some people have requested to see bb running on a calculator: http://codinghobbit.no-ip.org/blog/?p=109

180
Super Smash Bros. Open / Re: [Axe] Super Smash Bros. Open
« on: November 21, 2014, 04:52:16 pm »
I don't see what you mean, I coded friction (especially on the ground, it is another story in the air) and experience it when playing ???


I was saying that it feels like there isn't enough friction on the ground. Also, awesome update!

Pages: 1 ... 10 11 [12] 13 14 ... 23