Bookmarks Menu
- Recently Bookmarked
- Recent Tags
Ubuntu and Free Software links
- Information and resources about Ubuntu, Debian and Free Software in general
- Ubuntu
- Ubuntu Wiki (community-edited website)
- Make a Support Request to the Ubuntu Community
- Debian (Ubuntu is based on Debian)
- Ubuntu One - The personal cloud that brings your digital life together
Mozilla Firefox
- Help and Tutorials
- Customize Firefox
- Get Involved
- About Us
Bookmarks Toolbar
- Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar
- Most Visited
- Honeycombdata Wiki
-
- HTML Cleaner - Word To HTML Converter
- Get rid of your dirty markup with the free online HTML Cleaner. Easy to compose, edit, format and minify the web code with this online tool. Convert Word docs to tidy HTML
- Word to Html - Free Online Converter And Cleanup
- Convert your text to clean valid HTML. Just paste your text into the box and it is instantly converted to clean valid HTML.
UI
Zookeeper
- ZooKeeper -Distributed Process Coordination.pdf - 下载频道 - CSDN.NET
- Zookeeper最早是Hadoop的一个子项目,主要为Hadoop生态系统中一些列组件提供统一的分布式协作服务,在2010年10月升级成Apache Software Foundation(ASF)顶级项目,它主要提供以下的四个功能:
功能名
组管理服务
分布式配置服务
分布式同步服务
分布式命名服务
- ZooKeeper Resilience at Pinterest | Pinterest Engineering
- Apache ZooKeeper is an open source distributed coordination service that’s popular for use cases like service discovery, dynamic configuration management and distributed locking. While it’s versatile and useful, it has failure modes that can be hard to prepare for and recover from, and if used for site critical functionality, can have a significant impact on site availability.
- ZooKeeper Getting Started Guide
-
- Index of /zookeeper/stable
-
- simple standalone mode not starting zk 3.4.6? · Issue #214 · Netflix/exhibitor
- exhibitor - ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.
- qiuxiafei/zk-web: A web UI for zookeeper
- zk-web - A web UI for zookeeper
socket
Telnet
- Symantec - How to use Telnet to test TCP connections
-
- telnet socket test - Google Search
-
c++
- Linux Socket Programming In C++ LG #74
-
- Linux Howtos: C/C++ -> Sockets Tutorial
-
- c - socket connect() vs bind() - Stack Overflow
-
python
- 17.2. socket — Low-level networking interface — Python 2.7.11 documentation
-
- Socket Programming HOWTO — Python 2.7.11 documentation
-
- TCP/IP Client and Server - Python Module of the Week
-
- The Python Standard Library — Python 2.7.11 documentation
-
- Sockets programming in Python
- This tutorial shows how to develop sockets-based networking applications using Python. In this tutorial, you first learn a few Python basics and see why Python makes a good network programming language. Then you move on to the basic sockets features of Python, using a sample chat application as a guide, and look at several other, high-level, classes that provide asynchronous communications.
- Sockets programming in Python
- This tutorial shows how to develop sockets-based networking applications using Python. In this tutorial, you first learn a few Python basics and see why Python makes a good network programming language. Then you move on to the basic sockets features of Python, using a sample chat application as a guide, and look at several other, high-level, classes that provide asynchronous communications.
- (Very) basic Python client socket example - Stack Overflow
-
- Receive full data with the recv socket function in python
- In an earlier article we saw how to send and receive data in python using sockets. Lets take a quick example : The output of the above code might be
- Web & Internet - Python for Beginners
- Using Feedparser in Python,Scraping Wunderground,How to use the Hacker News API,Python - Quick Start Web,How to use Reddit API in Python,
- osx - What is the simplest way to test a plain socket server - Super User
-
- Python Networking Programming
- Python Network Programming - Learning Python in simple and easy steps : A beginner's tutorial containing complete knowledge of Python Syntax Object Oriented Language, Methods, Tuples, Tools/Utilities, Exceptions Handling, Sockets, GUI, Extentions, XML Programming.
- Internet Programming in Python
-
- IBM developerWorks : Linux : Technical library
- Browse the Linux technical library view for technical articles and tips, tutorials, and IBM Redbooks. View the list by product, title, topic, or keyword and sort your results.
- Grafana - System Overview
-
- Best Online JSON Editor view, edit and format JSON online
- Online JSON Editor - is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in a code editor.
- JSON Editor Online - view, edit and format JSON online
- JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in a code editor.
web
Python
JSON
- Python: Reading a JSON file - DZone Big Data
- I’ve been playing around with some code to spin up AWS instances using Fabric and Boto and one thing that I wanted to do was define a bunch...
- Parsing values from a JSON file in Python - Stack Overflow
-
- 18.2. json — JSON encoder and decoder — Python 2.7.11 documentation
-
map
- Python Dictionary
- Python Dictionary - Learning Python in simple and easy steps : A beginner's tutorial containing complete knowledge of Python Syntax Object Oriented Language, Methods, Tuples, Tools/Utilities, Exceptions Handling, Sockets, GUI, Extentions, XML Programming.
- Python Dictionaries
-
- Python Tutorial: Dictionaries
- Dictionaries and Operators and Methods on Dictionaries in Python
- Python add new item to dictionary - Stack Overflow
-
- Add key to a dictionary in Python? - Stack Overflow
-
- Adding Items to Dictionaries in Python for dictionary and key Code Example - Runnable
- Adding Items to Dictionaries in Python for dictionary and key Code Example - Runnable
- dictionary - Convert a python dict to a string and back - Stack Overflow
-
book
- Learning Python, 5th Edition.pdf - Google Drive
-
- Free Python Books - Part 4 : PDF Download
- Download free Python eBooks in pdf format or read Python books online.
- Learning Python 5th Edition PDF | DropPDF
- Read Learning Python 5th Edition PDF. Share your PDF documents easily on DropPDF
- Getting Started with Python: Variable Scope
-
- scope - Short Description of Python Scoping Rules - Stack Overflow
-
- Python Tutorial: Global vs. Local Variables and Namespaces
- Global versus local Variables, i.e. when and how to use global and local
variables in namespaces in Python
- python - Using global variables in a function other than the one that created them - Stack Overflow
-
- Learn Python The Hard Way
-
JavaScript
tutorial
- JavaScript Hello World: How to Write Your First Program in JavaScript
- Learn how to get started with web programming by creating this simple JavaScript Hello World program
- JavaScript Tutorial
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- Getting Started | Google Maps JavaScript API | Google Developers
-
- JavaScript | Codecademy
- Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.
- JavaScript basics - Learning the Web | MDN
- JavaScript ("JS" for short) is a full-fledged dynamic programming language that, when applied to an HTML document, can provide dynamic interactivity on websites. It was invented by Brendan Eich, co-founder of the Mozilla project, the Mozilla Foundation, and the Mozilla Corporation.
- Eloquent JavaScript
-
- Contents -- Eloquent JavaScript
-
- How Do You Structure JavaScript? The Module Pattern Edition | CSS-Tricks
- JavaScript is interesting in that it enforces no particular structure upon you. "Bring Your Own Organization", if you will. As I write more and more JavaSc
java vs. js
- Java vs. JavaScript
- A straight-text description of how JavaScript differs from Java, along with a little history about each.
- javascript - Node.js throws er Unhandled error event - Stack Overflow
-
- Java vs. JavaScript: What’s the Difference? | Segue Technologies - Custom Software Development, Professional Website Design, Information Technology
- Similar Names For Different Technologies Can Cause a Lot of Confusion. This Article Provides an Answer for a Question That May Never Go Away!
- How is JavaScript different from Java?
- Learn about JavaScript and how is it different from Java technology. Includes cause of the error message: JavaScript Error javascript.JSException: Unknown name and how to correct this error.
this
- javascript this. - Google Search
-
- this - JavaScript | MDN
- A function's this keyword behaves a little differently in JavaScript compared to other languages. It also has some differences between strict mode and non-strict mode.
- Understand JavaScript’s “this” With Clarity, and Master It | JavaScript is Sexy
-
- javascript - How does the "this" keyword work? - Stack Overflow
-
- Mike West is a Web Developer in Munich
-
- peter.michaux.ca - JavaScript Widgets Without "this"
-
- Javascript - The this keyword
-
- Metaduck
-
- World Wide Web Consortium (W3C)
- The World Wide Web Consortium (W3C) is an international community where Member organizations, a full-time staff, and the public work together to develop Web standards.
- JavaScript and HTML DOM Reference
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- Tryit Editor v2.6
-
- JS Bin - Collaborative JavaScript Debugging
- A live pastebin for HTML, CSS & JavaScript and a range of processors, including SCSS, CoffeeScript, Jade and more...
- Closures - JavaScript | MDN
- Closures are functions that refer to independent (free) variables. In other words, the function defined in the closure 'remembers' the environment in which it was created.
- Date.parse() - JavaScript | MDN
- The Date.parse() method parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC or NaN if the string is unrecognised or contains illegal date values (e.g. 2015-02-31).
- Edit fiddle - JSFiddle
- Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
DOM
- JavaScript HTML DOM
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- XML DOM Tutorial
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- JavaScript DOM Tutorials
-
- JavaScript and the DOM Series: Lesson 1 - Envato Tuts+ Code Tutorial
- Hello and welcome to the first part of what will hopefully be an extensive series covering core aspects of the JavaScript programming language and the DOM API.
While frameworks such as jQuery, Prototype and MooTools are great ways of suppressing browser bugs and speeding up development, it's important to know and understand the underlying technologies. This series intends to tell you what you need to know about JavaScript and the Document Object Model (DOM). Even if you swear by a particular library this will still benefit you - knowing how something works under the skin can only be a good thing! | Difficulty: Intermediate; Tags: Web Development, JavaScript, DOM
- DOM Standard
-
- Document Object Model (Core) Level 1
-
- Advanced Google Analytics Tracking – Introduction to DOM | Optimize Smart
- Learn advanced tracking in Google and Universal Analytics through 'Document Object Model' (DOM) and track anything that can be connected to the internet.
- DOM Core » Learn JavaScript DOM Core | JavaScript Tutorials | Cheat Sheet
- Learn JAVASCRIPT at the SitePoint JavaScript Reference » Learn JavaScript DOM Core | JavaScript Tutorials | Cheat Sheet
. With full descriptions, working examples, and browser compatibility information on the entire JAVASCRIPT language.
- DOM tutorial - Google Search
-
hosting
- Neocities: Create your own free website!
- Free web hosting and tools that allow anyone to create a website. Join our community today!
- WordPress.com: Create a free website or blog
- Create a free website or easily build a blog on WordPress.com. Hundreds of free, customizable, mobile-ready designs and themes. Free hosting and support.
- Blogger
- Free weblog publishing tool from Google, for sharing text, photos and video.
- Publishing your website - Learning the Web | MDN
- Publishing a website isn't a simple topic, mainly because there are so many different ways to do it. In this article we don't aim to document all possible methods. Rather, we'll discuss the pros and cons of three broad strategies from a beginner's point of view, and then walk you through one method that will work for now.
- scottleesite
-
- How to Create A Blog with Blogger.Com
-
- The web site of scottlee
-
html&CSS
- Learn to Code HTML & CSS
-
- Learn to Code HTML & CSS - Beginner & Advanced
-
- Animate.css
-
- Free Events - Intertech
- Intertech sponsors and hosts free to attend Java User Group and Oxygen Blast events. Visit website for more information.
- How to run angularjs documentation localy - Stack Overflow
-
- SitePoint – Learn HTML, CSS, JavaScript, PHP, Ruby & Responsive Design
- Learn Web Design & Development with SitePoint tutorials, courses and books - HTML5, CSS3, JavaScript, PHP, mobile app development, Responsive Web Design
- Webmaker
-
framework
other package
- INSPINIA - Responsive Admin Theme - Live Preview - WrapBootstrap
- Live preview for INSPINIA - Responsive Admin Theme at WrapBootstrap
- INSPINIA - Responsive Admin Theme | Admin & Dashboards | WrapBootstrap - Bootstrap Themes & Templates
- INSPINIA IN+ - WebApp Admin Theme Introduction INSPINIA Admin Theme is a premium admin dashboard template with flat design concept. It is fully responsive admin dashboard template built with Bootstrap
- bootstrap-select
- Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to normal select boxes.
- Tutorial: Flot – How to Add Charts to your Web Pages - Pikemere Web Services
- Computer repair and Laptop Repair in Alsager, Kidsgrove, Talke, Stoke-On-Trent, Staffordshire, Congleton, Newcastle
jQuery
- About jQuery | jQuery Learning Center
- jQuery: The Write Less, Do More, JavaScript Library
- jQuery Fundamentals :: A guide to the basics of jQuery
-
- jQuery Fundamentals
-
- 100+ Best Free jQuery Tutorials, eBooks and PDF Resources To learn jQuery Online | FromDev
- Best Free Web Resources to Learn jQuery Online
- 6 Latest Free jQuery Ebooks | Learning jQuery
- 6 Latest Free jQuery Ebooks at Learning jQuery
- jQuery Fundamentals: a Free Online Book
-
- Getting Started with jQuery
- In this article, I'll be introducing and laying the groundwork for advanced JavaScript development with one of the most popular JavaScript libraries available: jQuery.
- jQuery Tutorial for Beginners: Nothing But the Goods | Impressive Webs
- Not too long ago I wrote an article for Six Revisions called Getting Started with jQuery that covered some important things (concept-wise) that beginning jQuery
- jquery - Flot charts giving "$.plot is not a function" - Stack Overflow
-
- html - $.plot is not a function Jquery - Stack Overflow
-
AngularJS
- johnpapa/angular-styleguide
- angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
- AngularJS — Superheroic JavaScript MVW Framework
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVW, MVVM, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- AngularJS: Developer Guide: Conceptual Overview
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- AngularJS: API: API Reference
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- anglur js - Google Search
-
- Introduction to AngularJS_
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- Ultimate guide to learning AngularJS in one day @toddmotto
- Mastered this? Try my Opinionated AngularJS styleguide for teams
- AngularJS - Wikipedia, the free encyclopedia
-
scope
- AngularJS : What is the difference between '@' and '=' in directive scope - Stack Overflow
-
- Mastering the scope of the directives in AngularJS
- What are Directives Directives are one of the most powerful features of AngularJS. You can imagine them as building blocks ( aka re-usable …
controller
- javascript - AngularJs "controller as" syntax - clarification? - Stack Overflow
-
directive
- A Practical Guide to AngularJS Directives - SitePoint
- This article, the first in a two part series, introduces AngularJS directives.
- angularjs - Set Page title using UI-Router - Stack Overflow
-
- AngularJS: Developer Guide: Directives
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- Accessing attributes from an AngularJS directive - Stack Overflow
-
module & best practice
- Opinionated AngularJS styleguide for teams @toddmotto
- After reading Google’s AngularJS guidelines, I felt they were a little too incomplete and also guided towards using the Closure library. They also state “We ...
- How do I write a custom module for AngularJS? - Stack Overflow
-
- AngularJS best practices for module declaration? - Stack Overflow
-
- AngularJS: API: angular.module
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
Angular-UI
- Home · angular-ui/ui-router Wiki
- ui-router - The de-facto solution to flexible routing with nested views in AngularJS
- Multiple Named Views · angular-ui/ui-router Wiki
- ui-router - The de-facto solution to flexible routing with nested views in AngularJS
- UI Router: ui.router
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- UI-Router
- UI-Router : UI-Router for Nested Routing by the AngularUI Team!
- UI-Router: Why many developers don't use AngularJS's built-in router - Funny Ant
-
- AngularJS-ui-router.key - AngularJS-ui-router.pdf
-
- Mark Volkmann
-
- angularjs - use of $inject in angular js in controllers? - Stack Overflow
-
- Recipes with Angular.js - Passing Configuration Params Using HTML Attributes
-
- javascript - AngularJS : What is a factory? - Stack Overflow
-
- angular-chart.js - beautiful, reactive, responsive charts for Angular.JS using Chart.js
-
- AngularJS Charts & Graphs - FusionCharts
- AngularJS charts plugin for adding interactive charts & maps to your AngularJS projects. Use our open-source plugin to plot 90+ charts and 1000+ maps.
- Understanding bind and bindAll in Backbone.js | BigBinary Blog
- Backbone.js makes extensive use of bind and bindAll. Internally these methods use some clever techniques. This blog deep dives into those methods to see how they work.
Node
- LoopBack
-
- StrongLoop | Develop APIs in Node.js, DevOps and Support
-
- Command-line reference (slc loopback) - LoopBack - Documentation
-
- Create a simple API - LoopBack - Documentation
-
- Add a static web page - LoopBack - Documentation
-
- Remote methods - LoopBack - Documentation
-
- node-zookeeper-client
- A pure Javascript ZooKeeper client for Node.js.
- Getting started · Bootstrap
- Bootstrap, a sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
- Getting started - Grunt: The JavaScript Task Runner
-
- How to Manage Front-End JavaScript and CSS Dependencies with Bower on Ubuntu 14.04 | DigitalOcean
- In this tutorial you'll learn how to install and use Bower on an Ubuntu 14.04 server. We'll use to Bower to install Bootstrap and AngularJS and illustrate them running a simple application on an Nginx web server. [Bower](http://bower.io/) is a package
- Plunker
- Plunker is an online community for creating, collaborating on and sharing your web development ideas.
- javascript - Difference between Grunt, NPM and Bower ( package.json vs bower.json ) - Stack Overflow
-
- favicon - HTML Title Image - Stack Overflow
-
etc
REST
- RestFul이란 무엇인가?
-
- RestFul이란 무엇인가?
-
- What is REST?
- A tutorial on the six primary REST constraints as explained by Roy Fielding
- RESTful Web Services Introduction
- RESTful Web Services Introduction - Learn RESTful Web Services in simple and easy steps starting from Introduction, Environment Setup, Resources, Messages, Addressing, Methods, Statelessness, Caching, Security, Java (JAX-RS)
- Find and Replace in Path
-
- Finding and Replacing Text in Project
-
- RGB Color Codes Chart
- RGB color codes chart, RGB color picker, RGB color table.
- honeycomb › Defects | CA Agile Central
-
- The Joel Test: 12 Steps to Better Code - Joel on Software
- My own, highly irresponsible, sloppy test to rate the quality of a software team.
- How to find and install the missing file in Ubuntu | Koba's blog
- When you build some project, you may see the compile error such as: "zlib.h : No such file or directory." Then you need to know which package include zlib.h to install by 'apt-get'. I show you how to find this. (Japanese version of this page) Using apt-file command At first, install apt-file command and prepare…
- Functional Programming vs. Imperative Programming
-
- XMLHttpRequest - Web APIs | MDN
- XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server. It provides an easy way to retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just a part of the page without disrupting what the user is doing.
Linux
poll
- Sockets using poll()
- Hi, Until recently I have been using select() to wait for activity on file descriptors, however this seems less efficient than poll. I rewrote the
- poll(2) - Linux manual page
-
- poll
-
- Multiplexed I/0 with poll() | Linux Magazine
-
- https://www.cs.rit.edu/usr/local/pub/wrc/courses/sp1/pipes/poll.example.c
-
timerfd
- timerfd_create(2) - Linux man page
- timerfd_create() timerfd_create() creates a new timer object, and returns a file descriptor that refers to that timer. The clockid argument specifies the ...
- timerfd_create(2) - Linux manual page
-
- c - Linux timerfd,Calling a function every x seconds without blocking the code execution - Stack Overflow
-
- ssebot-samples/sample-timerfd-epoll.c at master · seiyak/ssebot-samples
- ssebot-samples - Samples to try uncertain things to build sse-bot, Distributed Web Crawler from really stupid things to a little bit more practical things.
- linux - epoll with timerfd - Stack Overflow
-
- The new Linux timer: timefd and related operation function
- Timerfd is a timer interface for Linux user program. Based on the interface of file descri
- Linux timers using file descriptors | Austin's blog
- I recently had to add some timers to an application that was polling a list of file descriptors. The linux timers interface that notifies using file descriptors worked well. Basic example below: https://gist.github.com/3103866
epoll
- Manpage for epoll_wait - man.cx manual pages
-
- altio/epoll_input.c (from "The Linux Programming Interface")
-
- The Event Poll Interface - Linux System Programming [Book]
- The Event Poll Interface Recognizing the limitations of both poll( ) and select( ), the 2.6 Linux kernel[15] introduced the event poll (epoll) facility. While more complex than the two ... - Selection from Linux System Programming [Book]
- epoll_ctl(2) - Linux manual page
-
- http://www.wangafu.net/~nickm/libevent-book/01_intro.html
-
- epoll - Wikipedia, the free encyclopedia
-
tmux
- A tmux Crash Course
- Learn everything you need to be productive in tmux.
- tmux shortcuts & cheatsheet
-
- tmux cheatsheet
-
- POSIX Threads - Wikipedia, the free encyclopedia
-
- cpu - Is the amount of NUMA nodes always equal to sockets? - Super User
-
- Linux: How to delete a partition with fdisk command
-
Redis
- Redis Pub/Sub... How Does it Work?
- Articles by thoughtbot about design, Ruby on Rails, iOS, and growth.
- Redis Publish Subscribe
- Redis Publish Subscribe - Learn Redis No/SQL database in simple and easy steps starting from its Overview, Environment, Configuration, Data types, Commands like Keys, Strings, Hashes, Lists, Sets, Sorted Sets, HyperLogLog, Pub/Sub, Transactions, Scripting, Connection, Server, Backup, Security, Benchmarks, Client Connection, Pipelining, and Partitioning.
- redis_pubsub_demo.rb
-
- Redis persistence demystified
-
- Linux Files and the Event Poll Interface - devshed
-
- User Story US435: [ADMN API] GET /pool | CA Agile Central
-
Unsorted Bookmarks
- The Cardiac Killer
-
- Browser Information
- Well organized and easy to understand Web bulding tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, and XML.
- Plunker
- Plunker is an online community for creating, collaborating on and sharing your web development ideas.
- X-editable :: In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
-
- LRU Cache in Python - Kun Xi
-
- Katrina Ellison Geltman
-
- ng-grid
-
- UI Grid: 101 Intro to UI-Grid
- AngularJS is what HTML would have been, had it been designed for building web-apps.
Declarative templates with data-binding, MVC, dependency injection and great
testability story all implemented with pure client-side JavaScript!
- javascript - Underscore's similar functions: _.contains vs. _.some and _.map vs _.each - Stack Overflow
-
- InfluxDB - Grafana Documentation
- InfluxDB query guide
- Honeycombdata Wiki
-
- Free Online Tutorials and Courses
- Free Online Tutorials and Courses - Collection of technical and non technical, Free tutorials and reference manuals with examples for Java8, XStream, Scrum, Guava, Memcached, Neo4J, CICS, Fortran, EasyMock, Object Oriented Analysis & Design, Tika, DOM, AngularJS, IMS-DB, NGN, Sed, WCF, JPA, Apache POI, Signals and Systems, JOGL, DB2, PhoneGap, SVG, VSAM, COBOL, XSD, XPath, Redis, Java XML, VBA, JFreeChart, Lucene, Selenium , DTD, Powerpoint, Tcl/Tk, XML, Software Engineering and many more latest technologies
- C Standard Library Reference Tutorial
- The C Standard Library Tutorial and Reference - Learn C programming language with examples using this C standard library covering all the built-in functions. All the C functions, constants and header files have been explained in detail using very easy to understand examples.
- IBM Knowledge Center
- IBM product documentation is available in a searchable, browsable Knowledge Center; IBM's revolutionary approach to product information delivery.
- libevent
-
- Michael Kerrisk - man7.org
-
- Netcat - Wikipedia, the free encyclopedia
-
- netcat echo server - possible with pipes instead of commands as strings? - Unix & Linux Stack Exchange
-
- tcp - Echo server with bash - Stack Overflow
-
- echo server with netcat or socat - Server Fault
-
- echo(1): line of text - Linux man page
- Echo the STRING(s) to standard output. -n do not output the trailing newline -e enable interpretation of backslash escapes -E disable interpretation of ...
- Strings in C
- Strings in C - Learn ANSI, GNU and K/R standard of C programming language with simple and easy examples covering basic C, language basics, literals, data types, functions, loops, arrays, pointers, structures, input and output, memory management, pre-processors, directives etc.
- JSONLint - The JSON Validator.
- JSON Lint is a web based validator and reformatter for JSON, a lightweight data-interchange format.
- Strings as arrays, as pointers, and string.h
-
- Pointer to a string in c? - Stack Overflow
-
- How the Web works - Learning web development | MDN
- This theory is not essential to writing web code in the short term, but before long you'll really start to benefit from understanding what's happening in the background.
- Convert Documents to clean HTML & XHTML - Word Cleaner Online
- Convert Word Documents To Clean HTML