Tagged Questions

3
votes
1answer
110 views

How does division work in MIX?

Can someone explain to me how division in MIX (from TAOCP by Knuth) works on a byte-to-byte basis? rA = |-| . . . .0| rX = |+|1235|0|3|1| The memory location 1000 contains |-| …
2
votes
1answer
89 views

Expression blend behavior Mix 09 pack gallery

Hi Everyone :) I'm a designer so not to knowledgable at coding :( I'm trying to install a behavior from the gallery on Expression. I've tried this way http://social.expression.micr …
2
votes
3answers
323 views

What is the best emulator for MIX and/or MMIX?

MIX is the hypothetical computer outlined by Donald Knuth in the Art of Computer Programming. I guess when I say best, I mean most suitable for working with the algorithms and pro …
0
votes
1answer
64 views

Has anyone used the Glimmer tool from MIX labs, what is the general opinion?

Mix Labs have released the Glimmer app, an IDE for making fancy effects with jQuery. I downloaded it & I've done a few things with it. I think it's quite nifty, but I'm not s …
-1
votes
1answer
75 views

How to mix php and C++ for user authenication?

Hello i'm making a program to get the names of users on my website and use that log for my programs so only registered people can login. How would I go about doing this?