Unanswered Questions
879 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
1k
views
Is there a tool to convert PHP from higher version to lower version?
Is there a converter to convert PHP code from a higher version (e.g. dropdown-select PHP 5.7) to a lower version (e.g. dropdown-select PHP 5.2)?
This would extremely useful for compatibility with ...
6
votes
0
answers
478
views
Find conflicts in two different CSS files
Is there a tool where I can upload/(or add content of files in textboxes) two CSS files and it shows me the conflicting css rules?
Example
foo.css
body { font-size: 1rem; }
...
.nav { background: ...
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
38
views
Offline codebase browser for Android
I have the source code of a large application written in Java that I need to understand. I would like to be able to browse through the source code while in public transport to make better use of that ...
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
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 ...