Search found 73 matches
- Fri May 22, 2020 7:21 pm
- Forum: Talking LiveCode
- Topic: Bayes Calculator for Covid-19
- Replies: 0
- Views: 1365
Bayes Calculator for Covid-19
I have been wrestling with my mental model of Bayesian statistics, so I created a Bayesian calculator stack for Covid-19 antibody testing. Actually I think it can be used for any thing that involves false positive and false negative results. I would appreciate it if any of you Bayes experts would ch...
- Thu Apr 09, 2020 12:36 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
Bogs, you deserve equal credit.
- Wed Apr 08, 2020 8:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
I concede!! What I failed to notice was that you all were using the mouseLoc "within" a square which is clearly better, and I like it better!
Thanks for your help!
Roger
Thanks for your help!
Roger
- Wed Apr 08, 2020 8:30 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
I understand what you and Bogs are saying and I'm not against using "within" instead of "intersect", but my script is really working quite well...at least the chess game is working the way I think it should work. Nevertheless, I'll give "within" a try and see if I like it better.
Thanks,
Roger
Thanks,
Roger
- Wed Apr 08, 2020 7:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
I'm not going to drop it on a corner. I'm going to drop it mostly in one square or another....it's working flawlessly!!
- Wed Apr 08, 2020 6:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
Well, intersect seems to work quite well in my chess game, so what gives?? here's my script: on determineSquare repeat with j = 1 to 64 if the intersect(the target, grc j of grp ChessboardArray) then set the loc of the target to the loc of grc j of grp chessboardArray put the short name of grc j of ...
- Wed Apr 08, 2020 3:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Bored Games
- Replies: 14
- Views: 2160
Re: Bored Games
Thank you, Richmond. That's pretty much what I've done as well except I used intersect instead of within. Is there good reason to choose one over the other in this instance?
Roger
Roger
- Tue Mar 17, 2020 3:38 am
- Forum: Talking LiveCode
- Topic: A Fun PI Day Project
- Replies: 0
- Views: 1549
A Fun PI Day Project
You can find a fun little Pi Day project I built In Sample Stacks, called ArchimedesPi.
Roger
Roger
- Mon Mar 02, 2020 4:38 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Demo of bending a polygon
- Replies: 12
- Views: 3027
Re: Demo of bending a polygon
Very cool, Michael!
Roger
Roger
- Fri Feb 14, 2020 6:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Demo of calculating tangets to circles
- Replies: 4
- Views: 1928
Re: Demo of calculating tangets to circles
Very nice, Michael!
Roger
Roger
- Fri Feb 07, 2020 4:39 pm
- Forum: Converting to LiveCode
- Topic: Sudoku Code [was: python code I'm trying to copy over to LC]
- Replies: 26
- Views: 6523
Re: Python code I'm trying to copy over to LC
Sorry, but SudokuMatic cannot solve a given Sudoku puzzle. Interesting challenge, though. Does the Python code example do that? Good luck and keep me posted, if you will.
Roger
Roger
- Wed Feb 05, 2020 4:17 pm
- Forum: Converting to LiveCode
- Topic: Sudoku Code [was: python code I'm trying to copy over to LC]
- Replies: 26
- Views: 6523
Re: Python code I'm trying to copy over to LC
I just upgraded an old Sudoku stack that I made back in the day. It's called SudokuMatic and it's available in Sample Stacks.
Roger
Roger
- Sun Dec 29, 2019 7:25 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Rotate Button or Text
- Replies: 5
- Views: 1299
Re: Rotate Button or Text
Hi J,
I built a productivity tool called IconOmatic that does this for you. You can find it in Sample Stacks.
Cheers,
Roger
I built a productivity tool called IconOmatic that does this for you. You can find it in Sample Stacks.
Cheers,
Roger
- Wed Mar 06, 2019 6:11 am
- Forum: Talking LiveCode
- Topic: mathematical calculation
- Replies: 19
- Views: 6802
Re: mathematical calculation
I have stack that I uploaded to LiveCode Sample Stack called Coup de Graph. It may give you some ideas.
Cheers,
Roger
Cheers,
Roger
- Thu Oct 18, 2018 8:30 pm
- Forum: iOS Deployment
- Topic: There was an error saving the standalone application: (convertxcodeversion)(createplist)
- Replies: 2
- Views: 1933
Re: There was an error saving the standalone application: (convertxcodeversion)(createplist)
What could it possibly mean that I can't open Xcode Prefs.? Nothing happens when I select it.