
|
Profile
| user name |
nvie |
| first name |
Vincent |
| last name |
Driessen |
| email |
vincent datafox nl |
| homepage |
if($profileUser->getHomepage()){
$hp = $profileUser->getHomepage();
if(substr($hp,0,7) != "http://" and substr($hp,0,8) != "https://"){
$hp = "http://" . $hp;
}
$hp = escapeForHTML($hp);
?>
|
} else { ?>
|
} ?>
registered Vim user or sponsor |
no, or user has chosen to conceal his donation |
Script Contributions
| pep8 |
Vim filetype plugin for running PEP8 on Python files |
| pyflakes |
Vim filetype plugin for running pyflakes on Python files |
| toggle_mouse |
Toggles the mouse focus on or off. |
| pyunit |
Quick source/test switcher and unit test runner for Python |
| vim-flake8 |
vim-flake8 is a Vim plugin that runs the currently open file through Flake8. |
|
|