Tagged Questions
The forwarding tag has no wiki summary.
13
votes
1answer
337 views
When to use std::forward to forward arguments?
C++0x shows an example of using std::forward:
template<class T>
void foo(T&& arg)
{
bar(std::forward<T>(arg));
}
When is it advantageous to use std::forward, always?
Also, ...
12
votes
3answers
13k views
Python: get http headers from urllib call?
does urllib fetch the whole page? when a urlopen call is made?
I'd like to just read the http response header without getting the page it looks like urllib opens the http connection and then ...
11
votes
2answers
303 views
Why is T&& instantiated as int&?
Can anyone please explain why this compiles and why does t end up with type int&?
#include <utility>
void f(int& r)
{
++r;
}
template <typename Fun, typename T>
void g(Fun ...
7
votes
2answers
185 views
Deducing knowledge of original types, whilst simultaneously forwarding
Summary: I want to end up with a function that deduces the exact types it was called with and takes (e.g.) a tuple that forwards them (the types of which will be different from the exact types the ...
7
votes
2answers
415 views
min and perfect forwarding
The min algorithm is normally expressed like this:
template <typename T>
const T& min(const T& x, const T& y)
{
return y < x ? y : x;
}
However, this does not allow ...
7
votes
2answers
2k views
How to disable warning in xcode on specific line?
I've got a call like this [Class method] and a warning saying that Class may not
respond to "method" message.
The "method" message does not indeed exist but my code use unknown message catching
...
6
votes
1answer
247 views
Can someone explain rvalue references with respect to exceptions?
Lets say I've this exception class:
struct MyException : public std::exception
{
MyException(const std::exception &exc) : std::exception(exc)
{
cout << "lval\n";
}
...
6
votes
2answers
453 views
Perfect Forwarding in C++03
If you have this function
template<typename T> f(T&);
And then try to call it with, let's say an rvalue like
f(1);
Why isn't T just be deduced to be const int, making the argument a ...
5
votes
3answers
117 views
std::forward and constructor with non-const reference argument
In A brief Introduction to Rvalue References, perfect forwarding is proposed as the ideal solution to forward rvalue 5 to a constructor with a non-const reference argument.
But:
#include ...
5
votes
3answers
306 views
C++0x: Perfect forwarding
If we have the following:
template <class T>
struct B
{
T data;
}
struct A
{
int data_array[100];
}
int main()
{
A x;
const A x_const;
auto y1 = f(A());
auto y2 = f(x);
auto y3 ...
5
votes
1answer
2k views
Example code of libssh2 being used for port forwarding
I'm looking for an example of how to use libssh2 to setup ssh port forwarding. I've looked at the API, but there is very little in the way of documentation in the area of port forwarding.
For ...
4
votes
1answer
334 views
Android iPhone Blackberry call forwarding
I'm making a feasibility research for a mobile app (iPhone, Android & Blackberry) project. In short, there is a list of phone numbers, and if incoming call (caller id) is in that list, forward it ...
4
votes
1answer
3k views
adb forward remote port to local machine
This is a query regarding the usage of adb on android.
Is there a way to forward the remote port i.e. port on the android device/emulator to the local machine to which the device is connected?
$ adb ...
4
votes
4answers
3k views
Relaying a request in asp.net (Forwarding a request)
I have a web application that communicates between two different web applications (one receiver and one sender, the sender communicates with my application, and my application communicates with both).
...
4
votes
5answers
5k views
Does PHP Have an Equivalent of Java's RequestDispatcher.forward?
In Java I can write a really basic JSP index.jsp like so:
<% request.getRequestDispatcher("/home.action").forward(request, response); %>
The effect of this is that a user requesting index.jsp ...
4
votes
5answers
2k views
Client firewall blocks all ports but 80 and 443, need away to forward requets on port 443 to SSH or HTTPS
I am currently working at a client were they have locked down the network, except for ports 80 and 443. I need to connect to our server using SSH, but the same server also runs our website. We do not ...
3
votes
2answers
176 views
Twilio call forwarding
I have a question about Twilio's call forwarding concept.
I want to create an application that lets users forward their existing numbers to Twilio, which processes the necessary information, and ...
3
votes
1answer
31 views
Forwarding to top level domain from www
I want to redirect all traffic from www.mydomain.com to mydomain.com, even when there is a specific path (like www.mydomain.com/article)
Can I do this through my domain registrar or does it have to ...
3
votes
1answer
167 views
C++0x use-case for piecewise_construct of pair and tuple?
In N3059 I found the description of piecewise construction of pairs (and tuples).
But I can not see when I should use it. I found discussions about emplace and non-copyable entities, but when I tried ...
3
votes
5answers
1k views
how do i to forward domain.com to www.domain.com at godaddy for s3 hosted site?
I have:
1) signed up for an aws account
2) set up buckets for domain.com and www.domain.com
3) enabled website settings in properties for each domain
3) set bucket policies for both domains
4) ...
3
votes
1answer
409 views
C++ Perfect Function Forwarding
This is a followup to this question.
A 2002 paper on the function forwarding problem in C++ makes the following observation:
This is the method currently employed
by Boost.Bind and ...
3
votes
2answers
344 views
Help diagnosing poor Sql Server Service Broker forwarding performance
I've been running Service Broker in my development environment for a few months now and have had perfectly adequate performance, toward 1000 message per second (plenty for my needs).
I've also been ...
3
votes
2answers
301 views
Can I forward env variables over ssh?
I work with several different servers, and it would be useful to be able to set some environment variables such that they are active on all of them when I SSH in. The problem is, the contents of some ...
3
votes
2answers
158 views
How do I redirect a subdomain to a different domain?
How do I redirect this:
www.sub.example.com
to this:
www.example2.com
How is this done -- 301? .htaccess? Can someone point me in the right direction please? My host is NearlyFreeSpeech and the ...
3
votes
1answer
70 views
Argument Forwarding in PHP
Consider the following functions:
function debug() {
$args = func_get_args();
// process $args
}
function debug_die() {
// call debug() with the passed arguments
die;
}
The method ...
3
votes
1answer
188 views
Is there a way to resend UDP packets using Twisted?
Problem: Simple UDP proxy - receive UDP packets from multiple sources on port X and forward (resend) them to IP Y on port Z.
Description: I am able to create a simple UDP server using twisted, and ...
3
votes
3answers
477 views
redirecting the root domain - SEO and other issues, need some guidance!
I'm not familiar with some of these forwarding methods and I need help. My issue is this:
I have a site hosted on discountasp.net. My domain was registered through 1&1 and I redirected the DNS ...
3
votes
2answers
697 views
*Best* way to forward/redirect a commonly mis-typed domain name
You own thecheesecakefactory.com and your site lives there. You know that many of your visitors will simply type cheesecakefactory.com into their browser, so you purchase that domain as well.
What ...
3
votes
6answers
841 views
How can I forward a url to the appropriate page?
How can I forward a url such as:
http://www.mysite.com/Join
to the appropriate page:
http://www.mysite.com/JoinOptions/MemberRegistration.aspx
Is there some way to do this?
I'm using a DNN CMS ...
3
votes
2answers
793 views
nginx not forwarding POST to @fallback
I wrote a high-performance HTTP event server in C++ and I want to make it work flawlessly with nginx and PHP-FPM (fastcgi). This is a snippet of my nginx configuration.
location ~ \.eve$ {
...
3
votes
1answer
6k views
Grails forwarding and/or redirection with parameters
Is it possible to do page forwarding in Grails? I searched but no luck. If possible, how do I pass parameters in the forwarding method? If not, how would I do it using redirection? I've found ...
3
votes
4answers
893 views
IMAP forwarder
I'm wondering what is the quickest and most reliable way to forward mail from an IMAP account.
My university does not allow our student-mailbox to forward to a private e-mail account (everybody uses ...
2
votes
2answers
31 views
Torrent peer-to-peer connection
I used to think my understanding of the TCP and UDP protocols, although limited, is correct. Although recently, when I realized that peers sharing a common torrent can connect to one another through a ...
2
votes
1answer
97 views
Simple forwarding using Google Chrome webRequest API
I am attempting to create a Chrome extension to help me understand Chrome's webRequest API by replicating what is done with this answer but without the experimental portion of the namespace, which is ...
2
votes
2answers
60 views
GAE/Python request forwarding?
I was wondering if there's a pythonic equivalent of the RequestDispatcher.forward(request, response) that I'm used to from Java servlet programming? It's a common enough technique in Java, and enables ...
2
votes
1answer
51 views
Is packet forwarding possible on Android?
Our requirement is to develop an Android App &/or service that does the following. Listen to http (port 80) requests/packets sent from the device (by any app). forward them to a different server ...
2
votes
1answer
241 views
GoDaddy DNS forward to IP adds frames to html
I have a domain name mydomain.biz from GoDaddy forwarding to a physical server at home. Godaddy while redirecting always adds frame to the html such as
<html>
<head>
<frameset ...
2
votes
3answers
71 views
In-place destruction on type with overloaded operator->
Suppose some type Foo has an overloaded operator-> that returns a Bar*:
struct Foo
{
Bar* operator->();
};
If I want to destruct the returned Bar instance in-place from within the Foo ...
2
votes
2answers
95 views
C++ template class Type being forwarded as parameter to object's template function
Ok, I don't know if the title made much sense, so I will just show the code:
template <class S,class P,class A> class Task
{
protected:
timeval start;
boost::ptr_vector<S> ...
2
votes
1answer
29 views
Are there situations in which the following forwarding doesn't work?
I need to implement a forwarding. I did it the following way:
<html>
<head>
<meta http-equiv="refresh" content="0; URL=http://www.xyz.com">
</head>
<body>
</body>
...
2
votes
2answers
41 views
How to deal with JavaScript when trying to fetch web page in C#.NET/WPF?
The .NET WebClient class is nice and all, but it doesn't parse the JavaScript in the page.
What I mean is, sometimes a page is forwarded to a different page via JavaScript, or sometimes DOM elements ...
2
votes
2answers
4k views
How to do preDispatch forwarding in Zend Framework?
I want to use _forward() in preDispatch after checking if the user is logged in in every controller.
The scenario is quite easy: If the user is not logged in, it should be forwarded to loginAction ...
2
votes
1answer
240 views
Powershell event forwarding
Sorry for bad english.
I have some troubles with powershell and events forwarding mechanism in it. Im trying to do something like this:
$remoteComputer = "."
$session = New-PsSession $remoteComputer
...
2
votes
3answers
2k views
Pop3 to SMTP message custom forwarder in C#
I'd like to write a service that periodically checks a POP3 account for new messages and based on custom business logic forwards the messages to an appropriate "To", and possibly changes the "From" as ...
1
vote
3answers
185 views
Delphi: download a file with URL Forwarding
I have a free domain name with URL Forwarding (Cloaking) to another site.
If I type http://my.com/1.zip in browser's web-address then it goes to http://his.com/1.zip and downloads a file.
How can I ...
1
vote
1answer
69 views
Checking ipv4 & ipv6 forwarding in C for Linux and FreeBSD
I am trying to figure out whether forwarding is allowed (necessary for my app). I need to check for both Linux and FreeBSD. Unfortunately uncle G didn't return any results.
1
vote
1answer
126 views
Jersey URL forwarding
Inside a Jersey REST method I would like to forward to an another website. How can I achieve that?
@Path("/")
public class News {
@GET
@Produces(MediaType.TEXT_HTML)
...
1
vote
2answers
71 views
Dynamic Mail Forwarding Based on Superscription Table
Client asked this morning if we can provide a subscription service whereby:
Mail arives to a specific address on a cloud mail server with no procmail/maildrop possibilities
Cron runs Perl or PHP ...
1
vote
2answers
144 views
In OOP, what is forwarding and how is it different from delegation?
Would someone please explain the difference between forwarding and delegation? They seem similar, but I haven't been able to find a good definition of forwarding, so I'm not sure I really understand.
1
vote
2answers
79 views
Tunnel SSH “Client -> Firewall -> Server1 -> Server1.2” [closed]
I need to make a tunnel from a client box to a server. The problem is that there are 2 boxes between them:
CLIENT --- FIREWALL ---{ SERVER1 --- SERVER1.2 }
CLIENT ========================= SERVER1.2
...