Search found 16 matches
- Fri Sep 20, 2024 7:15 pm
- Forum: General Discussion
- Topic: SpiderBasic 3.01 is out !
- Replies: 12
- Views: 40097
Re: SpiderBasic 3.01 is out !
Very encouraging to see SB updates. Thanks Fred and team.
- Wed Jul 24, 2024 1:47 am
- Forum: Tricks 'n' Tips
- Topic: Base64 and text compression exchange between PB and SB
- Replies: 1
- Views: 11149
Re: Base64 and text compression exchange between PB and SB
Solved my base64 problem + other good information.
Thanks for sharing.
cheers
the top editorgadget does not display completely in w10 chrome. I'll keep looking at it.
Thanks for sharing.
cheers
the top editorgadget does not display completely in w10 chrome. I'll keep looking at it.
- Mon Jul 22, 2024 8:07 pm
- Forum: Tricks 'n' Tips
- Topic: Analogue clock
- Replies: 4
- Views: 18606
Re: Analogue clock
I use your "showcase" clock maximized on my second monitor while listening to music before bed. It is very nice. I was using the coded app but noticed the "showcase" approximates an hour hand more closely.
Many thanks.
An option to change the background color (easy in the coded app, however I have ...
Many thanks.
An option to change the background color (easy in the coded app, however I have ...
- Wed Jul 17, 2024 8:18 pm
- Forum: Javascript
- Topic: Speech
- Replies: 11
- Views: 55666
Re: Speech
Wow. Very nice, Peter.
Thanks for sharing
Thanks for sharing
- Fri Jul 12, 2024 4:13 am
- Forum: Feature Requests and Wishlists
- Topic: StringByteLength
- Replies: 2
- Views: 12406
Re: StringByteLength
Another +1
Thanks for sharing
Thanks for sharing
- Tue Feb 15, 2022 10:11 pm
- Forum: General Discussion
- Topic: No access to user account spiderbasic after purchase
- Replies: 6
- Views: 4835
Re: No access to user account spiderbasic after purchase
Also, be sure to check your spam folder. Sometimes responses get misrouted.
- Wed Dec 15, 2021 12:13 am
- Forum: General Discussion
- Topic: CVE-2021-44228 - log4j vulnerability
- Replies: 3
- Views: 3206
Re: CVE-2021-44228 - log4j vulnerability
Good to know because when I search for log4j I get quite a few hits for log4j.jar and log4j.pom in the spiderbasic demos.
SpiderBasicDemo\android\apache-ant\lib
ant-apache-log4j.jar
SpiderBasicDemo\android\apache-ant\lib
ant-apache-log4j.jar
- Tue Dec 14, 2021 9:36 pm
- Forum: General Discussion
- Topic: CVE-2021-44228 - log4j vulnerability
- Replies: 3
- Views: 3206
CVE-2021-44228 - log4j vulnerability
Seems to be present in quite a few spiderbasic libraries. Are they patched or are we vulnerable?
- Wed Jul 03, 2019 8:15 pm
- Forum: Coding Questions
- Topic: (WIN) AESDecoder - reload Ascii -file - in Memory problem
- Replies: 3
- Views: 3578
Re: (WIN) AESDecoder - reload Ascii -file - in Memory probl
Sorry, since you're using aes256 you should be aligned on a 32 byte boundary
- Sun Jun 30, 2019 7:25 pm
- Forum: Coding Questions
- Topic: (WIN) AESDecoder - reload Ascii -file - in Memory problem
- Replies: 3
- Views: 3578
Re: (WIN) AESDecoder - reload Ascii -file - in Memory probl
You appear to be writing a string output which is not a multiple of 16, thus you are unable to decode it.