fhwang.net
Francis Hwang: JsonDeepCompare
http://www.fhwang.net/2014/03/20/JsonDeepCompare
For a recent consulting project, I found myself comparing a lot of large JSON documents in tests, which can be frustrating since differences don't show up well when comparing the hashes normally. Hence JsonDeepCompare. A Ruby gem for comparing large JSON documents and showing the most specific points of difference if they are unequal. Let's say you've got a test case:. Running it will output this error:. The selector syntax uses a limited subset of JSONSelect. To describe where to find the differences.
blog.touv.fr
Nicolas Thouvenin: 01/09/11
http://blog.touv.fr/2011_09_01_archive.html
Pour partager quelques idées numériques. Underscore JSONSelect = XPath for JSON? Permet de picorer dans un objet javascript à l'aide de sélecteur CSS. Exemple :. Fournit 60 fonctions orientées programmation fonctionnelle. Et partie elles, une trentaine simplifient grandement la manipulation et le traitement des listes et des tableaux. Exemple :. JSONSelect permet de récupérer des listes d'objet ou des tableaux de valeur, Underscore permet de manipuler des listes et des tableaux. Jeudi, septembre 08, 2011.
writings.nunojob.com
Nuno Job — Why SQL Sucks for NoSQL Unstructured Databases
http://writings.nunojob.com/2011/06/why-sql-sucks-for-nosql-unstructured-databases.html
Geek Open-source enthusiast. Shaping the future of the node.js @nodejitsu. This is the old blog, check the new one at nunojob.com. Why SQL Sucks for NoSQL Unstructured Databases. As some of my readers know I have now worked in two document databases: IBM pureXML. A native XML database built on top of a relational engine. That offers both relational ( SQL/XML. And unstructured ( XQuery. Query languages, and MarkLogic. Or even the more mature Hadoop based SQL interfaces. When the Two Worlds Collide. What t...
gleero.com
Глиробложик
http://gleero.com/page-2
27 августа 2013, 2:16. Есть ли версия иконки для айфона? Есть ли иконки нужного размера? Какой программой быстро сделать мультиразмерную фавиконку? На все эти вопросы приходилось отвечать перед завершением каждого проекта. Чеклист чеклистом, но ситуация требовала автоматизации. Была изучена матчасть по иконкам, их форматам и размерам, которая позже переросла в баш-скрипт. А потом и в плагин для гранта. Npm install grunt-favicons - save-dev. Чтобы всё работало, требуется установить imagemagick. Булевая оп...
github.com
GitHub - ddopson/underscore-cli: Command-line utility-belt for hacking JSON and Javascript.
https://github.com/ddopson/underscore-cli
Command-line utility-belt for hacking JSON and Javascript. Use Git or checkout with SVN using the web URL. Apr 19, 2016. Version bump "0.2.19". Failed to load latest commit information. Fix broken iteration via .map. Feb 1, 2016. Aug 10, 2012. Example-data - add broken.template, and complex.msgpack. Sep 19, 2012. Use propper underscore.strings mixin method. Feb 9, 2016. Mar 29, 2012. Version-bump and add coffee-script to deployment dir. Apr 29, 2012. Jul 29, 2012. Nov 19, 2015. Jun 28, 2012. Oct 27, 2015.
wiki.easyvista.com
ev|Apps Builder - H2.2015 - Release Notes (Documentation.Apps - November 2015 - Release Notes) - XWiki
https://wiki.easyvista.com/xwiki/bin/view/Documentation/Apps%20-%20November%202015%20-%20Release%20Notes
Thank you for your contribution. I found this page useful. I didn’t understand something on this page. There’s an error on this page. There’s something missing on this page. Welcome to the EasyVista Wiki. Ev Apps Builder - H2.2015 - Release Notes. Ev Apps Builder - H2.2015 - Release Notes. What’s new in the infrastructure. What’s new in access management. New profile: Theme Designer. What’s new: general aspects. Standardization of the popup window system. What’s new in the App Gallery. The new version of.
blog.simeonov.com
JSON and JSONlines from the command line | HighContrast
https://blog.simeonov.com/2014/01/21/manipulating-json-jsonlines-command-line
Simeon Simeonov on entrepreneurship, innovation and venture capital. My most favorite math proof ever. Angel investing strategies →. JSON and JSONlines from the command line. January 21, 2014. We have many terabytes of JSON-like data in MongoDB. And even Amazon Redshift. While the internal representations are typically not JSON but BSON. Or native encodings, when it comes time to move large amounts of data for easy ad hoc processing I often end up using JSON and its bulk cousin, JSONlines. Because of its...
91coding.com
浪淘沙 | 静观己心,厚积薄发 - Part 4
http://91coding.com/page/4
使用ll 查看文件的权限为 -rw-r–r– 1 root root , 我作为一个root应该可以修改的。 Chattr -i config.php. 同样 D检查压缩文件中的错误的功能,需要2.5.19以上内核才能支持。 Http:/ blog.csdn.net/phphot/article/details/4089791. Http:/ baike.baidu.com/link? Http:/ linux.chinaitlab.com/command/38018.html. 处理办法为 在C: Windows System32 drivers etc 目录上 右键 ,执行”管理员取得所有权”操作,执行后即可对HOSTS文件进行操作。 如果右键目录没有 管理员取得所有权 选项,将下面的代码放在一个文本文件里面,然将该文本文件修改为.reg文件,双击运行,系统提示. Windows Registry Editor Version 5.00. HKEY CLASSES ROOT * shell runas]. HKEY CLASSES ROOT * shell runas Command]. 解决方法是...