Skip to content
View samuelkarani's full-sized avatar
  • University of California, Berkeley
  • Paris, France

Organizations

@The-PWA-Store

Block or report samuelkarani

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 Loading

  1. javascript javascript Public

    Javascript/node data structures/algorithms/apis

    JavaScript 2

  2. todolist-react-chrome-extension todolist-react-chrome-extension Public

    Pretty Todolist chrome extension with undo/redo features

    JavaScript 4

  3. google drive url apis.js google drive url apis.js
    1
    
                  
    2
    export const getThumbnail = (id, size = 300) =>
    3
      `https://drive.google.com/thumbnail?id=${id}&sz=${size}`;
    4
    
                  
    5
    export const getIcon = (mimeType) =>
  4. 42-piscine-c 42-piscine-c Public

    Solutions to 42's piscine C exercises

    C 10 2

  5. 42-push_swap 42-push_swap Public

    An optimized sorting algorithm - sorts data using only 2 stacks, a limited set of instructions, in as few moves as possible. Success involves manipulating different sorting algorithms to get an opt…

    C 2

  6. 42-web-piscine 42-web-piscine Public

    42 web piscine (PHP piscine) in Node, JavaScript & SQL.

    JavaScript 2