Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
.NET control for providing a UI that allows the properties of one or more objects to be viewed and edited.

0 Questions

TrueType fonts are the major scalable font format designed by Apple. The TTF rendering engine can be found on many platforms including Apple's OSX, Microsoft's Windows, Linux, and inside of printers.

0 Questions

The Composite pattern is a design pattern that allows a group of objects to be treated in the same way as a single instance of an object. It is one of the Gang of Four's structural design patterns.

0 Questions

Adobe Illustrator is a commercial vector graphics editor. Please make sure your question is about *programming* not just how to use the software. When using this tag also tag the language that you are coding in for context, e.g. [extendscript], [applescript], or [vbscript], etc..

0 Questions

Vala is an object-oriented programming language that allows modern programming techniques to be used to write applications that run on the GNOME runtime libraries, particularly GLib and GObject. Vala is syntactically similar to C#, and is compiled to C which is then compiled to a native binary using the C compiler of the platform.

0 Questions

Apache ECharts is a free open-source charting and data visualization library written in JavaScript. ECharts provides a powerful, interactive charting and data visualization library and framework for web browser, mobile App and backend usage.

0 Questions

shopify-app is a gem made by Shopify to help in the creation of plugins for their ecommerce platform

0 Questions

Rollup.js is a next-generation JavaScript Transpiler and module bundler

0 Questions

React Native Maps is a set of components developed by Airbnb to facilitate the rendering of map components using React Native framework on both Android and iOS.

0 Questions

MacVim is a version of the Vim text editor for Mac OS X.

0 Questions

A greedy algorithm is an algorithm that follows the problem solving heuristic of making the locally optimal choice at each stage with the hope of finding a global optimum.

0 Questions