Search found 404 matches

by lizard
Jun 30, 2018 17:23
Forum: Beginners
Topic: How to work with Excel and Word documents
Replies: 6
Views: 2048

Re: How to work with Excel and Word documents

It would depend what exactly you want to work with excel. For only a few tables it is maybe easier to transform them into FB arrays. With gtk or other gui you can create gridboxes.
by lizard
Jun 29, 2018 3:45
Forum: Beginners
Topic: How to work with Excel and Word documents
Replies: 6
Views: 2048

Re: How to work with Excel and Word documents

Sometimes better use google with "freebasic excel" or similar

https://www.google.de/search?q=freebasi ... e&ie=UTF-8
by lizard
Jun 29, 2018 1:19
Forum: General
Topic: Random Numbers Using Text
Replies: 5
Views: 1100

Re: Random Numbers Using Text

We could combine your program with mine and make music out of it. ' color_demo.bas dim as long rgb_colors(256) = { &h000000, &h0000aa, &h00aa00, &h00aaaa, &haa0000, _ &haa00aa, &haa5500, &haaaaaa, &h555555, &h5555ff, &h55ff55, &h55ffff, &hff5555, &...
by lizard
Jun 25, 2018 18:17
Forum: Community Discussion
Topic: Tutorials?
Replies: 38
Views: 5605

Re: Tutorials?

It all depends on the reason why you are programming. If your intention is to bring a light in the darkness for the lost souls, then it is devotional service for god. If not it is nothing but a waste of time.
by lizard
Jun 25, 2018 11:08
Forum: Community Discussion
Topic: Tutorials?
Replies: 38
Views: 5605

Re: Tutorials?

The code only makes sense if you understand the algorithm and math being used. Disagree. Do you think i could calculate any planetary orbit myself with paper and pencil? No way. It is extremely difficult because the planetary orbits are not only ellipses, they are influencing each other, and all to...
by lizard
Jun 24, 2018 20:03
Forum: Community Discussion
Topic: Tutorials?
Replies: 38
Views: 5605

Re: Tutorials?

If you read a classical tutorial, there are example lines, and mostly example programs included. A experienced programmer already knows the typical elements of a program, it is just to find the right syntax in this piece of software he is working on. So he can save some time with modifying existing ...
by lizard
Jun 24, 2018 8:31
Forum: Community Discussion
Topic: Tutorials?
Replies: 38
Views: 5605

Re: Tutorials?

In one word, there is no unique form of contribution, and this would be interesting to have advices around fb from anyone who have some to give in its favourite field. Maybe the best form of contribution are examples. We all know the situation, we want to quickly program a .pdf output with cairo fo...
by lizard
Jun 24, 2018 3:41
Forum: Community Discussion
Topic: Next generation name is FB++ ?
Replies: 67
Views: 12404

Re: Next generation name is FB++ ?

Why not FreeBASIC², like Profan² did.

Could start with FreeBASIC⁰, then FreeBASIC¹ and FreeBASIC².

Next version then, with more 3D, could be FreeBASIC³.

Then it becomes difficult because keyboard has no ⁴, ⁵, ⁶, ⁷, ⁸, ⁹, ⁴⁵, ⁶⁷, ⁷⁵⁸⁴ and so on...

(Hope this is correctly displayed on your screen)
by lizard
Jun 24, 2018 2:49
Forum: Community Discussion
Topic: Tutorials?
Replies: 38
Views: 5605

Re: Tutorials?

BasicCoder2 wrote:A barrier for a newcomer is, I would suggest, a lack of FreeBASIC tutorials beyond the basics of the language itself.
In german language there are lot of tutorials, examples and projects here:

https://www.freebasic-portal.de/tutorials/

I suppose most already know.
by lizard
Jun 21, 2018 3:40
Forum: Linux
Topic: Best Distro for FB
Replies: 38
Views: 19538

Re: Best Distro for FB

Consider switching to Mint Xfce. :-)

Mint dont need much more:

1 GB RAM
15 GB - 20 GB HD
screen with 1024 x 786 pixel
by lizard
Jun 21, 2018 3:25
Forum: Windows
Topic: Need new gfxlib driver for Windows 7, 8, 10
Replies: 20
Views: 6858

Re: Need new gfxlib driver for Windows 7, 8, 10

You cant expect the gfxlib becomes rewritten only for XenialPup which is a minimal distro intended for outdated hardware ( > 1 GHZ processor and 768 MB ram).
by lizard
Jun 20, 2018 18:12
Forum: Community Discussion
Topic: Next generation name is FB++ ?
Replies: 67
Views: 12404

Re: Next generation name is FB++ ?

Just normal that a developer wants to develop his programming language further. The original basic BASIC philosophy was " B eginner’s A ll-purpose S ymbolic I nstruction C ode". OOP was not planned. Today we have some OOP extensions, who wants to use them can do it. Who dont want it can le...
by lizard
Jun 20, 2018 9:21
Forum: Linux
Topic: Best Distro for FB
Replies: 38
Views: 19538

Re: Best Distro for FB

Had this problem in Manjaro, too. Thats why i have

Code: Select all

 sudo ln -s /usr/lib/libncursesw.so.6.1 /usr/lib/libtinfo.so.5
in above script. It is for a problem in Geany, as far i remember, but it will also appear in others.

In Mint Xfce and Cinnamon it is not.
by lizard
Jun 20, 2018 3:45
Forum: Windows
Topic: Need new gfxlib driver for Windows 7, 8, 10
Replies: 20
Views: 6858

Re: Need new gfxlib driver for Windows 7, 8, 10

sean_vn wrote:The gfxlib doesn't work on some versions of Linux now.
Do you know which ones these are?
by lizard
Jun 18, 2018 13:49
Forum: Beginners
Topic: mathematical modeling/differential equations
Replies: 7
Views: 1556

Re: mathematical modeling/differential equations

miron1001 wrote:p*w*F=M=const
p=const
p*w*dw/dz=-dP-L*dz/l*p*w^2/2+p*q*sina*dz
p*w*F*d/dz*(i+w^2/2)=Qk
L*d^2*T/dz^2=Qp-Qk
M1*T1+M2*T(Z=l)=M*T(Z=0)
Basically you can write all kind of such equations directly in FreeBASIC code, fully described here:

https://www.freebasic.net/wiki/wikka.ph ... tPgOpIndex