Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Tags used in Q&A

ubuntu-server × 1

For questions about software applications running on a Ubuntu Server, a flavor of the Ubuntu operating system.

line-breaks × 1

For questions about the whitespace that forces text layout to continue at the start of the following line.

android-api-levels × 1

For questions about Android API Levels.

android-5.0-lollipop × 1

For questions about programming for Android Lollipop version.

floating-point × 1

For questions about floating points, that is approximations of real numbers in various programming languages.

currency × 1

For questions about using a currency (money) data type in software applications.

deprecated × 1

deprecation

For questions about deprecation property of software features or language constructs. This indicates that they are ...

prometheus × 1

For questions about the Prometheus monitoring system.

metrics × 1

For questions about quantitative data related to software applications.

sftp × 1

For questions about programming with SFTP (SSH File Transfer Protocol).

font-awesome × 0

For questions about using Font Awesome, an iconic standalone vector font.

whitespace × 1

For questions about dealing with whitespaces. A whitespace any combination of spaces (blanks), new lines, tabs or ...

em × 1

For questions about em size (font size).

arraylist × 1

For questions about working with array lists. An array list is a collection data type found in several languages such as ...

switch-statement × 1

For questions about switch-like statements like switch, case, select, or inspect.

base64 × 1

For questions about using Base64 encoding which refers to a set of encoding schemes that represent binary data in an ...

netbeans × 1

For questions about NetBeans, an integrated development environment for developing with Java and other languages.

multidimensional-array × 1

For questions about programming with multidimensional-arrays.

openjdk × 1

For questions about OpenJDK (Open Java Development Kit), a free and open source implementation of the Java Platform, ...

path × 1

For questions about working with files and folders paths.

margin × 1

For questions about using CSS margin property (margin properties).

event-handling × 1

For questions about event handling, a coding style dealing with handling messages between a source and one or more ...

recycler-view × 1

For questions about Android's RecyclerView widget.

monkeyrunner × 1

For questions about Android SDK's tool monkeyrunner which allows writing applications that control an Android device or ...

bidi × 1

For questions involving rendering area with text in both right-to-left and left-to-right. bidi is short for ...

openjdk-11 × 1

For questions about programming using Open JDK 11, an implementation of version 11 of the Java SE Platform.

android-vectordrawable × 1

For questions about working with Android's VectorDrawable, a vector graphic defined in an XML file as a set of points, ...

fork × 1

For questions about using Unix/Linux/POSIX fork function used to create a new process by duplicating the calling process.

child-process × 1

For questions related to multi-process programming, when a process (parent) creates a child process.

maybe × 1

For questions related to using Maybe type, which encapsulates an optional value (typically when programming in Haskell).

tempdb × 1

For questions about working with SQL Server's tempdb system database. tempdb stores temporary user objects that are ...

database-replication × 1

For questions about replicating data across multiple databases. Database replication is used to ensure consistency ...

transactional-replication × 1

For questions about using SQL transactional replication. This type of replication starts with an initial snapshot and ...

python-module × 1

For questions related to programming with Python modules.

opaque-type × 1

For questions about working with opaque data types. An opaque data type is a data type whose concrete data structure is ...

tab-completion × 1

For questions related to using shells tab-completion functionality. Tab completion refers to automatically completing a ...

pdo × 1

For questions related to programming with PHP Data Objects (PDOs). PDOs is a data-access abstraction layer for PHP.

number-formatting × 1

For questions about converting a numeric value into a string (typically in a human-readable format).

row × 0

For questions about working with rows. A row may refer to the horizontal line of items/objects in a spreadsheet, SQL ...

python-sphinx × 1

For questions about generating documentation using the Sphinx Python library.

docutils × 1

For questions about using Docutils, a set of Python documentation utilities.

string.h × 1

For questions about using the string.h header file from the C standard library that defines a set of functions for ...

erp × 0

For questions about programming an Enterprise Resource Planning (ERP) software application.

clojure × 1

For questions about Clojure, a dynamic and functional dialect of the Lisp programming language on the Java platform.

dictionary × 1

For questions about using a dictionary, a data structure that maps keys to values, allowing fast retrieval of values by ...

looker × 1

For questions about the Looker platform or its modeling language, LookML.

list-comprehension × 1

For questions about language-specific constructs that provide a short way to create lists in a style similar to the ...

queryselector × 1

For questions about using the HTML DOM querySelector method. querySelector returns the first element that matches a ...

cancellation × 1

For questions about threads cancellation, a paradigm that allows canceling a running operation (thread) before it ...

storage-duration × 1

