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

sensors × 1

For questions about programming with sensors, often used on integrated circuits and electronic devices to sense and ...

seo × 1

For questions related to the programming aspects of Search Engine Optimization (SEO).

separators × 0

Use when dealing with characters separating string parts.

sequence-points × 1

Use for questions that deal with program execution points when all side effects of previous evaluations will have been ...

serialization × 1

For questions dealing with data serialization, the process that converts data structures into a format that can be easily ...

servicenow × 0

Use for questions related to ServiceNow, a provider of cloud-based services that automate enterprise IT operations.

set × 1

For questions about sets. A set is a collection in which no element is repeated.

sftp × 1

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

shader × 0

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

shape × 1

For questions about drawing or defining shapes in the context of programming.

sheets × 0

DO NOT use this tag. Instead please use a more specific one such as [google-sheets]

shell × 4

For questions about using a shell, that is a general class of text-based interactive command interpreters most often ...

shell » tab-completion × 1

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

shuffle × 1

For questions referring to randomizing the order of the elements in a collection.

signing × 1

For questions related to digital signing. A digital signature is a mathematical scheme for verifying the authenticity of ...

simd × 1

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

single-sign-on × 1

sso

For questions about Single sign-on, an authentication scheme that allows a user to log in with a single ID to any of ...

size × 2

For questions about various dimensions in computing such as bits, bytes, pixels, memory. Avoid using this tag as it is ...

snippet × 1

For questions related to code snippets. A snippet is a rather small portion of source code, machine code, or text.

snowflake × 1

For questions related to working with Snowflake Cloud Data Platform.

sockets × 2

For questions about programming with sockets. A socket is an endpoint of a bi-directional inter-process communication ...

sockets » winsock2 × 1

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

software-practices × 14

For questions that ask about the benefits of using a certain style, framework, etc. (possibly over others), ask about ...

software-practices » code-style × 5

About questions dealing with coding styles and conventions in software development.

software-recommendation × 3

Software recommendation questions are off-topic on Software Development.

sorting × 2

For questions about ordering collections of items.

spreadsheet-formula × 18

excel-formula libreoffice-calc-formula openoffice-calc-formula google-sheets-formula formula

Use for questions about spreadsheet formulas using common spreadsheet formula syntax. A spreadsheet formula is written in ...

sql × 14

Use for questions about one or multiple Structured Query Language (SQL) flavours. In order to get the most helpful answer ...

sql » mysql × 33

Use this tag for questions about MySQL database system. MySQL is a free, open source Relational Database Management ...

sql » mysql » mariadb × 1

For questions about MariaDB, a community-developed, commercially supported fork of the MySQL relational database ...

sql » notin × 1

Use for SQL questions dealing with NOT IN operators (NOT logical operators unioned with IN comparison one).

sql » query-performance × 2

Use for questions dealing with measuring and improving query performance (duration, CPU and I/O resources).

sql » SPARQL × 1

For questions about using SPARQL Protocol and RDF Query Language (SPARQL). SPARQL enables users to query information from ...

sql » sql-delete × 1

Question about removing records using a DELETE command.

sql » sql-limit × 1

For questions about using SQL LIMIT clause to limit the number of returned rows.

sql » sql-order-by × 1

For questions about using SQL ORDER BY clause that is used to sort the results by one or multiple columns

sql » sql-server × 12

Use for questions about Microsoft SQL Server RDBMS. Use this tag for all SQL Server editions including Compact, Express, ...

sql » sql-server » sql-reporting-service × 1

For questions about SQL Server Reporting Services (SSRS), a server-based report generator from Microsoft.

sql » sql-server » sql-server-2014 × 1

Used for questions dealing with SQL Server 2014 database engine or T-SQL language features.

sql » sql-server » sql-server-2017 × 1

Use for questions specific to Microsoft's SQL Server 2017.

sql » sql-server » sql-server-2019 × 1

Use for questions about SQL programming targeting the 2019 version of Microsoft's SQL Server.

sql » sql-server » tempdb × 1

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

sql » sqlite × 3

For questions about programming with SQLite, a transactional SQL database engine.

sql » stored-procedures × 5

Use for questions about database objects that encapsulate SQL code.

sql » transactional-replication × 1

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

sql » tsql × 2

Use for questions about Transact Structured Query Language (T-SQL) which is used by MS SQL Server and Sybase ASE.

sql » varchar × 1

Use for questions dealing with SQL data types which are a set of character data of indeterminate length.

stability × 1

