Unanswered Questions
884 questions with no upvoted or accepted answers
13
votes
0
answers
462
views
Alternative to Struts-Menu for menus in Struts 2.X application
I am currently using Struts-Menu to handle my menu needs for my Struts 2 J2EE application. It is not necessarily a package I wish to work with I have found by playing around with it. So what is an ...
9
votes
1
answer
2k
views
Java calendar library with support for recurring events / exceptions, etc
I am looking for a calendar module/library that I could use in my simulation. My idea is to fill such calendar with events, single shot and recurring. This calendar should be able to give me next ...
7
votes
0
answers
98
views
Wireshark playback for regression testing
I have captured traffic of our application using Wireshark, so I have a PCap file now. I'd like to use this capture file to do a regression test of our software, i.e. I'd like to
perform a playback of ...
6
votes
0
answers
123
views
Open source Computer Algebra System (CAS)
I am looking for an open-source CAS based on python. However, I want this CAS to be able to take natural language (ex: "1+(5^2)" or "integrate x^2 from 0 to 1" or "one times 5") and return a result. I ...
6
votes
0
answers
126
views
Python IDE with support for metaprogramming
Until recently I have been used PyCharm for my Python needs. I was quite satisfied with its capacities, especially when it came to catching calls to non-existent methods or classes. However I am ...
5
votes
1
answer
4k
views
Which mesh processing library for python to chose
for a project I'm writing I need a library for python to process ".off" files (3d models mesh files),
so I would be able to visualize them and save an image of several views of the model .
(the ...
5
votes
0
answers
70
views
Lightweight Python IDE for ML
I run Debian 9 with 2GB of RAM. I primarily use the machine to access AWS for training models. I use jupyter notebooks to prototype and atom to finalize models.But, Atom is a resource hogging text ...
5
votes
0
answers
490
views
Tool to translate Python to JavaScript
I like Python and I want to create software which runs inside a web browser.
AFAIK only JavaScript can be executed in a browser. I don't want the user to install a plugin.
The server part is already ...
5
votes
1
answer
2k
views
Java library for parsing Javadoc comments
I would like to be able to programmatically convert Javadoc comments (such as those in the generated code of LWJGL) to other formats (such as Markdown). This would allow me to do things like ...
5
votes
0
answers
260
views
Java library for macrobenchmarks
I am working on a macro benchmark (the Train Benchmark) in Java to evaluate the performance of various database management systems. I took some steps for eliminating potential threats to its validity: ...
5
votes
0
answers
10k
views
NPY file viewer
I'm looking for a NPY (NumPy .npy format) file viewer for Windows 7. The Spyder that comes with Anaconda is quite OK but tends to be pretty slow when viewing arrays.
5
votes
0
answers
334
views
JDBC Connection Pool
What is the state-of-the-art in JDBC connection pool libraries?
Years ago the Tomcat JDBC Connection Pool library was developed as an alternative for highly-threaded environments because of ...
5
votes
0
answers
95
views
Local Development Databases
Currently, I work in a company with about 20 developers, give or take a few, and am looking for a way to give each developer their own development database for dev/testing purposes.
Each developers ...
5
votes
0
answers
5k
views
An alternative to Apache Tika in Java?
Do you know an alternative to Apache Tika in Java? This library is giving me problems and I need to resolve this ASAP. I will appreciate your advice.
Edit: Apache Tika is a library that is used for ...
5
votes
1
answer
2k
views
Android Virtual Microphone
I would like to know whether some tool exists to create a virtual microphone on Android.
For example, when I connect my headset, my phone uses the microphone on the headset. Instead, I want to be ...