From 641d8745839b9bd9559b1d767d1e351987b7905d Mon Sep 17 00:00:00 2001 From: Rob Myers Date: Tue, 23 Dec 2014 16:27:30 -0800 Subject: [PATCH 1/1] Initial release. --- .gitignore | 4 + COPYING | 674 +++++++++++++++++++++++++++++++++++++++ README | 45 +++ bin/dcc | 67 ++++ bin/dcrun | 70 ++++ bin/dcsend | 135 ++++++++ doc/Makefile | 10 + doc/dogecode-whitepaper.html | 72 +++++ doc/dogecode-whitepaper.markdown | 151 +++++++++ doc/dogecode-whitepaper.pdf | Bin 0 -> 95955 bytes dogecode/Python-Brainfuck-README | 22 ++ dogecode/__init__.py | 0 dogecode/brainfuck.py | 69 ++++ dogecode/compare.py | 30 ++ dogecode/getch.py | 43 +++ dogecode/network.py | 146 +++++++++ dogecode/translation.py | 161 ++++++++++ dogecode/translation_tests.py | 52 +++ setup.py | 28 ++ 19 files changed, 1779 insertions(+) create mode 100644 .gitignore create mode 100755 COPYING create mode 100644 README create mode 100644 bin/dcc create mode 100644 bin/dcrun create mode 100644 bin/dcsend create mode 100644 doc/Makefile create mode 100644 doc/dogecode-whitepaper.html create mode 100644 doc/dogecode-whitepaper.markdown create mode 100644 doc/dogecode-whitepaper.pdf create mode 100644 dogecode/Python-Brainfuck-README create mode 100644 dogecode/__init__.py create mode 100644 dogecode/brainfuck.py create mode 100644 dogecode/compare.py create mode 100644 dogecode/getch.py create mode 100644 dogecode/network.py create mode 100644 dogecode/translation.py create mode 100644 dogecode/translation_tests.py create mode 100644 setup.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d5cae3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +build +dist +dogecode.egg-info \ No newline at end of file diff --git a/COPYING b/COPYING new file mode 100755 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README b/README new file mode 100644 index 0000000..673e341 --- /dev/null +++ b/README @@ -0,0 +1,45 @@ +Dogecode +======== + +Rob Myers +Brainfuck interpreter by Sebastian Kaspari under the WTFPL. + +A system for representing and running programs as Dogeparty tokens. + +Read the whitepaper in doc/ for details of how the system works now and how it is planned to be extended. + +Installation +============ + +Run the following command in the console with root permission: + +python setup.py install + +Usage +===== + +To compile a program, run e.g.: + +dcc -o test.csv hello-world.bf + +This will convert the Brainfuck code to a csv file of token runs. + +To upload a program, run e.g.: + +dcsend -u rpcuser -w rpcpassword FROMADDRESS TOADDRESS hello-world.csv + +You must control FROMADDRESS, and TOADDRESS should be a newly created address with no existing asset tokens attached. You should also probably control it. + +Sending will take a very long time (see the whitepaper), and will transfer lots of tokens from FROMADDRESS. Make sure you got the addresses right and that the program ran OK when tested locally by dcc. And don't quit dcsend, restarting is not yet supported. + +To execute a program, run e.g.: + +dcrun -u rpcuser -w rpcpassword TOADDRESS + +This will fetch the program from TOADDRESS, run it locally, and output the results (if any) to the console. + +Warning +======= + + Be careful when writing and uploading Dogecode programs. You are responsible for ensuring that programs run as expected and that you send the correct tokens to the correct addresses. + \ No newline at end of file diff --git a/bin/dcc b/bin/dcc new file mode 100644 index 0000000..e75bae0 --- /dev/null +++ b/bin/dcc @@ -0,0 +1,67 @@ +#!/bin/env python3 +# -*- mode: python -*- + +# dcc - Compile brainfuck code to a csv file specifying Dogeparty sends +# Copyright (C) 2014 Rob Myers rob@robmyers.org +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +from optparse import OptionParser +import sys + +import dogecode.translation + +def getopts(): + usage = "usage: %prog [options] source_file" + parser = OptionParser(usage=usage) + parser.add_option("-n", "--nocomment", + action="store_false", dest="strip", default=True, + help="don't skip the first [] as a comment") + parser.add_option("-d", "--dontrun", + action="store_false", dest="run", default=True, + help="don't run the code locally to check it executes") + parser.add_option("-o", "--outfile", dest="outfilename", default="-", + help="write compiled csv to OUTFILENAME", metavar="FILE") + opts, args = parser.parse_args() + if(len(args) != 1): + parser.error("must supply source_file") + return opts, args + +def main(): + (opts, args) = getopts() + outfile = sys.stdout + if opts.outfilename != "-": + try: + outfile = open(opts.outfilename, 'w') + except: + print("Couldn't open file {} .".format(opts.outfilename)) + sys.exit(2) + strip_comment = opts.strip + run_code_locally = opts.run + source_filename = args[0] + try: + source_code = open(source_filename).read() + except: + print("Couldn't read file {} .".format(source_filename)) + sys.exit(2) + #TODO: check account strings are valid + if run_code_locally: + #TODO: run the code locally + pass + dogecode.translation.source_to_tokens_csv(source_code, + outfile, + strip_comment) + +if __name__ == "__main__": + main() diff --git a/bin/dcrun b/bin/dcrun new file mode 100644 index 0000000..6b42616 --- /dev/null +++ b/bin/dcrun @@ -0,0 +1,70 @@ +#!/bin/env python3 +# -*- mode: python -*- + +# dcrun - Fetch and execute programs from the Dogeparty blockchain. +# Copyright (C) 2014 Rob Myers rob@robmyers.org +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +from optparse import OptionParser +import sys + +import dogecode.brainfuck, dogecode.network, dogecode.translation + +def getopts(): + usage = "usage: %prog [options] source_address" + parser = OptionParser(usage=usage) + parser.add_option("-r", "--rpc-host", dest="host", default="localhost", + help="the Dogeparty json-rpc host, probably localhost") + parser.add_option("-p", "--rpc-port", dest="port", default="5000", + help="the Dogeparty json-rpc port") + parser.add_option("-u", "--rpc-user", dest="user", default="rpc", + help="the Dogeparty json-rpc username") + parser.add_option("-w", "--rpc-password", dest="password", default=None, + help="the Dogeparty json-rpc password") + parser.add_option("-d", "--dump-code", + action="store_true", dest="dump", default=False, + help="dump the program code to STDERR") + opts, args = parser.parse_args() + if(len(args) != 1): + parser.error("must supply source_address") + return opts, args + +def main(): + (opts, args) = getopts() + address = args[0] + #TODO: make sure address is valid + dump_code = opts.dump + user = opts.user + password = opts.password + if not password: + print("Enter Dogeparty json-rpc password:") + password = sys.stdin.readline() + host = opts.host + port = opts.port + api = dogecode.network.DogepartyApi(user, password, host, port) + tokens = api.token_transactions_for_address(address) + pairs = dogecode.translation.json_token_amounts_to_pairs(tokens) + code = dogecode.translation.token_runs_to_code(pairs) + if dump_code: + print(code, file=sys.stderr) + try: + dogecode.brainfuck.evaluate(code) + except Exception as e: + print("Error evaluating program after fetching.", file=sys.stderr) + print("Program was: {}".format(code), file=sys.stderr) + print("Exception was: {}".format(e), file=sys.stderr) + +if __name__ == "__main__": + main() diff --git a/bin/dcsend b/bin/dcsend new file mode 100644 index 0000000..5bee137 --- /dev/null +++ b/bin/dcsend @@ -0,0 +1,135 @@ +#! /usr/bin/env python3 +# -*- mode: python -*- + +# dcsend - Upload tokens to the Dogeparty blockchain. +# Copyright (C) 2014 Rob Myers rob@robmyers.org +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +import csv, sys, time +from optparse import OptionParser +from retrying import retry + +import dogecode.network, dogecode.translation + +# Send poll wait time in seconds +POLL_WAIT_TIME = 10 +POLL_MAX_WAITS = 100 + +class Uploader(object): + """A class to manage the uploading of a program to an addess""" + + #TODO: Allow restarting upload + #TODO: Allow uploading to queue + #TODO: When waiting for send to synch, check if sent and received + # token list is same length but has different contents, + # fail if so. + + def __init__(self, api, from_account, to_account, csvfile, fee=0): + """Record the information needed to perform the upload""" + self.api = api + self.from_account = from_account + self.to_account = to_account + self.reader = csv.reader(csvfile) + self.fee = fee + self.sent_tokens = dogecode.translation.TokenList() + + def current_receiving_account_token_list(self): + """Get the current state of tokens sent to the account""" + json = self.api.token_transactions_for_address(self.to_account) + token_list = dogecode.translation.TokenList() + token_list.from_json(json) + return token_list + + def received_tokens_match_sent_tokens(self): + """Check whether the tokens on the receiving account match the sent tokens""" + receiving_tokens = self.current_receiving_account_token_list() + return self.sent_tokens.equals(receiving_tokens) + + def wait_for_account_state_to_match_sent_tokens(self): + """Poll Dogepartyd until the tokens on the receiving account match the sent tokens""" + sys.stderr.write("Waiting for token state to synch") + sys.stderr.flush() + try_count = 0 + while not self.received_tokens_match_sent_tokens(): + sys.stderr.write(".") + sys.stderr.flush() + time.sleep(POLL_WAIT_TIME) + try_count += 1 + if try_count > POLL_MAX_WAITS: + print("Too many failures.", file=sys.stderr) + sys.exit(2) + print("", file=sys.stderr) + + def send_row(self, row): + """Send the token run described by the row""" + token, amount = row + result = self.api.send_token(self.from_account, self.to_account, token, amount, self.fee) + if not result: + raise Exception("Error calling the api.") + self.sent_tokens.append(token, amount) + + def send(self): + """Send all the tokens, waiting for each send to be included in + the blockchain""" + for row in self.reader: + self.wait_for_account_state_to_match_sent_tokens() + print("Send {}: {}".format(self.reader.line_num, ",".join(row)), file=sys.stderr) + self.send_row(row) + +def getopts(): + usage = "usage: %prog [options] from_account to_account csv_filename" + parser = OptionParser(usage=usage) + parser.add_option("-f", "--fee", dest="fee", default="0", + help="the fee for each send") + parser.add_option("-r", "--rpc-host", dest="host", default="localhost", + help="the Dogeparty json-rpc host, probably localhost") + parser.add_option("-p", "--rpc-port", dest="port", default="5000", + help="the Dogeparty json-rpc port") + parser.add_option("-u", "--rpc-user", dest="user", default="rpc", + help="the Dogeparty json-rpc username") + parser.add_option("-w", "--rpc-password", dest="password", default=None, + help="the Dogeparty json-rpc password") + opts, args = parser.parse_args() + if(len(args) != 3): + parser.error("must supply from_account to_account csv_filename") + return opts, args + +def main(): + (opts, args) = getopts() + #TODO: make sure address is valid + user = opts.user + password = opts.password + if not password: + print("Enter Dogeparty json-rpc password:", file=sys.stderr) + password = sys.stdin.readline() + host = opts.host + port = opts.port + fee = int(opts.fee) + from_account = args[0] + to_account = args[1] + csv_filename = args[2] + print("Sending lots of tokens from {} to {}.".format(from_account, + to_account), + file=sys.stderr) + print("Make sure you really want to do this.", file=sys.stderr) + api = dogecode.network.DogepartyApi(user, password, host, port) + #TODO: Check the sending account has sufficient tokens and fees + #TODO: Chech the receiving account has no tokens (or a flag is set) + with open(csv_filename, 'r') as csvfile: + uploader = Uploader(api, from_account, to_account, csvfile, fee) + uploader.send() + +if __name__ == "__main__": + main() diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..ab1fc3d --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,10 @@ +all: dogecode-whitepaper.html dogecode-whitepaper.pdf + +dogecode-whitepaper.pdf: dogecode-whitepaper.markdown + pandoc dogecode-whitepaper.markdown -o dogecode-whitepaper.pdf + +dogecode-whitepaper.html: dogecode-whitepaper.markdown + pandoc dogecode-whitepaper.markdown -o dogecode-whitepaper.html + +clean: + rm -f dogecode-whitepaper.html dogecode-whitepaper.pdf diff --git a/doc/dogecode-whitepaper.html b/doc/dogecode-whitepaper.html new file mode 100644 index 0000000..8097492 --- /dev/null +++ b/doc/dogecode-whitepaper.html @@ -0,0 +1,72 @@ +

