Skip to main content
2694 votes
73 answers
5.5m views

Is there a plugin-less way of retrieving query string values via jQuery (or without)? If so, how? If not, is there a plugin which can do so?
287 votes
10 answers
361k views

I'm currently constructing a project with a plugin structure. I'm using CMake to compile the project. The plugins are compiled in separate directories. My problem is that CMake compiles and saves the ...
Martin Kristiansen's user avatar
254 votes
28 answers
195k views

As I've been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following error since gradle version 2.10 has been released. The error is : Warning:Gradle ...
SalmanShariati's user avatar
79 votes
7 answers
66k views

I'm a fairly new jQuery user looking to extend an existing jQuery plugin that does about 75% of what I need. I've tried to do my homework on this. I've checked out the following questions on ...
justkt's user avatar
  • 14.8k
96 votes
7 answers
26k views

In a simulation server environment where users are allowed to submit their own code to be run by the server, it would clearly be advantageous for any user-submitted code to be run in side a sandbox, ...
Alan Krueger's user avatar
  • 4,806
80 votes
8 answers
98k views

A plug-in that I want to install provides an update site for installation. However, the Eclipse installation that I want to install it to is on a machine that is not connected to the Internet. Is ...
Chry Cheng's user avatar
  • 3,496
54 votes
4 answers
31k views

I'm trying to create a webapplication where I want to be able to plug-in separate assemblies. I'm using MVC preview 4 combined with Unity for dependency injection, which I use to create the ...
Erik van Brakel's user avatar
123 votes
6 answers
51k views

I'm trying to scan an assembly for types implementing a specific interface using code similar to this: public List<Type> FindTypesImplementing<T>(string assemblyPath) { var ...
M4N's user avatar
  • 96.9k
50 votes
8 answers
30k views

I'm looking for a guide or sample code for writing Mac OS X Finder plugins? It would like to know how to do some simple actions: adding image overlayers to icons adding context menu items listen to ...
notnoop's user avatar
  • 59.4k
11 votes
2 answers
4k views

I am trying to install webflow plugin version with my grails 1.3.9 version. I have tried the following thing., Using command grails intall-plugin webflow 1.3.8 Result was : org.grails#grails-webflow;...
Jacob's user avatar
  • 4,071
24 votes
6 answers
99k views

I'm trying to download an image from a server using a PHP script on my website on xampp server. The image is being downloaded using the function file_get_contents. The php code for downloading on ...
user3007493's user avatar
155 votes
8 answers
110k views

How would you implement a Plugin-system for your Java application? Is it possible to have an easy to use (for the developer) system which achieves the following: Users put their plugins into a ...
Sven Lilienthal's user avatar
215 votes
18 answers
120k views

I have an application, written in Python, which is used by a fairly technical audience (scientists). I'm looking for a good way to make the application extensible by the users, i.e. a scripting/...
dF.'s user avatar
  • 76.2k
55 votes
7 answers
40k views

I want to make my application to run other people's code, aka plugins. However, what options do I have to make this secure so they don't write malicious code. How do I control what they can or can not ...
corgrath's user avatar
  • 12.4k
78 votes
2 answers
53k views

What is the difference between these things from an Eclipse installation? plugins features dropins folder What is the correct use of these folders?
autobiographer's user avatar

15 30 50 per page
1
2 3 4 5
133