Top "External" questions

This tag refers to something that is outside of a particular system.

Nested/Inner class in external file

I have a class MyClass and an inner class MyNestedClass like this: public class MyClass { ... public class MyNestedClass { ... } } Both classes …

java file external nested-class
How to get external (public) IP in Delphi

I need to get my external (public) IP address from Delphi. The same IP that is shown by www.whatismyip.…

delphi ip external
How to load templates with Hogan.JS from an external file?

I use Hogan.JS as JavaScript templating library. It is supposed to load JavaScript templates from external files. One can …

javascript templates external mustache hogan.js
Modify existing excel Connection Name in VBA

I need to update the Connection Name of an excel workbook's sql connection. This is my attempt. I have been …

excel vba external oledbconnection
Connecting an iPhone to an XBee module

I'd like to use an iPhone to monitor output from a remote source using an XBee modem (or other low …

iphone external wireless xbee
How can I monitor a host with Zabbix without installing the agent on it?

I want to monitor a external host with Zabbix. I don't have any access to that host. E.g. it …

http proxy external monitor zabbix
eclipse, refresh files edited by external editor

I currently use emacs to edit .java files and run eclipse. Eclipse doesn't automatically recognize modified files, so I often …

eclipse refresh external
android can't find class from external jar

I am trying to create a simple test app that basically extends the Android Hello World tutorial app by invoking …

android jar external
How to upload file to dropbox from url?

I can find lots of tutorials and examples on how to upload a file from sdcard to dropbox account. But …

android upload external dropbox
Calling Drupal functions in external PHP file

How can I call a Drupal function or get the global variable in a PHP file which is located under …

php drupal drupal-6 global-variables external