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
 
66%
+4 −1
Q&A Combine the first character of a cell with another cell

A Q on Stack Exchange from a very long time ago included: I have first names in one column and second names in another, I want to create a third column that contains the first character from the...

1 answer  ·  posted 4y ago by pnuts‭  ·  edited 2y ago by ArtOfCode‭

Question excel text spreadsheet-formula
66%
+2 −0
Q&A How can I assign the result of an operation from within a function to the global environment?

In order to assign a variable to the global environment from within a function, there are two ways to proceed: either using the assign operator <<- or using assign(). <<- comes with the...

posted 4y ago by Zerotime‭

Answer
66%
+2 −0
Meta Initial List of Tags

A good start would be the most popular tags from Stack Overflow. Another approach is to start from scratch and search for tags on Stack Overflow whenever needed. Those tags are already curated and ...

posted 4y ago by Alexei‭

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

I have recently upgraded Angular CLI from version 9 to version 10 and I simply installed it again. npm install -g @angular/cli Existing version λ ng version Angular CLI: 9.1.8 Node: 12.18.0 OS: w...

posted 4y ago by Alexei‭

Answer
66%
+4 −1
Meta "Software Development" to the exclusion of other programming and scripting?

The site is called "Software Development", and the subtitle on the homepage is "General Q&A about software development -- code, design, process, tools, testing, and more". Am I to understand, t...

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

Question discussion scope
66%
+2 −0
Meta Can regular users add tag wikis? And what are the guidelines for creating them?

Editing tag descriptions is a privilege, currently based on reputation. (Changes to the privilege system are coming, but not yet.) The threshold is currently set at 250 rep. I recognize the boot...

posted 4y ago by Monica Cellio‭

Answer
66%
+2 −0
Q&A Multiple string concatenation in Excel

In a new tab, type A1 in cell A1, Type A2 in Cell A2 Use fill series to complete the values in column A Type A1 in cell B1 Use this formula in cell B2 =B1&","&A2 Copy the formul...

posted 4y ago by James Jenkins‭  ·  edited 4y ago by James Jenkins‭

Answer
66%
+2 −0
Q&A How much memory is allocated for a MySQL VARCHAR variable in a stored procedure?

In a stored procedure let's say I have a VARCHAR variable, DECLARE example_variable VARCHAR(100); how much memory is allocated to it and is that independent of the length of the data in the var...

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

Question mysql stored-procedures
66%
+2 −0
Q&A What would the pros and cons of storing the compiled CSS output of SASS in version control?

I follow a principle of only including in version control source code. If I can reliably generate the same output from the same input from that source code then there is no need to also store the f...

posted 4y ago by ben‭

Answer
66%
+2 −0
Q&A Keras image_dataset_from_directory - how image size works

I am using tf.keras.preprocessing.image_dataset_from_directory. According to the documentation, the related image_size parameter is the Size to resize images to after they are read from disk. How...

0 answers  ·  posted 4y ago by Guilherme Costa‭  ·  edited 4y ago by Alexei‭

Question keras tf.keras
66%
+2 −0
Meta Phantom answer in my notification list

My notification list includes the following entry: New answer to your question 'How many votes are required for special actions...' However, there is no answer for that question. I imagine that ...

1 answer  ·  posted 4y ago by Alexei‭  ·  edited 4y ago by Monica Cellio‭

Question support status-completed notifications
66%
+4 −1
Meta Is there a way to add expiration for questions tags?

Comments from this question reveal that there is some aggressive caching related to question tags (what tags are used for a question). Unfortunately, after changing tags for several questions I ha...

0 answers  ·  posted 4y ago by Alexei‭

Question support tags
66%
+2 −0
Q&A For scripting what are the pros and cons of command line arguments versus capturing input at the start?

@‭laserkittens‭ and @dmckee has already provided good answers, and I will not copy what's there. Personally, I treat cli arguments as the default choice because of the flexibility it gives to scrip...

posted 4y ago by klutt‭

