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

tensor × 1

For questions that deal with tensors in the context of software development (e.g. machine learning). A tensor is a ...

tensorflow × 4

For questions about TensorFlow , a deep learning library and API created by Google.

tensorflow » tensorflow-eager-mode × 1

For questions about TensorFlow eager execution mode. With eager execution enabled, TensorFlow functions execute ...

tensorflow » tensorflow-graph-mode × 1

For questions about TensorFlow's graph execution mode.

tensorflow » tensorflow-xla × 1

For questions about XLA (Accelerated Linear Algebra), a domain-specific compiler for linear algebra that can accelerate ...

tensorflow-function × 1

For questions about the use and optimization of the @tf.function decorator in TensorFlow.

terminology × 14

For questions about programming terms usage and their meaning.

testing × 5

For questions about software testing. Testing refers to any activity aimed at evaluating an attribute or capability of a ...

testing » snapshot-testing × 1

For questions about using assisted automated testing by generating a snapshot of the data, a visual component, and ...

testing » snapshot-testing » verify-tests × 1

For questions about working with C# Verify library which is a snapshot tool that allows complex objects and documents ...

text × 3

Use for questions about text type or generally when dealing with sequences of characters.

text-align × 1

For questions about the CSS text-align property which determines the alignment of the text.

text-alignment × 0

For questions about editors' text alignment. The four primary types of text alignment are left aligned, right-aligned, ...

text-files × 0

For questions about handling text files that are structured as a sequence of lines of electronic text.

text-processing × 1

For questions about manipulation of electronic text.

theme × 2

For questions about themes and theming, that is used to change the look and feel to the existing UI.

this × 2

Use when asking about the keyword pointing to the current object or similar (used by many OOP languages).

thread-local × 1

For questions involving the thread-local concept which refers to making data available as one copy per thread.

ticket-system × 1

