I'm Facing a problem someone already posted here but there was no absolute answer. here is the question I'm facing exact problem. here is the broken code on git
I have a file name log.txt It's structure it's kind of like this: 2022-04-28 22:33:02,290\\INFO\\Database connection established 2022-04-28 22:33:07,470\\INFO\\
I am currently using random_sample to generate weightage allocation for 3 stocks where each row values add up to 1 and I rounded them to 2dp. weightage=[] n = 0
I am trying to create linkedservices with restapi in gitmode but the linked service is still created in live mode. My API code was PUT https://management.azure.
That's the function I'm using for updat private fun updateSettingsDatabase(settingsDao: SettingsDao) { lifecycleScope.launch { settingsDao.u
My special objects have one list of attribute-values (that is a varying list of abbreviated strings of short but differing length meaning some capabilities of a
I am trying to find a specific subject in a shared outlook calendar on a specific date. The subject, the date and the shared calendar is passed as arguments. Th
I have excel file with 2 tabs. First tab is "Summary" and 2nd tab is "Employee". The format of excel looks like below. Please note that below excel is for showc
My special objects have one list of attribute-values (that is a varying list of abbreviated strings of short but differing length meaning some capabilities of a
first time using Firebase and pretty new to android studio, i'm trying to make a schedule app where a user can create many schedules and it would be associated
I'm trying to write a program which would let user to create vertical line on the chart in the place of double left click. Actually I already can write this kin
I have a data frame with many column. One of the column is named 'attributes' and in it has a list of dictionary with keys and values. I want to extract each ke
I've been learning about memory management in Nodejs and I'm trying to understand why the following two behaviors occurs: PS: I'm using the following utility fu
I was following a template I found online to have a modal pop up when hovering over my cards with bootstrap 5. This is my code so far: class SavedEpisodes exten
I have a build pipeline in Azure Pipelines with trigger: branches: include: - '*' tags: include: - v/* In other words: I build all branches
I use the Python API to access the Apache IoTDB.The statement is below session.create_time_series( "root.sg_test_01.d_01.s_03", TSDataType.FLOAT, TSEncoding.PL
This is the code in App.js import React, { Component } from 'react' import { BrowserRouter as Router, Route, Switch} from 'react-router-dom';
My goal is I want to create a chrome extension like Toucan Extension. I want to highlight some paragraphs in random site then translate it to specific language.
In my local/development environment, the MySQLi query is performing OK. However, when I upload it on my web host environment, I get this error: Fatal error: Ca
I would like to rename the file that i already pick from my gallery by image picker, i already try the below method using renameAsync String dir = path.dirname(
Ok so Basically I have this list. pets = ["mypets","herpets","hispets"] and as this list was generated from reading the lines of a text file t
my code formatting prettier didn't works well for react native, i don't understand where to config it but it works well with flutter from this code import
I am making a simple score sheet and I'm at the phase where I want to let the user create a custom sheet. Obviously I don't want them to just put in any integer
I would like to keep the variable cat (category) in the output of my function. However, I am not able to keep it. The idea is to apply a similar function to m &
I need this exact formula into V1:V column =VLOOKUP('Target Sheet'!$G$1,IMPORTRANGE("MYLIST","FileLInktoAgent!$A$2:$C$45"),2,0) That formula works perfectly fo
I'm trying to use the Vite HMR API to create a Pixi.js app that hot reloads without resetting its state. The high-level idea: main.js initializes Pixi.js so an
I am trying to play an audio file with an offset of 10 seconds into the recording: const audio = new Audio('audio.mp3'); audio.currentTime = 10 console.log('cur
I have a func as part of specification class which sorts the given iqueryable Func<IQueryable<T>, IOrderedQueryable<T>>? Sort { get; set; } W
Recently I try make my web pages with blazor webassembly because I want to make my web page more interactives, but when I run the solution, VS throw me the erro
fixing an error ValueError: x and y can be no greater than 2-D, but have shapes (23,) and (23, 12, 1) and to make my original graph with prediction graph line