Programs On Popular Programming Languages

Adam

Active Directory Application Mode (ADAM) is an LDAP-compliant directory service...

Cocoa-touch

The Cocoa Touch Frameworks that drive iOS apps share many proven patterns found on the Mac, but were built with a special focus on touch-based interfaces and optimization...


E4x

E4X was an extension to ECMAScript which allowed for native handling of XML...

Platform

The platform tag is to be used for hardware or software related issues relating to a platform..

Trace

A trace is a log of execution of a process or method...

Mediawiki

MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects hosted by the non-profit Wikimedia Foundation and by many other wikis...


Ikvm

IKVM.NET is a JVM written on the CLR, allowing you to execute Java code using the Microsoft CLR run-time or Mono...

Licensing

THIS TAG IS ONLY FOR PROGRAMMING LICENSING SERVICES. Questions about using software licenses are off-topic, but may be asked at opensource.stackexchange.com or law.stackexchange.com..

Alias

An alias is an alternative name. In computer science, the most common contexts are command aliases in shells, column aliases in databases, or variable references in languages like C++...

Vba

Visual Basic for Applications (VBA) is an event-driven, object-oriented programming language for writing macros, used for the entire Office suite as well as other applications. VBA is not equivalent to VB.NET, or VBS; if you're working in Visual Studio use [vb.net]. If your question is specifically about programming any MS Office application, also use the appropriate tag: [excel], [ms-access], [ms-word], [outlook], or [microsoft-project]...

Swig

SWIG is an interface compiler that connects programs written in C and C++ with scripting languages such as Perl, Python, Ruby, and Tcl...

Unsigned

An unsigned variable is a variable that can only represent non-negative numbers...

Signed

In computing, signedness is a property of data types representing numbers in computer programs...

Byte

A unit of information usually corresponding to 8 bits. This term is also most often used to indicate the smallest addressable unit of storage on a digital system...

Drawing

Issues around forms and graphics being drawn onto a computer screen, windowing system or device..


Attributes

The attributes tag should be used for any issues relating to a property of an object, element, or file, etc...

Text

Text is a sequence of characters that is most often used to represent a cohesive piece of information...

Label

A label is a placeholder for text and other UI elements...

Argotic

A powerful and extensible .NET web content syndication framework for RSS, Atom, OPML, APML, BlogML, RSD and more. The Argotic Syndication Framework is a Microsoft .NET class library framework that enables developers to easily consume and/or generate syndicated content from within their own applications...

Twain

TWAIN is a standard software protocol and applications programming interface (API) that regulates communication between software applications and imaging devices such as scanners and digital cameras...

Webobjects

WebObjects™ is Apple, Inc.'s set of pure-Java frameworks for building enterprise applications...

Gcc

GCC is the GNU Compiler Collection. It's the de facto standard C compiler on Linux and supports many other languages and platforms as well...

Templates

The templates tag is used in multiple contexts: generic programming (especially C++), and data/document generation using template engines. When using this tag on implementation heavy questions - tag the code language the implementation is written in...

Battery

A battery is a portable electrical power source which is often used in mobile devices...

Swap

Changing position of two items...

Axis

Don't use the [tag:axis] to refer to Apache Axis, use [tag:apache-axis] instead. See https://meta.stackoverflow.com/questions/276302/what-direction-to-go-with-the-axis-tag..

Mime

Multipurpose Internet Mail Extensions (MIME) is an Internet standard that extends the format of email to support text in character sets other than ASCII, non-text attachments, message bodies with multiple parts, and header information in non-ASCII character sets..

Wiki-engine

Wiki-Engine (aka Wiki Software)..

Rdbms

A relational database management system (RDBMS) is a database management system (DBMS) in which data is stored in tables and the relationships among the data are also stored in tables...



Scrum

PROJECT MANAGEMENT QUESTIONS ARE OFF-TOPIC. Please ask these questions on ProjectManagement.SE - https://pm.stackexchange.com..

Persistence

Persistence in computer programming refers to the capability of saving data outside the application memory...

Json

JSON (JavaScript Object Notation) is a textual data interchange format and language-independent. Use this tag when this text format is involved. DO NOT USE THIS TAG FOR NATIVE JAVASCRIPT OBJECTS OR JAVASCRIPT OBJECT LITERALS. Before you ask a question, validate your JSON using a JSON validator such as JSONLint...

Publish

To publish is the process to make something publicly available. This might be the stuff that happens inside a CRM system after editing an article and finally publishing it, or publishing a project artifact...


Strongname

In .NET platform, a strong name consists of the assembly's identity—its simple text name, version number, and culture information (if provided)—plus a public key and a digital signature. It is generated from an assembly file (the file that contains the assembly manifest, which in turn contains the names and hashes of all the files that make up the assembly), using the corresponding private key...

Router

A router is a device that forwards data packets across multiple networks. DO NOT USE THIS TAG FOR QUESTIONS REGARDING URL ROUTING OR SINGLE PAGE APPLICATION ROUTERS..



Samba

Samba is the standard Windows interoperability suite of programs for Linux and Unix...

Shopping-cart

Shopping cart systems for e-businesses such as online shops...

Bsod

The Blue Screen of Death (also called BSoD, Blue Screen, or bluescreen) is the error screen displayed by the Microsoft Windows family of operating systems upon encountering a critical error, of a non-recoverable nature...

Minidump

A minidump is a file containing information about the state of a process, generally used for post-mortem debugging on Windows...

Constructor

A special type of subroutine called at the creation of an object...

Xsd

XSD generally refers to a document written in the W3C XML Schema format, containing a description of a particular type of XML document...

Delegates

