Skip to content
View cbalci's full-sized avatar

Organizations

@nko
Block or Report

Block or report cbalci

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. cbalci.github.io cbalci.github.io Public

    cbalci.github.io

    HTML

  2. dotfiles dotfiles Public

    dotfiles

    Vim Script

  3. multipline multipline Public

    Absolutely trivial cmdline tool for repeating stdin, line by line, 'n' times to stdout

    Go

  4. when when Public

    cmdline utility for printing human readable date time values from a unix timestamp

    Go

  5. Unix util 'yes' implemented in brain... Unix util 'yes' implemented in brainfuck.
    1
    # Yes written in brainfuck
    2
    3
    +++++ +++++
    4
    [
    5
      >  +++++ +++++ ++
  6. ffmpeg encode timelapse video ffmpeg encode timelapse video
    1
    # for h.264
    2
    # needs libx264 installed
    3
    
                  
    4
    ffmpeg -i %d.jpg -vcodec libx264  -b 1600k timelapse.avi
    5