Skip to main content
-3 votes
0 answers
37 views

Why was /usr/local/lib the defaut local packages destination directory in NodeJS docker image ? FROM node:24-alpine WORKDIR app/ COPY package.json yarn.lock ./ RUN corepack enable \ && ...
TRicks43's user avatar
  • 153
1 vote
1 answer
52 views

I'm trying to answer an exercise question for Universe BASIC programming as follows: List the CLASS.NAME of students whose age are more than 21. Expected working is to be in the form of a TCL command ...
Jiansen Chan's user avatar
1 vote
2 answers
77 views

I am new to TI-84 BASIC programming and having a devil of a time at it. Right now I am trying to write a function that will sum a matrix but my for loops only run once. I do see in the manual that ...
El3ktra's user avatar
  • 49
1 vote
0 answers
36 views

Context: After years of Microsoft/Excel/VBA, I have switched to Linux/Libre Calc/Basic, still learning the syntax. This project is a "Proof of Concept" to learn via designing a Slot/Pokie ...
n00dnutt's user avatar
0 votes
1 answer
117 views

I want to write a macro which reloads all images inserted in a Calc document. I've heard of linking images, but I don't know the specific commands in LibreOffice Basic. So far the best answer I've got ...
christian2222's user avatar
2 votes
2 answers
83 views

I’m currently learning BASIC (I use FreeBASIC) and I’m trying to open files. However, instead of opening files, my program deletes them. This is my code: Dim f as Integer f = FreeFile Open "...
Jean Dubois's user avatar
4 votes
2 answers
82 views

Jim Butterfield's "Machine Language for Commodore Machines" book states at page 92 in the chapter on BASIC Memory Layout that (emphasis mine): End-of-BASIC is signaled by three zero bytes ...
Mr.C64's user avatar
  • 43.3k
0 votes
0 answers
307 views

I use Visual Studio 2022 and Visual Basic. Not a pro but amateur programmer. I am trying to add images to my project as a resource. Everything goes well and they seem to be included in my solution. ...
Frogbot's user avatar
2 votes
0 answers
75 views

I'm trying to make a simple BASIC game in QB64. I'm used to programming C# and am not sure how I should kinda make 'objects' (as far as possible) in BASIC with QB64 and use them by including them ...
Sebastiaan Hoedeman's user avatar
1 vote
1 answer
93 views

I'm trying to make a simple game with BASIC in QB64. I'm used to programming C# and I can't get the simples thing working: test 1.bas: REM $INCLUDE: 'test2.bas' Hey test2.bas: SUB Hey PRINT &...
Sebastiaan Hoedeman's user avatar
0 votes
2 answers
53 views

I have tried arranging this code a dozen different ways. I am at a loss. It only works on the first button. The macro runs on a "1' or "0" value in the cell linked to a checkbox. I want ...
Don 's user avatar
  • 11
-1 votes
1 answer
194 views

i am trying to find the way to call a simple bash script from a macro of my calc document. i 've hard with this instruction: session.RunApplication("Shell", "/usr/local/bin/essai-macro-...
Denis M's user avatar
  • 87
3 votes
2 answers
190 views

I'm trying to get back into Spectrum BASIC and have been reading an old manual, so am looking at the very basics of BASIC. I've been trying to type the following line of code in to create the opening ...
RichardB's user avatar
  • 2,789
0 votes
0 answers
52 views

I am trying to make some syntax colouring for Visual Studio 2022, when displaying BBC Basic V from the Acorn Archimedes. This is a language that had its heyday in the late 80s and early 90s. I've ...
robin jubber's user avatar
0 votes
0 answers
47 views

I have a Writer document, that has bookmarks (It's a theater play, the bookmarks are the number of each verse). I'd like to make each bookmarks visible, I am thinking about creating a textFrame for ...
Maaatth's user avatar

15 30 50 per page
1
2 3 4 5
59