Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Returns the username (domain\username) of the user that is currently logged in sharepoint. Can be used inside features / custom pages
0
953
posted 13 years ago by dimian12
The user id was randomized from the original one, and the oauth_token similarly mangled. It is also likely expired anyways. It is just for reference of the structure.
1
741
posted 13 years ago by Maelstrom
A php program to check whether two simple connected graphs are isomorphic.
0
737
posted 13 years ago by trusktr
Inspired by http://subesh.com.np/2010/08/magento-setting-default-shipping-method-cart-page/.
Basically Magento requires only countryId in shipment address to show shipment methods (at least in polish case). Very useful if you want user to select shi...
0
1037
posted 13 years ago by ef
background tap - background should have type UIControl and method should be connected to the "touch down" action
textView - doesn't need to be connected to an action, but delegate needs to be connected to something that is a UITextViewDelegate
text...
1
873
posted 13 years ago by bethjt1220