Answer
66%
+2 −0
Meta Schrödinger's tag - appears in view mode, but not in edit

After removing two tags and adding another one for this question I have noticed that the tag list is not the same between view mode and edit: View mode: stack-memory + heap-memory + ram + memory-m...

0 answers  ·  posted 4y ago by Alexei‭

Question support tags
66%
+2 −0
Code Reviews Counting number of assignments that a `fscanf` format strings implies

I have found an improvement that is worth posting as an answer to my question. One thing that I was not comfortable with was coming up with test cases and figuring out how many assignments a forma...

posted 4y ago by klutt‭  ·  edited 3y ago by klutt‭

Answer
66%
+2 −0
Code Reviews Setting the authentication token in an Angular application for generated API clients

Do you need to write this yourself? That is, are you sure there is no library that could do this for you? After all, the angular services generated by the typescript-angular language binding of the...

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

Answer
66%
+2 −0
Meta Autocompleting usernames in comments does not seem to work

Right now, there is no auto completion feature for comments. If you want to notify users, you have to write their names by yourself, e.g "Thank you @user". Spaces in usernames should be written tog...

posted 4y ago by Zerotime‭

Answer
66%
+2 −0
Q&A Are hyphens and/or underscores valid in golang package names?

Can a Go package name validly contain a hyphen and/or an underscore? The godocs say that By convention, packages are given lower case, single-word names; there should be no need for underscores or...

1 answer  ·  posted 4y ago by qohelet‭  ·  last activity 4y ago by Moshi‭

Question naming-conventions go
66%
+2 −0
Meta What is our policy on tags?

1. What type of tags will we allow? (Should specific tags like UrlRewrite be allowed?) I would argue that urlrewrite (or perhaps more appropriately since Microsoft renders it as URL Rewrite, url-...

posted 4y ago by Canina‭

Answer
66%
+2 −0
Q&A How to easily support time frame grouping in queries?

In SQL Server 2022+, there's a dedicated binning function called DATE_BUCKET. Each of these statements increments DATE_BUCKET with a bucket width of 1 from the origin time: DECLARE @date DATETI...

posted 1y ago by Michael‭  ·  edited 1y ago by Michael‭

Answer
66%
+2 −0
Q&A Adding dependency with cabal in gitlab-ci

I have a project I normally build with nix and cabal, however I also want to publish my documentation onto gitlab pages. It's impractical to run my nix on the gitlab CI, so I've just been using cab...

0 answers  ·  posted 1y ago by WheatWizard‭

Question haskell gitlab-ci cabal
66%
+2 −0
Q&A How to implement `map` using the fish (>=>, Kleisli composition) operator in F#?

Is there a "cleaner" implementation similar to map's? Yes: let map f = id >=> switch f This follows from two of your other equations: map f = bind (switch f) g >=> h = g >...

posted 1y ago by r~~‭  ·  edited 1y ago by r~~‭

Answer
66%
+2 −0
Q&A Understanding the Matrix protocol vs Matrix server and what can be implemented from scratch

Since Matrix messenger offers only a protocol,[1] as a software engineer I can choose to: Write my own client or use an existing client Write my own server with my own server logic or join an e...

1 answer  ·  posted 1y ago by erjcan‭  ·  last activity 1y ago by Michael‭

Question open-source matrix
66%
+2 −0
Q&A Filter stashes by pathspec

The documentation for git stash list says list [<log-options>] List the stash entries that you currently have. Each stash entry is listed with its name (e.g. stash@{0} is the latest entry...

0 answers  ·  posted 1y ago by Michael‭  ·  edited 7mo ago by Michael‭

Question git git-stash git-log
66%
+2 −0
Q&A Integrating a standalone database 'engine' into an OLAP database

I'm trying to build a proper understanding of what an OLAP[1] datastore vs an OLAP data engine is. I tend to put too much value on keywords like "engine" vs "data store." If it has "engine," I thin...

0 answers  ·  posted 1y ago by erjcan‭  ·  edited 1y ago by Michael‭

Question database olap