Skip to content
View cemre's full-sized avatar

Organizations

@branchinc

Block or report cemre

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. chief-of-slack chief-of-slack Public

    focused slack

    JavaScript

  2. ha-background-video ha-background-video Public

    Home Assistant automation to play pleasant background videos and enhance the vibe of your home

    Python

  3. cemre-sketch-plugins cemre-sketch-plugins Public

    Sketch plugins by Cemre Gungor

    JavaScript 368 11

  4. shortcuts-for-framer shortcuts-for-framer Public

    Forked from facebookarchive/shortcuts-for-framer

    A collection of useful functions to make mobile prototyping with Framer easier.

    CoffeeScript 5

  5. sketch-framer sketch-framer Public

    Forked from bomberstudios/sketch-framer

    Sketch to FramerJS plugin

    JavaScript 4

  6. Rendering great circle arcs in Proce... Rendering great circle arcs in Processing between two coordinates
    1
    void drawPath(float lat1, float lon1, float lat2, float lon2) {
    2
      stroke(0);
    3
      strokeWeight(5);
    4
      noFill();
    5