Dogecode White Paper v0.1

+

Rob Myers

+

23-12-2014

+

Overview

+

Dogecode (name to be finalized) is a system for representing computer programs using sequences of Dogeparty tokens in order to store, send, and execute their code via the Dogecoin blockchain.

+

Tokens

+

The encoding for programs is a minor variant of the "Brainfuck" programming language, chosen for its minimalism:

+

http://en.wikipedia.org/wiki/Brainfuck

+

Each Brainfuck programming language command is represented by an indivisible Dogeparty asset.

+

A single occurrence of a command in a program is represented by the sending of a single token, e.g. + is represented by sending 1 INCB tokens .

+

Multiple occurrences are represented by sending multiple tokens in a single transfer, e.g. +++++ is represented by sending 5 INCB tokens.

+

The order and quantities of sends are significant, not the total number of tokens held by an address or account.

+

Currently Used Tokens

+

Reading bytes into the pointer (the "," command in Brainfuck) isn't currently supported. To enter data, use "+" and ">".

+

INCP - > (Increment pointer)

+

DECP - < (Decrement pointer)

+

INCB - + (Increment byte at pointer)

+

DECB - - (Decrement byte at pointer)

+

PUTB - . (Write byte at pointer)

+

JFOR - [ (Jump forward if byte at pointer is not zero)

+

JBAK - ] (Jump back if byte at pointer is not zero)

