All Questions

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

Generating character ranges in python

I want to "translate" integer values in the range from 0 to 26 to characters 'A' to 'Z', but that seems harder in python than in C++, where it is allowed to add integer values to char ...
user2961818's user avatar
0 votes
0 answers
2 views

pyparsing transform_string with negative lookahead

I'm trying to implement simple shell-style string variable interpolation with $varname syntax, using pyparsing. For example, if I have a variable foo with value "bar", then transform "...
satwell's user avatar
  • 252
0 votes
0 answers
5 views

Optimize Neo4j allShortestPaths for large datasets

I got the following object in neo4j which describes a policy document (in this case the OWASP Testing Guide) { "identity": 854, "labels": [ "NeoDocument", "...
ndp's user avatar
  • 883
0 votes
0 answers
5 views

how to solve this problem , my problem is to can't use keras.models

Traceback (most recent call last): File "C:\Users\Rafat Al-khatib\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\src\ops\operation.py", line 208, in from_config return cls(**...
rafat alkhatib 's user avatar
0 votes
0 answers
5 views

Prevent Interactive Login with SAML Azure B2C when User Already Authenticated with OpenID

I have a single-page application (SPA) (app1) that uses MSAL and OpenID Connect to authenticate users against my Azure B2C instance. Once authenticated into app1, I would like to enable the user to ...
Kennon Young's user avatar
0 votes
0 answers
5 views

Creating a Windows 10 Pro AMI Using Hashicorp Packer

I am what you call a complete newbie to cloud. I tried building an AMI of windows 10 pro from virtualbox VHD but it's getting stuck at 39% forever. I heard that packer makes it really easy to make ...
Maimun Ahmed's user avatar
0 votes
0 answers
5 views

discordjs - force fetch an user with user handle?

I'd like to force fetch an user, but with the handle and not the user id. Is it possible? Also note that the users I'm trying to fetch may not share a guild with my bot. Here's what I'm trying to do: ...
A18's user avatar
  • 1
-1 votes
0 answers
17 views

How can I improve this code? My friends say that I should improve the structures [closed]

This is my code My friends won't help me directely, so I but I always fail to improve the code and make it work normally at the same time. case Terrain ->{ ConclusiveTileSet tileSet=...
김�?�찬's user avatar
0 votes
0 answers
6 views

A problem to find the output of the programme: Pre-Increment, Post-Increment [duplicate]

#include <stdio.h> int main() { int a = 5; printf("Value of a after operations: %d\n", a); printf("Value of b after operations: %d\n", --a + a++); return 0; }...
user1942348's user avatar
0 votes
0 answers
6 views

Nginx proxy configuration issue (MEAN stack)

Nginx isn't listening to angular http requests, the containers are running and I'm able to access the web page without getting any data from the server, please take a look at the docker files along ...
Mido Shahin's user avatar
0 votes
0 answers
9 views

Cant run django-admin in windows11

I was trying to start a new project in django and ran into this error.enter image description here i already created venv and installed django with venv activated.But even after successfull ...
Sudip Poudel's user avatar
-1 votes
0 answers
5 views

Is there a way to add more than one button in a MsgBox in Visual Basic? (Visual Studio)

So i want to add a button to my MsgBox, but i can't seem to find anything online. Also, is there a way to make it so that if i press on one of the buttons, it shows another MsgBox (using If_Then) and ...
zknwy09's user avatar
0 votes
0 answers
6 views

iPadOS: Notifying users when driver extension is loaded and application is not running

Currently, I am developing an iPadOS app that comes bundled with a Driverkit based extension for managing USB devices. This extension runs in the background, matching against a specific set of USB ...
abkmd's user avatar
  • 35
0 votes
0 answers
4 views

iOS Project not able to build in MacBook Air M2 with Swift Package Manager

I am trying to run the application which is already working on Intel Chip MacBook Pro, but after changing the system to apple chip with M2 MacBook Air it's not going to reset the swift packages Here ...
Keval Gajjar's user avatar
0 votes
0 answers
7 views

improper token has been passed when trying to create discord selfbot

I'm trying to create a selfbot using python that will be able to go on my account, and send a message every 75 seconds. I created my script but every time i keep trying to upload the script it says ...
Rayan Meftah's user avatar

15 30 50 per page
1
2 3 4 5
1611097