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 »

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.

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
60%
+4 −2
Meta Site scope - draft proposal

I don't really see the point of listing specific things as "on topic." Any such list is bound to either be incomplete or have a grey area overlap with things off-topic. I also disagree with some of...

posted 5y ago by Moshi‭  ·  edited 5y ago by Moshi‭

Answer
60%
+1 −0
Q&A Can renaming a MySQL column be sped up by dropping indexes or foreign keys?

I need to rename one column in 170 tables in a MySQL database and its going really slow. [...] Doesn't make much sense. A column name should be easy to rename and somewhat independent of the data...

posted 5y ago by .                                                .‭  ·  edited 5y ago by .                                                .‭

Answer
60%
+4 −2
Q&A What are the pros and cons of a composite primary key versus a unique constraint?

One could either do a unique constraint on those foreign keys or a composite primary key on those columns. For elegance, canonicity, a primary key is necessary. You would initially have a primary...

posted 5y ago by .                                                .‭  ·  edited 5y ago by .                                                .‭

Answer
60%
+1 −0
Q&A How to upgrade a recent (>= 8) Angular CLI?

Angular CLI official page indicated how to install the CLI, but provides no information about how to upgrade it. I am interested in how to upgrade the CLI.

1 answer  ·  posted 5y ago by Alexei‭  ·  last activity 5y ago by Alexei‭

Question angular angular-cli upgrade
60%
+1 −0
Code Reviews Are any downsides of hiding the actual Entity Framework Core DbSets and exposing only some generic methods?

I have recently started a project based on the clean architecture principle and noticed that it did not rely on generic repositories since Entity Framework's DbSets are doing the job just fine. In ...

0 answers  ·  posted 4y ago by Alexei‭

Question asp.net-core asp.net-core-3.1 entity-framework-core generic-repository
60%
+1 −0
Q&A How to drop all stored procedures from a MySQL database

The easy way is to run this query. SELECT concat('DROP PROCEDURE IF EXISTS example_database.',routine_name ,';') FROM INFORMATION_SCHEMA.Routines WHERE ROUTINE_SCHEMA = 'example_database'; F...

posted 4y ago by Charlie Brumbaugh‭  ·  edited 4y ago by Charlie Brumbaugh‭

Answer
60%
+1 −0
Q&A What's the difference between null pointers and NULL?

To answer one specific part of the question: Does this have anything to do with some systems allowing a different representation of the null pointer other than zero? Sort of. A null pointer ...

posted 4y ago by Martin Bonner‭  ·  last activity 4y ago by Martin Bonner‭

Answer
60%
+1 −0
Meta What is the point of tagging a question with both a parent and a child tag?

Tags also serve for someone who stumbles across the question directly from a third party link to find related content. Perhaps the child tag would suffice if the parent tag is automatically inserte...

posted 4y ago by Peter Taylor‭

Answer
60%
+1 −0
Q&A A function to round negative numbers towards 0

Yes, several. Example outcomes from various inputs and functions are shown in the table below, with those compliant with the current requirement highlighted: CEILING CEILING.MATH CEILING.PRECISE

posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A Iterative references in LibreOffice Calc

An as yet unanswered Q from Stack Overflow [SO] enquired: how to stop looping this formula where the formulae were: in B9 =16,50 in B10 =B9-B11 in B11 =B10/2 without changing ...

1 answer  ·  posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Question libreoffice-calc iteration spreadsheet-formula
60%
+1 −0
Code Reviews Cache data using Redis Cache in an ASP.NET Core 3.1 project

