Skip to main content
aka.nice's user avatar
aka.nice's user avatar
aka.nice's user avatar
aka.nice
  • Member for 12 years, 2 months
  • Last seen this week
  • France
20 votes
5 answers
5k views

Correct way to take absolute value of INT_MIN

10 votes
2 answers
280 views

How to copy a Monticello package to another repository under a different name with Gofer

7 votes
1 answer
392 views

Is 3*x+x always exact?

6 votes
3 answers
458 views

should ldexp round correctly

4 votes
1 answer
131 views

How to perform a specific action when a class is removed from system in Dolphin

4 votes
3 answers
326 views

Is this a proper usage of union

4 votes
1 answer
695 views

how to recognize if git hook script is really run as a hook

3 votes
2 answers
3k views

How to reset XTickLabel to default

3 votes
1 answer
73 views

How one aligns structure fields in Squeak FFI

3 votes
1 answer
75 views

How one defines a union type in Squeak FFI

3 votes
1 answer
106 views

How one deals with multiple pointer level (like char**) in Squeak FFI

3 votes
3 answers
134 views

How one supports both 32 and 64 bits target in Squeak FFI

3 votes
4 answers
141 views

could logical negation have been implemented as bitwise negation in legacy compilers?

2 votes
2 answers
108 views

How one deals with typedefs in Squeak FFI

2 votes
0 answers
85 views

Why can't I pass an UninterpretedBytes to a void* thru DLL/C-Connect?

2 votes
0 answers
353 views

Isn't there any gcc compiler option to force initialization of floating point variable

2 votes
1 answer
90 views

How one refers to an external global variable in Squeak FFI

2 votes
3 answers
173 views

does the following pre-increment expression really result in unsequenced modification?

1 vote
1 answer
611 views

Change label of data tips on bode nichols diagram

1 vote
1 answer
244 views

Can the shape of an array in an interface match multiple fixed array size?

0 votes
1 answer
85 views

Isn't pointer type checking disabled in DLL/C-Connect, and is that OK?

0 votes
1 answer
370 views

Does the order of hdf5 close matter?

-3 votes
1 answer
92 views

precedence of chained assignments and implicit conversions