Skip to content

Instantly share code, notes, and snippets.

View msj2's full-sized avatar

Mallikarjuna S J msj2

View GitHub Profile
@msj2
msj2 / README.md
Created March 27, 2020 15:33 — forked from tpitale/README.md
Sublime Text plugin to create a simple timestamp
  1. Go to Tools > Developer > New Plugin
  2. Paste timestamp.py contents and save in User as timestamp.py
  3. Open Preferences > Key Bindings - User (or Default, your call)
  4. Paste keybindings.json, or add a line to your keybindings
  5. Customize the keyboard shortcut to your liking and save
@msj2
msj2 / count_total_project_code_lines_in_sublime
Created October 25, 2018 08:16 — forked from Hexodus/count_total_project_code_lines_in_sublime
Count total code lines in project using Sublime texteditor
// Go to menue:
// find->find in files
// Switch on reg_ex button
// Find:
^(.*)$
// Where:
c:\your_folder\,*.php,*.phtml,*.js,*.inc,*.html, -*/folder_to_exclude/*
// Then click on the find button
// Be careful to not click on Replace!!!
@msj2
msj2 / CSV_to_Vcards.py
Created May 20, 2018 06:49 — forked from Pullusb/CSV_to_Vcards.py
python utils convert CSV files to vcf cards
# -*- coding: utf-8 -*-
#python 3.x
import csv
import sys
#convert a "comma separated values" file to vcf contact cards
#USAGE:
#CSV_to_Vcards.py CSV_filename