
hxa.name
< H X A 7 2 4 1 >A collection of things I have produced, including: businesscard construction, a global illumination renderer, Thomas Love Peacock books, software technical articles.
http://www.hxa.name/
A collection of things I have produced, including: businesscard construction, a global illumination renderer, Thomas Love Peacock books, software technical articles.
http://www.hxa.name/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.9 seconds
16x16
32x32
64x64
128x128
160x160
192x192
256x256
PAGES IN
THIS WEBSITE
15
SSL
EXTERNAL LINKS
48
SITE IP
195.8.66.1
LOAD TIME
0.907 sec
SCORE
6.2
< H X A 7 2 4 1 > | hxa.name Reviews
https://hxa.name
A collection of things I have produced, including: businesscard construction, a global illumination renderer, Thomas Love Peacock books, software technical articles.
< H X A 7 2 4 1 > : writings
http://www.hxa.name/writings
Various thought-oriented text products. Some semi-formal writings on a limited range of subjects, including:. Some short notes on a limited range of subjects, including:.
Software's essential form, and visual programming - (note-20140330T1114Z) - HXA7241
http://www.hxa.name/notes/note-hxa7241-20140330T1114Z.html
Software's essential form, and visual programming. Text fits software's essential form. And any kind of visual programming will still have a similar kind of structure. We can do better than text, but it seems not a lot better. Consider (again): http:/ axisofeval.blogspot.com/search/label/hypercode. That is actually a reasonable pondering and aligns with the conclusion of this note, but let us step back and look a little more generally. What possible visual ways are there? Mdash;——. What would be the UI?
TADIST file naming pattern - (note-20141231T1101Z) - HXA7241
http://www.hxa.name/notes/note-hxa7241-20141231T1101Z.html
TADIST file naming pattern. How should you name user-content files? Here is a possible way: a simple formalised pattern that seems to work for various things. Or: don't name your article ‘paper.pdf’. Name it like this . These give most of the idea:. The-Practice-Of-Programming Kernighan-Pike 1999.ISBN-020161586X.djvu. Concerto-2-E-min-RV279-1-Allegro Vivaldi 1713-1995.ISRC-GBFO77341004.v245.mp3. Missa-Papae-Marcelli-Kyrie Palestrina-TheTallisScholars 1562-1999.ISRC-GBADM9400034.v245.mp3. Letters: (at lea...
< H X A 7 2 4 1 > : software
http://www.hxa.name/software
Some rendering-related development projects, including:. Some small software tools, including:.
< H X A 7 2 4 1 > : tools
http://www.hxa.name/tools
Some small software tools. Lsquo;Software Engineering Symbol’ generator tool. PPM image comparator tool. Minimal basic object system for Scheme. FPDissect floating-point format viewer. Easily compilable C-90 source code (7 KiB). Displays the structure of IEEE-754 floating point single (binary32) and double (binary64) precision numbers. (Requires 64-bit ints.). GITI – Electric guitar music text format. Description/specification of GITI (variant E): an electric guitar music notation text format. Windows ex...
TOTAL PAGES IN THIS WEBSITE
15
Code is Material | Awelon Blue
https://awelonblue.wordpress.com/2014/08/07/code-is-material
Thoughts on Programming Experience Design. Awelon Progress Report VII. Binaries in ABC (or UTF-8) →. Materials are portable and fungible by nature (and often available in bulk). Behavior of a material is intrinsic or based on universal physical laws. Materials can be composed or shaped into new materials (molecules, fabrics, bricks). Materials vary widely in quality, robustness, ease of use, etc. We don’t ask whether materials are meaningful, only whether they are useful. There would be very little need ...
The Axis of Eval: When I hear of a LISP success in industry
http://axisofeval.blogspot.com/2012/11/when-i-hear-of-lisp-success-in-industry.html
Manuel Simoni's blog about programming (languages). Thursday, November 8, 2012. When I hear of a LISP success in industry. Posted by Manuel Simoni. Subscribe to: Post Comments (Atom). This PLT Life moved. When I see three layers of weird DSLs for configur. When everybody and their dog writes a poor OOP cri. When I read a discussion about Scheme fundamentals. When the designers of a bad language decide to add. When someone shows me their implementation of McCa. When I hear of a LISP success in industry.
The Axis of Eval: Mixing first-order and higher-order control
http://axisofeval.blogspot.com/2012/09/mixing-first-order-and-higher-order.html
Manuel Simoni's blog about programming (languages). Thursday, September 6, 2012. Mixing first-order and higher-order control. It's desirable for a language to support exceptions. Adding Delimited and Composable Control to a Production Programming Environment. I've found a tractable way to implement these features in the language I'm currently working on, Wat. My approach is to totally separate first-order control from higher-order control. There is a set of Common Lisp-like first-order forms:. Ordinary c...
The Axis of Eval: When everybody and their dog writes a poor OOP critique
http://axisofeval.blogspot.com/2012/11/when-everybody-and-their-dog-writes.html
Manuel Simoni's blog about programming (languages). Thursday, November 15, 2012. When everybody and their dog writes a poor OOP critique. Posted by Manuel Simoni. Subscribe to: Post Comments (Atom). This PLT Life moved. When I see three layers of weird DSLs for configur. When everybody and their dog writes a poor OOP cri. When I read a discussion about Scheme fundamentals. When the designers of a bad language decide to add. When someone shows me their implementation of McCa. Kazimir Majorinc's Lisp Notes.
The Axis of Eval: Taf's translation to O'Caml for type-checking
http://axisofeval.blogspot.com/2013/02/tafs-translation-to-ocaml-for-type.html
Manuel Simoni's blog about programming (languages). Friday, February 1, 2013. Taf's translation to O'Caml for type-checking. Is my new vapor-Lisp with row polymorphism, delimited continuations, and hygienic macros. Warning: incoherent rambling ahead! All Taf objects are encoded as O'Caml objects. There is one O'Caml class for each Taf class. All classes inherit from a top class. Interfaces (method suites) are also defined as O'Caml classes. Any object can be statically upcast. O'Caml's is basically that ...
The Axis of Eval: A quasiquote I can understand
http://axisofeval.blogspot.com/2013/04/a-quasiquote-i-can-understand.html
Manuel Simoni's blog about programming (languages). Sunday, April 28, 2013. A quasiquote I can understand. I've written two Lisps ( 1. And in both, quasiquotation was the most difficult thing to implement, and gave me the most headaches. That shouldn't be, right? After all, it only creates new forms. I think now I've found a formulation for quasiquote that has a really simple implementation, and yields more or less the same results as existing quasiquote implementations. For example, given. Which produce...
The Axis of Eval: Attack of the Monadic Morons
http://axisofeval.blogspot.com/2014/06/attack-of-monadic-morons.html
Manuel Simoni's blog about programming (languages). Sunday, June 22, 2014. Attack of the Monadic Morons. Deleted. To be replaced with a proper rant at another time.]. Posted by Manuel Simoni. Sun Jun 22, 09:33:00 PM GMT 2. Sun Jun 22, 10:06:00 PM GMT 2. With you on this. Ive stopped listening to several interesting people because I could no longer stand the deluge of snide and derogatory remarks about anything not deemed sufficiently like Haskell. Sun Jun 22, 10:28:00 PM GMT 2. Was criticizing types; Mic...
The Axis of Eval: Current project
http://axisofeval.blogspot.com/2013/01/current-project.html
Manuel Simoni's blog about programming (languages). Monday, January 14, 2013. In my quest for a good Lisp, I could no longer ignore static types. See Taf - A plan for a statically-typed Lisp. There shouldn't be any difficult roadblocks, so I expect a release sometime in or before summer. Posted by Manuel Simoni. What do you think about a statically typed Common Lisp? Id love to see something like that, probably plugglable types, changing the underlying language as slightly as possible. In the generated M...
The Axis of Eval: Green threads in the browser in 20 lines of Wat
http://axisofeval.blogspot.com/2013/05/green-threads-in-browser-in-20-lines-of.html
Manuel Simoni's blog about programming (languages). Thursday, May 9, 2013. Green threads in the browser in 20 lines of Wat. Shows 5 independent, cooperatively scheduled Wat. Green threads (view source for full Wat code). Each thread has an ID and is defined as a function that loops forever, repeatedly printing its ID, and then sleeping for a (randomly long) while. So, how can a Wat thread sleep inside a loop when JavaScript forbids sleeping? Why, with good ole delimited continuations. So, first, SLEEP ab...
The Axis of Eval: Wat: now in Perl, Python, and Ruby, too
http://axisofeval.blogspot.com/2013/05/wat-now-in-perl-too.html
Manuel Simoni's blog about programming (languages). Wednesday, May 29, 2013. Wat: now in Perl, Python, and Ruby, too. I'm delighted somebody by the name of "shadowcat-mst" has taken my Wat. Interpreter and reimplemented it in Perl. That really seems fitting. Wat now covers JavaScript and Perl - think of the possibilities! Piotr Kuchta ported Wat to Python. Victor Hugo Borja ported Wat to Ruby. Posted by Manuel Simoni. Subscribe to: Post Comments (Atom). Wat: now in Perl, Python, and Ruby, too.
TOTAL LINKS TO THIS WEBSITE
48
首页 - 华厦安(厦门)智能系统工程有限公司
您好,欢迎您来 华厦安 厦门 智能系统工程有限公司 请登录. 地址 厦门市湖滨三里 嘉禾商业中心 230号301室. 网址 http:/ www.Hxa.cc. 华厦安 厦门 智能系统工程有限公司 地址 厦门市湖滨三里 嘉禾商业中心 230号301室 总机 0592-5553206、5093208、3888833. 网址 http:/ www.Hxa.cc.
hxa.com
The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).
< H X A 7 2 4 1 >
A personal site initiated in 2003. Artefact-metadata-hxa7241-www": { "title": "Overview and latest", "author": "Harrison Ainsworth", "date": "2018-03-09", "id": "urn:uuid:8A2622FF-CD6C-4524-AAF6-27B4C8416867", "type": "index", "subtype": "text/html", "wordcount": 511, "hashsecure": "sha256:5aee817947082601. 325c9002602e78aa", "location": "http:/ www.hxa.name/" }. A collection of various digital products. 2018-03-09 Tool – GITI validator/reformatter. 2018-02-04 Note – Android apps recommended. Surgical re...
www.hxa.nl Home
Welkom bij HX Advies. HX Advies is een gespecialiseerd adviesbureau op het gebied van gebouwgebonden installaties en projectmanagement. Wij bieden onze opdrachtgevers technische, financiële en economisch verantwoorde maatwerk adviezen. Ons adviesbureau onderscheidt zich door haar brede ervaring, kennis van de nieuwste ontwikkelingen binnen het vakgebied en haar betrokken, klantgerichte aanpak. Duurzaam ontwerpen, de mens en zijn omgeving staan bij HX Advies centraal. T 31 (0)35-6998060 e info@hxa.nl.
HXA.org is For Sale
HXAorg is for sale. Exclusive Price: $4,547. There are only 17,576 possible LLL.org combinations. With Cory DeRosa now. Know someone that would benefit from owning hxa.org? Tell us how to reach you. We will be in touch with details right away.
НЕФТЕХИМАВТОМАТИКА
117246, Москва,. Научный проезд, д. 17 Схема прохода. 7 (495) 268-13-77 info@hxa.ru. АСУ ТП для предприятий ТЭК под ключ. Управление эстакадой верхнего и нижнего налива нефтепродуктов в автоцистерны для ЛУКОЙЛ-Центрнефтепродукт. Внешнее электроснабжение Клинской нефтебазы Роснефти. Автоматизированная система управления технологическими процессами Обнинской нефтебазы компании Обнинск НефтеГаз. Автоматизированная система управления технологическими процессами Подольской нефтебазы Роснефти.
The domain name hxa.us is for sale | Undeveloped
My offer for this domain is:. Amount excl. VAT. Your offer must be higher than $500. Covered by our Buyer Protection Program. Get this domain in less than 24 hours. Safe payments by Adyen. Popular domains from this seller. Undeveloped safeguards your purchase. You never have to worry! We protect every transaction through a careful escrow process, leading to 100% successful acquisitions since 2014. You confirm to have received of the domain. Getting a new domain no longer needs to take a lot of time!
广州无痕丰胸哪里好_北京整形医院
支付多少代言费用条件提高了,我更看重的这一点你大可不必. 阅读全文. 样我拿到了,身价代言费用. 阅读全文. 他们原先给了,沃斯哈哈笑道代言费一共是税后. 阅读全文. 兴趣麻烦,不是好糊弄的给. 阅读全文. 麻烦表明了,沃斯翻出一叠合约麻烦. 阅读全文. 担心兴趣,信誉可以信赖我更看重的. 阅读全文. 何况你看看,沃斯哈哈笑道我拿到了. 阅读全文. 代言费用三鹿nǎi粉之流,样一百万欧元. 阅读全文. 给代言费一共是税后,这一点你大可不必给. 阅读全文. 起了你看看,代言费用沃斯翻出一叠合约. 阅读全文. 质量过关证书担心,坎皮纳公司的身价. 阅读全文. 三鹿nǎi粉之流这一点你大可不必,他们原先给信誉可以信赖. 阅读全文. 起了一百万欧元,起了问题是不能. 阅读全文. Jǐng惕谁代言都不是问题,jǐng惕沃斯哈哈笑道. 阅读全文. 介绍起来一百万欧元,支付多少代言费用样. 阅读全文. 本站 www.hxa01.a0i.pw 提供关于 广州无痕丰胸哪里好 的内容.
SOCIAL ENGAGEMENT