For questions about the storage duration of objects in a software application.

userscripts × 1

For questions about userscripts, that is JavaScript extensions for the web browsers, used to automate or customize ...

url-fragment × 1

For questions about URL fragments, URL the URL parts that appears after the hash (#) character.

dereference × 1

For questions about the pointer dereference which is the process of determining the object to which the pointer is ...

stdio × 1

For questions about "Standard I/O" operations in C.

fopen × 1

For questions about the fopen C function used for opening files to read, write or append content to it.

winsock2 × 1

For questions about programming with Windows Sockets 2 (Winsock), a library that allows developing network-capable ...

user-script-manager × 1

For questions about using userscript managers. A userscript manager is a browser extension or similar that provides a ...

query-string × 1

For questions about constructing or using query strings. A query string is an URL part that comes after the question mark ...

get × 1

For questions about using the HTTP GET request method. GET methods are defined when the client needs to get data from the ...

attribute × 1

For questions about dealing with properties of an object, (HTML) element, file etc.

json-parser × 1

For questions about parsing JSON files using either framework's built-in functionality or a third-party library.

avalonia × 1

For questions about AvaloniaUI or Avalonia GUI framework. Avalonia is multiplatform and relies on XAML to define the GUI.

jenkins-slave × 1

For questions about working with Jenkins slave nodes which are used to perform builds in a distributed way.

cpu × 1

For questions about CPU (central processing unit or processor) in a development context (e.g. checking supported ...

search × 1

For questions related to implementing a search algorithm.

user-tracking × 1

For questions about user/web tracking in a development context.

google-analytics × 1

For questions about working with Google Analytics from a development point of view (e.g. using its API).

jdbc × 1

For questions about using Java DataBase Connectivity (JDBC), which enables interacting with SQL databases.

runtime-environment × 1

For questions related to using a certain runtime environment. The runtime environment is the hardware and software ...

cloning × 1

For questions about cloning objects which might be shallow (actual content is referenced from both the initial object and ...

fire-and-forget × 1

For questions about fire-and-forget pattern which means that a message is not tracked by the originator after being sent.

asynchronous × 1

For questions about asynchronous programming. Asynchronous programming is a way for deferring operations with high ...

http-response-codes × 1

For questions about dealing with HTTP Response Codes which can be informational responses, successful responses, ...

status × 1

For questions about the current state of a process. Please avoid this tag, as it is quite ambiguous.

pipe × 1

For questions about programming with pipes. A pipe is an interprocess connection between file descriptors of two ...

keydown × 1

For questions about "keydown" event which is raised when a key is being pressed.

macos-big-sur × 1

For questions about programming that relies on macOS Big Sur specific behavior.

pass-by-reference × 1

For questions about passing by reference which means that arguments location in memory is passed to a function (as ...

iterable × 1

For questions about iterables. Iterables are objects that allow being iterated over, yielding up their members one at a ...

openmp × 1

For questions about OpenMP, a cross-platform multi-threading API.

simd × 1

For questions about the Single instruction, multiple data (SIMD) concept. SIMD typically means having each instruction ...

vector-class-library × 1

For questions about using a vector class library (e.g. VCL in C++).

automapper × 1

For questions about the AutoMapper .NET library, a convention-based object-object mapper and transformer.

opengl-es × 0

For questions about OpenGL ES, a subset of the OpenGL 3D graphics API that is used for embedded devices.

shader × 0

For questions about shaders or pixel-shaders. Shaders are graphics functions that calculate effects on a per-pixel basis.

automation × 0

For questions about automation, a computer process consisting of tasks that do not require human intervention.

mime × 1

For questions about working with Multipurpose Internet Mail Extensions (MIME), an Internet standard that extends the ...

bouncycastle × 1

For questions about Bouncy Castle cryptography API.

environment-variables × 1

For questions about working with environment variables, which are dynamic-named values that can influence the way a ...

android-toolbar × 1

For questions about working with an Android toolbar component.

nested-transactions × 1

For questions about using nested transactions. A nested transaction is a database transaction that is started within the ...

osgi × 1

For questions about Open Service Gateway Initiative (OSGi) framework which is a module system and service platform for ...

twitter-bootstrap × 1

For questions about using the Bootstrap frontend framework.

static-code-analysis × 1

For questions about static code analysis, the analysis of computer software code without executing it.

cyclomatic-complexity × 1

For questions dealing with computing the cyclomatic complexity of a piece of code. Cyclomatic complexity is a natural ...

relational-database × 1

For questions about programming against relational databases such as SQL Server, MySQL, PostgreSQL.