Skip to content

Instantly share code, notes, and snippets.

View hofmannsven's full-sized avatar
🌴
Coding

Sven hofmannsven

🌴
Coding
View GitHub Profile
@hofmannsven
hofmannsven / README.md
Last active October 6, 2023 21:05
Storing WordPress files and database with WP-CLI on the server.

WordPress Backups with WP-CLI

@hofmannsven
hofmannsven / .hgrc
Last active April 13, 2021 22:13
Notes on working with Mercurial
# Global config for Mercurial
[ui]
username = Username <name@domain.com>
editor = nano
ignore = ~/.hgignore
@hofmannsven
hofmannsven / README.md
Last active December 20, 2023 09:46
Notes on working with JetBrains PhpStorm IDE on macOS.
@hofmannsven
hofmannsven / README.md
Last active May 18, 2020 13:33
Notes on working with SVG on the web
@hofmannsven
hofmannsven / README.md
Last active March 24, 2023 08:33
My simple AngularJS Cheatsheet
<?php
// add ie conditional html5 shim to header
function _s_add_ie_html5_shim () {
echo '<!--[if lt IE 9]>';
echo '<script src="' . get_template_directory_uri() . '/js/html5.js"></script>';
echo '<![endif]-->';
}
add_action('wp_head', '_s_add_ie_html5_shim');
@hofmannsven
hofmannsven / keybase.md
Last active August 29, 2016 19:37
Keybase.io proof

Keybase proof

I hereby claim:

  • I am hofmannsven on github.
  • I am hofmannsven (https://keybase.io/hofmannsven) on keybase.
  • I have a public key ASBg3vlLIAlYg-PeJOUD4a7nQftZyHM4QXBeh1xeEsw2Hgo

To claim this, I am signing this object:

@hofmannsven
hofmannsven / README.md
Last active November 8, 2023 22:49
SCSS Cheatsheet
@hofmannsven
hofmannsven / README.md
Last active October 3, 2016 11:31
Notes on CLI web performance metrics collectors and monitoring tools.