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%
+2 −0
Q&A Save migration info in separate DB schema

If you want to use a custom entity framework migration table, you can set it when configuring the database context as shown here: // this code belong to the database context class protected overr...

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

Answer
66%
+2 −0
Q&A Save migration info in separate DB schema

When creating a code-first solution in dot net core using Visual Studio, you manipulate the database by changing model classes and migrating the changes. I can set the schema for tables that I cre...

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

Question .net-core database-migration database-schema
66%
+2 −0
Q&A How to start mysql in Manjaro from terminal?

I had installed mysql using the following command sudo pacman -Sy mysql Earlier, I was using Lampp(Xampp for Linux) where I could start using the command /opt/lampp/start start I am not sur...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by deleted user

Question mysql linux manjaro startup
66%
+2 −0
Meta highlighting code

In this answer, I wrote those line using code system (```). But, in first line it bold sudo. But, in second line it didn't. Why one is highlighting another isn't? I am using Chrome. A relate...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by ArtOfCode‭

Question discussion code-formatting code
66%
+2 −0
Meta Sometimes entered tag information seems to get lost

From time to time, I am filling in some information for the Software Codidact tags and I realized that for some tags I filled the information twice. An example would be winforms which I almost cer...

0 answers  ·  posted 4y ago by Alexei‭

Question support tags
66%
+2 −0
Q&A Mixing "operational" database models with archiving ones in the database context

Generally speaking, switching data access technologies to avoid a naming conflict seems overkill. Doing that will increase the set of technologies contributors must be familiar with, and impede cod...

posted 4y ago by meriton‭

Answer
66%
+4 −1
Q&A Is it possible to mutate the DOM directly from HTML, without any JavaScript?

All the ways I know of to mutate a DOM are JavaScript. Just for broadening general knowledge I want to know if there is any common way to mutate the DOM via HTML itself, without involving any Java...

2 answers  ·  posted 4y ago by deleted user  ·  last activity 4y ago by nelson777‭

Question function html dom
66%
+2 −0
Q&A Mixing "operational" database models with archiving ones in the database context

Context Our product owner has realized that some entities are duplicated from time to time and that a merge is required. This should clean up existing duplicates and also allow special users to me...

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

Question entity-framework-core architecture archiving
66%
+4 −1
Code Reviews BMPL: The language I'll bring to life

Last year, I started working on a language I named SuperCode but then decided BMPL (Builder's Multi-Purpose Language) as the final name. The language would be written using C and up until now, the ...

1 answer  ·  posted 4y ago by General Sebast1an‭  ·  last activity 4y ago by Lundin‭

Question c function language-design
66%
+2 −0
Q&A Saving modified data in gridview on clicking SaveButton

Well, actually I didn't use SqlAdapter to work with DB since I prefer using ORM or write everything by myself (without DataSet, DataTable, SqlAdapter, etc) but I still can give some advices. Here,...

posted 4y ago by FoggyFinder‭

Answer
66%
+6 −2
Meta Should "Hello", "Thank you", "Morning" and similar greetings be removed from posts?

Just to have a differing viewpoint represented. Addressing questions and answers The stated reason for stripping politese Somewhere Else (which I largely agree with) is that while posts are creat...

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

Answer
66%
+2 −0
Q&A Input taking only first character of a string

Your pointer function is uninitialized. From some documentation pages for scanf at https://man7.org/linux/man-pages/man3/scanf.3.html : s Matches a sequence of non-white-space characters; the...

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

Answer
66%
+2 −0
Q&A Unable to use pyttx3 (libespeak.so.1: cannot open shared object file: No such file or directory)

from tkinter import * from tkinter import messagebox, filedialog import pyttsx3 import PyPDF2 import os import webbrowser root = Tk() # root.geometry("500x500") root.title("Audio Book") ...

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

Question python-3 pyttx3 pyaudio
66%
+2 −0
Q&A Is it possible to mutate the DOM directly from HTML, without any JavaScript?

No. Short Answer No, it is not possible to mutate the Document Object Model (DOM) via HTML. You can mutate via JavaScript. Long Answer The Document Object Model (DOM) is a programming interface...

posted 4y ago by Kevin M. Mansour‭  ·  edited 4y ago by Kevin M. Mansour‭

Answer
66%
+8 −3
Q&A constructor in C

Since in your question you seem to be surprised about OOP being done in C, I'll add some more information. There is a difference between Object Oriented Programming (OOP) and an OOP language, such...

posted 4y ago by Lorenzo Donati‭  ·  edited 2y ago by __blackjack__‭

Answer
66%
+2 −0
Meta edit button isn't taking me to `/edit/` page

Whenever I click on edit button it is redirecting me to that answer. This is happening for the answer. Here's a video

0 answers  ·  posted 4y ago by Anonymous‭  ·  edited 4y ago by Monica Cellio‭

Question bug status-completed editor posts
66%
+2 −0
Q&A What's the difference between =, == and === operators in JavaScript?

1. = = is an assignment operator in JavaScript, it is used to assign a value to a variable. e.g: const test = 1; console.log(test); // expected output: 1. In the above example, we have ass...

posted 4y ago by Kevin M. Mansour‭  ·  edited 4y ago by Kevin M. Mansour‭

Answer
66%
+2 −0
Q&A error[E0507]: cannot move out of X which is behind a shared reference.

Problem was my_line is owned by _model and cannot be moved. Copying the entire my_line is apparently not possible, but what worked is making an element-wise copy of my_line, which is of type (Poin...

posted 4y ago by telefza‭

Answer
66%
+4 −1
Q&A How to get string length in D?

I'm new to D and am planning to use it for golfing. I want to make a ROT13 converter and I want to determine the length of an inputted string. Is there a function for this? If not, what ways can I...

3 answers  ·  posted 4y ago by General Sebast1an‭  ·  last activity 4y ago by hkotsubo‭

Question string function d
66%
+2 −0
Q&A Validating xsd schema that contains import from external http source in Java 11

In the example.xsd file I have an import to an external xsd file that looks like this: <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://test.example.com" ...

0 answers  ·  posted 5y ago by Janar‭  ·  edited 5y ago by Monica Cellio‭

Question java spring xsd
66%
+4 −1
Meta Meaning of the tag software practices?

Some new tag "software practices" just popped up, no wiki. What's the purpose of this tag and how is it useful? What exactly in software development is not "software practices"? Seems quite superfl...

1 answer  ·  posted 5y ago by Lundin‭  ·  last activity 5y ago by Moshi‭

Question discussion tags
66%
+2 −0
Q&A Nodejs wrap async function in synchronous function

I am writing a spoof of the fs module; the actual storage mechanism is not the the filesystem but rather a database. Overall, however, the api will function exactly like fs. So far my code is compa...

1 answer  ·  posted 5y ago by Gershy‭  ·  last activity 5y ago by Moshi‭

Question javascript node.js event-loop async-await
66%
+2 −0
Q&A How to protect the git respository for a public_html folder on a Linux server?

On a Linux server, if you leave the .git folder unprotected in the public_html folder, its possible that someone could download the folder and then gain access to your files. There are two ways I h...

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

Question git linux
66%
+2 −0
Q&A How to protect the git respository for a public_html folder on a Linux server?

If you can, have the repository locally and/or in a Git server. Use rsync to deploy updates to public_html. If the repository still needs to live in that same server, same applies (rsync, just loca...

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

Answer
66%
+2 −0
Q&A Nodejs wrap async function in synchronous function

What are my options here? Do I need to switch the module I'm using to access the db? Do I need to write C code? Or is there a really clever technique to directly solve this problem, using only nod...

posted 5y ago by Moshi‭

Answer