We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 110
» Latest member: JonnyWi
» Forum threads: 125
» Forum posts: 1,479

Full Statistics

Online Users
There are currently 37 online users.
» 0 Member(s) | 35 Guest(s)
Google, Bing

Latest Threads
LDArray extension
Forum: Extensions
Last Post: AbsoluteBeginner
5 hours ago
» Replies: 17
» Views: 170
AI learns Small Basic
Forum: Discussion
Last Post: jrmrhrb00
Yesterday, 12:14 AM
» Replies: 6
» Views: 136
Challenge 9 - Quick sort
Forum: Challenges
Last Post: AbsoluteBeginner
11-18-2024, 03:52 PM
» Replies: 47
» Views: 958
How to exit a subroutine ...
Forum: Standard Small Basic
Last Post: litdev
11-11-2024, 12:59 PM
» Replies: 2
» Views: 85
Training program for SB-N...
Forum: Discussion
Last Post: AbsoluteBeginner
11-08-2024, 07:02 AM
» Replies: 13
» Views: 336
SmallBasic Open Edition
Forum: C# Moving from Small Basic
Last Post: KristianVirtanen
11-05-2024, 06:37 PM
» Replies: 21
» Views: 661
UCI Chess Engine
Forum: Challenges
Last Post: Scout
10-30-2024, 10:41 PM
» Replies: 17
» Views: 1,747
Welcome
Forum: Standard Small Basic
Last Post: AbsoluteBeginner
10-30-2024, 10:01 PM
» Replies: 11
» Views: 1,670
Skull Custom Language Cre...
Forum: Discussion
Last Post: z-s
10-28-2024, 04:49 PM
» Replies: 87
» Views: 10,722
SB-Prime Plugins
Forum: Extensions
Last Post: litdev
10-25-2024, 07:52 AM
» Replies: 1
» Views: 76

 
  Challenge 3 - Text reversal
Posted by: litdev - 09-02-2024, 10:14 PM - Forum: Challenges - Replies (3)

Write a program to reverse the order of characters in a string.

Print this item

  LDPhysics extension Challenge
Posted by: AbsoluteBeginner - 09-02-2024, 12:40 PM - Forum: Challenges - No Replies

(translated by Google translator)

Hey guys, everyone who loves Small Basic, can we be scared of this challenge ?!  Smile

https://www.youtube.com/watch?v=QsdLiAxDLAg

We can do 1000 times better!
We have Small Basic! We have LDPhysics extension! We have SB-Prime!

And we WILL DO IT !..  Cool

Print this item

  Getting started with c#
Posted by: z-s - 08-26-2024, 04:33 PM - Forum: C# Moving from Small Basic - Replies (1)

I got an idea while learning cs should I post some thread here for graduate to cs from sb.
So some beginner can also learn cs

Print this item

  Import needed class only
Posted by: hybridClasher.init() - 08-12-2024, 08:03 PM - Forum: Extensions - Replies (6)

Hi all,

I am using ILMerge.exe to convert my small basic exe and dlls to a standalone exe (for sake of sharing). Obviously, ILMerge needs ALL of the Microsoft.Expression.Effects, Drawing, System, etc etc too which would be very annoying. Is there any possible way from which i can only include the needed class in my code or reference the only needed .dll in my directory? (e.g LDCmd.dll, etc)

P.S: Programically speaking, this means "By breaking the extension in parts".

I would be grateful for your help,
Thanks.

Print this item

Information Challenge-Command Line GW
Posted by: z-s - 08-11-2024, 09:45 AM - Forum: Challenges - Replies (5)

So our first challenge command line graphics window.

In this you could make a text window program for drawing shapes and playing with graphics window through text window.

Challenge will end on next Sunday.

I will post it I could make something.

Print this item

Lightbulb Weekly challenge
Posted by: z-s - 08-07-2024, 05:22 AM - Forum: Challenges - Replies (1)

Should we do weekly challenge in this form litdev add two challenge but if we could start weekly challenge as msn form use to do I can give every Monday a challenge and till next Sunday we should submit the program may some new begginers and guest like it.
Any suggestions.

Print this item

Rainbow Audio Preprocessing Extension
Posted by: hybridClasher.init() - 07-26-2024, 02:57 PM - Forum: Extensions - Replies (15)

Hi all,

What is your opinion on creating a extension for audio preprocessing to use it in neural networks and training purposes. Is it worth making a extension for it or is it better to resort to other languages like python?

Thank you.

Print this item

  Small Basic In Sharp Develop
Posted by: z-s - 07-25-2024, 03:09 PM - Forum: C# Moving from Small Basic - Replies (4)

Hii Litdev
Today I Tried To Download Small Basic Repo From Github.
I Updated Its .csproj File As You Said Before.

(05-03-2024, 11:16 AM)litdev Wrote: I did manage to get SharpDevelop to compile and run SB-Prime. Big Grin

1] Need to change csproj files as described before for ToolsVersion 4.0 and TargetFrameworkVersion 4.5.2
But I Am Getting This Error Please Help.

   

Print this item

  Microsoft Support for Small Basic
Posted by: z-s - 07-25-2024, 12:37 PM - Forum: Discussion - Replies (10)

I have a question to litdev if microsoft ended support to small basic then who is currently handling it.
And if anyone is not handling it currently can we update small basic.

Print this item

  Intellisense For Variable In SB-Prime
Posted by: z-s - 07-24-2024, 06:36 AM - Forum: Discussion - No Replies

I Was Using SVB It Has Some Good Function For Better Code Writing.
I Got Some Functions So That If They Can Be Add In SB-Prime It Would Be Great As Small Basic Can't Update Anymore.
1) This Feature Is For Adding Intellisense To Variables So That We Could More Cleary Know What This Variable Is For
EX:

Code:
Res = "Hello World!!" 'This Is The Variable That Store Hello World String.
TextWindow.WriteLine(Res)
Ok Now See How It's Intellisense Wil Be Shown In SVB And SB-Prime.

SB-Prime:
   

SVB:
   

so you could see if there is a function in SB-Prime For just showing some Intellisense like that it would be great

And May Be We Could Also Add Intellisense To Event And Label Also In Same Way

Print this item