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

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

  1. Facebook-Video-Downloader Facebook-Video-Downloader Public

    Facebook Video Downloader in PHP

    HTML 209 129

  2. vikas5914.github.io vikas5914.github.io Public

    My useless Blog

    JavaScript 4 3

  3. steam-auth steam-auth Public

    A simple PHP Steam login and User Detail package

    PHP 17 10

  4. google-photos-backup google-photos-backup Public

    Backup photos from Google Photos using Playwright.

    JavaScript 197 19

  5. Custom Logger Library with winston 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... Generate a self-signed certificate for localhost
    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