Search found 587 matches

by E.K.Virtanen
Oct 21, 2010 16:58
Forum: General
Topic: Which editor to use?
Replies: 9
Views: 1502

TJF wrote:Then write tools and custom commands to make it perfect - and don't forget to share them :)

err...sure...or something lol...wtf?
by E.K.Virtanen
Oct 21, 2010 15:48
Forum: General
Topic: Which editor to use?
Replies: 9
Views: 1502

TJF. I checked and tested Geany, and to say, it is nearly perfect. Thanks.
by E.K.Virtanen
Oct 21, 2010 12:58
Forum: Beginners
Topic: Using FreeBasic for the Web
Replies: 2
Views: 1245

I have tried to figure out same thing, it should be possible. However, im too dumb i guess :D

Here is something about QB and cgi, maybe you can figure something from it, i didnt. http://www.petesqbsite.com/sections/exp ... x.html#cgi
by E.K.Virtanen
Oct 21, 2010 11:59
Forum: General
Topic: Which editor to use?
Replies: 9
Views: 1502

I think Gedit is awesome tool for small codes, but if size of project gets for multiple hundreds of lines or even more, then it comes pretty nasty one to use.

[edit]
I have gnome, so havent tried Kate at all.
by E.K.Virtanen
Oct 21, 2010 11:44
Forum: General
Topic: Which editor to use?
Replies: 9
Views: 1502

Ill try that one, thanks for the tip.
TJF wrote: BTW: There is no editor beside Geany, working on LINUX and win, is there?
Scite?
by E.K.Virtanen
Oct 21, 2010 10:48
Forum: General
Topic: Is FB really that fast?
Replies: 4
Views: 1433

Thats so true 1000101. I feel bit dumb that i test the speed with that kind of code. Anyway, FB is freaking fast, so thats why i dont see any reason to learn C++ due my time with programming is darn limited.
by E.K.Virtanen
Oct 21, 2010 10:47
Forum: General
Topic: Which editor to use?
Replies: 9
Views: 1502

Which editor to use?

Hi all. I have tried several editors, but tbh. im not happy with any of them. What i want from editor is, that it supports FB syntax (naturally lol), can save and load projects (multiple files at once), has simple menu list of functions/subs where i can move easily (even if they locates at seperate ...
by E.K.Virtanen
Oct 20, 2010 15:35
Forum: General
Topic: Is FB really that fast?
Replies: 4
Views: 1433

Yes marcov, i assume youre right. Not sure would it be good way to test even if i would add strings that does change somehow in each round?
by E.K.Virtanen
Oct 20, 2010 14:49
Forum: General
Topic: Is FB really that fast?
Replies: 4
Views: 1433

Is FB really that fast?

' FreeBasic code CONST QUOT = 34 CONST WHITESPACE = 32 CONST TABC = 9 ' FUNCTION FUNCBOOLEAN() ' RETURN FALSE OR 1, OPPOSITE OF PARAMETER PASSED TO FUNCTION FUNCTION FUNCBOOLEAN(Q AS INTEGER) AS INTEGER IF Q = 0 THEN RETURN 1 END IF END FUNCTION ' FUNCTION SKIPSPACE() ' CHECKS WHICH NEXT CHARACTER ...
by E.K.Virtanen
Oct 18, 2010 16:19
Forum: Community Discussion
Topic: History of BASIC
Replies: 6
Views: 1789

Very nice work.
by E.K.Virtanen
Sep 19, 2010 16:15
Forum: Beginners
Topic: For new FreeBASIC beginners.
Replies: 9
Views: 1882

Would take 10000 lines from me to do the same effect. Ill guess it's better to stay in text and ASCII stuff...
Uberneat D.J, 10 points.
by E.K.Virtanen
Sep 14, 2010 18:51
Forum: Community Discussion
Topic: Back 2 BASIC Issue #2!
Replies: 19
Views: 4808

Thanks to staff and contributors about the issue. Nice to have a e-zine once again.
by E.K.Virtanen
Sep 14, 2010 13:31
Forum: Sources, Examples, Tips and Tricks
Topic: Lazy Man's Test for Non-Integer Values (Never Mind)
Replies: 23
Views: 3869

hmm... function bar(foo as string) as integer if int(val(foo)) = val(foo) then return 1 end if end function dim as string foo foo = "12" if bar(foo) = 1 then print foo; " is integer." else print foo; " is not a integer." end if foo = "1.2" if bar(foo) = 1 then...
by E.K.Virtanen
Jul 31, 2010 18:34
Forum: Community Discussion
Topic: Back 2 BASIC Issue #1
Replies: 46
Views: 10276

Thanks imortis for bringin such a mag. for us to read. I know how much it takes, so 10+ points for you.
by E.K.Virtanen
Jul 14, 2010 4:43
Forum: Community Discussion
Topic: osBasic 0.9 interpreter.
Replies: 1
Views: 1243

osBasic 0.9 interpreter.

Hi.

My eternal ever ending project has moved forward a bit. osBasic 0.9 is "released".
osBasic is a simple tinybasic-like interpreter project.

See more at http://www.basicprogramming.org/ekv/osbasic.php

Thanks, E.K.Virtanen