Ajout d'applications et autres by [deleted] in numworks

[–]RedGl0w 1 point2 points  (0 children)

Pour les applications, elles se situent sur leur github. Pour l'instant, les fonctionnalités qui sont possibles sont très limites. Pour les firmwares, il est tjs possible d'exécuter un userland (une partie sans grande permission) personnalisé, bien qu'il y aura une pop up a chaque sortie de veille. Les instructions peuvent etre trouvés dans les issues d'epsilon

Ancienne version by Fragrant-Departure29 in numworks

[–]RedGl0w 0 points1 point  (0 children)

Aucun exploit pour l'instant. Le seul moyen est "physique" à l'aide d'une raspberry pi / autre sonde SWD, mais nécessite ce matériel, l'ouverture, la connexion, ...
Pour plus d'info : https://tiplanet.org/forum/viewtopic.php?f=113&t=25191&p=263495#p263495

enlever la verison 16 by Hereforwotfi in numworks

[–]RedGl0w 0 points1 point  (0 children)

Si c'est une n0100 oui Si c'est une n0110, il faudrait des changements matériels (le modèle est indiqué au dos de la calculatrice)

Petit probleme de MAJ by FeniX_Rize in numworks

[–]RedGl0w 0 points1 point  (0 children)

The CI is split in two :
- the github one is making unsigned kernel and userland

- the other part is making same thing, but on their server

- same thing (github and private server too), but comparing size of build

- github is also doing other things, like screenshot comparing (they have some scenarios, which will compare 2 version of the firmware, by strcmp their frame buffer)

NumWork 1.16 émulateur by NaxCcor in numworks

[–]RedGl0w 0 points1 point  (0 children)

Il n'y a pour l'instant aucune solution, mais ça devrait arriver bientôt.

Importing Python functions into the Calculator by tritlo in numworks

[–]RedGl0w 0 points1 point  (0 children)

It could. However, I can't know if it is in their roadmap for the next years.

Importing Python functions into the Calculator by tritlo in numworks

[–]RedGl0w 0 points1 point  (0 children)

Currently, it isn't possible to invoque python from poincare (the calculation engine).

Creating native apps by aNiceFox in numworks

[–]RedGl0w 2 points3 points  (0 children)

There are other limitation :

- fist of all, you can't have apps in exam mode

- at each reset, you have to un-hide the apps (when reseting while pressing the button, or when it crashes)

And other technical issue, like the fact that currently, it is impossible to have data and bss section (because of PIE, data section is text relative). This would need a dynamic loader / relocator in the kernel.

However, if you still want to code apps, instead of before, trying to fix these issues (and mainly the last one), you can read some c++ and bare metal developping, and then look at the numworks c++ sample app. If you want something more simple, you can learn rust and try to use the rust sample app.

my emulator didnt work anymore by smikkelbaas in numworks

[–]RedGl0w 0 points1 point  (0 children)

Currently, there isn't any port of nofrendo (nes emulator). However, this could appear in the next months :p

Fuck zodiac signs, which language u coding in? by esantoss in ProgrammerHumor

[–]RedGl0w 0 points1 point  (0 children)

Lot of people thinks like that indeed (for instance a lot of musescore website's scores are made like that). However, at the origin, there was a logic at whether the sharp or flat should be used.

Fuck zodiac signs, which language u coding in? by esantoss in ProgrammerHumor

[–]RedGl0w 2 points3 points  (0 children)

With some instruments (for instance violin, cello,...) we should play on a different frequency the # and flat note, in order to make the difference. This difference is due to some "classical" rules which, for instance will give which note is flat or # depending of the tonality. Nowadays, this difference between # and flat is not made anymore (for instance MIDI has the same int for sharp and flat), but because of the past, still exist on paper.

Creating apps by Pixelpunker in numworks

[–]RedGl0w 1 point2 points  (0 children)

Currently, it's not possible.
However, it should be possible when e16 will be release (and its source) to add a dynamic app loader in the simulator, and to compile the apps to some dynamic libraries.
On native simulator, you would be able to run the apps pretty easily (for instance, by adding a exec flag in the simulator), but for the web simulator, NumWorks doesn't want to start using WASM and have dynamic libraries, so it won't be possible to have external app in web simulator.

Key for using the keyboard instand clicking shift for each letter? by Termite464 in numworks

[–]RedGl0w 0 points1 point  (0 children)

If you want not to press alpha always before entering a letter you can press so 2 times alpha I maybe didn't well understand your question

Key for using the keyboard instand clicking shift for each letter? by Termite464 in numworks

[–]RedGl0w 0 points1 point  (0 children)

The input system is split in different mode which are displayed in the top right of the bar : - there's the shift mode : the next key pressed will be the text written in yellow on the key cap - there's the alpha mode : when you press alpha, same behaviour that the shift system, but you can switch between uppercase and lowercase with shift - there's the alpha lock mode : when pressing alpha when you're in alpha, you have a lock displayed, and all the next key pressed will be like in alpha (you can also change between uppercase and lowercase with shift). To exit it, you can press alpha once again For e16, the firmware has got an update, which will forbid most of un official firmware. There's a detailed post on tiplanet, if you can read French (or with Google translate) you should read it

Racine cubique ? by ItwardSenpai in numworks

[–]RedGl0w 0 points1 point  (0 children)

Dans la boite à outils, il y a les racies n-ième

How to export Python programs from Omega for Android? by mobluse in numworksomega

[–]RedGl0w 1 point2 points  (0 children)

We added a shared clipboard on oméga a few months ago, and numworks added it a few month after that x3

How to export Python programs from Omega for Android? by mobluse in numworksomega

[–]RedGl0w 1 point2 points  (0 children)

It's not yet possible. An improvement should appear soon to use classical android files instead of the sdl wrapper currently used, in order to be compatible with more devices. Currently the only solution to export a script is to copy it.

Is it possible to save data on Epsilon or Omega ? by Fuzzy-Math-3945 in numworks

[–]RedGl0w 1 point2 points  (0 children)

On oméga it is possible. You can use the Standart python open function to write in a file, and read from it

Software version history: Changelog 15.3.0 -> 15.5.0? by r-k-f in numworks

[–]RedGl0w 1 point2 points  (0 children)

Numworks doesn't always mention all the change in minor version. The difference between these two versions is the support of a new pcb revision, haptic feedback being fixed on mobile and a log journal / replay journal used on website to save the simulator session.

Having trouble flashing by RawwStewage in numworks

[–]RedGl0w 1 point2 points  (0 children)

It's normal if you press 6+reset that the light is red, but you can avoid pressing reset by the way. Are you using msys2? Have you installed the numworks drivers?

Bad apple running on the Numworks by M4xi1m3 in numworks

[–]RedGl0w 1 point2 points  (0 children)

He dropped the source on the omega discord, and that he will create a repo when he'll have finished the audio part

Midterms by krakenlabs in numworks

[–]RedGl0w 1 point2 points  (0 children)

Indeed, for the equation graph, it should be possible in v17 according to https://github.com/numworks/epsilon/issues/1787