Escaping in C#: characters, strings, string formats, keywords, identifiers
From CodeProject:Different possibilities to escape literals and names/keywords.; Author: Andreas Gieriet; Updated: 23 Apr 2012; Section: C#; Chapter: Languages; Updated: 23 Apr 2012Click here to read...
View ArticleConstraints and compromises in ECMAScript 6
From jimmycuadra.com:This past week I attended a talk by Dave Herman, an employee of Mozilla and member of ECMA TC39, who are in charge of the standard for JavaScript. Dave talked about a few of the...
View ArticleGuava Splitter vs StringUtils
From Javalobby:So I recently wrote a post about good old reliable Apache Commons StringUtils, which provoked a couple of comments, one of which was that Google Guava provides better mechanisms for...
View ArticleLaconic DOM Library
From GitHub:Laconic is a lightweight approach to generating DOM content in JavaScript. The source code is available on GitHub. This code is beyond verbose, which makes determining the resulting...
View ArticleMemory and time efficient Levenshtein algorithm
From CodeProject:This is an alternative for "Fast, memory efficient Levenshtein algorithm"; Author: Horatiu-Andrei Stoianovici; Updated: 26 Apr 2012; Section: Algorithms & Recipes; Chapter: General...
View ArticleThe UTF-8-Everywhere Manifesto
From utf8everywhere.org:This document contains special characters. Without proper rendering support, you may see question marks, boxes, or other symbols. To promote usage and support of the UTF-8...
View ArticleStrings are from earth and StringBuilder from mars.
From CodeProject:I was happily married to string for a long time until I came to know the reality that "Strings are immutable" and not suitable for all scenarios. Recently I was working on a heavy HTML...
View ArticleDatastructure Tutorial - HyperDex 0.2b9 documentation
From hyperdex.org:As we have seen from the basic and advanced tutorials, HyperDex offers support for both the basic // primitives, as well as advanced features, such as asynchronous and atomic...
View ArticleApache Commons Lang StringUtils
From Javalobby:So, thought it'd be good to talk about another Java library that I like. It's been around for a while and is not perhaps the most exciting library, but it is very very useful. I probably...
View Articlepython `in` operator use cases
From kracekumar.com:Python operator is membership test operator. Examples: operator iterates over the list of elements and returns True or False. operator against dictionary checks for the presence of...
View ArticleHTTP Server Security Vulnerability: Please upgrade to 0.6.17
From blog.nodejs.org:A few weeks ago, Matthew Daley found a security vulnerability in Node's HTTP implementation, and thankfully did the responsible thing and reported it to us via email. He explained...
View ArticleConvert PDF file content into string using C#
From CodeProject:Hello friends, this is my first article in CodeProject.com. This article is mainly intended to read content from a PDF file and convert that into a string using C#. This was actually...
View ArticleGoogle releases dataset linking strings and concepts
From ebiquity.umbc.edu:Yesterday Google announced a very interesting resource with 175M short, unique text strings that were used to refer to one of 7.6M Wikipedia articles. This should be very useful...
View ArticleLearn Lua the Hard Way | Sanity Phailed.me
From phailed.me:Chapters 6–10 → The Table Tutorial. This tutorial is targeted at people who have never been exposed to programming previously but have mastered the elementary functions of a computer...
View ArticleiPhone-Powered gTar Teaches You How to Play the Guitar
From Mashable:If you’ve ever picked up a guitar for the first time and tried to play a favorite song, you know how discouraging it can be. The gTar coClick here to read moreTagged: #browser #facebook...
View ArticleIncrease productivity with Visual Studio extensions
From CodeProject:This article describes some useful and free Visual Studio extensions using which we can increase our productivity during development time. Day by day Visual Studio enhanced its...
View ArticleMySql: cleaning user input before storing the data
From moinne.com:This article describes a single MySql function to sanitize strings. The provided options are: replace multiple spaces to a single space remove Unix and Windows linebreaks and replace...
View ArticleSimple Python Queue with Redis
From peter-hoffmann.com:The following article shows how to use redis to build a simple multi-producer, multi-consumer Queue with an interface similar to the python standardlib queue. With this queue...
View ArticleNew RDF 1.1 Concepts and Abstract Syntax Draft Published
From World Wide Web Consortium (W3C):The W3C RDF Working Group has published a Working Draft of RDF 1.1 Concepts and Abstract Syntax. This document defines the RDF data model. Notable changes since the...
View ArticleMyBatis' Wicked Statement Builders
From Javalobby:I'm a Java and SQL enthusiast developer working for a leading company in the E-Banking field in Zurich, Switzerland. I'm the creator of JOOQ, a comprehensive SQL library for Java, and...
View Article