Use for questions related to software systems stability, a measurement of the overall system performance, accessibility ...

stacktrace × 1

stack-trace

For questions related to working with stack trace. A stack trace is a hierarchical structure of the function calls made ...

standard × 4

For questions about programming or related standards. Standards are officially published or well agreed upon formats, ...

standard-library × 2

For questions related to using a language or framework standard library which contains core utilities provided by all ...

startup × 2

For questions dealing with the events that occur at the start of an application or when a device is initializing ...

state-machine × 1

For questions about programming using a state machine computation model.

state-management × 3

For questions dealing with the management of the state of one or more user interface controls.

state-management » angular-state-managmement × 1

For questions about managing state in Angular applications (e.g. using ngrx/store).

static × 4

For questions about functions or fields that are not bound to any specific object instance.

static-code-analysis × 1

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

status × 1

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

stdin × 1

For questions related to reading the next line of characters from the standard input stream.

stdint × 0

For questions about stdint.h header file included in the C standard library.

stl-format × 2

Use for questions about the STL 3D file format.

strapi × 1

For questions related to Strapi, an open-source headless CMS that supports GraphQL and WebSockets.

strcpy × 2

For questions about the C standard library function strcpy, which is used to copy non-overlapping, null-terminated ...

strict-aliasing × 3

For questions about C's strict aliasing. an assumption made by the C or C++ compiler, that de-referencing pointers to ...

string × 14

Use for questions dealing with a finite sequence of symbols (characters), commonly used for text.

string » escaping × 2

For questions dealing with applying an alternate meaning to a character or set of characters (e.g. \n).

string » replace × 2

For questions about searching a string for a sub-string and replacing it with another string.

string » string-concatenation × 4

Use for questions about joining two or many character strings end-to-end.

string » string-formatting × 2

For questions dealing with methods to display various data types into a string.

string » string-literals × 2

For questions related to the representation of literal constant strings.

string » string-search × 2

For questions string searching or matching algorithms.

strncpy × 1

For questions about the C standard library function strncpy, which is used to copy a maximum of n characters of ...

struct × 3

For questions about using structs, a keyword in various programming languages whose syntax is similar to or derived from ...

sublist × 0

For questions related to extracting a sublist from a list.

subproject × 1

For questions about the projects within larger projects.

subtotal × 0

For questions about the total of part of a series of numbers. The question must also be tagged with more specific tags ...

svg × 2

For questions related to working with Scalable Vector Graphics (SVG), typically embedded in HTML pages.

svn × 1

For questions about working with Subversion (SVN) revision control system.

swagger × 3

For questions about Swagger, a framework implementation for describing, producing, consuming, and visualizing RESTful web ...

swagger » swagger-ui × 2

For questions about using Swagger UI, an HTML view that is automatically generated from a Swagger-compliant API.

swagger » swagger-ui » observableobject × 1

For questions about working with ObservableObjects. ObservableObject enables the data models to send notifications to ...

swift × 1

For questions about Swift, a general-purpose programming language developed by Apple.

swift » swiftui × 1

For questions related to SwiftUI. SwiftUI is a user interface toolkit that lets us design apps in a declarative way.

switch-statement × 1

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

syntax × 5

For questions about syntax of various elements in a programming language. Also specify the programming language specific ...

syntax-error × 2

Use for questions about errors that appear during the syntactical rules checking of a source code. Keep in mind that ...

system-design × 1

For questions related to defining the architecture, components, modules, interfaces, and data for a software system to ...

system.data.sqlclient × 1

For questions about using .NET SQLClient functionality from System.Data.SqlClient namespace.

table-column × 1

Use for questions about tables columns (e.g. data types, naming conventions).

tailwind-css × 1

For questions about Tailwind CSS, a highly customizable, low-level CSS framework.

tampermonkey × 2

For questions about coding Tampermonkey scripts. Tampermonkey is a userscript manager for Google Chrome, Microsoft Edge, ...

tcp × 2

For questions about Transmission Control Protocol (TCP), one of the main transport layer protocols used for the Internet. ...

tcp-ip × 1

For questions about Transmission Control Protocol (TCP), a transport layer protocol that provides a connection-oriented ...

teamcity × 1

For questions about working with TeamCity, a general-purpose CI/CD software platform developed by JetBrains that allows ...

template-metaprogramming × 1

Use for questions about template meta-programming, a meta-programming technique in which templates are used by a compiler ...

template-metaprogramming » sfinae × 1

"Substitution failure is not an error" (SFINAE), a specific scenario in C++ template meta-programming where instead of ...