Skip to content
View vikas5914's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report vikas5914

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. Facebook-Video-Downloader Public

    Facebook Video Downloader in PHP

    HTML 223 129

  2. steam-auth Public

    A simple PHP Steam login and User Detail package

    PHP 17 11

  3. google-photos-backup Public

    Backup photos from Google Photos using Playwright.

    JavaScript 230 29

  4. kapadiya.net Public

    My useless Blog

    Astro

  5. Custom Logger Library with winston
    1
    const { createLogger, format, transports } = require('winston')
    2
    const moment = require('moment')
    3
    
                  
    4
    // set default log level.
    5
    const logLevel = 'info'
  6. Generate a self-signed certificate f...
    1
    @echo off
    2
    
                  
    3
    REM IN YOUR SSL FOLDER, SAVE THIS FILE AS: makeCERT.bat
    4
    REM AT COMMAND LINE IN YOUR SSL FOLDER, RUN: makecert
    5
    REM IT WILL CREATE THESE FILES: example.cnf, example.crt, example.key