Newest Questions

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

I am developing a Telegram bot that posts content to a public channel. The channel is linked to a Discussion Group, so by default, every post has the native "Leave a comment" button. My ...
Kidus's user avatar
  • 484
0 votes
1 answer
63 views

I'm making a program to track my school schedule. I have variables for each thing I need to track: let teacher = "Mr. Henderson"; let room = 204; let class = "Biology"; let period =...
Lucia Garcia's user avatar
Advice
0 votes
0 replies
24 views

I have developed a web application and I am new to the IT field. I want to deploy my system so that it can be accessed online through a domain instead of running only on localhost. frontend - react / ...
Shadir Amjard's user avatar
-2 votes
0 answers
39 views

const fs = require("fs"); const path = require("path"); const JavaScriptObfuscator = require("javascript-obfuscator"); fs.readdirSync(inputDir).forEach((file) => { ...
Bear Bile Farming is Torture's user avatar
Advice
0 votes
0 replies
23 views

I'm making a portfolio website and i want to display some videos in the format of like a little video player where you can click on an option and it will play , i realize this may be a bit ...
x ox's user avatar
  • 1
-1 votes
0 answers
20 views

I have an AI chat app with real-time streaming responses. Everything works correctly while the app is in the foreground. The problem occurs when the user minimizes the app or switches to another app (...
Mohammad Alamoudi's user avatar
Best practices
0 votes
1 replies
19 views

Quiero una recomendacion de como realizar un CRUD de manera correcta y compacta que sea facil de recordar y aplicarla de manera eficiente mediante un Control DataGridView en C#, sin sql ni listas ...
FranrezX's user avatar
Best practices
0 votes
0 replies
17 views

I am writing some numerical simulations in Julia. I have some functions which compute many parameters iteratively. When I am debugging, I like to have a debugging option, where a function additionally ...
Mstislav Keldysh's user avatar
Advice
0 votes
0 replies
20 views

Microsoft Foundry has a tool called Content Understanding which is part of the so-called Foundry Tools. I'm managing my infrastructure via Terraform. However, I'm struggling to configure Content ...
pvorb's user avatar
  • 7,349
0 votes
0 answers
33 views

I am trying to update a VARRAY column in an Oracle Table using Oracle.ManagedDataAccess.Client in C# I have the following code: OracleCommand cmd2 = new OracleCommand( "update mytable set ...
Mark Ainsworth's user avatar
Best practices
0 votes
0 replies
30 views

Data Title: Random Forest Time-Series Forecast for 2014 Producing Unrealistic Weekly Sales Predictions I am building a hybrid forecasting model in Python using SQL Server + pandas + scikit-learn to ...
Anthony Apollis's user avatar
2 votes
2 answers
52 views

I've slipped the LazyColumn a LazyList State like this: val listState = LazyListState() @Composable fun foo() { LazyColumn( state = listState Now I want to call listState.scrollToItem(...
user1785730's user avatar
  • 3,976
Advice
0 votes
1 replies
28 views

Please tell me the schematic diagram of a universal RFID key implemented on the basis of the ATmega328P microcontroller.
Boooeee's user avatar
  • 13
Advice
0 votes
0 replies
27 views

I'm currently working on a project where I have to focus on QR code optimization. basically I want to 3d print custom cats and dogs tags with embedded QR code to link them to a profile page to help ...
Fares Ayadi's user avatar
-2 votes
0 answers
20 views

I have been using the same Azure VPN Config on a Linux machine (Arch) and a Windows machine for about a year. Recently, the company I am working for did some DNS changes related to the VPN. The ...
nzwlm's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
1610473