5
votes
1answer
610 views
Best java tools for emacs
I'm a long-time emacs user, and I'm now working about 1/2 time in Java.
What are the best emacs libraries for
Debugging Java
Code Completion/Intellisense
Jav …
1
vote
2answers
621 views
Reading quicken data files
Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files.
@Swati: Quicken …
3
votes
13answers
3k views
How do I count the number of occurrences of a char in a String?
I have the string
a.b.c.d
I want to count the occurrences of '.' in an idiomatic way, preferably a one-liner.
(Previously I had expressed this constraint …
1
vote
