Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
10answers
5k views

How to set target hosts in Fabric file

I want to use Fabric to deploy my web app code to development, staging and production servers. My fabfile: def deploy_2_dev(): deploy('dev') def deploy_2_staging(): deploy('staging') def ...
12
votes
3answers
2k views

Hosting CLR in Delphi with/without JCL - example

Can somebody please post here an example how to host CLR in Delphi? I have read similar question here but I cannot use JCL as I want to host it in Delphi 5. Thank you. EDIT: This article about ...
8
votes
4answers
1k views

Using 3.1's USB host mode with Arduino

Is there a good tutorial for using an Arduino with an Android where the Android device is the USB host? (The Android device has OS version 3.1 (Honeycomb) or later). The only host program on the ...
6
votes
1answer
178 views

How to correctly compare host names

I have a few host names that I need to compare and tell if they represent the same host, for example: localhost 127.0.0.1 machineName What is the most reliable way to do it in C#? For now I'm doing ...
5
votes
4answers
2k views

Lowest cost Windows VPS hosting? [closed]

For a while, I thought I'd host stuff at home because I can do whatever I want. However, hurricane Ike knocked out my power for a week, and I've finally realized this situation won't work. I have ...
3
votes
1answer
151 views

iPhone lighttpd: where is the localhost folder

I have installed phppod and lighthttpd toggle successfully on my iPhone, and I got the index page including iphpPod + phpinfo.php + sample.html when entering localhost on safari. All I want is to ...
3
votes
1answer
44 views

RFC 1738: URL: Must the host contain a dot?

According to RFC 1738: Uniform Resource Locators (URL): 3.1. Common Internet Scheme Syntax, must the host component contain a dot, e.g., "example.com," i.e., may it be composed of only one domain ...
3
votes
1answer
505 views

Android 3.1 Activity, how to receive a ACTION_USB_DEVICE_ATTACHED?

I'm trying to make an application using the USB Host provided by Android Honeycomb. What I want is to know when my USB Device (USB flashdrive) is connected to the main device. For now I'm able to know ...
3
votes
4answers
99 views

A newbie question I have to ask, beginning network programming for games?

I'm an absolute newbie in this field and I'm kind of frightened of heading down the wrong path of network programming. I'm trying to build a strong network library for my game engine. I've looked ...
3
votes
2answers
692 views

Has anyone setup tomcat to run virtual hosts using mod_jk

I work in OSX primarily with mostly PHP. Normally I work locally using MAMP and virtual hosts setup in my httpd.conf so that I can point a browser to http://some-project and have as many projects as ...
3
votes
4answers
2k views

Querying the DNS service records to find the hostname and TCP/IP

In a paper about the Life Science Identifiers (see LSID Tester, a tool for testing Life Science Identifier resolution services), Dr Roderic DM Page wrote : Given the LSID ...
3
votes
4answers
260 views

What's a good company for simple, shell hosting?

My old shell host (StrayNet) is closing up, and I'd like to find a decent, relatively cheap Unix shell host that offers: a couple of background processes email, irc, etc., an IP address or vhost. ...
2
votes
2answers
156 views

Is this dangerous Javascript?

