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 »
Code Reviews

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 Code Reviews

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 ...

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 ...

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 ...

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.

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 ...

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.

idle-detection × 1

For questions about ways to manage user idleness (no longer interacting with a dialog, tab, etc.)

user-interaction × 1

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

snapshot-testing × 1

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

verify-tests × 1

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

glassfish × 1

For questions about using the GlassFish application server. GlassFish is an open-source Jakarta EE platform application ...

prefetch × 1

For questions about data prefetching, a technique to minimize time spent waiting for some data to arrive, useful for ...

centering × 1

For questions about placing UI elements at the midpoint of a space.

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-limit × 1

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

noreturn × 1

For questions about the noreturn C/C++ attribute that tells the compiler that a function does not return.

void × 1

For questions involving void return type. Void is used as a syntactic place-holder for the return type of a ...

ldap × 1

For questions about using the Lightweight Directory Access Protocol (LDAP) protocol. LDAP is an open, vendor-neutral, ...

mintty × 1

For questions about using Mintty, a free and open-source terminal emulator for Cygwin, the Unix-like environment for ...

venv × 1

For questions about working with virtual development environments for Python.

h2o × 1

For questions about working with H2O in-memory platform used for distributed, scalable machine learning applications.

active-directory × 1

For questions about programming against Active Directory (AD), a distributed directory service created by Microsoft.

mockito × 1

For questions involving the use of Mockito, the mocking framework for Java.

shape × 1

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

k × 1

For questions about K proprietary array processing programming.

ruby-on-rails-2 × 1

For questions involving version 2 of Ruby on Rails web development framework (legacy).

http-headers × 1

For questions about HTTP headers. HTTP headers are the name or value pairs that are displayed in the request and response ...

reload × 1

For questions about reloading the displayed page (request + render again).

caesar-cipher × 1

For questions about the Caesar simple substitution cipher.

puppeteer × 1

For questions about using Puppeteer, a Node.js library that provides a high-level API to control headless Chrome or ...

timeout × 1

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

exit-code × 1

For questions about working with application exit codes. An exit code (status) is a number that is returned by an ...

change-password × 1

For questions about changing or resetting passwords.

codeql × 1

For questions about CodeQL, a code analysis engine developed by GitHub to automate security checks.

ignore × 1

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

format-identification × 1

For questions related to identifying the format used for some data (file, packet etc.)

awk × 1

For questions about AWK, a programming language designed for text processing and typically used as data extraction and ...

text-processing × 1

For questions about manipulation of electronic text.

brute-force × 1

For questions related to using a brute-force approach, a trial-and-error method typically used by applications trying to ...

imaskjs × 1

For questions about using imask js library or a similar implementation.

.net-runtime × 1

For questions related to the .NET Runtime or Common Language Runtime (CLR),which manages the execution of .NET programs.

amazon-sqs × 1

For questions dealing with Amazon Simple Queue Service (Amazon SQS).