Top "Bind" questions

This tag means different things in different contexts: consider using less ambiguous tags instead.

A DNS server for my VPN to solve network names only

I need to setup a DNS server only to resolve the name of our network servers when a user connects …

ubuntu bind openvpn
How to use ButterKnife inside adapter

I would like to use ButterKnife to bind my views inside listView adpater. I tried this, but i can not …

android listview bind android-adapter butterknife
Lambda functions vs bind, memory! (and performance)

I would like to determine which is the best practice between equivalent solutions. The use case is an instance of …

javascript lambda bind
Binding to a weak_ptr

Is there a way to std::bind to a std::weak_ptr? I'd like to store a "weak function" callback …

c++ callback bind weak-ptr std-function
Change Dynamically FocusManager.FocusedElement

I have WPF xaml code like below: <StackPanel FocusManager.FocusedElement="{Binding FocusedElement}"> <TextBox Name="txtbox1" Text="FirstText"/&…

wpf bind focusmanager
Passing jQuery .click() a function as a variable

I'm working with a tabbed interface and have the following jQuery function set up to handle the click events of …

javascript jquery bind unbind
Cleanly binding/unbinding to a Service in an Application

I have an Android application that is binding to a persistent service (once started with startService()). The service is an …

android service bind unbind
jQuery unbind then bind

I'm unbinding click from these clickable divs and then want to enable clicking again. What I have doesn't work. Any …

jquery click bind unbind
php closures: why the 'static' in the anonymous function declaration when binding to static class?

The example in the php documentation on Closure::bind include static on the anonymous function declaration. why? I can't find …

php closures bind
How to test implementations of Guice AbstractModule?

How to test implementations of Guice AbstractModule in a big project without creating fake implementations? Is it possible to test …

unit-testing configuration bind guice inject