Skip to content
View ariellindo's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report ariellindo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. d3 arc.js d3 arc.js
    1
    var vis = d3.select("body").append("svg")
    2
    var pi = Math.PI;
    3
        
    4
    var arc = d3.svg.arc()
    5
        .innerRadius(50)
  2. D3 arc with modified start point D3 arc with modified start point
    1
    var width = 500,
    2
        height = 500
    3
    
                  
    4
    // using radian values to apply the a new startAngle value to the graph
    5
    // 1.5*PI ~ -180° and 2.5*PI ~ 180° so the radian movement will be incremental from 1.5 -> 2.5 (radians)
  3. flutter-firebase flutter-firebase Public

    flutter + firebase to Auth with different kind sign in methods

    Dart

  4. flutter_travel_app flutter_travel_app Public

    just a practice app

    Dart