Delegates can refer to several concepts. An object can rely on another (a delegate) to perform a function. Delegation can also refer to programming language feature making use of the method lookup rules for dispatching self-calls. In C#, a delegate defines which method to call when an event is triggered...

Methodology

A methodology is usually a guideline system for solving a problem, with specific components such as phases, tasks, methods, techniques and tools...

Computer-science

Computer science (CS) is the science behind programming. It is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems...

Reflector

.NET Reflector® is a proprietary software utility for Microsoft .NET combining class browsing, static analysis and decompilation, originally written by Lutz Roeder. Red Gate acquired it in 2011 and have since added live debugging of assemblies without requiring original source!..

Timeline

Time-based information displays and user interfaces. For the Facebook Timeline use [facebook-timeline] instead...

Porting

Converting existing code or executables to another programming language, environment, or architecture...

Fopen

fopen opens a file resource, in order to read, write or append content to it...

Bug-tracking

This tag is for general bug tracking questions that aren't specific to a given tool. For those see the specific tag, e.g., redmine...

Bugzilla

Bugzilla is a Web-based bug tracking application...

Trac

Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management...

Curl

cURL is a library and command-line tool for transferring data using various protocols such as HTTP, FTP and SFTP. The cURL project produces two products, libcurl and cURL. This tag covers all usages of cURL, regardless of which cURL product is used..

Revision

Revision: A release of a piece of software which is not a major release or a bugfix, but only introduces small changes or new features...


Failover

The automatic switching to a redundant or standby computer server, system, hardware component or network upon the failure or abnormal termination of the previously active application, server, system, hardware component, or network...


Binary-tree

A tree data structure in which each node has at most two child nodes...


Metrics

Software metrics are quantitative data related to software...

Analytics

For questions related to analytics methods and tools...

Counter

A Counter is a container(/bag/multiset/etc.) that keeps track of how many times equivalent values are added...

Tibco

Tibco is a software company that produces infrastructure and business intelligence software, most notably an event-enabling Enterprise Information Bus...

Ssas

SQL Server Analysis Services (SSAS) is part of Microsoft's SQL Server system. It provides Online Analytical Processing (OLAP) and Data Mining functionality. Not to be confused with Syntactically Awesome Style Sheets (SASS)...

Lxml

lxml is a full-featured, high performance Python library for processing XML and HTML...

Doctest

The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown. The test cases and expected output can be copied from an interactive Python interpreter session. During regression testing doctest alerts about failed cases...

Msxml

MSXML are the Microsoft XML core services, which includes a full XML DOM implementation...

Share

questions about sharing resources in (local, and social) networks..

Acl

An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object...

Mysqli

The mysqli PHP extension (“MySQL improved”) is a PHP database driver, included since PHP 5. It takes advantage of new features introduced in MySQL 4.1.3 and newer...

Listview

A ListView is a graphical screen control or widget provided by UI libraries in a majority of modern operating systems to show items in a list form...

Gd

GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD creates PNG, JPEG and GIF images, among other formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. While not restricted to use on the web, the most common applications of GD involve website development...

Jpeg

JPEG is a commonly used method of lossy compression for digital photography (image)...

Ironpython

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily...

Xmlnodelist

XmlNodeList class represents an ordered collection of nodes..

Xmldocument

The original .NET type that represents an XML document. The more modern version is XDocument...

Interop

Interoperability is a requirement for one computer system or programming language to work with another...

Location

Location is a specific position in physical space, e.g. a point on the surface of the Earth described using latitude and longitude coordinates. This tag should NOT be used for questions related to the position of a virtual element e.g. position of a pixel on a bitmap or position of a layout element on UI (use [position] tag in that cases)...

Zipcode

ZIP codes are a system of postal codes used by the United States Postal Service (USPS) since 1963...

Cobol

COBOL (COmmon Business Oriented Language) was the product of a US Department of Defense initiative to develop a standard and portable programming language for business applications. COBOL celebrated its 50th birthday in 2009. It is generally believed that new COBOL development is in decline but a commercial commitment remains to keep the language relevant in today’s computing landscape...

Dbnull

DBNull is a special value in ADO.Net indicating that the value is NULL in the database...

Jsp

JSP (JavaServer Pages) is a Java based view technology running on the server machine which allows you to write template text in (the client side languages like HTML, CSS, JavaScript and so on) and interact with backend Java code...

Tomcat

Use this tag for questions about Apache Tomcat (or simply Tomcat, formerly also Jakarta Tomcat) which is an open source Servlet Container developed by the Apache Software Foundation (ASF). Most questions should also include a tag specifying the operating system...

Infopath

InfoPath is a component of the Microsoft Office Suite of applications that allows for the creation of XML based form templates and the collection of structured data...

Profiling

Profiling is the process of measuring an application or system by running an analysis tool called a profiler. Profiling tools can focus on many aspects: functions call times and count, memory usage, cpu load, and resource usage...

Soap

Simple Object Access Protocol (SOAP) is a protocol specification for exchanging structured information in the implementation of Web Services...

Wsdl

Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag does not refer to any tool named "wsdl", such as WSDL.EXE from Microsoft...

Struct

A keyword in various programming languages whose syntax is similar to or derived from C (C++, C#, Swift, Go, Rust, etc.). Use a specific programming language tag to tag questions involving use of a `struct` as syntax and semantics can be language dependent. Keyword defines or declares a data type composed of other data types. Each member of a struct has its own area of memory (as opposed to a `union` whose members share a single area of memory)...

Boxing

Boxing is when a value type is wrapped in a reference-type wrapper for the purposes of using it when polymorphism (conversion to Object or an interface) is required...




Distributed

Multiple computers working together, using a network to communicate..