Skip to content
View chaman-k's full-sized avatar
🏠
Working from home
🏠
Working from home
  • India

Organizations

@so-sc
Block or Report

Block or report chaman-k

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. shareslide shareslide Public

    A slideshare downloader cli built with typescript

    TypeScript 5 1

  2. Compress, resize images in javascript Compress, resize images in javascript
    1
    /*
    2
    <!-- HTML Part -->
    3
    <input id="file" type="file" accept="image/*">
    4
    <script>
    5
        document.getElementById("file").addEventListener("change", function (event) {
  3. Compress images in Angular recursive... Compress images in Angular recursively using rxJS
    1
    import { Component } from '@angular/core';
    2
    import { map, expand } from 'rxjs/operators';
    3
    import { EMPTY } from 'rxjs';
    4
    import { CompressorService } from './compressor.service';
    5
    
                  
  4. stackby stackby Public

    Forked from haxzie-xx/stackby

    Simple python CLI to stack files in a directory based on type, date and extension

    Python

  5. so-sc/sosc-website so-sc/sosc-website Public

    The official website for sahyadri open source community

    JavaScript 67 110

  6. blog-microservice blog-microservice Public

    JavaScript 1