+

Reserved Tokens

+

These tokens are reserved to support future functionality.

+

GETB - , (Read byte into pointer)

+

IDAT - (Identify data to be read by READ. See Input/Output below.)

+

RUNC - (This section of the code is complete, run it.)

+

BADC - (This section of the code has a problem, do not run.)

+

Encoding Of Programs

+

Programs are represented as a sequence of quantities of Dogecode tokens sent from a single address. Order, quantity and sending address are all significant to the system.

+

Ideally, programs would be represented as multiple sends in a single transaction. Until this is implemented, programs must be sent as an uninterrupted sequence of Dogecode tokens from a single address (no other tokens from the same address may interrupt the send).

+

Single Program Addresses

+

Single program addresses represent programs as a newly created Dogeparty address holding only the tokens sent to it in sequence that represent that single program's code.

+

No additional programs may be stored using that address.

+

If transferring the tokens fails or the program is found to be incorrect before it runs, a new address must be created and the correct sequence of tokens sent to it.

+

Program Queue Addresses (Not Yet Implemented)

+

Programs queued on an address for exection consist of a sequence of quantities of Dogecode tokens sent from a single address.

+

Since programs cannot be sent as multiple tokens in a single transaction two addresses may send programs at (approximately) the same time, leading to program token sends from two or more addresses becoming interleaved. This requires sorting token sends by address as well as by time when fetching programs to run.

