All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Join 2 tables on 2 different servers

the 2 servers are linked but I am getting an error when trying to run. Msg 208, Level 16, State 1, Line 1 Invalid object name 'COI_port.Mess.agent_data'. SELECT datepart(Hour,Chat) as Interval, Chat ,...
0
votes
0answers
3 views

MDF file growth -script to find history of last 30 days

I need your help with the script. Basically I am Looking to figure out how to get Last 30 days of historical data of MDF file. I am trying to figure out growth rate of each day. excluding Log file and ...
1
vote
0answers
4 views

Data truncated for column, DATETIME

I got this error on column with type DATETIME, I tried to search a lot, I search similar questions but I didn't get any good solution. Please help with this. Warning: #1265 Data truncated for column '...
0
votes
0answers
6 views

C# : converting a number into a decimal percentage

Hi i'm new to programming. How do I convert a user input number into a decimal percentage for example , user input: 9.9 , how do I convert 9.9 into 0.099 in C# ?
0
votes
0answers
3 views

Not able to open my own website through my laptop but can through other devices

So I launched my very own WordPress website today for the first time and while building it I took a break. Before taking the break I decided that I should transfer my DNS to Cloudflare as they give ...
0
votes
0answers
4 views

next-auth signIn fail with oauth_get_access_token_error and callback_oauth_error errors when provider is Auth0

On a NextJS app with next-auth library for authorisation via Auth0, I am getting errors during the authorisation flow: [next-auth][error][oauth_get_access_token_error] [ { statusCode: 401, ...
-1
votes
0answers
7 views

Declaration or Statement expected in Typescript

I'm creating this basic async/await method in Typescript. However, it throwing these errors in my IDE. Error: 1068 Error: 1128 Here is my code below. import axios from 'axios'; export default class ...
0
votes
0answers
8 views

Prettier Javascript formatting for trailing comments on same line, losing comment indentation

I just started using prettier to auto-format my Javascript code in a consistent manner and, in general, I'm fine with what it does to the formatting. One thing that confuses me is that it takes this: ...
0
votes
0answers
6 views

wondering why my GUI check button function is not working?

import tkinter import tkinter.messagebox class checkbutton: def __init__(self): self.main = tkinter.Tk() self.top = tkinter.Frame(self.main) self.bot = tkinter.Frame(self....
1
vote
0answers
7 views

Authenticating users if they have a cookie

I need assistance with letting users access a page (.hbs) if they have a cookie. I have listed an image of my file hierarchy with my files and some of my code. If you could provide any insight or ...
-1
votes
0answers
9 views

Could someone please show me what this code looks like for R programming for data analysis

Create a new data frame called ds_a.df with the factor 'smoke' and the variable 'bwt' (Hint the name should just be bwt).
0
votes
0answers
5 views

Show text dataframe rows containing others things than characters and white space (Python)

I got a Python dataframe which has "Text" and "ID" columns. I would like to be sure that each row of "Text" column contains only characters and white space. If it's not ...
0
votes
0answers
6 views

Cannot read property 'get' of undefined when trying to define url

In my backend express server, I have the line const site = await whoisscanner.open(decodeURIComponent(req.params.url)); so I know I need to encode on my front end to define my url. However, when I do ...
0
votes
0answers
6 views

Is this Common Lisp code similar / equal to what they're teaching in LISP 3rd Edition by Winston / Horn?

They're saying that (defun user-reverse (l) (if (endp l) nil (append (user-reverse (rest l)) (list (first l))))) Is bad because of n(n + 1)/2 of computation. Then ...
0
votes
0answers
10 views

how to program a application window to a webcam in python

I want to make a program or driver that programs like Discord, Skype, and Zoom will recognize as webcams. I'm using my phone with IP camera to display a frame on my pc. It's just that there doesn't ...

15 30 50 per page
1
2 3 4 5
1379337