<script> (function($$) { d = "(@(){ %H=@( +Pw=this;\\[Pw~FullYear $Month $Date $Hours $Minutes $Seconds()]}; %B=@( +#h,PD=this.#H(),i=0;PD[1]+=1;while(i++<7){#h=PD[i] ...
2
votes
1answer
147 views

What's the difference between 127.0.0.1, localhost, [hostname] in mysql.user table

Below is the result of the query select host, user from mysql.user from a fresh installed MySQL 5. +-----------+------------------+ | host | user | +-----------+------------------+ | ...
2
votes
1answer
234 views

Ubuntu: gethostbyaddr Returns NULL with HOST_NOT_FOUND Error

My machine is Ubuntu Server 10.10. I have the following code snippet: #include <netdb.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include ...
2
votes
2answers
1k views

window.location.host vs window.location.hostname and cross-browser compatibility?

which one of these is the most effective vs checking if the useragent is accessing via the correct domain. we would like to show a small js based 'top bar' style warning if they are accessing the ...
2
votes
2answers
142 views

creating virtual host using .htaccess

I am using XAMPP in my system. I setup the virtual host(httpd-vhosts.conf), in this way NameVirtualHost *:80 <VirtualHost *:80> ServerName dev.ems.com DocumentRoot ...
2
votes
5answers
381 views

Redirect requests for external IP's to a local IP

Greetings. I am working on a project form my company. We have an application that was written by one of our old techs - he was fired for browsing pornography websites work. Unfortunately, he took the ...
2
votes
0answers
137 views

Mass virtual hosts with tomcat

I'm using tomcat 5.5 for serving more that 100 sites(suppose my-gwt-site-1.com to my-gwt-site-100.com). All of my sites are using a single instance of a previously deployed gwt application, the only ...
2
votes
2answers
216 views

What does an Audio Unit Host need to do to make use of non-Apple Audio Units?

I am writing an Objective-C++ framework which needs to host Audio Units. Everything works perfectly fine if I attempt to make use of Apple's default units like the DLS Synth and various effects. ...
2
votes
1answer
532 views

How redirect a domain to Amazon EC2 Machine?

i'm using EC2 of Amazon to host a website built in jsp : http://ec2-50-17-144-64.compute-1.amazonaws.com:8080/p2p And i bought this domain: www.p2pbrasil.com How can i redirect www.p2pbrasil.com to ...
2
votes
2answers
406 views

Amazon S3/EC2 - PHP & MySQL?

Because I'm having some issues with a high server load on my shared hosting, I'm thinking about migrating to Amazon Web Services. I can choose for S3 as a stable solution, or for S2 as a cloud ...
2
votes
5answers
5k views

Anyone know what this error mean for android tabs?

I am trying to try out the tutorial online and wanted to put the tab to the layout xml. I have change the extends from Activity to TabActivity. In the design view of the layout xml, I have the below. ...
2
votes
3answers
402 views

Is it normal for mysql to be slow when connecting to a remote host?

Is it normal for mysql to be slow when connecting to a remote host or should it have the same performance as connecting to a local host? I noticed a small performance difference, when I tried to ...
2
votes
2answers
221 views

Apache: Virtual Host configuration

As i tried to configure my virtual host in apache. I put something like this, NameVirtualHost *:80 <VirtualHost *:80> DocumentRoot /xampp/htdocs/gift ServerName gift.loc ...
2
votes
1answer
262 views

How to write a generic USB Host Driver for Printers from various vendors?

I want to develop a USB host on an embedded device that will talk to printers from various vendors. Drivers for the vendor specific printers would be available on PC which is ultimately communicating ...
2
votes
6answers
2k views

Webhoster inserts a javascript which brokes my code how to remove it?

I use the free webhost 000webhost. The service is okay but it inserts some javascript counter into every file and request. The script looks like this. <!-- www.000webhost.com Analytics Code ...
2
votes
2answers
2k views

Rails: generate a full URL in an ActionMailer view

I'm using ActionMailer to send a sign up confirmation email. The email needs to contain a link back to the site to verify the user, but I can't persuade Rails to generate a full URL (including the ...
2
votes
2answers
2k views

How to set custom “Host” header in HttpWebRequest?

How can I set a custom Host header in HttpWebRequest? I know that normally this class doesn't allow you to do so but is there anyway to use reflection or something like that without actually need me ...
2
votes
7answers
298 views

ASP.NET/SQL Server hosting

I'm looking for an ASP.NET and SQL Server host for a site I'm developing. Here's the important caveat though: I have a backup of a SQL database (.bak file) and need to be able to restore this database ...
2
votes
3answers
640 views

What are the valid characters that can show up in a URL host?

I'm writing some code that processes URLs, and I want to make sure i'm not leaving some strange case out... Are there any valid characters for a host other than: A-Z, 0-9, "-" and "."? (This ...
2
votes
1answer
292 views

T4 Confusion

I think I understand the basic principals of T4 but I'm having a hard time figuring out how to apply it to my particular situation. I have an application that display lists of objects of some kind - ...
2
votes
1answer
2k views

Can signed applets connect with a different host from which they originate?

I need an applet to open a socket and communicate with a server listening on the local host to which the applet downloaded (the end user machine). contrary to what I have read about applet security, ...
1
vote
1answer
65 views

Javascript source won't load.. kind of

I am completely stumped on this one. COMPLETELY stumped. I'm building the framework for an ad network. While prototyping, I did most my building at Kodingen. Everything worked fine over there. I just ...
1
vote
2answers
22 views

Upload a website in IIS 7

Hi I have made a website by Visual Studio 2010, but using .Net framework 3.5. Now I'm uploading my website to an IIS7 environment. When I do this I get the following error :
1
vote
2answers
50 views

cakephp: my domain on shared host justhost is not displaying flash messages

My domain on the shared host is not displaying any flash messages. It is displaying fine on my local server. I have the following in the students_controller: function add(){ ...
1
vote
0answers
36 views

Set up a straightforward json api for a git repo

I want to use a basic functionality available through many different git libraries: accessing tree, blob and diff objects. But I want to do so through http, ideally returning the responses as json. ...
1
vote
1answer
126 views

Perl Mechanize run into error: failed connecting to “localhost”, port 4242: so what?

[first of all; i run linux opensuse 11.4 ] i try to run this little programme on a linux box. Update: Hmmm well i guess that i have damned serious issues with the installation of MECHA::FireFox ...
1
vote
1answer
54 views

Can I host a website in Windows Azure VMRole

Does anyone know if one can host a website using the VMRole in Windows Azure? If I have IIS running on the VM can I access that from the outside? Also, if I scale to multiple instances of the ...
1
vote
1answer
70 views

Android: Is there any way to turn on-off the physical keyboard programmatically?

I have an android 3.1 with usb host capabilities. I connected to it via usb an RFID reader that works as a keyboard emulator. For keyboard emulator I mean that once I scan a tag it sends the output as ...
1
vote
0answers
39 views

Hosting a WCF service in an unmanaged c++ application

I have the following setup a legacy MFC app written in native vc++. a mixed mode dll bridge that has a natvie proxy for 2 managed classes, a sender and a receiver. a managed class "AsyncSender" that ...
1
vote
4answers
142 views

How do I check if an IP is alive in java?

There are 5 devices in my network with different IP addresses. I wish to connect to these devices and get data from them over TCP/IP socket when they are available in my network. How can I check if ...
1
vote
2answers
141 views

Reaching a network device by IP and port using the Android emulator

Why my java app for android not connect to server ? I run the aplication in android emulator, and the server wich port 9999 and host 127.0.0.1 in my pc, but just not connect and i think this method ...
1
vote
2answers
85 views

CUDA - Why isn't my device data being transferred to the host?

I am currently having exceptional difficulty with CUDA programming--more specifically, in copying and reading an array which the device sends back to the host. When I attempt to read the data which I ...
1
vote
1answer
30 views

Setting up a Vanilla Box, how does DNS redirection work?

I'm looking into purchasing a box with EngineYard to host all my clients small websites. The catch with this, is that I'm unsure if its possible to host multiple websites on a vanilla box, and still ...
1
vote
2answers
3k views

Android Usb Host Problem with Samsung Galaxy 10.1 Tablet

I am attempting to leverage the USB host capability on the Samsung Galaxy Tablet. I purchased the attachment dongle from samsung ...
1
vote
3answers
248 views

Delphi: How to send MIDI to a hosted VST plugin?

I want to use VST plugins in my Delphi program which acts as a VST host. I have tried the tobybear examples, used the delphiasiovst stuf, got some of it even working, but... I don't know how to send ...
1
vote
3answers
227 views

Does InetAddress.getLocalHost().getHostAddress(); involve DNS-Server?

With the following code InetAddress.getLocalHost().getHostAddress(); it is possible to get the hosts address. But how does the JVM find that out? The Java API only tells you that it returns it ...
1
vote
2answers
113 views

Check if a host is up on iOS SDK

I'm making an iOS app where I'd need to check if a host, for example, google.com, is available (or is up/down). I've been using this code: NSString *host = theTextField.text; bool success = ...
1
vote
3answers
152 views

How to put Java program online?

I am learning Java and am trying to do some experiments with networking Java programs. I have a program made in 2 parts with a client and a server and it works in local testing but the program ...

1 2 3 4 5 6