Skip to content

Instantly share code, notes, and snippets.

View avimehenwal's full-sized avatar

Avi Mehenwal avimehenwal

View GitHub Profile
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "api->sendQuery",

yarn create vuepress [directoryName]

yarn add -D markdown-it-container markdown-it-footnote markdown-it-deflist
markdown-it-emoji markdown-it-mark markdown-it-abbr markdown-it-sub markdown-it-sup markdown-it-ins
@dovyp/vuepress-plugin-clipboard-copy vuepress-plugin-social-share @vuepress/plugin-blog

@avimehenwal
avimehenwal / yarn-bootstrap.md
Last active July 11, 2020 18:24
Bootstrap new nuxt project
yarn create nuxt-app <project-name>

Nuxt modules

yarn add nuxt @nuxt/http @nuxt/content @nuxt/pwa @nuxt/axios @nuxtjs/sitemap
yarn add vue-google-charts
@avimehenwal
avimehenwal / test_ssh_rf_demo.robot
Created August 31, 2019 16:04
Robot Framework SSH example
*** Settings ***
Documentation Robot Framework test script
Library SSHLibrary
*** Variables ***
${host} 192.168.120.141
${username} root
${password} ${EMPTY}
${alias} remote_host_1
for file in *.pdf;
do;
$(gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=c-$file $file);
echo "PROCESSED : $file";
done
#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs