Skip to content

Instantly share code, notes, and snippets.

View wolfhesse's full-sized avatar

wolf hesse wolfhesse

  • andel systems engineering
  • vienna, at
View GitHub Profile
-- platzhirschen
Clojure / Kotlin
Java
C#
(kann nicht viel sagen: scala)
-- midfielders
Ruby (workhorse)
Python (script fast)
Node.js (unvermeidlich)
@wolfhesse
wolfhesse / index.html
Last active October 10, 2018 12:09
Vuetify Template (forked Google Keep Layout)
<div id="app">
<v-app id="inspire">
<v-navigation-drawer fixed clipped class="grey lighten-4" app v-model="drawer">
<v-list dense class="grey lighten-4">
<template v-for="(item, i) in items">
<v-layout
row
v-if="item.heading"
align-center
:key="i"
@wolfhesse
wolfhesse / code-of-conduct.md
Created September 21, 2018 10:33
p2p left

WHO WE ARE P2P-Left is an online group of people committed to exploring a more egalitarian p2p* mode of exchange, with the awareness, sensitivity and in-formation of intersectionality. We welcome heterodox perspectives that may be less addressed in other forums (Marxist, Communist, Anarchist, Feminist, Postcolonial, Abolitionist, Racial Justice Positive, Queer, Hacker and Pirate).

We recognise this requires us to have challenging conversations in our community about privilege, power, history, culture, inequality, pain, injustice and trauma. Our goal is to have these dialogues and debates from a place of compassion that honours our shared humanity - that we learn together as a community how to have these conversations. We therefore ask that you read and commit to the group’s Code of Conduct before engaging in any community conversations. [link to the full Code of Conduct will be posted here soon]

DIVERSITY STATEMENT Although this list cannot be exhaustive, we explicitly honour diversity in age, gender, gende

@wolfhesse
wolfhesse / class-admin.php
Created November 15, 2017 02:46
survey message / ignore code snippets message via get_user_meta( $current_user-> ID, $key )
function survey_message() {
global $current_user;
$key = 'ignore_code_snippets_survey_message';
/* Bail now if the user has dismissed the message */
if ( get_user_meta( $current_user->ID, $key ) ) {
return;
} elseif ( isset( $_GET[ $key ], $_REQUEST['_wpnonce'] ) && wp_verify_nonce( $_REQUEST['_wpnonce'], $key ) ) {
add_user_meta( $current_user->ID, $key, true, true );
<template id="template-connect">
<div class="connect">
<div class="connect__searchPanel">
<div class="connect__speciesSelect">
<button @click="handleDogs">Dogs</button>
<button @click="handleCats">Cats</button>
</div>
<div class="connect__search">
<input type="text"
@wolfhesse
wolfhesse / connect_backup.vue.html
Created November 14, 2017 00:21
rcs1 vue backups
<template id="template-connect">
<div class="connect">
<div class="connect__searchPanel">
<div class="connect_speciesSelect">
<button @click="handleDogs">Dogs</button>
<button @click="handleCats">Cats</button>
</div>
<div class="connect_Search">
<input type="text"
  • title: readme for gist-based frontentd
  • author: @wolfhesse

project in a file

operations

rsync -rvzP --size-only rogera@core.wolfspool.chickenkiller.com:/extdisker/extdisk/infopool.d/gists.d/0ca6729d9544ff5de9193ee8e913bc9b/backup.local.d/ ./backup.local.d/

@wolfhesse
wolfhesse / generate_functions.js
Created April 28, 2017 08:22
node :particle :source :code
let h2=(x)=>{let i=()=>{console.log(x);}; return i;}
h2(1)
h2(23)()
@wolfhesse
wolfhesse / uppercase__Cart__for_xlat_support_by_default_mo_files.patch
Last active April 9, 2017 17:34
uppercase 'View Cart' in woocommerce 3.0.1 to use existing translations
Index: wp-content/plugins/woocommerce/includes/wc-template-functions.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-content/plugins/woocommerce/includes/wc-template-functions.php (date 1491756261000)
+++ wp-content/plugins/woocommerce/includes/wc-template-functions.php (date 1491758669000)
@@ -1422,7 +1422,7 @@
* @subpackage Cart
*/