Top "External" questions

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

Any way to gracefully enforce a timeout limit when loading a slow external file via javascript?

I'm using javascript to include some content served up from a php file on another server. However, this other service …

javascript html ajax timeout external
How to define Handlebar.js templates in an external file

I am currently defining my Handlebars templates within the same HTML file in which they will be used. Is it …

templates handlebars.js loading external
NTFS/GPT Mount exited with Exit Code 13

This is a duplicated post since I didn't get any help on askubuntu.com. I have a 1TB external hard …

external ntfs mount ubuntu-11.10 hdd
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 …

dns external cname powerdns
C inline functions and "undefined external" error

I'm trying to replace some macro subroutines with inline functions, so the compiler can optimize them, so the debugger can …

c external inline-functions
Quick way to transfer "External Tool Configurations" from one Eclipse install to another?

Is there a quick way to transfer the "External Tool Configurations" from one Eclipse install to another? It doesn't seem …

eclipse configuration export external
Externally disabling signals for a Linux program

On Linux, is it possible to somehow disable signaling for programs externally... that is, without modifying their source code? Context: …

linux bash signals external bash-trap
embed DLL in MFC C++ EXE?

Is it possible to embed an external CLI/C++ DLL into a MFC EXE as a embedded resource or something …

c++ mfc external command-line-interface loadlibrary