Register - Login
Views: 99338156
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 01:27:12 PM
Jul - General Chat - Pet projects? New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
Xkeeper

Level: 263


Posts: 23259/25343
EXP: 296643515
For next: 2316938

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 02-01-18 04:22:50 AM Link | Quote
Anything fun you're working on?

____________________
(Lv 242 with 220552658 EXP)
Kazinsal

Level: 53


Posts: 559/674
EXP: 1121850
For next: 35269

Since: 01-19-11

Pronouns: he/him
From: Vancouver, Canada

Since last post: 229 days
Last activity: 188 days

Posted on 02-01-18 07:32:39 AM Link | Quote
kazinsal@araxes> show file jul:/posts/kazinsal/559

I've been doing operating systems design and development as a hobby for about a decade now. Every few years I take what knowledge I've amassed and use that to start over. One of these days I'll have something I'm satisfied with. My current project is more or less inspired by the semantics of the NT kernel (contrasted to what most people in hobby operating systems development do, which is writing a toy unix-like). The prototype user interface is similar in flavour to Cisco IOS (I'm a network engineer 9-5) -- my post layout is actually a mock-up of it!

Also I'm thinking of learning Inform7. I fondly remember playing the text adventures in the BSD games package over and over as a kid, so it's about time for me to write a text adventure of my own.

____________________
Never underestimate the bandwidth of a station wagon full of tapes hurtling down the freeway.

kazinsal@araxes> _
Tarale
Catgirl
C:\ DOS
C:\ DOS RUN
RUN DOS RUN
Level: 89


Posts: 1485/2030
EXP: 6712634
For next: 203267

Since: 07-23-07

Pronouns: she/her

Since last post: 2.0 years
Last activity: 1.6 years

Posted on 02-01-18 08:47:27 AM Link | Quote
I'm trying to make a font, only I keep not doing anything at all with it.

____________________
Tarale.net
marrub

Level: 19


Posts: 17/84
EXP: 30297
For next: 5480

Since: 01-23-18

Pronouns: they/them - others are welcome
From: colorado (previously hell (aka. ohio))

Since last post: 1.5 years
Last activity: 296 days

Posted on 02-01-18 09:47:04 AM Link | Quote
UESC-7010A > cat post
~/jul
Been trying to write a compiler for the past few months. I got about as far as parsing an AST before my brain started exploding, translating code to IR/assembly is really way harder than I could have ever imagined. Guess I need to start simpler, somehow...?

The current iteration is written in D, though I'm also trying Go to see if it works any better with the way interfaces etc. work in it.

____________________
EOF
[1] 0:zsh*
"lane" 14:31 25-Jul-49
xdaniel
980
Level: 64


Posts: 705/982
EXP: 2151018
For next: 63079

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 18 hours

Posted on 02-01-18 11:09:51 AM Link | Quote
Julbench3.1  94% full, 55K free, 824K in use
My only real pet project is probably a, by now decent-ish, emulator thingy called MasterFudge I started working on ~2 years ago (C# + .NET + SharpDX), that's now theoretically in its 3rd iteration, but I'm working more on the 2nd one again right now. It does Master System, Game Gear, SG-1000 and ColecoVision, with the Sega machines being the most compatible so far. I'm also toying with the idea of trying to add (some terrible, inaccurate form of) Super Nintendo emulation, but I'm not so sure about that yet - NES might be easier to do in the end, despite all the edge cases and mapper crap.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)




It doesn't even matter if there is no hope, as the madness of the system grows

Toshi
User
Level: 10


Posts: 2/23
EXP: 4339
For next: 75

Since: 01-24-18

Pronouns: he/him

Since last post: 3.2 years
Last activity: 84 days

Posted on 02-01-18 12:10:30 PM Link | Quote
currently trying to write a website which is suppose to be compatible with old as heck browsers. its going pretty cool, though i have thoughts of remodeling it for the 7th time.

____________________
hey look its me
Shadic
Alakadoof?
Level: 151


Posts: 6861/6927
EXP: 42313277
For next: 983199

Since: 07-22-07

Pronouns: he/him
From: Olympia, WA

Since last post: 2 hours
Last activity: 2 hours

Posted on 02-01-18 12:29:30 PM Link | Quote
Gabu

Star Mario
Placeholder Ikachan until :effort: is found
Level: 172


Posts: 9752/9981
EXP: 67903552
For next: 198682

Since: 08-10-09

Pronouns: they/them, she/her
From: Santa Cruisin' USA

Since last post: 44 days
Last activity: 5 days

Posted on 02-01-18 08:34:31 PM Link | Quote
Originally posted by xdaniel
My only real pet project is probably a, by now decent-ish, emulator thingy called MasterFudge I started working on ~2 years ago (C# + .NET + SharpDX), that's now theoretically in its 3rd iteration, but I'm working more on the 2nd one again right now. It does Master System, Game Gear, SG-1000 and ColecoVision, with the Sega machines being the most compatible so far. I'm also toying with the idea of trying to add (some terrible, inaccurate form of) Super Nintendo emulation, but I'm not so sure about that yet - NES might be easier to do in the end, despite all the edge cases and mapper crap.



This actually got me wondering if it's theoretically possible to have one program emulate everything. I'm guessing it can be done, but not without massive amounts of code.

My current projects include writing, b/w doodling. Haven't really done too much in the way of projects recently. I may just knock something out just for the sake of doing stuff.

____________________
Q
風のノータム
Level: 105


Posts: 2817/2986
EXP: 11963090
For next: 299170

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 02-01-18 08:43:42 PM Link | Quote
I'm making a little game with Bitsy that's probably going to take a long time to finish. The limitations are kind of fun to work with, but I do wish it had a few more features.

Aside from that, I still have a couple of designs for my art blog in the works, but I pretty much always do.

____________________
layout by Sofi.
Xkeeper

Level: 263


Posts: 23264/25343
EXP: 296643515
For next: 2316938

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 02-01-18 08:57:50 PM Link | Quote
Bitsy looks really cool but you apparently can't move or delete sprites.

____________________
(Lv 242 with 220643496 EXP)
xdaniel
980
Level: 64


Posts: 707/982
EXP: 2151018
For next: 63079

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 18 hours

Posted on 02-01-18 09:00:47 PM Link | Quote
Julbench3.1  94% full, 55K free, 824K in use
Originally posted by Gabu
This actually got me wondering if it's theoretically possible to have one program emulate everything. I'm guessing it can be done, but not without massive amounts of code.

There is MAME, which does emulate a ton of stuff, but also does have these massive amounts of code - I just grabbed a ZIP of the latest source on Github and it's a 135 MB archive, tho granted, that also includes documentation and whatnot.

One good thing in my emulator's case is that I'm (so far) only emulating platforms that are very similar to each other and can thus share code pretty easily. They all use the same Z80 CPU emulation code and when something does differ, like the graphics chips, I'm just deriving the modified/extended chip from the original base chip, which helps immensely with minimizing duplicated code and the like.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- xdanieldzd (Twitch) -- stapled tech (YouTube)




It doesn't even matter if there is no hope, as the madness of the system grows

Q
風のノータム
Level: 105


Posts: 2818/2986
EXP: 11963090
For next: 299170

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 02-01-18 09:11:57 PM (last edited by Q at 02-01-18 09:12:50 PM) Link | Quote
Originally posted by Xkeeper
Bitsy looks really cool but you apparently can't move or delete sprites.

You should be able to move them by trying to place them somewhere else, and you should be able to delete them with a ⛔ button on the "paint" window.

____________________
layout by Sofi.
Xkeeper

Level: 263


Posts: 23266/25343
EXP: 296643515
For next: 2316938

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 02-01-18 09:13:33 PM Link | Quote
I mean programmatically

____________________
(Lv 242 with 220672261 EXP)
Q
風のノータム
Level: 105


Posts: 2819/2986
EXP: 11963090
For next: 299170

Since: 08-03-07

Pronouns: she/her
From: Nowhere

Since last post: 38 days
Last activity: 1 day

Posted on 02-01-18 09:15:38 PM Link | Quote
Oh, I understand now. Yeah, the things you can make with it are very "static." It's mostly only fit for narrative games.

____________________
layout by Sofi.
Xkeeper

Level: 263


Posts: 23267/25343
EXP: 296643515
For next: 2316938

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 6 days
Last activity: 10 hours

Posted on 02-01-18 09:23:13 PM Link | Quote
Yeah. Even just having the ability to move or change tiles would make the engine a lot more... usable? Like I can't have a hallway you can only visit after doing X, because there's no way to programatically have X. And by that note, you can have a game where there's a way to avoid any of the narrative (other than the backgrounds and sprites) since you can't be required to actually interact with anything.

Other than the items, I guess..?

____________________
(Lv 242 with 220686680 EXP)
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3382/3519
EXP: 14914820
For next: 423385

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 294 days
Last activity: 6 days

Posted on 02-01-18 09:29:55 PM Link | Quote
this stuff, basically

Some highlights/recent-ish stuff:

bsnes-plus, a debugging emulator. Some people like it. Also currently the only emulator I'm aware of (including higan) that emulates the Mega Man X2 intro/attract sequence correctly (one of many reasons I am way overdue to make a new official release) and the first of two (besides Snes9x, I think) with Satellaview download/broadcast support (LuigiBlood did most of this part).

omgifol, a Python package for editing Doom WADs and most of their contents. I used it to make dmvis, a script which tries to rebuild Doom maps one line at a time in the closest thing to chronological order that it can. Someone made a bot that uses it to visualize random user-made maps.

exhal (and inhal) (like breathing, get it?) a set of tools/code for quickly compressing/decompressing stuff in HAL's NES/SNES/GB games. Works quite fast and usually gets better ratios than whatever HAL used originally. Used for my Kirby's Adventure and Dream Course editors. Recently I thought about expanding it into sort of a modular compression toolset as an open source alternative to Lunar Compress and the like.

Decomposer, a cross-platform MIDI tracker. Has been on the back burner for a while. I came up with a good interface to expose MIDI input/output devices as Qt objects (to use the signal/slot system for receiving MIDI input and double-buffering a MIDI output stream) but only implemented it for Windows and partially (read: badly) for Linux and then taking a long break. Never implemented any of the actual music sequencing part.

____________________
Photo by Luc Viatour
marrub

Level: 19


Posts: 18/84
EXP: 30297
For next: 5480

Since: 01-23-18

Pronouns: they/them - others are welcome
From: colorado (previously hell (aka. ohio))

Since last post: 1.5 years
Last activity: 296 days

Posted on 02-01-18 09:36:52 PM Link | Quote
UESC-7010A > cat post
~/jul
Originally posted by devin
omgifol, a Python package for editing Doom WADs and most of their contents. I used it to make dmvis, a script which tries to rebuild Doom maps one line at a time in the closest thing to chronological order that it can. Someone made a bot that uses it to visualize random user-made maps.

Holy crap, you made those? I see both of those used constantly throughout the Doom community, was wondering where they originated.

____________________
EOF
[1] 0:zsh*
"lane" 14:31 25-Jul-49
devin

Yoshi
i'm mima irl
Level: 112


Posts: 3383/3519
EXP: 14914820
For next: 423385

Since: 04-29-08

Pronouns: any
From: FL

Since last post: 294 days
Last activity: 6 days

Posted on 02-01-18 09:41:55 PM Link | Quote
Well, Fredrik was the original author of the former, but I somehow stumbled into becoming the official maintainer of it after making a bunch of updates to it over some years (the readme in my repo still says it's a personal fork, but it's also on PyPI and stuff now, so I guess it isn't really one anymore).

____________________
Photo by Luc Viatour
dotUser
From the Grave
Level: 91


Posts: 2291/2357
EXP: 7417260
For next: 51652

Since: 10-20-10

Pronouns: she/her
From: a particularly peculiar tiny store's back shelf

Since last post: 22 days
Last activity: 6 days

Posted on 02-02-18 01:45:31 AM Link | Quote
GNU dotUser 2.1.2-git        File: ~/.user/makepost.py
A discord bot that functions as a DM/GM/Pen-n-Paper assistant (as well as general server management)
A drone that's capable of lifting a gopro w/gimbal.

I'm pretty lazy tho so, who knows how long those'll take.

____________________
^W Web ^B Tumblr ^I Icosahedron ^ ^ ^
^T Twitter ^P ~town ^ ^ ^ ^
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 7316/7539
EXP: 43655592
For next: 646068

Since: 02-15-10

From: Maine

Since last post: 110 days
Last activity: 42 days

Posted on 02-02-18 04:52:22 AM Link | Quote
It's on the backburner right now due to my life being WAY TOO BUSY, but I want to continue my translation of Utsurun Desu.

I think what I need to do is go back through my notes and re-translate things again using what little more I've picked up on over the last couple of years.

____________________
| 7316 | 12684 | 2908 | 13 |
Pages: 1 2 Next newer thread | Next older thread
Jul - General Chat - Pet projects? New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 1 query cache hits.
Query execution time:  0.099221 seconds
Script execution time:  0.043339 seconds
Total render time:  0.142560 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 173 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 97 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 132 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 182 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 184 column 9 - Warning: missing <tr>
line 202 column 13 - Warning: missing <tr>
line 203 column 102 - Warning: unescaped & or unknown entity "&postid"
line 205 column 74 - Warning: <style> isn't allowed in <td> elements
line 205 column 9 - Info: <td> previously mentioned
line 214 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 216 column 9 - Warning: missing <tr>
line 234 column 13 - Warning: missing <tr>
line 235 column 102 - Warning: unescaped & or unknown entity "&postid"
line 237 column 74 - Warning: <style> isn't allowed in <td> elements
line 237 column 9 - Info: <td> previously mentioned
line 240 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 242 column 9 - Warning: missing <tr>
line 260 column 13 - Warning: missing <tr>
line 261 column 102 - Warning: unescaped & or unknown entity "&postid"
line 263 column 74 - Warning: <style> isn't allowed in <td> elements
line 263 column 9 - Info: <td> previously mentioned
line 263 column 139 - Warning: missing </div>
line 268 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 270 column 9 - Warning: missing <tr>
line 288 column 13 - Warning: missing <tr>
line 289 column 102 - Warning: unescaped & or unknown entity "&postid"
line 291 column 74 - Warning: <style> isn't allowed in <td> elements
line 291 column 9 - Info: <td> previously mentioned
line 301 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 303 column 9 - Warning: missing <tr>
line 321 column 13 - Warning: missing <tr>
line 322 column 102 - Warning: unescaped & or unknown entity "&postid"
line 327 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 329 column 9 - Warning: missing <tr>
line 347 column 13 - Warning: missing <tr>
line 348 column 102 - Warning: unescaped & or unknown entity "&postid"
line 350 column 171 - Warning: missing <tr>
line 350 column 175 - Warning: <style> isn't allowed in <td> elements
line 350 column 171 - Info: <td> previously mentioned
line 351 column 1120 - Warning: missing <tr>
line 351 column 1179 - Warning: missing </div>
line 350 column 1068 - Warning: missing </div>
line 350 column 1045 - Warning: missing </div>
line 350 column 1024 - Warning: missing </div>
line 350 column 1004 - Warning: missing </div>
line 350 column 985 - Warning: missing </div>
line 356 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 358 column 9 - Warning: missing <tr>
line 376 column 13 - Warning: missing <tr>
line 377 column 102 - Warning: unescaped & or unknown entity "&postid"
line 379 column 314 - Warning: missing </div>
line 384 column 1685 - Warning: discarding unexpected </div>
line 384 column 1691 - Warning: discarding unexpected </td>
line 387 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 389 column 9 - Warning: missing <tr>
line 407 column 13 - Warning: missing <tr>
line 408 column 102 - Warning: unescaped & or unknown entity "&postid"
line 410 column 74 - Warning: <style> isn't allowed in <td> elements
line 410 column 9 - Info: <td> previously mentioned
line 415 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 417 column 9 - Warning: missing <tr>
line 435 column 13 - Warning: missing <tr>
line 436 column 102 - Warning: unescaped & or unknown entity "&postid"
line 438 column 74 - Warning: <style> isn't allowed in <td> elements
line 438 column 9 - Info: <td> previously mentioned
line 441 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 443 column 9 - Warning: missing <tr>
line 461 column 13 - Warning: missing <tr>
line 462 column 102 - Warning: unescaped & or unknown entity "&postid"
line 464 column 74 - Warning: <style> isn't allowed in <td> elements
line 464 column 9 - Info: <td> previously mentioned
line 477 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 479 column 9 - Warning: missing <tr>
line 497 column 13 - Warning: missing <tr>
line 498 column 102 - Warning: unescaped & or unknown entity "&postid"
line 500 column 74 - Warning: <style> isn't allowed in <td> elements
line 500 column 9 - Info: <td> previously mentioned
line 504 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 506 column 9 - Warning: missing <tr>
line 524 column 13 - Warning: missing <tr>
line 525 column 102 - Warning: unescaped & or unknown entity "&postid"
line 527 column 74 - Warning: <style> isn't allowed in <td> elements
line 527 column 9 - Info: <td> previously mentioned
line 530 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 532 column 9 - Warning: missing <tr>
line 550 column 13 - Warning: missing <tr>
line 551 column 102 - Warning: unescaped & or unknown entity "&postid"
line 553 column 74 - Warning: <style> isn't allowed in <td> elements
line 553 column 9 - Info: <td> previously mentioned
line 556 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 558 column 9 - Warning: missing <tr>
line 576 column 13 - Warning: missing <tr>
line 577 column 102 - Warning: unescaped & or unknown entity "&postid"
line 579 column 74 - Warning: <style> isn't allowed in <td> elements
line 579 column 9 - Info: <td> previously mentioned
line 584 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 586 column 9 - Warning: missing <tr>
line 604 column 13 - Warning: missing <tr>
line 605 column 102 - Warning: unescaped & or unknown entity "&postid"
line 620 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 622 column 9 - Warning: missing <tr>
line 640 column 13 - Warning: missing <tr>
line 641 column 102 - Warning: unescaped & or unknown entity "&postid"
line 643 column 74 - Warning: <style> isn't allowed in <td> elements
line 643 column 9 - Info: <td> previously mentioned
line 643 column 139 - Warning: missing </div>
line 647 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 649 column 9 - Warning: missing <tr>
line 667 column 13 - Warning: missing <tr>
line 668 column 102 - Warning: unescaped & or unknown entity "&postid"
line 673 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 675 column 9 - Warning: missing <tr>
line 693 column 13 - Warning: missing <tr>
line 694 column 102 - Warning: unescaped & or unknown entity "&postid"
line 696 column 74 - Warning: <link> isn't allowed in <td> elements
line 696 column 9 - Info: <td> previously mentioned
line 702 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 704 column 9 - Warning: missing <tr>
line 722 column 13 - Warning: missing <tr>
line 723 column 102 - Warning: unescaped & or unknown entity "&postid"
line 730 column 17 - Warning: missing <tr>
line 730 column 17 - Warning: discarding unexpected <table>
line 733 column 35 - Warning: missing <tr>
line 733 column 97 - Warning: unescaped & or unknown entity "&page"
line 733 column 50 - Warning: missing </font> before </td>
line 733 column 132 - Warning: missing </font> before </table>
line 735 column 35 - Warning: missing <tr>
line 735 column 50 - Warning: missing </font> before </td>
line 736 column 37 - Warning: unescaped & or unknown entity "&id"
line 735 column 173 - Warning: missing </font> before </table>
line 737 column 17 - Warning: discarding unexpected </textarea>
line 737 column 28 - Warning: discarding unexpected </form>
line 737 column 35 - Warning: discarding unexpected </embed>
line 737 column 43 - Warning: discarding unexpected </noembed>
line 737 column 53 - Warning: discarding unexpected </noscript>
line 737 column 64 - Warning: discarding unexpected </noembed>
line 737 column 74 - Warning: discarding unexpected </embed>
line 737 column 82 - Warning: discarding unexpected </table>
line 737 column 90 - Warning: discarding unexpected </table>
line 739 column 9 - Warning: missing </font> before <table>
line 751 column 25 - Warning: discarding unexpected </font>
line 760 column 57 - Warning: discarding unexpected </font>
line 738 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 187 column 22 - Warning: <img> lacks "alt" attribute
line 187 column 63 - Warning: <img> lacks "alt" attribute
line 187 column 112 - Warning: <img> lacks "alt" attribute
line 187 column 162 - Warning: <img> lacks "alt" attribute
line 188 column 11 - Warning: <img> lacks "alt" attribute
line 198 column 15 - Warning: <img> lacks "alt" attribute
line 205 column 1187 - Warning: <img> lacks "alt" attribute
line 219 column 22 - Warning: <img> lacks "alt" attribute
line 219 column 63 - Warning: <img> lacks "alt" attribute
line 219 column 112 - Warning: <img> lacks "alt" attribute
line 219 column 162 - Warning: <img> lacks "alt" attribute
line 220 column 11 - Warning: <img> lacks "alt" attribute
line 230 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 22 - Warning: <img> lacks "alt" attribute
line 245 column 63 - Warning: <img> lacks "alt" attribute
line 245 column 111 - Warning: <img> lacks "alt" attribute
line 245 column 161 - Warning: <img> lacks "alt" attribute
line 246 column 11 - Warning: <img> lacks "alt" attribute
line 256 column 15 - Warning: <img> lacks "alt" attribute
line 272 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 15 - Warning: <img> lacks "alt" attribute
line 272 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 58 - Warning: <img> lacks "alt" attribute
line 272 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 101 - Warning: <img> lacks "alt" attribute
line 272 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 144 - Warning: <img> lacks "alt" attribute
line 272 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 187 - Warning: <img> lacks "alt" attribute
line 272 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 230 - Warning: <img> lacks "alt" attribute
line 272 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 273 - Warning: <img> lacks "alt" attribute
line 272 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 316 - Warning: <img> lacks "alt" attribute
line 272 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 359 - Warning: <img> lacks "alt" attribute
line 272 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 272 column 402 - Warning: <img> lacks "alt" attribute
line 273 column 22 - Warning: <img> lacks "alt" attribute
line 273 column 63 - Warning: <img> lacks "alt" attribute
line 273 column 112 - Warning: <img> lacks "alt" attribute
line 273 column 162 - Warning: <img> lacks "alt" attribute
line 274 column 11 - Warning: <img> lacks "alt" attribute
line 284 column 15 - Warning: <img> lacks "alt" attribute
line 294 column 1326 - Warning: <img> lacks "alt" attribute
line 294 column 1454 - Warning: <img> lacks "alt" attribute
line 295 column 1578 - Warning: <img> lacks "alt" attribute
line 306 column 22 - Warning: <img> lacks "alt" attribute
line 306 column 63 - Warning: <img> lacks "alt" attribute
line 306 column 112 - Warning: <img> lacks "alt" attribute
line 306 column 161 - Warning: <img> lacks "alt" attribute
line 307 column 11 - Warning: <img> lacks "alt" attribute
line 317 column 15 - Warning: <img> lacks "alt" attribute
line 332 column 23 - Warning: <img> lacks "alt" attribute
line 332 column 64 - Warning: <img> lacks "alt" attribute
line 332 column 112 - Warning: <img> lacks "alt" attribute
line 332 column 162 - Warning: <img> lacks "alt" attribute
line 333 column 11 - Warning: <img> lacks "alt" attribute
line 343 column 15 - Warning: <img> lacks "alt" attribute
line 360 column 11 - Warning: <img> lacks "alt" attribute
line 361 column 23 - Warning: <img> lacks "alt" attribute
line 361 column 64 - Warning: <img> lacks "alt" attribute
line 361 column 113 - Warning: <img> lacks "alt" attribute
line 361 column 163 - Warning: <img> lacks "alt" attribute
line 362 column 11 - Warning: <img> lacks "alt" attribute
line 372 column 15 - Warning: <img> lacks "alt" attribute
line 384 column 1548 - Warning: <img> lacks "alt" attribute
line 392 column 23 - Warning: <img> lacks "alt" attribute
line 392 column 64 - Warning: <img> lacks "alt" attribute
line 392 column 113 - Warning: <img> lacks "alt" attribute
line 392 column 163 - Warning: <img> lacks "alt" attribute
line 393 column 11 - Warning: <img> lacks "alt" attribute
line 403 column 15 - Warning: <img> lacks "alt" attribute
line 420 column 23 - Warning: <img> lacks "alt" attribute
line 420 column 64 - Warning: <img> lacks "alt" attribute
line 420 column 113 - Warning: <img> lacks "alt" attribute
line 420 column 163 - Warning: <img> lacks "alt" attribute
line 421 column 11 - Warning: <img> lacks "alt" attribute
line 431 column 15 - Warning: <img> lacks "alt" attribute
line 438 column 901 - Warning: <div> anchor "xklayout" already defined
line 445 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 15 - Warning: <img> lacks "alt" attribute
line 445 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 58 - Warning: <img> lacks "alt" attribute
line 445 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 101 - Warning: <img> lacks "alt" attribute
line 445 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 144 - Warning: <img> lacks "alt" attribute
line 445 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 187 - Warning: <img> lacks "alt" attribute
line 445 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 230 - Warning: <img> lacks "alt" attribute
line 445 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 273 - Warning: <img> lacks "alt" attribute
line 445 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 316 - Warning: <img> lacks "alt" attribute
line 445 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 359 - Warning: <img> lacks "alt" attribute
line 445 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 445 column 402 - Warning: <img> lacks "alt" attribute
line 446 column 22 - Warning: <img> lacks "alt" attribute
line 446 column 63 - Warning: <img> lacks "alt" attribute
line 446 column 112 - Warning: <img> lacks "alt" attribute
line 446 column 162 - Warning: <img> lacks "alt" attribute
line 447 column 11 - Warning: <img> lacks "alt" attribute
line 457 column 15 - Warning: <img> lacks "alt" attribute
line 464 column 196 - Warning: <div> anchor "xdan-wbwindow" already defined
line 464 column 220 - Warning: <span> anchor "xdan-wbwindowtitle" already defined
line 464 column 301 - Warning: <div> anchor "xdan-wbwindowinner" already defined
line 470 column 1636 - Warning: <img> lacks "alt" attribute
line 470 column 1764 - Warning: <img> lacks "alt" attribute
line 471 column 1888 - Warning: <img> lacks "alt" attribute
line 482 column 23 - Warning: <img> lacks "alt" attribute
line 482 column 64 - Warning: <img> lacks "alt" attribute
line 482 column 113 - Warning: <img> lacks "alt" attribute
line 482 column 163 - Warning: <img> lacks "alt" attribute
line 483 column 11 - Warning: <img> lacks "alt" attribute
line 493 column 15 - Warning: <img> lacks "alt" attribute
line 509 column 23 - Warning: <img> lacks "alt" attribute
line 509 column 64 - Warning: <img> lacks "alt" attribute
line 509 column 113 - Warning: <img> lacks "alt" attribute
line 509 column 163 - Warning: <img> lacks "alt" attribute
line 510 column 11 - Warning: <img> lacks "alt" attribute
line 520 column 15 - Warning: <img> lacks "alt" attribute
line 527 column 901 - Warning: <div> anchor "xklayout" already defined
line 527 column 1006 - Warning: <img> proprietary attribute value "absmiddle"
line 527 column 1006 - Warning: <img> lacks "alt" attribute
line 535 column 23 - Warning: <img> lacks "alt" attribute
line 535 column 64 - Warning: <img> lacks "alt" attribute
line 535 column 113 - Warning: <img> lacks "alt" attribute
line 535 column 163 - Warning: <img> lacks "alt" attribute
line 536 column 11 - Warning: <img> lacks "alt" attribute
line 546 column 15 - Warning: <img> lacks "alt" attribute
line 561 column 23 - Warning: <img> lacks "alt" attribute
line 561 column 64 - Warning: <img> lacks "alt" attribute
line 561 column 113 - Warning: <img> lacks "alt" attribute
line 561 column 163 - Warning: <img> lacks "alt" attribute
line 562 column 11 - Warning: <img> lacks "alt" attribute
line 572 column 15 - Warning: <img> lacks "alt" attribute
line 579 column 901 - Warning: <div> anchor "xklayout" already defined
line 588 column 11 - Warning: <img> lacks "alt" attribute
line 589 column 23 - Warning: <img> lacks "alt" attribute
line 589 column 64 - Warning: <img> lacks "alt" attribute
line 589 column 112 - Warning: <img> lacks "alt" attribute
line 589 column 162 - Warning: <img> lacks "alt" attribute
line 590 column 11 - Warning: <img> lacks "alt" attribute
line 600 column 15 - Warning: <img> lacks "alt" attribute
line 625 column 22 - Warning: <img> lacks "alt" attribute
line 625 column 63 - Warning: <img> lacks "alt" attribute
line 625 column 111 - Warning: <img> lacks "alt" attribute
line 625 column 161 - Warning: <img> lacks "alt" attribute
line 626 column 11 - Warning: <img> lacks "alt" attribute
line 636 column 15 - Warning: <img> lacks "alt" attribute
line 644 column 1057 - Warning: <img> proprietary attribute value "absmiddle"
line 644 column 1057 - Warning: <img> lacks "alt" attribute
line 651 column 11 - Warning: <img> lacks "alt" attribute
line 652 column 23 - Warning: <img> lacks "alt" attribute
line 652 column 64 - Warning: <img> lacks "alt" attribute
line 652 column 112 - Warning: <img> lacks "alt" attribute
line 652 column 162 - Warning: <img> lacks "alt" attribute
line 653 column 11 - Warning: <img> lacks "alt" attribute
line 663 column 15 - Warning: <img> lacks "alt" attribute
line 678 column 22 - Warning: <img> lacks "alt" attribute
line 678 column 63 - Warning: <img> lacks "alt" attribute
line 678 column 112 - Warning: <img> lacks "alt" attribute
line 678 column 162 - Warning: <img> lacks "alt" attribute
line 679 column 11 - Warning: <img> lacks "alt" attribute
line 689 column 15 - Warning: <img> lacks "alt" attribute
line 707 column 23 - Warning: <img> lacks "alt" attribute
line 707 column 64 - Warning: <img> lacks "alt" attribute
line 707 column 113 - Warning: <img> lacks "alt" attribute
line 707 column 163 - Warning: <img> lacks "alt" attribute
line 708 column 11 - Warning: <img> lacks "alt" attribute
line 718 column 15 - Warning: <img> lacks "alt" attribute
line 727 column 480 - Warning: <img> lacks "alt" attribute
line 736 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 736 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 736 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 745 column 25 - Warning: <img> lacks "alt" attribute
line 750 column 267 - Warning: <img> lacks "alt" attribute
line 353 column 1340 - Warning: trimming empty <p>
line 730 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 203 column 27 - Warning: <nobr> is not approved by W3C
line 235 column 27 - Warning: <nobr> is not approved by W3C
line 261 column 27 - Warning: <nobr> is not approved by W3C
line 289 column 27 - Warning: <nobr> is not approved by W3C
line 322 column 27 - Warning: <nobr> is not approved by W3C
line 348 column 27 - Warning: <nobr> is not approved by W3C
line 350 column 74 - Warning: <table> proprietary attribute "background"
line 351 column 1091 - Warning: <table> proprietary attribute "height"
line 377 column 27 - Warning: <nobr> is not approved by W3C
line 379 column 74 - Warning: <table> proprietary attribute "height"
line 408 column 27 - Warning: <nobr> is not approved by W3C
line 436 column 27 - Warning: <nobr> is not approved by W3C
line 462 column 27 - Warning: <nobr> is not approved by W3C
line 498 column 27 - Warning: <nobr> is not approved by W3C
line 525 column 27 - Warning: <nobr> is not approved by W3C
line 551 column 27 - Warning: <nobr> is not approved by W3C
line 577 column 27 - Warning: <nobr> is not approved by W3C
line 605 column 27 - Warning: <nobr> is not approved by W3C
line 641 column 27 - Warning: <nobr> is not approved by W3C
line 668 column 27 - Warning: <nobr> is not approved by W3C
line 694 column 27 - Warning: <nobr> is not approved by W3C
line 723 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 369 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md