+

Input/Output

+

Input Via +/>

+

Data can be entered into memory using the + and > commands. This is currently the only supported method for entering data into a program.

+

Input Via IDAT Token (Not Yet Implemented)

+

Details forthcoming.

+

Output For Single Program Addresses

+

Output is determined by running the program locally.

+

Output For Program Queue Address Runner (Not Yet Implemented)

+

Output is provided via broadcast messages on the Program Queue Address (details forthcoming).

+

Running Programs

+

Single Program Addresses

+

To execute the program, the system fetches all sends to the address in order and converts their token amounts to runs of Brainfuck commands. It then passes the resulting string to a Brainfuck interpreter. This will provide the final state and output of the program.

+

Program Queue Address (Not Yet Implemented)

+

Programs can be sent to an address that you control in order to be run in a queue.

+

Transactions from other addresses are ignored.

+

Used tokens can be returned to the sending address or, if the queue address is also the sending address, kept for re-use.

+

The runner polls the send table for new sends to the queue address. Sequences of tokens sent from a single address constitute programs to be executed. Programs are terminated with a RUNN token to trigger their execution, or an ERRR token if they should not be executed because (e.g.) a bug was found or the upload was corrupted.

+

The output of the program can either be recorded locally or output via broadcast messages from the runner address (details forthcoming).

+

To prevent programs that do not complete in a reasonable amount of time from disrupting the operation of the queue, programs should be run on a thread with a short timeout (details forthcoming).

+

Program Queue Address As A Service (Not Yet Implemented)

+

For Dogecode as a service, a program queue address that you control can execute Dogecode programs sent from addresses that others control in return for payment.

+

Tokens sent to the runner address are not returned, they constitute part of the payment for the service. Additional payment is sent as a Dogecoin transaction following the program tokens.

+

This system does not use RUNN/ERRR tokens to control execution. Receiving the Dogecoin payment acts as the command to execute the program. Should the payment not be sent within two minutes the program is not run and the tokens are forfeit - unsuccessful or erronious program uploads can have their execution cancelled by not sending payment. Should the incorrect amount of payment be sent, it can be corrected by sending a supplementary payment before any further Dogecode tokens are sent. If a supplement is not sent within two minutes, the tokens and incorrect payment are forfeited to the runner account.

+

The output of the program is output via broadcast messages from the runner address (details forthcoming).

+

To prevent programs that do not complete in a reasonable amount of time from disrupting the operation of the queue, programs should be run on a thread with a short timeout. The length of the timeout can be extended by the sender incorporating an additional supplement into the Dogecoin fee that triggers execution (details forthcoming).

+

Dogecoin prices for running are announced by the runner account on its broadcast message feed (details forthcoming).

+

Token Transfer Speed

+

Dogecode programs must be sent as ordered sequences of individual Dogeparty asset "send" commands. To ensure that the token sends are incorporated into the blockchain in order, each send is performed only after the previous one is confirmed. This means that it can take minutes for each token run to be sent to the receiving account.

+

Multiple sends from the same account in the same block could be enabled by having multiple inputs available to it, this does not ensure ordering however.

+

Ideally, Dogeparty would be extended to allow multi-token sends in a single Dogecoin transaction. This would solve both confirmation and ordering.

