-
-
autobox-Core
... (%other_hash);
Overlays %other_hash on top of %hash.
my $h = {a => 1, b => 2};
$h->put(b => 99, c => 3); # ( ... Core Ideas Illustrated with Perl 5 by Scott Walters. The text appears in
the book starting at page 248. This copy lacks ...
-
test3
... the file
tests/unittestdata.js which is executed by this web page.
<a name="credits"/>Credits and Licenses
< ... = ['a','b','c']
print x[-1] # prints 'c'
* in python 2.5 and earlier, integer division results (by default) in an
integer ...
-
mod_auth_cookie-for-lighttpd
... #2 with verified identity.
4. At Page#2, verified identity is encrypted and signed
with shared key between Page#1 ... /sign
$key = "shared-secret";
$now = time();
$now = $now - $now % 5;
$tmp = md5($now . $key, TRUE);
# encrypt and sign
$ ...
-
jQuery-One-Page-Nav
... and smart navigation when user scrolls on one-page sites.
A lightweight jQuery plugin for the navigation on ... ></li>
<li><a href="#section-2">Section 2</a></li>
<li ... ></li>
<li><a href="#section-5">Section 5</a></li>
<li ...
-
spring-framework-2.5.x
... Hibernate and JPA versions. PetClinic's web layer shows Spring 2.5's
annotation-based controller implementation style. PetClinic requires ... shows a couple of portlets combined
on a portal page, including multi-mode portlets and form-based portlets. All of ...
-
wiaw-smooth-slider
... , to allow not to display images on selective posts
5. New - A new template tag to display Category specific posts on ... (09/22/2009)
1. New - Slider Preview in Smooth Slider setting page
2. New - Facility to set transparent background to the slider
3 ...
-
Question-2-Answer-Proxy-SSO-Plugin
... ://www.question2answer.org) project. Question 2 Answer is a StackOverflow clone.
**Plugin ver 1.5 tested with Q2A ver. ... the widget.
* Login to question2answer as a Super Administrator. Goto the **Admin** page.
* Choose the **Layout** tab. Near the ...
-
quo_vadis
... prefetching in the user's mail client from confirming them unintentionally.)
5. QuoVadis confirms the user's account and logs them in.
... optional 2FA:
1. User visits their 2FA overview page.
2. [2FA overview page] User clicks a link to set up 2FA (TOTP ...
-
Memorize-Scripture-2
... to enable memorization with the method called "Extended Memorization".
##TODO:
###5. Current task:
- now we are integrating adminbundle we are ... use:
1. write a verse you intend to memorize on the first line of the "week" page
2. memorize it ...
-
mod-auth-ticket-for-lighttpd
... ) logon,
and comes back with verified identity.
4. At Page#2, verified identity is encrypted and signed
with ... /sign
$key = "shared-secret";
$now = time();
$now = $now - $now % 5;
$tmp = md5($now . $key, TRUE);
# encrypt and sign
$ ...
-