Skip to content

Instantly share code, notes, and snippets.

View dimitardanailov's full-sized avatar

Dimitar Danailov (a.k.a Mitco) dimitardanailov

View GitHub Profile
@dimitardanailov
dimitardanailov / .block
Last active January 4, 2017 17:40
Moving the line via endpoints
license: gpl-3.0
@dimitardanailov
dimitardanailov / .block
Last active March 15, 2017 12:48
D3.js Path Data Generator Line Example
license: gpl-3.0
@dimitardanailov
dimitardanailov / 01.02 - Lambda Expression Syntax.md
Last active December 25, 2016 16:05
JDK 8 MOOC: Lambdas and Streams Introduction, 2016
// 1.1
() -> System.out.println("Hello Lambda")

// 1.2
x -> x + 10

// 1.3
(int x, int y) -> { return x + y; }
@dimitardanailov
dimitardanailov / svg-arrow-marker.md
Last active December 29, 2016 10:05
Example with svg markers
<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Marker</title>

        <meta charset="UTF-8">

        <style>
@dimitardanailov
dimitardanailov / polymer-commands.md
Last active November 26, 2016 13:21
Materials and resources for Polymer
npm install -g polymer-cli #Install polymer cli functions
npm install -g bower #Install bower
polymer init #Initialize element, application or starter kit
@dimitardanailov
dimitardanailov / polymer-links.md
Created November 26, 2016 12:24
Materials and resources for Polymer
@dimitardanailov
dimitardanailov / sublime.md
Created November 25, 2016 12:50
List with Submile resources