Questions tagged [spinning]
51 questions
0
votes
2 answers
How can I spin in a for loop for a random but very small amount of time in c++?
So I basically have the ability to capture some packets from a multicast environment and I save them to file and then I multicast them out to applications which expect multicast data. I do this for simulation purposes. It's a relatively simple tool,…

Palace Chan
- 8,845
- 11
- 41
- 93
0
votes
1 answer
Text spinning permutations
I want to get the number of permutations of spinning text:
My text:
{abc|{cde|fgh}} aaa {cde|fg}.
Result should be 6 (3x2)
I want to get permutations to unlimited number of nested words.
How can I do that? I tried to flat text to {abc|cde|fgh}…

user1550541
- 1
- 1
-1
votes
1 answer
Fullscreen CSS Spinning Background
I am trying to replicate (in css) a background that i saw on a figma project on tiktok.
It's basically a spinning conic gradient background.
The problem is that I can't get it to work fullscreen.
You can see what I have to far here:
html, body {
…

makeme
- 1
-1
votes
2 answers
Spinning Image in Windows Forms (C#)
I'm working in a music player, where I want the album art of the current song to be spinning in a circular picture box, just a vynil turntable.
I already have the circular picturebox, I made one attempt to make it spin, but it is spinning roughly,…

Evreux Pendragon
- 106
- 1
- 11
-1
votes
2 answers
Android 'Spinning Wheel' application crashes at launch
I've taken a code from a tutorial about a spinning wheel.
I've adjusted the code to work from my application but it's crashing for some reason and I can't figure out why.
I'll really appreciate any kind of help.
The logcat information is :…

Yakirbu
- 182
- 1
- 3
- 14
-3
votes
1 answer
_kmp huge overhead and spin time for unkown calls in OpenMP?
I'm using Intel VTune to analyze my parallel application.
As you can see, there is an huge Spin Time at the beginning of the application (represented as the orange section on the left side):
It's more than 28% of the application durations (which is…

cplusplusuberalles
- 199
- 1
- 12