Top "External" questions

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

Find location of a removable SD card

Is there an universal way to find the location of an external SD card? Please, do not be confused with …

android external sd-card
Android saving file to external storage

I have a little issue with creating a directory and saving a file to it on my android application. I'm …

android file storage external
PHP ini file_get_contents external url

I use following PHP function: file_get_contents('http://example.com'); Whenever I do this on a certain server, the …

php url external file-get-contents ini
How to invoke function from external .c file in C?

My files are // main.c #include "add.c" int main(void) { int result = add(5,6); printf("%d\n", result); } and // add.…

c function external
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 …

java eclipse jar classpath external
How to call execl() in C with the proper arguments?

i have vlc (program to reproduce videos) if i type in a shell: /home/vlc "/home/my movies/the movie …

c exec external quotes unistd.h
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 …

java networking network-programming ip-address external
How to style SVG with external CSS?

I have several SVG graphics I'd like to modify the colors of via my external style sheets - not directly …

html css svg stylesheet external
Import python module NOT on path

I have a module foo, containing util.py and bar.py. I want to import it in IDLE or python …

python import external python-module
How to open/display documents(.pdf, .doc) without external app?

I want to create a program, that open documents without external app. I need this, because i want to scroll …

android pdf external