I'm trying to write a program that uses Caesar's algorithm to cipher a string input. I'm a beginner to C but I can understand basic codes. So to cipher the text
I would like to find title bar icon with rel = 'icon' or 'shortcut icon'. So I'm trying to do something like this: response.xpath("head/link[@rel='icon' or 'sho
I am working on API that is secured using Azure AD. Is there a way to get the Windows NT login from claims? Example. jDelaCruz
Let's say we are using Kafka with manual commits. We are processing the incoming message. But if there is a failure in processing for any reason, we want to rer
I'm new to Eleventy and working on a personal project - most of it is working fine, but I need help with generating and filtering tags based on posts stored in
I am having a problem with my project, there are no errors in my code but when I try to run main.dart it fails to build. The errors it throws are the following:
This question is in part due to my lack of knowledge of the proper terminology but I can explain this practically: It is possible to simply call sqlite3 mydatab
I have nrrd files of the brain tumor. When reading the file into an array with a header and passing the code print(filename), I get an array of zeros. I checked
Screenshot-1 Screenshot-2 I am trying to check in the database whether there is a user with such a login or not. If it exists, then display an error.How can I g
The idea: I want to send some json tweets (from file) to AWS kinesis, S3, lambda, AWS comprehend then S3 again. The sample tweets: [ { "tweet_id": 56758
I am creating program that helps processing microstructure images. One of the function is detecting circles with the same radius. User draws one circle, my prog
I am attempting to build a lambda function connected to an API gateway POST method that will allow users to create and register cognito users within a given poo
I am trying to make a request using django-rest-framework and django-rest-framework-jwt but The response that I get detail": "You do not have permission to perf
I have event, cases and roads tables. I want to join these 3 tables but i have a problem because there is two different road_id which matched same firstpoint, l
The use case is creating an order that has multiple order lines. I have two lists of Products: Preferred and All. Every item in Preferred is in All. I have a bo
When opening a Haskell file with VSCodium (I don't think that makes a difference), I get the error `ghcup --no-verbose upgrade` exited with exit code ENOENT. He
I have an issue with emplace and try_emplace as they always use the copy constructors when moving an object in. #include <iostream> #include <unordered
I try check if checkbox is checked in mongodb or not So for isClosed my value in db is true And its working so far my checkbox is checked bcs its true in db. Bu
I'm trying to let the text area automatically adjust its height when the text value changes: <textarea ref="textarea" v-model="message"> </textarea>
I have created two custom post types in my wordpress project: city and property using the below query. register_post_type('city', array(
I did write an HTTP Cloud Function in the Google Cloud Platform. The purpose of this function is to update data in the Database (Firestore). I do not intend to
I am trying declare char constant in java it throwing invalid constant error. public static final char code = 'RETURN';
I am testing the Vue Stripe Checkout from: https://docs.vuestripe.com/vue-stripe/stripe-checkout/one-time-payment And i am getting this error in console: [Vue w
I need to exclude the log4j artifact from the shade plug-in to avoid the log4j vulnerability, however, the exclude tag under artifactSet does not seem to work.
For example: array = [4,3,2,0,0,0,0,0,0] The 0th index should only have combinations with 3rd index and 6th index. The 1st index should only have combinations
I want a div that looks like this on Desktop: ------------------------------------------------------------------ | (icon) | (content)
I create a function to send an embed message with a button and now I would like to create an event handler to detect when the button is clicked and execute a fu
I got this kind of CSV which is not an CSV. Let me explain it. The output has column_name,value. e.g. created_at,2022-02-10T16:53:49+01:00 upd
I have this table of students public void onCreate(SQLiteDatabase db) { String createTableStatement= "CREATE TABLE " + STUDENT_TABLES + " (" + ID_COL + "