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

litte-endian × 1

For questions about "Little-Endian" values which are stored with their least-significant byte first.

endianness × 1

For questions about how multi-byte values are stored in various environments (memory, sent over the wire, stored on ...

compiled-language × 1

For questions dealing with a programming language that is primarily implemented by using a compiler.

interface × 1

Please avoid using this tag, as it is too general (e.g. software interfaces like the ones in Java, .NET and C++, ...

ethics × 1

For questions about ethical guidelines that developers are expected to follow and apply when writing programming code.

type-system × 1

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

operator-overloading × 1

For questions about custom implementations for (custom or existing) operators depending on the types of operands ...

attribute-error × 1

For questions related to the Python `AttributeError` exception. [python] tag should also be used along with this tag.

health-monitoring × 1

For questions about health monitoring which provides overall health information about an application and its underlying ...

sed × 1

Use for questions about Sed (Stream EDitor), a command line editor for POSIX environment.

cloud × 1

For questions about applications that use cloud resources. Cloud resources are hardware-based services involving ...

loops × 1

For questions about loops, type of control flow structure in programming in which a series of statements are executed ...

built-in × 1

For questions about the standard parts of a programming language or framework (aka built-in functions, classes etc.).

domain-registrar × 1

For questions about working with domain name registrars. A name registrar is a business that handles the reservation of ...

spam-prevention × 1

For questions about preventing spam (the abuse of electronic messaging systems).

log4net × 1

For questions about using the Apache log4net library, a tool that outputs log statements to a variety of (output) ...

stability × 1

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

sensors × 1

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

cpulimit × 1

For questions about CPU usage limiter for Linux.

make × 1

For questions about build control language/tool make.

timezone × 1

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

Bourne × 1

For questions about scripting using Bourne Shell (sh).

angular-reactive-forms × 1

For questions about Angular Reactive Forms, a way to work with forms in a reactive way provided by the Angular framework.

disabled-input × 1

For questions about disabling (preventing entering of information) user input controls (inputs).

*nix × 1

For questions about Unix-like operating systems (behaves in a manner similar to that of a UNIX operating system without ...

ngrx-store × 1

For questions about the store package of the ngrx platform.

ngrx-entity × 1

For questions about the entity state adapter for managing record collections with ngrx (Angular).

angular-state-managmement × 1

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

compression × 1

For questions about the process of encoding data such that it uses fewer bits as compared to the original representation.

data-loss × 1

For questions dealing with data loss which can be either an error condition in information systems in which information ...

physics × 1

For questions related to programming using real-world physics. Consider using more specific tags such as [game-physics] ...

virtual-reality × 1

For questions related to virtual reality programming.

numpy × 1

For questions about NumPy, a Python language extension of the that adds support to large multidimensional arrays and ...

implicit-conversion × 1

For questions about converting objects or variables from one type to another to satisfy a type restriction, without ...

QFile × 1

For questions about QFile class included in the Qt toolkit, which provides an interface for reading from and writing data ...

QThread × 1

For questions about the threading class QThread class provided by Qt framework.

QTextStream × 1

Use for questions about QTextStream Qt class, which provides an interface for reading and writing text.

strncpy × 1

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

buffer-overflow × 1

For questions about attempts to copy data into a buffer without checking for sufficient space, causing data to be ...

jtable × 0

For questions about the Java Swing JTable component that is used to display and edit two-dimensional tables of cells.

text-align × 1

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

native-application × 0

For questions about applications built for a specific platform (e.g. native mobile apps)

ticket-system × 1

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

asp.net-mvc × 1

For questions related to the Microsoft MVC framework for Web applications.

cross-domain × 1

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

procedural-programming × 1

For questions related to writing programs in a procedural way, that is it explicitly includes certain steps that are ...

cdn × 1

For questions dealing with software applications relying on content delivery networks or content distribution networks ...

code-generation × 1

For questions about the generation of code as the output of a computer program, instead of being written by a programmer.

gpt-3 × 1

Use for questions about using the Generative Pre-trained Transformer 3 (GPT-3).

pcre × 1

For questions about Perl Compatible Regular Expressions (PCRE). Consider adding [regex] tag.

runtime-error × 0

For questions about errors that appear during or after the application being run (as opposed to compilation or other ...

system.data.sqlclient × 1

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

backwards-compatibility × 1

For questions about backward compatibility, the attribute of a software or hardware system that can successfully use ...

xml-parsing × 1

For questions dealing with XML parsers, which allows getting XML tree information. For existing parsers, also specify the ...

subprocess × 1

For questions about the Python subprocess module that allows you to spawn new processes and manage them.

resources × 1

For questions about computing resources such as CPU, memory or disk space in the context of programming.

memory-leaks × 1

For questions about memory leaks. Memory leaks occur when a program fails to release memory that it has allocated and is ...

css-multicolumn-layout × 1

For questions about CSS Multi-column Layout, a module of CSS that adds support for multi-column layouts.

mobile × 1

For questions about software applications targetting mobile platforms (e.g. mobile browsers).

nuget-package × 1

For questions about NuGet packages, the main units that are managed by the NuGet Package Manager Visual Studio extension.

generated-columns × 1

For questions about generated columns. Generated columns values are computed from an expression included in the column ...

winforms × 1

For questions about Windows Forms, an open-source, graphical user interface for Windows.

gridview × 1

For questions about usage of gridviews. A GridView is a control for displaying and manipulating (typically 2D) data from ...

archiving × 1

For questions about data archiving, the process of moving data that is no longer actively used to a separate storage ...

go-to-definition × 1

For questions about the IDE feature Go to definition/declaration (or similar) which allows to quickly navigate to the ...

business-rules × 1

For questions dealing with implementing business rules in software applications. A business rule describes a business ...

modularization × 1

For questions dealing with dividing a software system into multiple discrete and independent modules.

libxml × 1

For questions about LibXML, a library for parsing XML documents.

web-scraping × 1

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

persistence × 1

For questions related to the capability of saving data outside the application memory.

qmake × 1

For questions about qmake utility that is part of the Qt framework and used for generating Makefiles and IDE project ...

subproject × 1

For questions about the projects within larger projects.

content-security-policy × 1

For questions about Content Security Policy (CSP) used to mitigate the risk of cross-site scripting attacks.

creative-commons × 0

For questions about Creative Commons licenses. Currently, questions about licensing are offtopic.

yaml × 1

For questions about the YAML data serialization format.

yamldotnet × 1

For questions about YamlDotNet, a .NET library for YAML.

pyttx3 × 1

For questions about pyttsx3, a text-to-speech conversion library in Python.

pyaudio × 1

For questions about PyAudio, a library providing Python bindings for PortAudio (free, cross-platform, open-source, audio ...

c99 × 1

For questions about C99, the International Standard ISO 9899:1999.

variable-length-arrays × 1

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

simpledateformat × 1

For questions about the SimpleDateFormat class which deals with data and time parsing and conversion operations.

git-show-branch × 1

For questions about Git's show-branch command.

reference-error × 1

For questions about dealing with JavaScript ReferenceError.

git-history × 1

For questions about inspecting a Git repository history.

include × 1

For questions about including functionality defined in one source code file to be used in another file.

prototype × 1

For questions about the prototype of an object. In prototype-based languages, a prototype is a set of properties that is ...

stdin × 1

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

carousel × 1

For questions about using a carousel UI control. A carousel features a "rotation" display that typically allows going ...

transformation × 1

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

angular8 × 1

For questions about specific aspects when programming with Angular version 8.

angular-httpclient × 1

For questions related to using Angular HttpClient class (Angular 4.3+).

keycloak × 1

For questions about Keycloak, an integrated Single Sign-On (SSO) and Identity Manager (IDM) for browser apps and RESTful ...

npx × 1

For questions about npx, a npm package runner.

tailwind-css × 1

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

gnupg × 1

For questions about GNU Privacy Guard (GnuPG / GPG), a cryptography suite implementing secret-key cryptography and ...

key-management × 1

For questions about managing cryptographic keys in a cryptosystem.