Skip to content

Instantly share code, notes, and snippets.

@dees91
dees91 / Paper.php
Created March 16, 2016 10:00
Paper entity
<?php
namespace AppBundle\Entity;
use Doctrine\Common\Collections\ArrayCollection;
use Gedmo\Timestampable\Traits\TimestampableEntity;
use Doctrine\ORM\Mapping as ORM;
/**
* Paper
*
@dees91
dees91 / cv-json
Last active September 16, 2019 17:55
{
"basics":{
"name":"Piotr Krawczyk",
"email":"krawczyk.piotr.91@gmail.com",
"phone":"+48 721 169 679",
"summary":"A talented and forward-thinking software engineer offering more than six years of experience building, integrating, testing, and supporting Android applications for mobile and tablet devices on the Android platform.\n\nHighlights:\n* Created 20+ fully functional applications for Android devices\n* Known for writingefficient, maintainable and reusable clean code* Proficient in design, data structures, networking, problem-solving, and debugging\n* Expert in the interaction between various devices and versions of Android* Dedicated to continuously developing, implementing, and adopting new technologies to maximize development efficiency and produce innovative applications\n* Closely following Google I/O and all new trends on a daily basis",
"location":{
"address":null,
"city":"Cracow",
"region":"Lesser Poland"
// Generated by dart2js (fast startup emitter, strong), the Dart to JavaScript compiler version: 2.12.0-133.7.beta.
// The code supports the following hooks:
// dartPrint(message):
// if this function is defined it is called instead of the Dart [print]
// method.
//
// dartMainRunner(main, args):
// if this function is defined, the Dart [main] method will not be invoked
// directly. Instead, a closure that will invoke [main], and its arguments
// [args] is passed to [dartMainRunner].
@dees91
dees91 / Example.kt
Created January 21, 2022 14:57
MultiTapDetector
MultiTapDetector(someView) { number, isFinal ->
}