Tutorial by Topics: d

When you make any changes to the classes then you need to run a dev/build?flush=1 to rebuild the manifest.
To run any of these examples just call them like that: static void Main() { new Program().ProcessDataAsync(); Console.ReadLine(); }
The ^M character stands for a carriage return in Vim (<c-m> or just <CR>). Vim displays this character when at least on line in the file uses LF line endings. In other words, when Vim consider a file to have fileformat=unix but some lines do have carriage returns (CR), the carriage r...
NetSuite is a cloud-based ERP, CRM, E-Commerce, and Professional Services management platform. It is used by over 30,000 companies to run their entire business. NetSuite is fully customizable by administrators and developers, including via a JavaScript-based API called SuiteScript. Developers are...
Wicket is a component-based framework, which puts it in stark contrast to some of the earlier solutions to the sometimes monotonous task of web programming. Like other frameworks, Wicket builds on top of Sun's servlet API. However, unlike frameworks like Struts or Spring MVC, the developer using ...
A good explanation of HDFS and how it works. Syntax should contain the commands which maybe use in HDFS.
Apache Flex is an open source application framework curated by the Apache Foundation. It provides an environment where you can build SWF applications that can then executed on any Flash runtime or compiled with Adobe Air to execute natively on mobile environments (Android, iOS, BlackBerry) and des...
Hadoop v1 commands: hadoop fs -<command> Hadoop v2 commands: hdfs dfs -<command>

Page 75 of 221