Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

js-hotkeys

Compare

  Analyzed about 13 hours ago

Javascript jQuery Hotkeys PluginCross Browser Module (Works with Safari, Opera, Firefox, Chrome and IE)The latest Version is 0.7.8jQuery.Hotkeys plugin lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. It takes one line of code ... [More] to bind/unbind a hot key combination. Example:Binding 'Ctrl+c' $(document).bind('keydown', 'ctrl+c', fn);Unbinding 'Ctrl+c' $(document).unbind('keydown', 'ctrl+c', fn);Known IssuesKeyPress is not working well owe to the fact that keycodes varies between key[down|up] and key press (lower and upper case). see example at Test #6. This should be solved in the next version More infoPublic Git Repository at GitHub Live Demo Read More... [Less]

11.1K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Django View Shortcuts

Compare

  No analysis available

A set of shortcuts for non-generic Django views easing facet filtering and other tasks.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

Django Harness

Compare

  No analysis available

Harness is a wrapper for Django settings. It contains all common settings and allows to define the very minimum required for the site to function. It also eases some common settings-related tasks to ensure portability of project and applications used by it.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: lgpl3

shortcut exprs and cmds for git

Compare

  Analyzed about 6 hours ago

In Git, everything is possible. But for some common commands I wrote these shortcut scripts. Some of them are like helper expressions to use inside another Git cmd line. Most of them had to be implemented on the Plumbing level (which means, a little bit of hacking), but provide features useful ... [More] for me such as: git heads-for-merge -- what does your FETCH_HEAD say about all the heads that have been fetched for merge? git the-empty-tree -- the ID to use if you need to refer to the empty tree in your (tree-merging) commands git mread-and-commit -- read in multiple refs, merge the trees, and then make a merge commit, without touching your index or the working dir (useful for managing imported histories) git merge-without-working -- the same idea -- advance your HEAD by merging And more... [Less]

136 lines of code

0 current contributors

almost 13 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

SageLinks

  Analyzed about 10 hours ago

Shows and checks Windows NTFS junctions, symbolic links and shortcuts. Can be used to find, test and delete broken (orphaned) links.

1.69K lines of code

0 current contributors

about 2 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

kindaVim

Compare

  Analyzed about 9 hours ago

Brings Vim to any macOS input fields. and also, well, to non input fields. so basically everywhere.

46K lines of code

0 current contributors

2 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses