Tagged Questions
The external tag has no wiki summary.
144
votes
14answers
109k views
46
votes
5answers
9k views
Setup a git external for remote repo
I'd like to create a repo which pulls in a remote repo.
For example, let's say jQuery as a submodule:
git://github.com/jquery/jquery.git
What would be the process of creating a repo with jQuery as ...
22
votes
1answer
3k views
Load external JS from bookmarklet?
How can I load an external Javascript file using a bookmarklet? This would overcome the URL length limitations of IE and generally keep things cleaner.
16
votes
7answers
45k views
Eclipse: How to build an executable jar with external jar?
I am trying to build an executable jar program which depends on external jar downloaded. In my project, I included them in the build path and can be run and debug within eclipse.
When I tried to ...
14
votes
1answer
105 views
Fix bad referer URLs
I recently notice bad URLs coming from external sites to my site.
I get a lots of 404 not found from sites that reference my site using a bad link like:
My site - ...
10
votes
2answers
164 views
JSON Object passed to External JavaScript - Cool Technique
I was looking at FireBug Lite and saw that they use a pretty cool technique to pass options into an external script file.
<script type="text/javascript" ...
9
votes
3answers
2k views
Javascript and WebGL, external scripts
Just curious; How do I place my webgl shaders, in an external file?
Currently I'm having;
<script id="shader-fs" type="x-shader/x-fragment">
#ifdef GL_ES
precision ...
9
votes
3answers
7k views
Externalizing Grails Datasource configuration
Grails 1.x allows using external configuration files by setting the grails.config.locations directive. Is there a similar approach available for externalizing the database configuration in ...
8
votes
3answers
990 views
TExternalThread, what the heck is it? “Cannot terminate externally created thread” when terminating a thread-based timer :/
This happens half of the time when closing my application in which I have placed a TLMDHiTimer on my form in design time, Enabled set to true.
In my OnFormClose event, I call MyLMDHiTimer.Enabled := ...
8
votes
6answers
363 views
always try-catch external resource calls?
Should I always wrap external resource calls in a try-catch? (ie. calls to a database or file system) Is there a best practice for error handling when calling external resources?
7
votes
4answers
243 views
Big C# source file with Windows API method signatures, structures, constants: will they all be included in the final .exe?
I want to put all the signatures of Windows API functions I'm using in programs in one class, such as WinAPI, and in a file WinAPI.cs I will include in my projects. The class will be internal static ...
7
votes
7answers
112 views
How do I verify users of my PHP application?
While installing an application onto a client's server, I would like to make sure that the client (or a future developer for them, etc) does not copy my application and place it on other ...
7
votes
3answers
2k views
Delphi - How to get list of USB removable hard drives and memory sticks?
In my application (Delphi), I need to list all the USB storage devices. These can be either flash memory sticks or external storage drives.
There is a Jvcl component JvDriveCombo, and it has the ...
6
votes
2answers
518 views
How to get external (public) IP in Delphi
I need to get my external (public) IP address from Delphi. How can I do that ? Winsock doesn't allow this.
6
votes
5answers
3k views
Cannot load an external page with jQuery.load into a div in my page
I am not able to load an external html page into a div in my page.
My Jquery Code is:
$(document).ready(function(){
var url = 'http://www.google.com';
$.get(url, function(response) {
...
6
votes
1answer
4k views
Android Proguard skip external jar
I tried to use Proguard in my Android project, i setup Proguard using command line 'android update project /path/to/project' and file proguard.cfg was created in project's root directory. (In my ...
6
votes
8answers
111 views
Stylesheets for content?
Forgive my ignorance since this seems like its something I should know by now.
I know I could make a stylesheet that will allow me to make changes in my CSS throughout several pages that use the CSS. ...
6
votes
1answer
3k views
App Engine and MySQL
I just wanted to ask if we can access an external MySQL server from Google App Engine...
6
votes
4answers
12k views
External USB devices to Android phones?
I would like to use Android phones as a way to do some processing and visualization of a sensor that would be attached to the USB port on the phone. The sensor would plug into the micro/mini USB, and ...
6
votes
3answers
6k views
External django redirect with POST parameters
I'm trying to create a redirect in a Django view to an external url with some get parameters attached to the request. After doing some looking around and some trying around, it seems I have hit a road ...
5
votes
2answers
90 views
How to get screenshot of any Linux/Windows application running outside of the JVM
Is it possible to use Java to get a screenshot of an application external to Java, say VLC/Windows Media Player, store it as an Image object and then display it in a JLabel or something of a similar ...
5
votes
6answers
157 views
When to use extern “C”?
I know how to use extern "C" but what are the conditions when you have to use it?
extern "C" tells the C++ compiler not to perform any name-mangling on
the code within the braces. This allows ...
5
votes
2answers
125 views
Examples for external technical DSL
We are in the process of evaluating how far we can use external DSL's in the process to describe, model and generate a multi Platform Application. I personally don't see many applications to describe ...
5
votes
1answer
825 views
Android - delete files on SD card on uninstall
My app downloads some multi-media files from a server when it's installed. I do this to save space on the size of the app. However, the drawback of this approach is that when the app is uninstalled, ...
5
votes
2answers
995 views
How to cache mustache templates?
I would like to cache mustache templates.
I know that I could include mustache templates directly, like this:
<script id="mustache-template" type="text/html">
<h1>{{title}}</h1>
...
5
votes
2answers
937 views
RAILS link_to external site, url is attribute of user table, like: @users.website
I'm working on a website that allows users to create an account. One of the attributes when creating a user is a users personal website. When I try to use the users website like this:
<%= link_to ...
5
votes
5answers
175 views
Best way to implement plugin support
i have a software in c++ MFC that have some public interface for plugin using C exports.
I´m about to open the software for external 3 party development.
But using a C export are for hardcore ...
5
votes
7answers
5k views
Getting the 'external' IP address in Java
I'm not too sure how to go about getting the external IP address of the machine as a computer outside of a network would see it. My following IPAddress class only gets the local IP address of the ...
5
votes
5answers
3k views
Load variables from external file in PHP
How can I import a variable from an external file? What I want to do is to have a configuration file in which I can write all my website settings and then to import these settings to every file, so I ...
5
votes
3answers
1k views
External editor in Visual Studio 2008
Is there any way to set up external editor integration for VS2008?
By this I mean when I double-click on a .CPP file in the Solution Explorer, it should open in the external editor, not the internal ...
5
votes
1answer
7k views
jquery document ready in external script
My page has an outside script that contains some jQuery. Most of it runs fine except this bit:
$(document).ready(function(){
alert('x');
});
That bit of code works fine when i run it ...
5
votes
2answers
3k views
Netbeans and external configuration files
I am developing a Java desktop application and would like to have an external configuration.xml.
I am developing the application using Netbeans and tried to add the configuration.xml file in the dist ...
4
votes
2answers
206 views
External IP Address of the client
Sounds funny, but how can I get the external IP address from a client?
I tried few things, but didn't work for me.
in first place I tried
request.getRemoteAddr()
and I am getting the result as: ...
4
votes
2answers
941 views
Play! Framework: Best practice to use URLs in separate JavaScript files?
I am currently reorganizing a Play! project where there is a lot of JS
code in the HTML template files. This code should be moved to external
JS files for better readability and faster page loading ...
4
votes
1answer
1k views
PowerDNS and CNAME to external domain
I'm using PowerDNS (2.9.22) for my clients. Because it can store all data into MySQL database and it's easy for clients to edit their zones as they like.
Now I have a problem with CNAMEs:
Here are ...
4
votes
4answers
142 views
What's the best method to reduce the number of external JavaScript calls (HTTP Request)?
Currently I'm having the following external javascript in my header:
<script type="text/javascript" src="scripts/jquery-1.3.2.min.js"></script>
<script type="text/javascript" ...
4
votes
3answers
1k views
PHP convert external relative path to absolute path
I am trying to figure out how to convert an "external relative path" to an absolute one:
I'd really like a function that will do the following:
$path = "/search?q=query";
$host = "http://google.com";
...
4
votes
2answers
6k views
Android - Adding external library to project
I am having a lot of trouble adding the WEKA library to a project I am working on. I have followed several tutorials that explain how to do this including the Android Developers guide:
...
4
votes
4answers
3k views
AS3 Stop external swf
Hi I'm loading an external swf into a MovieClip, and I want it to stop until I choose to play. Currently it plays upon loading immediately.
var mc:MovieClip;
var swfLoader:Loader = new Loader();
...
4
votes
1answer
55 views
ruby externalized SQL module
Any recommendations for a module which keeps SQL queries external to the application, for Ruby programs? I'm looking to avoid hardcoding SQL queries and possibly to support multiple SQL backends in a ...
4
votes
2answers
154 views
How to update a submodule in git to the HEAD commit in that external repo
I had problems finding the answer to this so I am posting it for posterity.
The situation is, you have a git repo with a submodule (similar to an svn external). You want to update that reference to ...
3
votes
0answers
43 views
How do I get this javascript to read from the external CSS sheet that is linked to the main HTML document?
Basically this function is meant to store the height value of the element that calls it and then if that height matches the element it will expand its height by 200px and if it does not match the ...
3
votes
2answers
45 views
PHP including external files which use class fields from base file
Let's say I have a class...
class A {
private $action;
private $includes;
public function __construct($action, $file) {
//assign fields
}
public function includeFile()
...
3
votes
2answers
87 views
C# lock object inside instance object
i faced ith situation that force me to lock a lock object that is inside of instance object i want to know is it true or not?
for clarify :
public class classA
{
object objLock = new object();
...
3
votes
2answers
366 views
What is needed to launch external JAR files, like the Minecraft launcher?
If you have never played Minecraft, then this is how the mechanics of the launcher work.
The user can download a JAR (Or a JAR packaged into an EXE), which has absolutely no code for the Minecraft ...
3
votes
2answers
134 views
Reading and Writing a file from SD card
I have bought a book ("Beginning Android Games") by Mario Zechner. On page 149, he talks about saving and opening a file on External Storage. I understand the code, however I dont understand WHY it ...
3
votes
3answers
82 views
How to bind an XQuery external variable in Zorba from PHP?
Can the Zorba XQuery processor PHP API bind to variables declared as external within an xquery?
For example this line in an xquery would bind to an external variable named $foo;
declare variable ...
3
votes
2answers
200 views
Delphi, can't use a function in an external .pas file
I am using functions from an external .pas file. I can use some of the functions, but not others. As far as i can see the functions are declared the same way, I would like to post some of the file, ...
3
votes
2answers
397 views
looking for resource to learn “ExternalAccessory” Framework (iOS)
I am looking for some good resources to learn the External Accessory framework, specially the "Bluetooth accessory interfacing". I know there is a book by Ken Maskrey for learning the External ...
3
votes
3answers
202 views
Load code into HTML using JQuery?
I know it's possible, and I've looked at numerous examples. And I'm afraid I already know the answer to my question, but perhaps I'm missing something.
I was thinking that this does not work because I ...