Search found 475 matches
- Sun Jan 07, 2024 11:35 pm
- Forum: Newbie questions
- Topic: Recover script from EXE?
- Replies: 10
- Views: 6129
Re: Recover script from EXE?
Re:Compiler without chip specific backend I ported https://github.com/luau-lang/luau to Haiku a few months back. It has a more intelligent compiler than Lua 5.0.2 and is backward compatible as far as Lua 5.1. Unfortunately, the compiler part requires C++17, putting it out of range of GCC 6.5 from Be...
- Tue Aug 29, 2023 1:26 am
- Forum: Off topic
- Topic: Am I the only one here using GitHub with Hollywood?
- Replies: 13
- Views: 27163
Re: Am I the only one here using GitHub with Hollywood?
If somebody needs to add 2 factor authentication and doesn't want to give GitHub your phone number, there is a Python 3 script called MinTOTP that can generate time-based 2 factor authentication keys. I don't know the status of Python on Amiga any more but it's 30 lines of code. If the dependencies ...
- Fri Jun 16, 2023 5:54 pm
- Forum: RapaGUI
- Topic: Problem to sort DATE in a listview
- Replies: 2
- Views: 3967
Re: Problem to sort DATE in a listview
idea n1 is to use "proper" programing date format which is YEAR-MM-DD , that way its "numeric correct" since day is the least significant i.e. 2023-05-16 (month as two number digit always) To call that "proper" is to throw locale requirements in the trash and ignore da...
- Tue May 30, 2023 11:09 pm
- Forum: Off topic
- Topic: Am I the only one here using GitHub with Hollywood?
- Replies: 13
- Views: 27163
Re: Am I the only one here using GitHub with Hollywood?
I've contributed some of my scripts and plugin attempts on GitHub to a new organization there. Any who joins the organization are free to team up.
- Fri May 26, 2023 3:21 am
- Forum: Wishlist
- Topic: Better compiling?
- Replies: 0
- Views: 7032
Better compiling?
This is good amd also bad.. since no real compiling takes place Both in code protection scheme and execution speed A more "compiler" maybe be for future holywood?! One optimization I can think of that should help is constant-folding of table lookups. All it should need is a hidden getter ...
- Wed May 24, 2023 1:57 am
- Forum: Newbie questions
- Topic: Recover script from EXE?
- Replies: 10
- Views: 6129
Re: Recover script from EXE?
The interpreter is tacked onto bytecode. Not source, bytecode.
- Sun May 21, 2023 7:12 pm
- Forum: Off topic
- Topic: Raspberry Pi 4 is out!
- Replies: 12
- Views: 24991
Re: Raspberry Pi 4 is out!
I thought RasPiOS came with VS-Code. There's a Hollywood plugin for that.MH2 wrote: ↑Sun May 21, 2023 4:33 pm https://www.raspberrypi.com/software/ Where you can download the new version of RaspiOS.
And Yes, I need the armhf64 version of Hollywood IDE.
- Sun May 21, 2023 3:09 pm
- Forum: RapaGUI
- Topic: XML Schema available?
- Replies: 2
- Views: 3069
Re: XML Schema available?
I was going to target AmigaE which doesn't have an XML plugin. As a workaround, I could put an AmigaE exporter on RapaEdit though. That was what I was looking at anyway.
- Sun May 21, 2023 6:22 am
- Forum: RapaGUI
- Topic: XML Schema available?
- Replies: 2
- Views: 3069
XML Schema available?
I'd like to make a code generaror for AmigaE to be able to remap the RapaGUI XML file format to its ClassAct/Reaction equivalents, if permissable. Is there a public schema to simplify the XML parsing using ExPat.library from the Aminet?
- Wed Apr 19, 2023 4:59 am
- Forum: Showcase
- Topic: Converting SDL2 Tutorials from Parallel Realities
- Replies: 19
- Views: 17695
Re: Converting SDL2 Tutorials from Parallel Realities
What graphics drivers are you using? What graphics card also? I suspect something is using software rendering somewhere.