Tagged Questions
The standalone tag has no wiki summary.
16
votes
8answers
798 views
Which popular libraries for a standalone JavaScript interpreter (jslibs)?
I am working on a standalone JavaScript development runtime environment for using JavaScript as a general-purpose scripting language.
Currently I support the following libraries:
zlib, SQLite, ...
12
votes
4answers
1k views
A standalone Delphi application that can also be installed as windows service
In Delphi you can create a standalone Windows VCL Forms application. You can also create a Windows service application.
Is it possible to combine the two in a single application that can run as a ...
11
votes
4answers
1k views
Tiny PHP “standalone” server (or framework) for local debug without Apache/Nginx/Lighttpd/etc
There's manage.py runserver in Django or ruby script/server in Ruby on Rails — those familiar with one of those frameworks should already get the idea what I'm looking for. They run tiny "standalone" ...
7
votes
4answers
799 views
Segmentation fault when using dlclose(…) on android platform
I have some problems when using the dynamic loading API (<dlfcn.h>: dlopen(), dlclose(), etc) on Android.
I'm using NDK standalone toolchain (version 8) to compile the applications and ...
6
votes
7answers
201 views
In order to 'learn' programming, which is better? web-development or traditional console/standalone app. development? [closed]
The traditional approach to teaching computer science focuses on standalone application development. That is how I (and I suspect most SO readers) learned how to do it, but I am wondering if that is ...
6
votes
5answers
4k views
What should the Java main method be for a standalone application (for Spring JMS)?
I am interested in creating a Spring standalone application that will run and wait to receive messages from an ActiveMQ queue using Spring JMS. I have searched a lot of places and cannot find a ...
6
votes
7answers
1k views
standalone database
I'm currently designing a small application in .Net and in the past I've been using MSAccess as standalone database that I can ship with the program.
But I was wondering if in this day and age there ...
5
votes
2answers
301 views
Recommended Standalone Swing GUI Builder?
I do most of my Java coding in Emacs and I have been using NetBeans to build my Swing forms. While the NetBeans form builder works great, a lighter weight solution might be preferable. Are there any ...
5
votes
1answer
5k views
spring 3 autowire in standalone application
Here is my code:
public class Main {
public static void main(String[] args) {
Main p = new Main();
p.start(args);
}
@Autowired
private MyBean myBean;
private ...
5
votes
6answers
792 views
Is there a “best” or most popular database for standalone Java app?
Is there a "best" or more popular database for standalone Java app?
I'm currently writing by hand, but I would like to know what is commonly done, if there is something that is commonly done.
update: ...
5
votes
4answers
6k views
Need to run Iphone app on simulator without using xcode
I need to distribute my app to be tested using iphone simulators. So I built the binary and whenever i try to run the app by double clicking on it,
The app crashes with the error
Dyld Error ...
5
votes
2answers
2k views
Erlang compilation - Erlang as stand alone executeable
is there a way to compile Erlang to be a stand-alone executable?
this means, to run it as an exe without the Erlang runtime.
thanks
5
votes
8answers
328 views
Will your new startup write a web app, a locally installed application or target smart phones?
I believe that In the past the decision as to how to deploy your application was largely a technology / architecture problem. How must I implement my code to best solve the technical problem at ...
4
votes
5answers
310 views
Best way to create a standalone-exe (Forms) (C++)
I have to create an application for testing that is relatively simple. If a user plugs in a device into a USB (hid library), the form will say "Pass". If no device is detected, it will say "Fail".
I ...
4
votes
1answer
893 views
standalone java webservice client
I am new to webservices in general. I am trying to write a Java stand-alone client which can get a response back from a webservice.
I tried searching SO and Google but now I got more confused. The ...
4
votes
4answers
637 views
How to make windows service application so it can run as a standalone program as well?
I'll start with an example: Apache web server (under Windows) has a nice feature: it can be both run as a standalone application (with current users privileges), and that it can be installed and run ...
4
votes
1answer
734 views
Java/Tomcat standalone, how to log/access all the HTTP GET requests
I'm running Tomcat in standalone mode. The "standalone" part is very important: I am not going to install Apache in front of Tomcat.
In my question here, about how to implement a "web bug", I got a ...
4
votes
4answers
72 views
Transitioning from the web to the desktop
Can anyone recommend a language, library, framework or book which focuses on GUI programming from the perspective of a web developer?
I have experience in web development, for example ...
4
votes
6answers
1k views
How to make Java application standalone?
I have to burn a Java application on a CD. This application have to run on every Windows PC wihtout any installation (also JRE shouldn't be installed) before.
4
votes
7answers
922 views
Is there a standalone C++ source preprocessor?
Is there a standalone C++ preprocessor? I don't need the compiler/linker, and I'm not able to install a full kit.
I'd like to be able to obtain preprocessed version of some headers, using some ...
4
votes
6answers
4k views
Is it possible to create a standalone, C# web service deployed as an EXE or Windows service?
Is it possible to create a C# EXE or Windows Service that can process Web Service requests? Obviously, some sort of embedded, probably limited, web server would have to be part of the EXE/service. ...
4
votes
2answers
1k views
Create plugins for python standalone executables
how to create a good plugin engine for standalone executables created with pyInstaller, py2exe or similar tools?
I do not have experience with py2exe, but pyInstaller uses an import hook to import ...
4
votes
3answers
375 views
What is the best model for taking user authentication off-line?
I am building authentication into a client-server application, and some of the feedback I've received is that I should leave the hash calculation to the server (it was initially implemented to have ...
3
votes
2answers
69 views
How to import data from scanned text into Django models
I have a hundreds of pages of "quiz" questions, multiple-choice options and associated answer keys and explanations. I'm trying to create a simple Django app to administer these questions. I have ...
3
votes
4answers
2k views
How to make a Python script standalone executable to run without ANY dependency?
I'm building a Python application and don't want to force my clients to install Python and modules. I also want to make my application closed-source.
So, is there a way to compile Python scripts to ...
3
votes
1answer
2k views
Is it possible to download standalone Visual Studio 2010 service pack 1?
I tried to download the package but all I can find is the web installer here
I want to download a standalone/iso-disk installer. Is it possible?
3
votes
2answers
629 views
MATLAB Stand alone executable
I would like to know the easiest way to create a stand alone exe for MATLAB code. I do not have the MATLAB compiler. (Mathworks asks you to buy a license).
MATLAB is the only programming language I ...
3
votes
3answers
529 views
What technologies exist to create stand alone executables for Python 3?
Other than cx_Freeze, are there any other current maintained tool suites to generate stand alone executables for Python 3k?
Are there any other techniques for minimizing preinstallation requirements ...
3
votes
5answers
2k views
How to use Netbeans platform syntax highlight with JEditorPane?
There are many tutorials online giving very complex or non-working examples on this. It seems that people recommend others to use the syntax highlighters offered by netbeans but I am totally puzzled ...
3
votes
8answers
230 views
Could a single person cover all the skills that should be needed for a commercial web project to succeded?
In terms of skills, he should need knowledge on the server side programming (mostly), the client side programming (AJAX today is a MUST), front-end design techniques (XHTML & CSS + Usability ...
3
votes
1answer
724 views
URLClassLoader + loadClass + invoke main method on a standalone process? Java
I'm using the following method to invoke a class inside a jar file:
invokeClass("path.to.classfile", new String[] {});
public static void invokeClass(String name, String[] args) throws ...
3
votes
1answer
235 views
Silverlight OOTB Support for 'Save File' browser dialog
I am in the design stage of an application that must be both a standalone app & a web application (To save the costs of building 2 near identical applications twice). Basically I have opted to go ...
3
votes
1answer
920 views
Are there C++ free and fast (maybe standalone) refactoring tools for Windows?
At the moment I am working in a pretty big project and I have been been asked to refactor some old code. Most of the refactoring is setting apart a big class into smaller components and functions.
...
2
votes
3answers
55 views
Standalone SVN Viewer
I'm currently using tortoiseSVN to version control my localy programmed files. I don't run an SVN Server since one can use tortoiseSVN directly (look e.g. ...
2
votes
1answer
81 views
looking for a mipmap generator in java
I need to generate a mip map from an arbitrary image (different formats, not necessarily squared) in java.
Because I don't like to reinvent the wheel I spend some time looking for a stand alone java ...
2
votes
0answers
44 views
Preload WebSite
I am using the iPhone simulator that is part of the SDK to test a jQuery Mobile website. I have the startup of the simulator scripted but once the simulator is up and running, I still have to click ...
2
votes
1answer
216 views
Standalone Video-Chat Application Java
I want to make a standalone Video-Chat program in Java. I'm looking for a good external library and I think I've decided on JMyron. The problem is that, first I can't figure out how to implement it ...
2
votes
2answers
178 views
Going from .py to .exe
Alright, relevant information can be found in this thread(Is that what they're called here?).
Python Calculator Divide by Zero/Sqrting a Neg. Int. crashing program
Sorry if I should have just kept ...
2
votes
1answer
490 views
Neo4j Standalone vs Embedded server?
I want to know what is the difference between these two implementations of neo4j. Of-course names of both techniques is self-explanatory,but still what are the main differences?
What factors should be ...
2
votes
2answers
2k views
GUI for a Java stand alone app. Should I use SWT or GWT?
//I'm totally new at apps with GUI , please bear with me :)
I'm writing a new stand alone (meaning , no client/server) application in Java. I'm trying to decide if I should use SWT or GWT .
GWT ...
2
votes
1answer
242 views
How to compile standalone scala
Just starting to learn scala.. I can't seem to figure out how to compile something into a standalone application. I think I almost have a working .jar file, but keep getting a Main-Class error even ...
2
votes
2answers
707 views
Best way to make standalone chromeless browser with nothing else
I'm making an html autorun, loading it with default browser has lots of issues, rendering inconsistencies, and more issues when it's loaded internet explorer like users has to click on allow at the ...
2
votes
3answers
3k views
How can I create a self-consistent .jar file with Eclipse?
I wrote my Java application in Eclipse. Now I would like to generate a .jar file which can be run on other systems from the command line. Is there a easy way to do it in Eclipse?
In particular I am ...
2
votes
2answers
175 views
What are good options to create a simple standalone desktop GUI (requirements included!)
Here are my requirements for a very very simple desktop gui I need to make.
Totally standalone - Needs to be double clickable with out the reliance on having anything installed on the users machine.
...
2
votes
2answers
918 views
How do I call DotNetFactory from VBScript in a stand-alone .vbs file?
I've been exploring options for expanding my QuickTest Professional scripting capabilities, and came across this article this morning, so I decided to experiment a bit. The code below works fine when ...
2
votes
7answers
2k views
ASP.Net portable server
I'm trying to start on a new project to help enrich my asp.net knowledge, since I'm not completely satisfied with what my class is teaching me. From my (very little) experience with Rails, I recall ...
2
votes
6answers
4k views
How to use Zend Framework for layouts only?
I was recently brought on to help with a project that was made up of individual HTML files with the exception of a PHP contact form. So there's not even a hint of object oriented programming, MVC, or ...
2
votes
7answers
3k views
stand alone php app
What is the best way to build a non web browser stand alone php app that works with some sort of database without requiring the user to install a database server. Or am i just asking too much?
2
votes
3answers
2k views
Setup standalone cygwin applications
I want to setup a minimal set of cygwin applications (ls, diff, path, find, grep) so that they run on a machine without the full cygwin install.
I am assuming all I need are the *.exe files and *.dll ...
2
votes
2answers
970 views
Can a standalone .EXE be created from a coded WebTest in Visual Studio Team Studio
I am running VS Team Studio 2008. I have created a web test that I want to use for monitoring a company web site. It interacts with the site and does some round trip processing. I want to create a ...