Skip to main content
0 votes
1 answer
51 views

Using camerax I have taken a screenshot of a image...success.... I then load the image into an imageView...success.... I now want to crop the image in the image view by using .... imageView....
uberphoebe's user avatar
0 votes
1 answer
42 views

I'm using Django's template inheritance (extends) in every page of the app. The current design looks too zoomed out, and I want to adjust the default scaling through my index.html, but it didn't work. ...
BootCamp's user avatar
  • 464
0 votes
1 answer
177 views

I'm scraping a large list of URLs (1.2 million) using Selenium + BeautifulSoup with Python's multiprocessing.Pool. I want to scale it up to scrape faster, ideally without hitting system resource ...
SolidOpt's user avatar
  • 113
2 votes
1 answer
148 views

I have sample code that creates a 320x180 texture and displays it in a resizable window that starts off at 320x180 inner-size. But as I resize the window upwards, the texture is blurry. I thought that ...
user29889977's user avatar
0 votes
1 answer
66 views

I'm using the Internet Archive BookReader> https://github.com/internetarchive/bookreader I've set up a book using images but at the top there is always a blank space This is controlled by JS file ...
JMzr's user avatar
  • 27
0 votes
0 answers
49 views

I'm trying to run an IPOPT optimisation (pyoptsparse driver in OpenMDAO) and I'm noticing the driver converges at an infeasible point where one out of four constraints is violated. I use finite ...
Kasia's user avatar
  • 115
1 vote
1 answer
148 views

I have for now given up on doing this myself, as I have tried all day without getting this right, so I would appreciate some hints here. I have created a new mock-up, where I can experiment with this ...
Beauvais's user avatar
  • 2,349
0 votes
0 answers
39 views

in this code I am trying to put two scaled financial numbers on the chart after scaling them: Free Cash Flow Net Income But they look similar after scaling them, I tried many ways to scale them but ...
Abdulrahman Hocaoglu's user avatar
0 votes
1 answer
68 views

I process prints and PDF files on a server. It sometimes happens that users upload very large pages (A1 or A0). Conversion with GhostScript then takes a very long time and very large amounts of data ...
Steffen Urban's user avatar
1 vote
1 answer
49 views

I'm creating four buttons, using the game engine Phaser 3. I try to give each button a custom size based on the screen size (so it always fits nice in the screen no matter what screen size). At first ...
maarten van hove's user avatar
0 votes
1 answer
62 views

I'm trying to reproduce the scaling matrix of ITK-SNAP on python but I have failed. I have a fixed image and a moving matrix. I tried to set the scale factors of GUI as Sx = 2; Sy = 1; Sz = 1. When I ...
BrunoP's user avatar
  • 1
0 votes
1 answer
57 views

I try to create a plot with R and the display it implemented in a website. My R Code: library(tidyverse) library(plotly) data <- read_csv(...) plot_temp <- data %>% ggplot(aes(x = lon, y =...
CyberTigerhai's user avatar
0 votes
1 answer
95 views

I have a task - create an ability to fill SVG paths with PNG image and scale up and down this image to create a certain texture. One solution is to create a pattern with image and fill paths with that ...
Maria's user avatar
  • 1
4 votes
0 answers
220 views

I have a WebSocket server running on Node.js with Socket.IO, and everything works fine under low traffic. However, when the number of concurrent WebSocket clients increases (e.g., 10,000+ connections),...
Milan Gohel's user avatar
0 votes
1 answer
49 views

I'm currently using MinMaxScaler() on my dataset. However, because my dataset is large I'm doing a first iteration pass in batches to compute the Min and Max Values for my Scaler. i'm using ...
Saffy's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
169