Questions tagged [scalable]
139 questions
0
votes
1 answer
Page not scaling to fit the viewport on mobile
My page is not scaling to fit the viewport of mobile device even though I have put the meta tag:
in the .
When the page loads, the page is too large and does not…

Reena Olaniyi
- 31
- 3
0
votes
1 answer
Stickers on Image (draggable, scalable and rotatable)
I need to do something like sticker on image.
I want it draggable, scalable and rotatable.
Is it possible with flutter?
I found class draggable on
https://stackoverflow.com/a/53957707/1984747
Widget build(BuildContext context) {
return Stack(
…

aiki93
- 173
- 9
0
votes
0 answers
Place div over part of video background, scalable
I have .mp4 as background of my site. The video is containing some non-moving elements. Let's say a square.
I want to place a div over this square and let it scale with the video if the window resizes.
I am testing, but the main problem is that the…
user1335902
0
votes
0 answers
log analytics to collect and analyse IIS Logs
I have Web API application deployed in azure cloud service. cloud service instance auto scale is enabled . some time instance count will be 2 and sometimes it will be 6 based on demand. I want to collect iis logs from server. and also i want to…

sivashankars
- 9
- 1
0
votes
1 answer
Accessing session folder resources in a multi-instance Opencpu
I have an Opencpu server with my package in it. This package contains a function which generates a plot image. When I send a POST request to this function via Opencpu, I get the session id in response which in turns is actually a folder on the…

Harsh Choudhary
- 475
- 5
- 12
0
votes
1 answer
Unity3d: Camera Effects look different in different screen sizes
I have applied some post processing effects to my camera. They looked fine in the free aspect minimized game view but when I maximize it or change the aspect ratio the effects look different. And also how can I make my UI elements change as the…
user9211718
0
votes
1 answer
Design iOS button scalable
I'm learning iOS development. In my current example application I created a button in main storyboard. It is centered with text "My Button One" with blue background.
The height and width is set by default. Width of a button matches the text width.…

Atarang
- 422
- 1
- 6
- 22
0
votes
3 answers
Scalable Memory Allocation using INTEL TBB
I want to allocate about 40 GB on RAM. My first try was:
#include
#include
int main(int argc, char** argv)
{
unsigned long long ARRAYSIZE = 20ULL * 1024ULL * 1024ULL * 1024ULL;
unsigned __int16 *myBuff = new unsigned…

IndustProg
- 627
- 1
- 13
- 33
0
votes
2 answers
Fixed CSS element resizes/scales to browser
there is probably a very simple answer to this very simple question, but i just can't to seem to find it, and its driving me crazy. what I have is a div element at the bottom right corner of the window with an image in it approx. 260 x 300 px.
my…

nathan
- 3
- 1
- 2
0
votes
1 answer
using SHVC video encoder
I am trying to generate an SHVC video stream using the reference software SHM12.3. The repository has the source files so I was able to compile and generate the executables. The problem now is with the parameters that I have to pass to the…

Bayan
- 93
- 1
- 10
0
votes
1 answer
Is there any bit-stream extractor in scalable HEVC?
I'm using Scalable HEVC reference software (SHM 12.2).
I encode a video in two layers using the following script:
/home/Experiments/Zinon/SHM-12.2/bin/TAppEncoderStatic -c
cfg/encoder_randomaccess_scalable.cfg -c cfg/per-sequence-svc/C_L-1.5x.cfg…

zinon
- 4,427
- 14
- 70
- 112
0
votes
2 answers
How to architect authenticate/authorise in microservice using JWT?
How to make a stateless architecture design so that if a user(A) is loggedIn and the Json web token is generated by Server(X1) and returned to user-A. And again user-A sends the request to server and the purpose is served by Server(X2) without…

Gourab Paul
- 575
- 7
- 14
0
votes
0 answers
How to create scalable application in Qt for Windows?
I have maximized application created by QT. My screen resolution is 1920x1080 and MainWindow set geometry is 1920x1080 too. But this have problem when I run my application on other resolution like 1366x728, buttons, images placed out of screen…

Sina
- 15
- 5
0
votes
1 answer
image in div wont change size to fit different size screen
Im currently trying to design a website for a friend, of course its to be a cross platform website, i have the following code included so the screen elements will change size accordingly
* {
box-sizing: border-box;
}
…

awnstosh
- 71
- 5
0
votes
0 answers
How do I make the most use of MongoDB and Redis Caching for a high scalable application?
I want to use the best features of Redis Caching and Mongo DB database for my current product.
I have a very heavy database, and would like to avoid multiple database calls.
Can I cache my documents in Redis and do a query instead?
What level…

Arnab Biswas
- 902
- 7
- 8