Search found 656 matches

by jedie
Mon Sep 12, 2022 4:10 pm
Forum: Dragon General
Topic: Meegin on Classic Computing (10.09.2022) ?
Replies: 2
Views: 3954

Re: Meegin on Classic Computing (10.09.2022) ?

My table on the CC2022 ;)

Generic images can be found here: https://forum.classic-computing.de/foru ... er-cc2022/
by jedie
Sun Sep 11, 2022 2:49 pm
Forum: Hints and Tips
Topic: Mandelbrot in text mode...
Replies: 1
Views: 10743

Mandelbrot in text mode...

I made a mandelbrot in BASIC for the text mode (Because my DragonPy Emulator support only the text mode) Here the listing: 10 GOTO 280 20 FOR Y=-8 TO 8 30 FOR X=-21 TO 10 40 CA=X*.1 50 CB=Y*.15 60 A=CA 70 B=CB 80 FOR I=0 TO 8 90 T=A*A-B*B+CA 100 B=2*A*B+CB 110 A=T 120 IF (A*A+B*B)>4 THEN GOTO 160 13...
by jedie
Sun Sep 11, 2022 12:51 pm
Forum: Hints and Tips
Topic: Drivewire... -> DWLOAD Server in Python
Replies: 24
Views: 44343

Re: Drivewire... -> DWLOAD Server in Python

Hey... I modernized the Project... How it's easier to bootstrap, just run:

Code: Select all

~$ git clone https://github.com/6809/DwLoadServer.git
~$ cd DwLoadServer
~/DwLoadServer$ ./devshell.py run serial
by jedie
Sun Sep 04, 2022 6:30 pm
Forum: Dragon General
Topic: Dragon emulator written in Python ???
Replies: 106
Views: 93648

Re: Dragon emulator written in Python ???

I update DragonPy and MC6809 projects: https://github.com/jedie/DragonPy https://github.com/6809/MC6809 Both used the "dev-shell", so it's easier to start, e.g.: ~$ git clone https://github.com/jedie/DragonPy.git ~$ cd DragonPy/ ~/DragonPy$ ./devshell.py Developer shell - DragonPy - v0.8.0.rc1 *****...
by jedie
Sun Sep 04, 2022 6:26 pm
Forum: Discuss This Site
Topic: Links from arvice to forum is not https
Replies: 5
Views: 19499

Re: Links from arvice to forum is not https

The Forum still serves non https ! e.g.: http://archive.worldofdragon.org/

Think it should redirect from http to https ;)
by jedie
Sun Sep 04, 2022 11:51 am
Forum: Dragon General
Topic: New demo by Slipstream : Here be Dragons!
Replies: 6
Views: 10318

Re: New demo by Slipstream : Here be Dragons!

Alternative Link on Invidious: https://redirect.invidious.io/watch?v=e-xLSwyAlJ4 (Just click on a "Go →" link ;) Does anybody knows more about the work behind this DEMO? I search a little bit and found: https://www.pouet.net/prod.php?which=92013 https://files.scene.org/view/parties/2022/nova22/old_s...
by jedie
Sun Sep 04, 2022 11:33 am
Forum: Dragon General
Topic: Meegin on Classic Computing (10.09.2022) ?
Replies: 2
Views: 3954

Meegin on Classic Computing (10.09.2022) ?

I will be present on the Classic Computing next Weekend in Lingen (NRW/Germany) https://www.classic-computing.org/cc2022-hauptseite/ I will present a Dragon 32 and my Emulator: https://github.com/jedie/DragonPy I will make a talk about the Emulator. I also try to work on PyInventory a web based mana...
by jedie
Tue Nov 16, 2021 6:29 pm
Forum: Dragon General
Topic: XRoar 1.0 released
Replies: 49
Views: 109585

Re: XRoar 1.0 released

congratulations ;)
by jedie
Wed Nov 03, 2021 8:35 am
Forum: Dragon General
Topic: Dragon Meetup - it's not long now!
Replies: 11
Views: 16941

Re: Dragon Meetup - it's not long now!

Is there a official web page about this? It is not a virtual meetup, isn't it?
by jedie
Mon Nov 01, 2021 7:23 pm
Forum: Dragon General
Topic: Serial Numbers
Replies: 17
Views: 55794

Re: Serial Numbers

http://archive.worldofdragon.org/index.php?title=Serial_Numbers This is where they are logged on the WIKI Perfect! I add three of my five ones in the Wiki: https://archive.worldofdragon.org/index.php?title=Serial_Numbers&type=revision&diff=9816&oldid=9815 Here the images, too: signal-2021-11-01-191...