This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace AppBundle\Entity; | |
| use Doctrine\Common\Collections\ArrayCollection; | |
| use Gedmo\Timestampable\Traits\TimestampableEntity; | |
| use Doctrine\ORM\Mapping as ORM; | |
| /** | |
| * Paper | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MultiTapDetector(someView) { number, isFinal -> | |
| } |