Search found 212 matches

by ron77
Mar 10, 2023 3:20
Forum: Beginners
Topic: project chatbot julie v1
Replies: 7
Views: 2649

Re: project chatbot julie v1

Hello all :) I'm glad to say my chatbot Danny is now an online chatbot/website. That's right. You can surf to it and talk to it online - the chatbot is an fbc Linux 64-bit executable uploaded to a hosting server where with the help of a PHP file and HTML page is accessible to the users - the Linux b...
by ron77
Feb 08, 2023 16:59
Forum: Beginners
Topic: How To Resize to Fullscreen Window9 GUI Window?
Replies: 2
Views: 947

Re: How To Resize to Fullscreen Window9 GUI Window?

Okay, I got it figured out: First, we define the base width and height of the window and add two #defines: dim shared as long BaseWidth BaseWidth = 800 dim shared as long BaseHeight BaseHeight = 600 '#define ScaleX(_V) ((((_V)*WindowWidth)\BaseWidth)) '#define ScaleY(_V) ((((_V)*WindowHeight)\BaseHe...
by ron77
Feb 08, 2023 10:45
Forum: Beginners
Topic: How To Resize to Fullscreen Window9 GUI Window?
Replies: 2
Views: 947

How To Resize to Fullscreen Window9 GUI Window?

Hello everyone... I have a code here for a GUI window9 window with two textboxes and a bunch of Buttons. It's for my chatbot program, and it works well; however, I'm wondering if it would be possible to add to that code to option for "Maximize window" and still have the components (the tex...
by ron77
Jan 06, 2023 15:13
Forum: Beginners
Topic: project chatbot julie v1
Replies: 7
Views: 2649

Re: project chatbot julie v1

ChatBot Julie RIP 2020 - 2021 :(
by ron77
Dec 26, 2022 9:09
Forum: Community Discussion
Topic: my personal site dedicated to chatbots
Replies: 4
Views: 1244

Re: my personal site dedicated to chatbots

Hello wallyg Well, to help you, I've uploaded to dropbox (and given here a download link) my most advanced chatbot, "chatbot Danny v1.1.6.2" I worked on it for a year or so and still developing it. It's a GUI +TTS chatbot originally developed under Linux and wine. Now I continue to build i...
by ron77
Dec 23, 2022 8:41
Forum: Beginners
Topic: let's build a chatbot - a tutorial for beginners in FB
Replies: 6
Views: 2879

Re: let's build a chatbot - a tutorial for beginners in FB

Hello wallyg To your request, I searched for this tutorial and found the HTML tutorial with the code examples. As for the code on GitHub or as part of the tutorial, they are gone; however, it has a good explanation of concepts of basic chatbots in the style of the Eliza algorithm - The tutorial can ...
by ron77
Oct 13, 2022 5:22
Forum: Game Dev
Topic: RetroCoders First Game-Dev Jam Competition
Replies: 3
Views: 2713

RetroCoders First Game-Dev Jam Competition

Hello, I would like to invite anyone interested in RetroCoder's First game dev Jam Competition - all Games Should Be made in freeBASIC... Here are the details: https://retrocoders.phatcode.net/index.php?topic=306.0 edit: here is the game jam page on itch.io website : https://itch.io/jam/freebasic-ga...
by ron77
Oct 12, 2022 11:05
Forum: Sources, Examples, Tips and Tricks
Topic: a Program to Search for cipher words and messages in Large text
Replies: 2
Views: 917

a Program to Search for cipher words and messages in Large text

Hello, here is a program mysoft has worked on today it's a program to find cipher words and messages in large text files - as you may record or remember, once in the 90s, there was a big interest in hidden ciphers and messages in holy scriptures like "the bible code" however it doesn't hav...
by ron77
Sep 23, 2022 18:02
Forum: Projects
Topic: windows Multi-language Editor ( English;French;Spanish)
Replies: 72
Views: 65548

Re: windows Multi-language Editor ( English;French;Spanish)

hello... I and mysoft found CSED_FB as a very good freebasic ide... mysoft did a few fixes for the ide last version from 2015 v.1.0.7 and made it better we tested it under windows OS 32 and 64 bit If you are interested, you can find more in this post/thread on retrocoders community forum: https://re...
by ron77
Sep 10, 2022 10:41
Forum: Sources, Examples, Tips and Tricks
Topic: freeBasic Dream Interpreter
Replies: 0
Views: 2843

freeBasic Dream Interpreter

hello :) here is a Dreams Interpretation App according to Symbols from the Bible this app was done ONLY as an exercise in freebasic / window9 programming... I do not take any responsibility for the database interpretation as they are not mine!... and some (non-religious) might not like the interpret...
by ron77
Sep 05, 2022 5:22
Forum: Archive
Topic: freeBASIC Psalms Reader with GUI and TTS
Replies: 5
Views: 2905

Re: freeBASIC Psalms Reader with GUI and TTS

hi angros47 .
Out of curiosity, were you the one who was planning to port the examples of "Bible Basic" to FreeBasic?
nope, that was not me. sorry
by ron77
Sep 03, 2022 3:44
Forum: Archive
Topic: freeBASIC Psalms Reader with GUI and TTS
Replies: 5
Views: 2905

freeBASIC Psalms Reader with GUI and TTS

HI HERE IS Psalms Reader on GitHub made with freeBASIC with GUI (fltk-c Library) and TTS you simple choose a chapter and it reads the whole thing.

https://github.com/lonelyStar211/fb_psalms_gui

Kind Regards
ron77
by ron77
May 19, 2022 15:10
Forum: Libraries & Headers
Topic: Fast Artificial Neural Network (FANN) Library
Replies: 4
Views: 2324

Re: Fast Artificial Neural Network (FANN) Library

hello, well, we have finished translating the library headers and example codes from C to FreeBasic...

here is the result: https://github.com/lonelyStar211/FB_FANN

it's been tested only on Linux OS

let us know how it goes on Windows OS...

Kind Regards
Ron77
by ron77
May 14, 2022 9:04
Forum: Libraries & Headers
Topic: Fast Artificial Neural Network (FANN) Library
Replies: 4
Views: 2324

Fast Artificial Neural Network (FANN) Library

Fast Artificial Neural Network (FANN) Library github: https://github.com/libfann/fann?ref=hackernoon.com site: http://leenissen.dk/fann/wp/ with the help of mysoft I was able to translate the library's header from C to FreeBasic and test it with translations of example test codes from C to FB - I'm ...
by ron77
Feb 17, 2022 7:19
Forum: Community Discussion
Topic: Old School Coders - a new freeBASIC forum
Replies: 3
Views: 1426

Old School Coders - a new freeBASIC forum

hello i would like to invite whomever is interested in n new freeBASIC / C / C++ / Other Programming Languages forum/site/community...

the forum : https://retrocoders.freeforums.net/

hope you decide to visit or join and participate...

thank you.

Kind Regards.
ron77