diff --git a/doc/dogecode-whitepaper.markdown b/doc/dogecode-whitepaper.markdown new file mode 100644 index 0000000..87603da --- /dev/null +++ b/doc/dogecode-whitepaper.markdown @@ -0,0 +1,151 @@ +Dogecode White Paper v0.1 +========================= + +__Rob Myers __ + +__23-12-2014__ + +Overview +======== + +Dogecode (name to be finalized) is a system for representing computer programs using sequences of Dogeparty tokens in order to store, send, and execute their code via the Dogecoin blockchain. + +Tokens +====== + +The encoding for programs is a minor variant of the "Brainfuck" programming language, chosen for its minimalism: + +[http://en.wikipedia.org/wiki/Brainfuck](http://en.wikipedia.org/wiki/Brainfuck) + +Each Brainfuck programming language command is represented by an indivisible Dogeparty asset. + +A single occurrence of a command in a program is represented by the sending of a single token, e.g. + is represented by sending 1 INCB tokens . + +Multiple occurrences are represented by sending multiple tokens in a single transfer, e.g. +++++ is represented by sending 5 INCB tokens. + +The order and quantities of sends are significant, not the total number of tokens held by an address or account. + +Currently Used Tokens +--------------------- + +Reading bytes into the pointer (the "," command in Brainfuck) isn't currently supported. To enter data, use "+" and ">". + +INCP - > (Increment pointer) + +DECP - < (Decrement pointer) + +INCB - + (Increment byte at pointer) + +DECB - - (Decrement byte at pointer) + +PUTB - . (Write byte at pointer) + +JFOR - [ (Jump forward if byte at pointer is not zero) + +JBAK - ] (Jump back if byte at pointer is not zero) + +Reserved Tokens +--------------- + +These tokens are reserved to support future functionality. + +GETB - , (Read byte into pointer) + +IDAT - (Identify data to be read by READ. See Input/Output below.) + +RUNC - (This section of the code is complete, run it.) + +BADC - (This section of the code has a problem, do not run.) + +Encoding Of Programs +==================== + +Programs are represented as a sequence of quantities of Dogecode tokens sent from a single address. Order, quantity and sending address are all significant to the system. + +Ideally, programs would be represented as multiple sends in a single transaction. Until this is implemented, programs must be sent as an uninterrupted sequence of Dogecode tokens from a single address (no other tokens from the same address may interrupt the send). + +Single Program Addresses +------------------------ + +Single program addresses represent programs as a newly created Dogeparty address holding only the tokens sent to it in sequence that represent that single program's code. + +No additional programs may be stored using that address. + +If transferring the tokens fails or the program is found to be incorrect before it runs, a new address must be created and the correct sequence of tokens sent to it. + +Program Queue Addresses (Not Yet Implemented) +--------------------------------------------- + +Programs queued on an address for exection consist of a sequence of quantities of Dogecode tokens sent from a single address. + +Since programs cannot be sent as multiple tokens in a single transaction two addresses may send programs at (approximately) the same time, leading to program token sends from two or more addresses becoming interleaved. This requires sorting token sends by address as well as by time when fetching programs to run. + +Input/Output +============ + +Input Via +/> +------------- + +Data can be entered into memory using the + and > commands. This is currently the only supported method for entering data into a program. + +Input Via IDAT Token (Not Yet Implemented) +------------------------------------------ + +Details forthcoming. + +Output For Single Program Addresses +----------------------------------- + +Output is determined by running the program locally. + +Output For Program Queue Address Runner (Not Yet Implemented) +------------------------------------------------------------- + +Output is provided via broadcast messages on the Program Queue Address (details forthcoming). + +Running Programs +================ + +Single Program Addresses +------------------------ + +To execute the program, the system fetches all sends to the address in order and converts their token amounts to runs of Brainfuck commands. It then passes the resulting string to a Brainfuck interpreter. This will provide the final state and output of the program. + +Program Queue Address (Not Yet Implemented) +------------------------------------------- + +Programs can be sent to an address that you control in order to be run in a queue. + +Transactions from other addresses are ignored. + +Used tokens can be returned to the sending address or, if the queue address is also the sending address, kept for re-use. + +The runner polls the send table for new sends to the queue address. Sequences of tokens sent from a single address constitute programs to be executed. Programs are terminated with a RUNN token to trigger their execution, or an ERRR token if they should not be executed because (e.g.) a bug was found or the upload was corrupted. + +The output of the program can either be recorded locally or output via broadcast messages from the runner address (details forthcoming). + +To prevent programs that do not complete in a reasonable amount of time from disrupting the operation of the queue, programs should be run on a thread with a short timeout (details forthcoming). + +Program Queue Address As A Service (Not Yet Implemented) +-------------------------------------------------------- + +For Dogecode as a service, a program queue address that you control can execute Dogecode programs sent from addresses that others control in return for payment. + +Tokens sent to the runner address are not returned, they constitute part of the payment for the service. Additional payment is sent as a Dogecoin transaction following the program tokens. + +This system does not use RUNN/ERRR tokens to control execution. Receiving the Dogecoin payment acts as the command to execute the program. Should the payment not be sent within two minutes the program is not run and the tokens are forfeit - unsuccessful or erronious program uploads can have their execution cancelled by not sending payment. Should the incorrect amount of payment be sent, it can be corrected by sending a supplementary payment before any further Dogecode tokens are sent. If a supplement is not sent within two minutes, the tokens and incorrect payment are forfeited to the runner account. + +The output of the program is output via broadcast messages from the runner address (details forthcoming). + +To prevent programs that do not complete in a reasonable amount of time from disrupting the operation of the queue, programs should be run on a thread with a short timeout. The length of the timeout can be extended by the sender incorporating an additional supplement into the Dogecoin fee that triggers execution (details forthcoming). + +Dogecoin prices for running are announced by the runner account on its broadcast message feed (details forthcoming). + +Token Transfer Speed +==================== + +Dogecode programs must be sent as ordered sequences of individual Dogeparty asset "send" commands. To ensure that the token sends are incorporated into the blockchain in order, each send is performed only after the previous one is confirmed. This means that it can take minutes for each token run to be sent to the receiving account. + +Multiple sends from the same account in the same block could be enabled by having multiple inputs available to it, this does not ensure ordering however. + +Ideally, Dogeparty would be extended to allow multi-token sends in a single Dogecoin transaction. This would solve both confirmation and ordering. diff --git a/doc/dogecode-whitepaper.pdf b/doc/dogecode-whitepaper.pdf new file mode 100644 index 0000000000000000000000000000000000000000..ea2b8499c9e9cdb83db1a321ab7230efa8d22fb9 GIT binary patch literal 95955 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] + >++.>+.+++++++..+++.>++.<<+++++++++++++++. + >.+++.------.--------.>+.>. + """ + + brainfuck.evaluate(sourcecode) + +http://en.wikipedia.org/wiki/Brainfuck + +(C) Sebastian Kaspari 2011 +This programm is licensed under the terms of the +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE. + diff --git a/dogecode/__init__.py b/dogecode/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/dogecode/brainfuck.py b/dogecode/brainfuck.py new file mode 100644 index 0000000..8ecaacd --- /dev/null +++ b/dogecode/brainfuck.py @@ -0,0 +1,69 @@ +#!/usr/bin/python +# +# Brainfuck Interpreter +# Copyright 2011 Sebastian Kaspari +# Trivial mods 2014 Rob Myers +# +# Usage: ./brainfuck.py [FILE] + +import sys +from dogecode.getch import getch + +def execute(filename): + f = open(filename, "r") + evaluate(f.read()) + f.close() + + +def evaluate(code): + code = cleanup(list(code)) + bracemap = buildbracemap(code) + + cells, codeptr, cellptr = [0], 0, 0 + + while codeptr < len(code): + command = code[codeptr] + + if command == ">": + cellptr += 1 + if cellptr == len(cells): cells.append(0) + + if command == "<": + cellptr = 0 if cellptr <= 0 else cellptr - 1 + + if command == "+": + cells[cellptr] = cells[cellptr] + 1 if cells[cellptr] < 255 else 0 + + if command == "-": + cells[cellptr] = cells[cellptr] - 1 if cells[cellptr] > 0 else 255 + + if command == "[" and cells[cellptr] == 0: codeptr = bracemap[codeptr] + if command == "]" and cells[cellptr] != 0: codeptr = bracemap[codeptr] + if command == ".": sys.stdout.write(chr(cells[cellptr])) + if command == ",": cells[cellptr] = ord(getch.getch()) + + codeptr += 1 + + +def cleanup(code): + return list(filter(lambda x: x in ['.', ',', '[', ']', '<', '>', '+', '-'], code)) + + +def buildbracemap(code): + temp_bracestack, bracemap = [], {} + + for position, command in enumerate(code): + if command == "[": temp_bracestack.append(position) + if command == "]": + start = temp_bracestack.pop() + bracemap[start] = position + bracemap[position] = start + return bracemap + + +def main(): + if len(sys.argv) == 2: execute(sys.argv[1]) + else: print("Usage:", sys.argv[0], "filename") + +if __name__ == "__main__": main() + diff --git a/dogecode/compare.py b/dogecode/compare.py new file mode 100644 index 0000000..2b25671 --- /dev/null +++ b/dogecode/compare.py @@ -0,0 +1,30 @@ + +class TokenList(object): + """A class to keep track of a list of tokens""" + + def __init__(self): + """Create a new empty list""" + self.tokens = [] + + def append(self, token, count): + """Append the token count to the list""" + self.tokens.append((token, count)) + + def from_json(self, json): + """Initialize the token list from a json rpc query response""" + for send in json: + self.append(send["asset"], send["quantity"]) + + def equals(self, other): + """Compare the token list with another token list. + Return True if the list is equal, false if not.""" + result = True + num_tokens = len(self.tokens) + if != len(other.tokens): + result = False + else: + for i in range(0, num_tokens): + if self.tokens[i] != other.tokens[i]: + result = False + break + return result diff --git a/dogecode/getch.py b/dogecode/getch.py new file mode 100644 index 0000000..b2cb5fb --- /dev/null +++ b/dogecode/getch.py @@ -0,0 +1,43 @@ +# From http://code.activestate.com/recipes/134892/ +# "getch()-like unbuffered character reading from stdin +# on both Windows and Unix (Python recipe)" + +class _Getch: + """Gets a single character from standard input. Does not echo to the +screen.""" + def __init__(self): + try: + self.impl = _GetchWindows() + except ImportError: + self.impl = _GetchUnix() + + def __call__(self): return self.impl() + + +class _GetchUnix: + def __init__(self): + import tty, sys + + def __call__(self): + import sys, tty, termios + fd = sys.stdin.fileno() + old_settings = termios.tcgetattr(fd) + try: + tty.setraw(sys.stdin.fileno()) + ch = sys.stdin.read(1) + finally: + termios.tcsetattr(fd, termios.TCSADRAIN, old_settings) + return ch + + +class _GetchWindows: + def __init__(self): + import msvcrt + + def __call__(self): + import msvcrt + return msvcrt.getch() + + +getch = _Getch() + diff --git a/dogecode/network.py b/dogecode/network.py new file mode 100644 index 0000000..b1a2e43 --- /dev/null +++ b/dogecode/network.py @@ -0,0 +1,146 @@ +# network.py - Accessing the dogepartyd json-rpc api. +# Copyright (C) 2014 Rob Myers rob@robmyers.org +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +################################################################################ +# Imports +################################################################################ + +import json +import sys +import requests + + +################################################################################ +# Dogeparty API access +################################################################################ + +headers = {'content-type': 'application/json'} + +class DogepartyApi(object): + """Connect to and call the Dogeparty API""" + + def __init__(self, user, password, host='localhost', port='5000'): + """Configure the API connection""" + self.host = 'http://{}:{}@{}:{}'.format(user, + password, + host, + port) + + def call_api(self, method, params): + """Call dogepartyd via the json-rpc interface""" + payload = { + "method": method, + "params": params, + "jsonrpc": "2.0", + "id": 0 + } + response = requests.post(self.host, data=json.dumps(payload), headers=headers) + try: + return response.json()['result'] + except KeyError: + print(response.json()) + return False + + def send_token(self, from_address, to_address, token, amount, fee): + """Send the given amount of tokens""" + result = False + params = {'source': from_address, + 'destination': to_address, + 'asset': token, + 'quantity': int(amount), + 'fee': int(fee), + 'encoding': 'opreturn'} + tx_hash = self.call_api("do_send", params) + if tx_hash: + result = tx_hash + return result + + def __new_address_for_code(self): + """Return a new address to receive the tokens representing the program""" + return "" + + def __get_account_token_amount(self, address, token): + """Return the amount of token address has, 0 for none""" + return 0 + + def address_has_no_code_tokens(self, address): + """Check that address has no code tokens""" + has_none = True + for token in translation.TOKENS: + count = self.get_account_token_amount(address, token) + if token > 0: + has_none = False + break + return has_none + + def address_has_sufficient_tokens(self, address, token_pairs, warning_level=10): + """Check that address has sufficient tokens to send to express the program + encoded in token_pairs, warning if sending would reduce the amount of + tokens too low""" + totals = {} + for pair in token_pairs: + totals[pair[0]] = totals.get(pair[0], 0) + pair[1] + enough = True + for token, count in totals.items(): + available = get_account_token_amount(address, token) + if (available - count) < warning_level: + print("This program requires {} {} tokens. Address {} currently has {} . After this program it will only have {} .".format(count, token, address, available, available - count)) + if available < count: + print("Account {} has insufficient {} tokens ({})to send the {} needed to represent this program.".format(address, token, available, count)) + enough = False + break + return enough + + def __address_has_sufficient_fees(self, address, token_pairs, fee, warning_level=100): + """Check that the account has sufficient Dogecoins to pay the fees for all + the token transactions""" + total_required = len(token_pairs) * fee + #FIXME: work + return False + + def __upload_code(from_address, to_address, token_pairs, fee): + """Check that from_address has sufficient tokens and that to_address has + none, then create transactions to transfer the token amounts expressed + in token pairs from from_address to to_address""" + if self.address_has_sufficient_tokens(from_address, token_pairs) and \ + self.address_has_no_code_tokens(to_address): + pass + pass + + def token_transactions_for_address(self, receiver): + """Get the token transactions (and any doge transfers) sent to the adress. + This is insecure for fetching programs without further filtering.""" + params = {'filters': {'field':'destination', + 'op':'==', + 'value':receiver}, + 'order_by':'tx_index', + 'order_dir':'ASC'} + sends = self.call_api('get_sends', params) + return sends + + + def token_transactions_for_address_from_sender(self, receiver, sender): + """Get the token transactions (and any doge transfers) sent to the adress from the sender""" + params = {'filters': [{'field':'destination', + 'op':'==', + 'value':receiver}, + {'field':'sender', + 'op':'==', + 'value':sender}], + 'order_by':'tx_index', + 'order_dir':'ASC'} + sends = self.call_api('get_sends', params) + return sends diff --git a/dogecode/translation.py b/dogecode/translation.py new file mode 100644 index 0000000..55fdc07 --- /dev/null +++ b/dogecode/translation.py @@ -0,0 +1,161 @@ +# translation.py - Translate between Brainfuck commands and Dogeparty tokens +# Copyright (C) 2014 Rob Myers rob@robmyers.org +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +################################################################################ +# Imports +################################################################################ + +import csv, re + + +################################################################################ +# Token translation and formatting +################################################################################ + +# BF symbols to Dogeparty token names +SYMBOLS_TO_TOKENS = {'>':'INCP', '<':'DECP', '+':'INCB', '-':'DECB', '.':'PUTB', + ',':'GETB', '[':'JFOR', ']':'JBAK'} + +# Dogeparty token names to BF symbols +TOKENS_TO_SYMBOLS = {v: k for k, v in SYMBOLS_TO_TOKENS.items()} + +TOKENS = TOKENS_TO_SYMBOLS.keys() + +# BF symbols and nothing else +TOKENS_RE = re.compile(r'[^><+\-.,[\]]+') + +# Runs of BF symbols +TOKEN_RUN_RE = re.compile(r'(>+|<+|\++|-+|\.+|,+|\[+|]+)') + +# An initial comment +INITIAL_COMMENT = re.compile(r'^\[[^\]]+]') + + +################################################################################ +# Parse source code and convert to token amounts +################################################################################ + +def strip_non_token_characters(source): + """Return a copy of the sourc with all whitespace, newlines, letters, + numbers, and anything other than token characters removed from the + source.""" + return re.sub(TOKENS_RE, '', source) + +def remove_initial_comment(source): + """Remove the first [...] block from the code, it's just a comment""" + return re.sub(INITIAL_COMMENT, '', source) + +def run_to_token(run): + """Convert a run of characters to a tokem count pair""" + return (SYMBOLS_TO_TOKENS[run[0]], + len(run)) + +def code_to_token_runs(source): + """Convert program source to a list of token/run length pairs""" + runs = re.findall(TOKEN_RUN_RE, source) + return [run_to_token(run) for run in runs] + +def source_to_tokens(source, strip_initial_comment): + """Clean the source code and represent the program as pairs of + token/counts""" + source = strip_non_token_characters(source) + if strip_initial_comment: + source = remove_initial_comment(source) + return code_to_token_runs(source) + +def write_transactions_csv(token_pairs, csvfile): + writer = csv.writer(csvfile) + for pair in token_pairs: + writer.writerow((pair[0], pair[1])) + +def source_to_tokens_csv(source, csvfile, strip_initial_comment=True): + token_pairs = source_to_tokens(source, strip_initial_comment) + write_transactions_csv(token_pairs, csvfile) + + +################################################################################ +# Convert token amounts to source code +################################################################################ + +def token_to_run(token_pair): + """Convert a token/count tuple to a string containting count instances of + token""" + return TOKENS_TO_SYMBOLS[token_pair[0]] * token_pair[1] + +def token_runs_to_code(token_pairs): + """Convert a sequence of token/count tuples to a string of operator + symbols""" + code = '' + for pair in token_pairs: + code += token_to_run(pair) + return code + +def json_token_amounts_to_pairs(tokens_json): + """Extract a list of (TOKEN,N) pairs from the json list of token sends""" + pairs = [] + for send in tokens_json: + if send["status"] == "valid": + pairs.append((send["asset"], send["quantity"])) + return pairs + + +################################################################################ +# Compare token lists +################################################################################ + +class TokenList(object): + """A class to keep track of a list of tokens""" + + def __init__(self): + """Create a new empty list""" + self.tokens = [] + + def append(self, token, count): + """Append the token count to the list""" + self.tokens.append((token, int(count))) + + def from_json(self, json): + """Initialize the token list from a json rpc query response""" + for send in json: + self.append(send["asset"], send["quantity"]) + + def equals(self, other): + """Compare the token list with another token list. + Return True if the list is equal, false if not.""" + result = True + num_tokens = len(self.tokens) + if num_tokens != len(other.tokens): + result = False + else: + for i in range(0, num_tokens): + if self.tokens[i] != other.tokens[i]: + result = False + break + return result + + def is_subsequence_of(self, other): + """Check whether this is a proper subsequence of other. + An equal list is not a proper subsequence.""" + result = True + num_tokens = len(self.tokens) + if num_tokens >= len(other.tokens): + result = False + else: + for i in range(0, num_tokens): + if self.tokens[i] != other.tokens[i]: + result = False + break + return result diff --git a/dogecode/translation_tests.py b/dogecode/translation_tests.py new file mode 100644 index 0000000..50d7ab4 --- /dev/null +++ b/dogecode/translation_tests.py @@ -0,0 +1,52 @@ +import translation + +import unittest + +# Hello World, from Wikipedia +HELLO_WORLD = "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++." + + +class TestTranslation(unittest.TestCase): + + def test_to_and_from_tokens(self): + tokens = translation.source_to_tokens(HELLO_WORLD, True) + source = translation.token_runs_to_code(tokens) + self.assertEqual(source, HELLO_WORLD) + + def test_token_list_equality(self): + t1 = translation.TokenList() + t1.append("INCB", 8) + t1.append("JFOR", 1) + t1.append("INCP", 1) + t1.append("INCB", 4) + t1.append("JFOR", 1) + t2 = translation.TokenList() + t2.append("INCB", 8) + t2.append("JFOR", 1) + t2.append("INCP", 1) + t2.append("INCB", 4) + t2.append("JFOR", 1) + # Identity + self.assertTrue(t1.equals(t1)) + self.assertTrue(t2.equals(t2)) + # Reflexivity + self.assertTrue(t1.equals(t2)) + self.assertTrue(t2.equals(t1)) + + def test_token_list_subsequence(self): + t1 = translation.TokenList() + t1.append("INCB", 8) + t1.append("JFOR", 1) + t1.append("INCP", 1) + t1.append("INCB", 4) + t1.append("JFOR", 1) + t2 = translation.TokenList() + t2.append("INCB", 8) + t2.append("JFOR", 1) + t2.append("INCP", 1) + self.assertTrue(t2.is_subsequence_of(t1)) + self.assertFalse(t1.is_subsequence_of(t2)) + self.assertFalse(t1.is_subsequence_of(t1)) + +if __name__ == '__main__': + unittest.main() diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..7a43842 --- /dev/null +++ b/setup.py @@ -0,0 +1,28 @@ +import os +from setuptools import setup + +# Utility function to read the README file. +# Used for the long_description. It's nice, because now 1) we have a top level +# README file and 2) it's easier to type in the README file than to put a raw +# string in below ... +def read(fname): + return open(os.path.join(os.path.dirname(__file__), fname)).read() + +setup( + name = "dogecode", + version = "0.0.1", + author = "Rob Myers", + author_email = "rob@robmyers.org", + description = ("Representing and running programs as Dogeparty tokens."), + license = "GPLv3+", + keywords = "dogeparty", + url = "http://robmyers.org/dogecode", + packages=['dogecode'], + scripts=['bin/dcc', 'bin/dcsend', 'bin/dcrun'], + long_description=read('README'), + classifiers=[ + "Development Status :: 3 - Alpha", + "Topic :: Development", + "License :: OSI Approved :: GPL License", + ], +) -- 2.1.4