For questions about ticketing systems that keep track of workflow items (bug reports, bug fixes and implementation of new ...

timeout × 1

For questions about timeout, a concept that means the predefined period of time allowed to elapse before an event occurs.

timestamps × 2

For questions about the time at which an event is recorded by a computer system (e.g. database records creation or ...

timezone × 1

For questions about programming with time zones. A time zone is a region on Earth that has a uniform, legally mandated ...

tls × 1

For questions related to the Transport Layer Security (TLS) cryptographic protocol.

tls » gnutls × 1

For questions related to working with GnuTLS library. GnuTLS is a secure communications library implementing the SSL, TLS ...

tools × 1
transactions × 2

For questions dealing with (database) transactions, a set of operations that either all succeed in the specified order or ...

transactions » nested-transactions × 1

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

transformation × 1

For questions about geometric transformations which generally modify the shape with content preservation.

treeview × 2

For questions about displaying hierarchical data in a tree-like control.

Trie × 1

For questions related to the Trie data structure. A (Prefix) Trie is a tree-like data structure used to hold an ...

trigger × 0

Use for questions about code execution triggered when some condition(s) are matched. E.g. a table schema is changed, a ...

twitter-bootstrap × 1

For questions about using the Bootstrap frontend framework.

type-hinting × 1

For questions related to type hinting which is a way to statically indicate the type of a value. This is typically ...

type-inference × 1

For questions about type inference, the process of inferring types for programs automatically, using rules defined by a ...

type-punning × 3

For questions about reinterpreting an object of some data type as an object of some other data type, typically in C / ...

type-system × 1

For questions about a programming language type system. A type system is a logical system comprising a set of rules that ...

typing × 1

For questions related to using data types.

ubuntu-server × 1

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

undefined-behavior × 5

The unpredictable outcome of compiling or executing a program caused by breaking a language rule that is not enforced at ...

union × 1

For SQL related questions about UNION operator, a keyword of the SQL language for combining the results of multiple ...

unique-constraint × 1

For questions about (database) unique constraints. This constraint type is an index that sets one or multiple fields to ...

unit-testing × 4

For questions about the testing method by which individual units of source code are tested to determine if they are fit ...

units-of-measurement × 1

For questions about working with units of measurement. A unit of measurement is a definite magnitude of a quantity ...

unity-container × 1

For questions about the Unity Application Block, a lightweight dependency injection container for .NET.

unity3d × 1

For questions about working with Unity, a cross-platform game engine by Unity Technologies company.

unix × 1

For questions about programming in a Unix operating system.

unix » debian × 2

For questions about programming Debian: operating system API's, using Debian-specific features or creating packages in ...

unix » posix × 1

For questions about working with Portable Operating System Interface (POSIX). POSIX is a set of standard operating system ...

unspecified-behavior × 3

For questions about the unpredictable or unexpected behavior of a program which is not documented.

upgrade × 3

Use for questions about replacing a software component (library, framework) with a newer version. General software ...

uri × 3

For questions about URIs. A Uniform Resource Identifier (URI) is a string of characters used to identify a name or ...

url × 4

For questions about URLs, Uniform Resource Locators that represent a universal system of identifiers on the web.

url » url-fragment × 1

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

user-configuration × 1

For questions about dealing with configuration at user level.

user-interaction × 1

For questions dealing with the user interactivity with a software system, with a focus on coding of that interaction.

user-management × 0

For questions related to managing user access to various IT resources in the context of software development.

user-tracking × 1

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

validation × 5

For questions dealing with checking (input) data to fit the required specifications.

variable × 4

For questions about using variables. A variable is a named data storage location in memory.

variable-assignment × 3

For questions about setting/updating the value of a variable.

variable-length-arrays × 1

For questions about C's variable-length arrays. The size of these arrays is unknown at compile time.

variant × 1

For questions about working with variant data types. A variant data type is a union that holds other data types.

vector-class-library × 1

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

version-control × 2

Use for questions dealing with the management of changes to documents, programs or other stored information. For specific ...

version-control » git × 37

Use for questions about Git, an open-source distributed version control system (DVCS). The topics should include git ...

version-control » git » git-bash × 2

For questions about using Git Bash shell utility that is part of the Git for Windows.

version-control » git » git-clone × 2

For questions about cloning a Git repository (getting a local copy of a remote Git repository).

version-control » git » git-commit × 1

For questions about the Git commit command which records changes to the repository along with a log message.

version-control » git » git-diff × 1

For questions about git-diff command which shows the changes between: - the working tree and the committed contents of a ...

version-control » git » git-history × 1

For questions about inspecting a Git repository history.

version-control » git » git-hook × 1

For questions related to Git Hooks, which are scripts that are executed upon certain Git events.

version-control » git » git-log × 1

For questions related to finding out the commit logs of a Git repository.

version-control » git » git-merge × 3

Use for questions about merging in Git (via git-merge command). git-merge integrates changes from another branch by ...

version-control » git » git-merge » git-merge-conflict × 1

For questions about resolving merge conflicts in Git version control system.

version-control » git » git-reset × 1

For questions about the git reset command which sets the head to the specified state.

version-control » git » git-show-branch × 1

For questions about Git's show-branch command.

version-control » git » git-stash × 2

For questions related to git-stash command which Allows to move pending changes in a working git directory away and ...

version-control » git » gitignore × 3

For questions about configuring the .gitignore file. This lists paths patterns (files or directories) that Git should not ...

version-control » git » gitlab × 0

For questions related to working with GitLab, a Git repository manager with issue tracking, wiki and continuous ...

version-control » git » gitlab » gitlab-ci × 2

For questions related to configuring a CI/CD pipeline using GitLab CI/CD, which is a tool for software development using ...

version-control » git » husky × 1

For questions related to Husky, a dotnet tool that allows running arbitrary actions on specific git hooks.

version-control » ignore × 1

For questions related to the "ignore"-file mechanism used by the version controls that specify the files that should not ...

vertical-alignment × 2

For questions related to a style or other UI definition that indicates the place of the controls on the vertical axis.

vfs-stream × 0

For questions about vfsStream, is a wrapper for a virtual file system.

vfsstream × 1

For questions about vfsStream, a stream wrapper for a virtual file system.

vim × 2

For questions about using Vim, a free and open-source, screen-based text editor program for Unix.

virtual-reality × 1

For questions related to virtual reality programming.

visual-studio × 4

For questions related to features and configuration of Visual Studio directly related to programming using Visual Studio.

visual-studio » csproj × 1

For questions related to editing Visual Studio .NET C# Project files (.csproj file extension).

vlan × 1

For programming questions involving working with virtual local area networks.

vs-code × 12

visual-studio-code

For questions about using Visual Studio Code IDE, developed mainly by Microsoft.

w3c × 2

For questions related to standards published by The World Wide Web Consortium (W3C). W3C is an international community ...

web × 5

For questions about the general aspects of world wide web. Avoid using this tag, as questions should be more specific.

web » cross-domain × 1

For questions about web applications that communicate outside of their hosting domain (hostname).

web » deep-linking × 1

For questions about using deep links. Deep linking is the usage of a hyperlink that is expressed as an absolute URL.

web-scraping × 1

For questions about extracting specific information from websites that do not provide an API or other methods of ...