Skip to content

Instantly share code, notes, and snippets.

View pjanczyk's full-sized avatar

Piotr Janczyk pjanczyk

View GitHub Profile
package com.example
import kotlinx.coroutines.delay
import kotlinx.coroutines.runBlocking
import org.aspectj.lang.JoinPoint
import org.aspectj.lang.ProceedingJoinPoint
import org.aspectj.lang.annotation.AfterReturning
import org.aspectj.lang.annotation.Around
import org.aspectj.lang.annotation.Aspect
import org.slf4j.LoggerFactory.getLogger
@pjanczyk
pjanczyk / issue.md
Last active January 4, 2020 21:32
bug: Ionic Page Events sometimes not fired

Bug Report

@pjanczyk
pjanczyk / Enroll-Highlighter.js
Created February 22, 2018 14:27
Skrypt do Tampermonkey
// ==UserScript==
// @name Enroll Highlighter
// @version 0.1
// @author Piotr Janczyk
// @match https://enroll-me-2.iiet.pl/*
// @require http://code.jquery.com/jquery-1.12.4.min.js
// ==/UserScript==
(function() {
'use strict';