blog.team23.ru
.NET на практике: октября 2008
http://blog.team23.ru/2008_10_01_archive.html
Пятница, 31 октября 2008 г. В связи с открытием api ВКонтакте ( userapi.ru. Есть идея написать OpenId провайдера для пользователей этой социальной сети. Благо уже и Microsoft c Google стали поддерживать эту технологию федеративной аутентификации. Вторник, 21 октября 2008 г. Электронная таблица с помощью ANTLR. Но прежде чем вычислить что-то, надо понять что – т.е. распарсить текстовый вход и построить на основе него. Так вот, для этого незаменимым и эффективным инструментом оказался. Это еще один пример ...
turbolent.com
turbolent: Into the Turing tar-pit
http://www.turbolent.com/2014/10/05/into-the-turing-tar-pit.html
Into the Turing tar-pit. At the first Copenhagen Tech Polyglot Meetup. I presented some options and gave some tips on how to get started with designing a programming language and writing a compiler for it. This is a more detailed follow up post. You can find the slides on Speaker Deck. And download them as a PDF. First of all, it should be clear why you would want to create a new language or compiler. What is the problem you are trying to solve? Is there already an adequate language for it? Implementing ...
jianghu-programmer.blogspot.com
江湖程序员: 三月 2009
http://jianghu-programmer.blogspot.com/2009_03_01_archive.html
Http:/ topic.csdn.net/u/20071222/23/341d4cd1-9915-425c-a5e3-c0331f5e279b.html. 看到的 kishineu 发的帖子。全文转载如下:. 单、务实、美起初很喜欢东软那种学校的氛围文化,但是. 2年了,当时的热情已经冷却、激情不再,梦想成了白日. 梦,在东软我的确收获了很多,在开发技能上、规范上我. 东软,做行业线开发的据说是出差多、娶媳妇难、奖金. 少,做外包业务的,加班多、睡觉难、但奖金多。但是大. 究生,干得活是一样的,每个月才1000元的补助,但我们. 更少才3、400元,但是他没被卖给鬼子,而是卖给了中国. 1、工作环境:园区很优美、像一个校园。 2、同事关系:因为大都是刚毕业的学生,人际关系相对. 3、规范化:通过了cmm5级,部门内部也大都能执行3或4. 4、称呼上:新员工称老员工老师,有种学校的感觉。 5、公司品牌:在沈阳,说自己是东软的,在东大附近还. 1、文化已经变质了:当初那个简单的文化逐渐变得复杂,美. 3、关系上:只有个老师的称谓,但没有老师的作风,只. 菜, 哪里还有什么嚼头, 不过把一个已经不再支持的系统.
audao.spoledge.com
AuDAO - SQL and Java DAO generator - Documentation
http://audao.spoledge.com/doc-gae-features.html
5 Google App Engine Specific Features. This chapter describes DAO generator features specific for Google App Engine target. 511 GAE Core Types. 521 Do Not Store Null Values. 522 Explicit Unindexed Columns. 53 Finders and Lists. 531 Finder Signature - List or Element. 532 Expanded Conditions for List Properties. 541 L0 Cache - Entity Memory Cache. 542 L1 Cache - DTO Memory Cache. 543 L2 Cache - DTO MemcacheService Cache. 55 Dynamic GQL Parser. 56 Extended GQL Parser. 5671 Standard GQL Functions. As of the...
l4ka.org
L4Ka - Virtualization - Pre-virtualization
http://www.l4ka.org/79.php
Pre-virtualization is a virtual-machine construction technique that combines the. Of para-virtualization with the. We offer two pre-virtualization solutions, VMI. Both of which share a common runtime environment. We have almost completed our support for the latest VMI interface; it requires a few changes to our runtime, and will support Xen v2 and Xen v3. We'll release as soon as we have completed the changes. The core runtime used by both VMI and Afterburning is our. Also known as the. It presents princ...
uberhip.com
Open Source ANTLR4 Grammar for NASA's PDS3 Label Format
http://www.uberhip.com/planetary/pds3/python/2015/01/17/PDS3_ANTLR_Grammar
Open Source ANTLR4 Grammar for NASA's PDS3 Label Format. Jan 17, 2015. At the November 2014 DesertPy. Meeting I learned about ANTLR the parser generator. And thought that would be the proper way to approach writing a parser for the labels of NASA’s PDS3 file format. I spent some time and read The Definitive ANTLR 4 Reference. Affiliate link) and have pieced together a grammar that works fairly well at this point. Generated Python Parser v0.9.0. In the grammar related to handling strings.
codeproject.com
A New Parser Generator for C# - CodeProject
http://www.codeproject.com/Articles/664785/A-New-Parser-Generator-for-Csharp
12,445,025 members (52,955 online). Submit an article or tip. Ask a Question about this article. Collaboration / Beta Testing. C / C / MFC. ATL / WTL / STL. Site Bugs / Suggestions. Spam and Abuse Watch. The Daily Build Newsletter. The Weird and The Wonderful. Posted 7 Oct 2013. A New Parser Generator for C#. 496/5 - 67 votes. Please Sign up or sign in. LLLPG, the Loyc LL(k) Parser Generator: now parsing C# itself! Last version published on CodeProject. Find the new version on the new home page. While AN...
igorbrejc.net
igorbrejc.net » Cartography
http://igorbrejc.net/category/cartography
Just another developer’s weblog. Archive for the 'Cartography' Category. Published by breki on 12 Mar 2011. Maperitive: Plans For The Second Year. Today Maperitive celebrates its first birthday! It has been a productive year and Maperitive has learnt a lot of new stuff. This doesn’t mean the GUI will be totally forgotten. It does however mean I will prioritize other things over it. My general goal is for Maperitive to become a tool for making high-quality maps. With emphasis on scripting and automation.
logicalore.net
logical ore: ANTLR translator for embedded scripting language
http://www.logicalore.net/2011/06/antlr-translator-for-embedded-scripting.html
Sunday, June 5, 2011. ANTLR translator for embedded scripting language. I have posted code for this. Last month, I wrote a post detailing the building of a scripting language interpreter inside of ActionScript. The interpreter worked from abstract syntax trees represented in XML, however the idea of programming in this environment is not too appealing. Therefore, I knew I had to build a translator to take a C-like syntax and translate it into my XML abstract syntax tree format. I chose to use. Statements...
SOCIAL ENGAGEMENT