The spin tag has no wiki summary.
2
votes
3answers
121 views
Is compound assignment ^= atomic in C#?
I wonder if compound assignment ^= is atomic in C#.
What I really need to do is spin (if the value is 0 then set it to 1 and if it is 1 then set it to 0) an Int32 variable with a single atomic ...
1
vote
1answer
161 views
HTML5 Spinning Logo
I am trying to achieve a logo that spins around on a slight delay after page load. At the moment I am using this code pretty much exactly, however at the moment it works when the user flicks the ...
1
vote
1answer
98 views
Spin - Formal Verification
Has anyone have contact with model checking with this tool SPIN, even more any information of model checking (concurrent programs)
0
votes
1answer
30 views
Spinning Wheel Game: Trouble with rotation image
I'm trying to create a game where pushing a button spins an dial image, having trouble with the rotation code. Goal is to spin the image from its current position by a % of 360, i.e .4 * 360, spin the ...
0
votes
0answers
217 views
How does Spin Edit GetDisplayText and OnEnter work?
We override the GetDisplayText function for our customized control (which is a sub class of spinEdit) to display a value in the desired format. I want to know which function use this GetDisplayText() ...
0
votes
2answers
120 views
Frozen progress dialog Android
This is my code
public void DownloadROM(View view) {
progressDialog = new ProgressDialog(ROMManager.this);
progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
...
-1
votes
2answers
63 views
spin article, based on condition (not random)
I found some code here for spinning.
Tried to add if/else. But could not get it to work as described below.
What I want to do is; depending on the value of the $dom, change some part of the text. On ...