Unanswered Questions
1,184 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
298
views
A video streaming API with in-video quizzes
I'm working on a MOOC (Massive Open Online Course) platform and we need videos for lectures and in-video quizzes. I need an API which enables the video maker to pause the video and have quizzes in ...
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 ...
6
votes
0
answers
9k
views
JavaScript/HTML5 based solution for a t-shirt design tool
I'm looking for a JavaScript/HTML5 based solution for a t-shirt design tool, similar to this one: https://www.customink.com/lab. I'm looking for preferably an open source with following features:
...
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
2k
views
Alternatives to GoJS for flowchart
After a round of research, GoJS seems to be the specialist in javascript components for charts related to flowcharts, workflows, org-charts, etc. Here is an example flowchart. Their api and examples ...
5
votes
0
answers
471
views
JS diagram library
I'm looking for a javascript library, that can draw diagrams like this:
Requiments:
Basics, draw boxes with labels
Links ("relationships") between two boxes
Multiple ports for a box, where links ...
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
96
views
Graphical tool to generate JavaScript/HTML5 tweening?
Is there a tool that writes tweening in javascript with just a few clicks? (similar to what Adobe tools used to do for Flash, but I've heard that Flash is dead)
While there are a few JavaScript ...
5
votes
1
answer
3k
views
JS library that displays PDF as flipbooks
The goal
I'm looking for a JavaScript library or plug-in that I can use to view regular PDF files as flipbooks like the one below:
What have I tried
I found many solutions that can convert PDFs and ...
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: ...