Fixed Cards in Materialize

Basic Example https://materializecss.com/cards.html <div class="row"> <div class="col s12 m6"> <div class="card blue-grey darken-1"> <div class="card-content white-text"> <span class="card-title">Card Title</span> <p>I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.</p> </div> <div class="card-action"> <a href="#">This is a link</a> <a href="#">This…

Add Existing Project to Already created Remote Git Repository

Sample .gitignore command Some times you may want to create a .gitignore before to create git echo projectBase > .gitignore if there are multiple files/folders echo projectBase > .gitignore & echo otherFolder >> .gitignore Add Existing Project to Already created Remote Git Repository Prerequisites Install Git https://git-scm.com/downloads Install TortoiseGit(Optional) https://tortoisegit.org/download/ Create an account in Remote…

Markdown Basics

*** Use "WP Githuber MD"(https://wordpress.org/plugins/wp-githuber-md/) plugin to edit markdown in WordPress # Heading level 1 Heading level 1 <https://www.markdownguide.org/basic-syntax/> https://www.markdownguide.org/basic-syntax/ I really like using Markdown. I really like using Markdown. I think I'll use it to format all of my documents from now on. I think I’ll use it to format all of my documents…

Getting Albums of facebook account

https://developers.facebook.com/docs/graph-api/reference/user/albums/ HTTP request is GET /v12.0/{user-id}/albums HTTP/1.1 Host: graph.facebook.com To test/use http Search fb api test in google https://developers.facebook.com/tools/explorer/ Add user_photos permission, in "Permissions" (bottom right) "Generate Access token" Copy me?fields=albums and submit. (if it is for posts during a specific period, use me/posts?fields=message,created_time&since=1631146270&until=1631405470 , to get time stamps in this case use this service…

FFMPEG Tutorial basics

1.Installation Download link: https://github.com/BtbN/FFmpeg-Builds/releases as shown in https://ffmpeg.org/download.html#build-windows Make sure that environment variable PATH contains path of ffmpeg.exe 2. Add Subtitles ffmpeg -i file1.mp4 -vf subtitles=subtitles.srt videoWithSubtitles.mp4 subtitles.srt addSubtitle.bat file 3. Add Texts addTexts.bat 4. Add Image/Thumbnail addImage.bat 5. Text Scrolling 6. Video from Image 6.a. still image video 6.b. zooming image video “C:\Program Files…

Applying DSC (Digital Signature Certificate)

List of Certifying Authorities is listed in MCA site http://www.mca.gov.in/MinistryV2/certifyingauthorities.html Emudhra has more documentarion available in internet so we are choosing them Emudhra Video Tutorial Another Good Video Tutorial For PAN based DSC purchase https://www.youtube.com/watch?v=RWPU79sP-uE another nice one Requirements for purchase Passport Size photo Id Proof : Driving License Address Proof : Adhar Pan Camera…