Skip to main content
Jim's user avatar
Jim's user avatar
Jim's user avatar
Jim
  • Member for 13 years, 4 months
  • Last seen more than a month ago
12 votes
2 answers
8k views

Square bracket notation around variable in cmd / DOS batch scripts

5 votes
2 answers
358 views

How do I prevent the use of arbitrary methods, for example String.lastIndexOf()

4 votes
1 answer
1k views

Which direction is zero (0) in Box2D?

3 votes
1 answer
2k views

Feeding HOG into SVM: the HOG has 9 bins, but the SVM takes in a 1D matrix

3 votes
2 answers
3k views

Create Bitmap in C# from char[] buffer

3 votes
0 answers
983 views

How does binding work in Rust match statements with the @ "at sign"?

2 votes
2 answers
3k views

How to align the x-axis of a line and bar plot in one figure?

1 vote
2 answers
347 views

Updating an Eclipse Android project via Git - image resource not updating

1 vote
1 answer
347 views

Remove orphaned App registrations, that have no resources

1 vote
0 answers
105 views

Is it possible to add a timeout to a fitness evaluation function in DEAP?

1 vote
2 answers
1k views

JVM_Bind error when client socket is closed by the server and then new socket opened by the client on the same port

1 vote
0 answers
840 views

JBox2D collision filtering (categoryBits, maskBits)

1 vote
0 answers
715 views

How do I set up CUDA v4.0 to work nicely with Visual Studio 2010? [duplicate]

1 vote
4 answers
2k views

Unshelve to a new changelist from command line

1 vote
1 answer
1k views

Exclude a file or package from the Clover report using ant build script

1 vote
1 answer
886 views

How do I install psycopg2 on Azure app service Windows web app?

0 votes
2 answers
63 views

Possible to perform additional regex on a capturing group as part of replacement?