This is an unanswered code review request of mine from Code Review Stack Exchange. Overview I have developed a small ASP.NET Core 3.1 Web API that provides information that is rarely changed (sever...

0 answers  ·  posted 4y ago by Alexei‭

Question c# asp.net-core asp.net-core-3.1 caching redis
60%
+1 −0
Q&A Iterative references in LibreOffice Calc

Since the formulae have circular references (Err:522) the spreadsheet setting needs to be changed to enable iteration (Tools > Options… > LibreOffice Calc > Calculation, tick Iterations an...

posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A How to calculate how much data is stored in a MySQL column?

The reference indicated by ‭jcsahnwaldt‭ indeed specifies the space required by VARCHAR columns, namely (L = string length): L + 1 bytes if column values require 0 − 255 bytes, L + 2 bytes if valu...

posted 4y ago by Alexei‭  ·  edited 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A What is the rationale of having Cascade as a DeleteAction in EntityFramework.Core?

I have noticed some time ago that Entity Framework assumes a CASCADE behaviour (implicit value, if not specified) for referential constraints (FKs) when deleting items. This means that by default, ...

1 answer  ·  posted 4y ago by Alexei‭  ·  last activity 4y ago by Alexei‭

Question entity-framework-core sql-delete referential
60%
+1 −0
Q&A Data validation applied to tickboxes

Given ColumnA contains a Text header (A1), an allowed maximum number (A2), fifty tickboxes (A3:A62) and a formula in A63 of: =countif(A3:A62,TRUE) how can I block application of more than the a...

0 answers  ·  posted 4y ago by pnuts‭  ·  last activity 4y ago by pnuts‭

Question google-sheets validation checkbox spreadsheet-formula
60%
+1 −0
Q&A Summing values formatted for a different locale

A couple of year ago a user of Super User reported difficulties with summing values purporting to be Euros imported to LibreOffice Calc in CSV format. In the Q the user does not mention the locale...

1 answer  ·  posted 4y ago by pnuts‭  ·  last activity 2y ago by Wicket‭

Question libreoffice-calc text spreadsheet-formula
60%
+1 −0
Q&A How to add to the value of one cell an amount that depends upon the range of a different cell?

One way is to create a lookup table (sorted ascending) and take advantage of VLOOKUP's is_sorted parameter to opt for "the nearest match (less than or equal to the search key)". Say a table like so...

posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A Trigger Conditional Formatting by Check Box

One part of an as yet unanswered Q on Super User asks whether conditional formatting in OpenOffice Calc can be used to highlight an entire row based on whether a checkmark in the row has been selec...

1 answer  ·  posted 4y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Question conditional-formatting openoffice-calc checkbox
60%
+1 −0
Q&A What is the rationale of having Cascade as a DeleteAction in EntityFramework.Core?

After toying a little more with Delete actions for referentials, I think the rational of having the CASCADE DELETE as default is the following: having to DELETE the children before the parent is ...

posted 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A Permutations of an array - APL

In Dyalog APL, there's a predefined function in the dfns library to generate a matrix of permutations for a list of the numbers from 1 to n. I want to create the same functionality, except that it...

1 answer  ·  posted 4y ago by Razetime‭  ·  edited 4y ago by Alexei‭

Question APL array permutations shuffle dyalog
60%
+1 −0
Q&A Access TypeScript class outside bundled code

I'm developing the design framework for a certain Q&A site. We are currently using an external dependency for the tag selector on the post editor, but it has some disadvantages (not fitting int...

1 answer  ·  posted 5y ago by luap42‭  ·  last activity 5y ago by ArtOfCode‭

Question javascript typescript namespaces
60%
+1 −0
Q&A How to temporarily disable a MySQL user?

The easiest way to temporarily disable a MySQL user is to the change the value of the Host column in the mysql.user table to an invalid host. UPDATE mysql.user SET HOST = 'blocked' WHERE #your cond...

posted 5y ago by Charlie Brumbaugh‭  ·  edited 5y ago by Charlie Brumbaugh‭

Answer
60%
+1 −0
Q&A How to calculate the Hamming weight of a binary string?

I believe the answer at the moment is "No" but a very simple formula in LibreOffice 5.4.3.2 can achieve the desired result: =LEN(SUBSTITUTE(B1;0;"")) where B1 contains: =BASE(A1;2;8) as valid and...

posted 5y ago by pnuts‭  ·  last activity 4y ago by Alexei‭

Answer
60%
+1 −0
Q&A Include a Blazor Webassembly project into an existing ASP.NET Core project

Add Microsoft.AspNetCore.Components.WebAssembly.Server nuget to the ASP.NET Core application. Reference the Blazor WebAssembly application from the ASP.NET Core application. <Project Sdk="Mi...

posted 5y ago by ndc‭

Answer
60%
+1 −0
Q&A In a stored procedure, is it possible to get the total number or rows updated by different statements?

I have a bunch of stored procedures that look like something this CREATE PROCEDURE example() BEGIN UPDATE STATEMENT A; UPDATE STATEMENT B; UPDATE STATEMENT C; END// When I run them thr...

2 answers  ·  posted 5y ago by Charlie Brumbaugh‭  ·  last activity 4y ago by Alexei‭

Question mysql stored-procedures rows-affected