In a C# solution, how do I add an .EXE project to a solution of DLL
In a C# solution, how do I add an .EXE project to a solution of DLL project's? This is using Microsoft Visual Studio Professional. I have been handed a solution file which contains three projects. But...
View ArticleHow do I add an .EXE project to a solution of DLL's?
How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate...
View ArticleAdding class attributes dynamically
So, I am pretty new to Python and what interests me at the moment is, how can I put a list inside class constructor and use that to create attributes in class? Let me give you example of what I want:...
View ArticleKaitenzushi (Facebook Puzzle Question) Java
Question: There are N dishes in a row on a kaiten belt, with the ith dish being of type D_i. Some dishes may be of the same type as one another. You're very hungry, but you'd also like to keep things...
View ArticleHow to use Nuget assembly as files with visual studio community
I am starting a new coding job with a new client. The problem I am having is that a lot of issues with namespaces that can not be found or maybe missing directives or an assembly reference. This, I...
View ArticleCloudmersive Virus Scanning for file....File Name Too Long
Hi everyone, I am trying to add an AV scanner for our API that accepts a user upload of a file. I am running into this issue OSError: [Errno 63] File name too long: I am not sure how to handle this...
View Articlesetup VSCode for Python-Coding
hello dear community, first of all: a happy new year to all of you. I wish you all a great and sucessful new year! i have VSCode running on a Linux-box (as VSCodium) - but at the office it runs also -...
View ArticleWhy Clojure is top?
Hello, Is Top Highly Paid Programming Languages to Learn in 2022 article OK? Why the Clojure programming language is top? Is Clojure programming language widely used? Thank you.
View ArticleIf I don't have a portfolio, how can I get new clients?
Hello, I'm interested in establishing my web design business. I don't have a portfolio, as you know. Getting customers is difficult without a portfolio. I am aware that there is a method to create a...
View ArticleResource leaks due to an exception or error.
I came across a project on Github (https://github.com/mabrarov/exception-safety), which describes an approach to prevent resource leaks due to throwing an error or exception. Without throwing...
View ArticleUsing GIT to get remote coce
when I try to perform a git clone command I am propted to provide a password. When I try the password that I had been provided, I get the following errors: Connection colsed by (ip address) port (port...
View ArticleDatabase backup strategy (Docker)
Hi all! Happy new year! I am looking at a backup strategy for my web app and looking to talk through my options. It's basically some docker containers (mariadb, nginx, and a django DRF) with the DB...
View Articlehashing content to validate authenticity.
Noticed this board is shitting down...damn i got a lot of help from here. When does the last day arrive? Moving on... Im trying to get the right hash of an input but i cant seem to figure out hwat im...
View Articlebig margin in Twenty-twenty Theme (TT): how to solve this?
hello dear ArtificialSoldier, Martyr2, modi123_1 First of all: i hope that you are well and everything goes well at your hometown. I hope that your town is doing well with the pandemic-situation. And...
View ArticleUsing GIT to get remote code
I am putting this in the C# group here because this is the latest programming language and one that I would assume would have the most users using some sort of version control system like git. I do not...
View ArticleUsing GIT to get remote coce
I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network. All I have learned from a tutorial is how to set up a local repository, but...
View ArticleSending emails via gmail
Hi, I need to send emails from a C# app using gmail. I've had it working in the past but I think there may be some security issue getting in the way now. Here is the code I'm using : MailMessage mail =...
View ArticleIs there a proper way to do this?
I posted the other day about searching for a method name from a string then executing that method fud that post find it here I have since found a hacky way to achieve this. Discord.py has a a number of...
View ArticleSending out email after registration
Hi all I am currently tinkering around with PHP and created a login/registration system. Once the user has registered and the validation has been confirmed/data added the database it will send an email...
View ArticleWhy is this wrong?
im trying to crate a script that takes an input as a string, then checks if it can call a function called hello from a module that's been imported. for example input "hello" can I run module.hello() i...
View Article