I am trying to run a .bat file that simply echoes 'hello', to learn more about package.json and scripts. I have this: "scripts": { "buildSwaggerFiles": "buil
I'm not able to get the following code to work: $(function() { function verifyRecaptcha() { return new Promise((resolve, reject) => {
I am doing all my assignments in a single .c file by writing functions, but now it seems that it affects the run time. Does it mean that if I do not call a func
General context: The app I'm making manages activities with resources at hand. Once users create cases, the amount of materials each case needs is deducted from
I am a novice developer and faced such a problem, I can receive a json which in some cases has different data, for example Example 1: { "order
I am having a difficult time getting a flex-box (direction = "column") to wrap rather than overflow a parent container. As seen in the code below (or linked cod
This is my small subset of data on which anova is used. dput(c) structure(list(Mouse.ID = c("DO.1307", "DO.1309", "DO.1311", "DO.1312", "DO.1316", "DO.1318", "
I want to restrict a view after a user login into system. Example: I have a register view. After a user login into system I want to block access to register vie
When building a React Native 0.66 project today (used to be working), there is error complaining about library not found for a module which is located at my-pro
I am calling a Sybase stored procedure X from another stored procedure Y. Following the answer to a similar question , I create a #tmp_table to hold the results
I have written a python script to format an Excel spreadsheet to be a registration sheet. The problem I am having is that although the resulting excel sheet loo
I learned dart and I want to access flutter, but I was surprised by android studio because my computer is weak.so,can i create android and apple applications wi
I have codes below code removed The problem is it prints rows of expenses and then rows of incomes (i.e posts from expenses are printed first then after them i
---update--- I now have kind of a MMA function but the code still doesn't work. And i know that for example: Mul X28, X6(x11), X7(x12) Ld X29, X5
The problem is that I don't use kivylang to develop and compose a hierarchical structure of widgets, but how can I add mdcard's to ScrollView if mdcard's has be
I tried manually adding the "aws-java-sdk-1.12.199.jar" to the library and added the line "implementation files('libs\aws-java-sdk-1.12.199.jar')" into the grad
I am trying to set log file for a cron job and the name of the log file should be date. The cron job is set like this. 55 09 * * * /home/program/my_folder/main.
I'm trying to launch Blender directly from PyCharm Terminal on Windows. I first use cd 'C:\Program Files\Blender Foundation\Blender 3.1\' to get into the direct
I'm learning assembly language but whenever I want to find an error in my code it becomes difficult.
these are the docs https://docs.chain.link/docs/jobs/types/cron/ type = "cron" schemaVersion = 1 schedule = "CRON_TZ=UTC * */20 * * * *"
I have only been looking into kivy for about 1 week for a school project, so I'm new to this module. I'm trying to do a login form where the program get the use
I have an experimental data set that I linearize on a semi-log scale and of which I want to run a linear regression. The problem is that when I set a line as a
I am writing a web-application and am deserializing via jsony into norm-model-object types. Norm-model-types are always ref objects. Somehow my code which is ve
how do I save assigned values from inside onMounted hook in Vue 3? My intention of saving the width and height values is so that can use to manipulate the value
I want to simulate an ODE system, very fast. I usually use Euler-Method because it's fast, but not the most stable nor accurate. But I want to use a more standa
I am using sqlalchemy with MySql. I need to return a dict in select. Adding that dict value to fetched data is not an option. Is there any way in sqlalchemy or
Issue: Cannot create or access a central storage container within OneDrive using App Requirement: Create a central storage directory that is accessible for user
I have created a app to make transactions of money from one account to other, for that we have created a ledger table in mysql which runs in my local host very
My query in PRESTO returns this error Query failed (#20220506_153121_03035_vycq3): line 6:41: mismatched input 'as'. Expecting: ',', I don't know why, anybod
//My HTML webpage cannot be displayed on browsers. It is just plain text. Please review my codes and see what is wrong. T.T I tried many ways