Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]   Go Down

Author Topic: AMOS Database  (Read 17737 times)

0 Members and 1 Guest are viewing this topic.

Hungry Horace

  • Amorphous Blue-Blob Man
  • Site Admin
  • A4000T
  • ******
  • Karma: 307
  • Offline Offline
  • Gender: Male
  • Posts: 3,364
  • Don't forget... Ameboid's need love too!
    • AUW
Re: AMOS Database
« Reply #15 on: December 18, 2013, 08:58:34 AM »

There is currently no wiki engine on this webpage. 


@ FOL - any chance of this being added as wiki.ultimateamiga.co.uk ?  I could see it being pretty useful for the various documentation pages we have.
Logged
Quote from: KillerGorilla
because winuae is made of code and your amiga is made of stuff

Lonewolf10

  • AMOS Extensions Developer
  • AMOS Dev
  • A2000
  • *****
  • Karma: 3
  • Offline Offline
  • Gender: Male
  • Posts: 618
    • http://www.aliensrcooluk.com
Re: AMOS Database
« Reply #16 on: December 27, 2013, 05:07:42 PM »


There is also the website www.amigacoding.com which has an abundance of coding information. Mostly AMOS, but also covers a few other languages too.
Sadly, despite plans to add more information to it, I have been sidetracked by work and various projects :(
It's not my website, but a wiki-based site. As such, it was plagued with spammers a year or so back. I believe the website owner cleared it up, but I will try to check again later today.
Logged

Spellcoder

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 9
  • http://www.amigacoding.com
    • AmigaCoding
Re: AMOS Database
« Reply #17 on: January 08, 2014, 11:12:12 AM »

The spam flood on amigacoding.com was (almost completely) stopped somewhere at the end of 2012. I had to modify the registrationpage to implement barriers against bots creating account (partly through logging and analysing spambot behaviour), customize a spammer delete extention for MediaWiki to mass merge spamaccounts, lock editting of the main page and by adding more filters to the blacklist). Using some SQL queries I found 778 spammeraccounts which I fed into my modified extention to merge those 778 accounts into a single account ('EvilSpammer'). (the original extention merged two accounts, but I wasn't about to clean up all those accounts by hand ;) ). The registration page has been customied to have a few customly coded barriers, some which I havn't found in anti-spam extentions. When these measures fail I'll find other ways to stop those basterds. There are still spam pages to clean up, but they aren't linked on other pages so they aren't a huge problem.

SamuraiCrow

  • compile-time wierdo
  • Forum Mod
  • A1200
  • *****
  • Karma: 5
  • Offline Offline
  • Gender: Male
  • Posts: 946
  • Compile-time wierdo
Re: AMOS Database
« Reply #18 on: January 13, 2014, 07:33:50 AM »

Thanks for the update, Spellcoder!
Logged

FOL

  • PSPUAE Dev Team
  • Site Admin
  • A4000T
  • ******
  • Karma: 690
  • Offline Offline
  • Gender: Male
  • Posts: 3,561
  • Amigakit.com Technical
    • PSPUAE
Re: AMOS Database
« Reply #19 on: January 13, 2014, 12:33:00 PM »

There is currently no wiki engine on this webpage. 


@ FOL - any chance of this being added as wiki.ultimateamiga.co.uk ?  I could see it being pretty useful for the various documentation pages we have.

Sorry missed this, I can do that if you want?
Logged
Quote
Resolute and Industrious
Grand ruler of the yellow people and the Ultimate Amiga Empire

Toolkitman

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 81
  • Amiga 1200 raspberry pi Ideator & Creator
Re: AMOS Database
« Reply #20 on: September 24, 2018, 07:59:00 PM »

I have made a simple notepad in applesoft basic but can be similar to AMOS basic by made some input statements and then refreshing the screen and calling back the input variables. this is more a notepad you have to add a save load function.  :o
« Last Edit: September 24, 2018, 08:01:17 PM by Toolkitman »
Logged

Toolkitman

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 81
  • Amiga 1200 raspberry pi Ideator & Creator
Re: AMOS Database
« Reply #21 on: September 24, 2018, 08:14:45 PM »

Here a simple example i have coded in RTB Basic:

   10 PRINT "          NOTEPAD IN RTB"
   20 PRINT ""
   30 PRINT ""
   40 INPUT A$
   50 INPUT B$
   60 INPUT C$
   70 INPUT D$
   80 INPUT E$
   90 INPUT F$
  100 INPUT G$
  110 INPUT H$
  120 INPUT I$
  130 INPUT L$
  140 cls
  150 PRINT A$
  160 PRINT B$
  170 PRINT C$
  180 PRINT D$
  190 PRINT E$
  200 PRINT F$
  210 PRINT G$
  220 PRINT H$
  230 PRINT I$
  240 PRINT L$
  250 PRINT "PRESS R TO RESTART"
  260 INPUT Z$
  270 IF Z$ = "R" THEN GOTO 10
  280 IF Z$ <> "R" THEN GOTO 250
Logged

Toolkitman

  • A600
  • *
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 81
  • Amiga 1200 raspberry pi Ideator & Creator
Re: AMOS Database
« Reply #22 on: September 24, 2018, 09:14:43 PM »

Here attached the file with the simple code ready for AMOS PRO.
Logged
Pages: 1 [2]   Go Up
 

TinyPortal 2.2.2 © 2005-2022