GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
Showing posts with label
Computer/Technology Tips
.
Show all posts
Showing posts with label
Computer/Technology Tips
.
Show all posts
How to reset “Replace Toner” warning on Brother MFC-L2710DW Printer
›
How to reset “Replace Toner” warning on Brother MFC-L2710DW Printer and print ~100 more pages without replacing the toner! Open the fr...
GIT write useful commit messages
›
What's harder than choosing a variable name? IMO its composing a perfect code comment and commit message. Today we will discuss some bad...
GIT delete merged branches
›
How to delete merged branches from local copy: When you work on a project for a while, there is a good chance that you will have a list of o...
Create a huge data file for load testing
›
In this short blog, I am going to describe how you can create a big file for load testing. In most cases, you will only need step #2 to comb...
Project to test your programming skills
›
Project to test your programming skills A Guessing Game - to become Full Scope/Stack Developer If you are wondering what would be a perf...
Myths and Facts About Programming
›
Myths and Facts About Programming - Stuff that I wish I knew in my early career What's this? A collection of common myths and facts...
Solve - Hyper-v not compatible on VMware player
›
I had enabled hyper-visor when installing docker in my system. But it seems it needs to be disabled to allow VMware run smoothly. The erro...
How browserSync actually works ?
›
How BrowserSync actually works ? BrowserSync starts a small Node.js server which injects a script ( as below) into the webpage that it...
BrowserSync local server proxy configuration
›
Integrate BrowserSync - with existing local server : In this example, I will show how we can configure BrowserSync - Grunt task with you e...
BrowserSync Grunt configuration - Multi browswer Live Reload
›
How to configure BrowserSync 's Live Reload feature with Grunt tasks : BrowserSync is capable of live reloading and syncing the chang...
BrowserSync vs LiveReload productivity boosters comparison
›
BrowserSync and LiveReload both are the cool tools that are aimed to improve the development workflow i.e., productivity of front-end develo...
Configuring Lombok on IntelliJ - Installation of Lombok plugin
›
How to install/configure Lombok plugin on IntelliJ IDEA : Steps : 1) Installation Using IDE built-in plugin system on Windows: File ...
Ynaxdh - answer acronym in Yeoman generator
›
Meaning of Ynaxdh in Yeoman generator Here the complete list of options/meanings: Y: yes (Default) n: no a: always yes (yes to this ...
git command cheat sheet - short description
›
GIT command cheat sheet with short descriptions Git task Notes Git commands Tell Git who you are Configure the author name and em...
linux terminal commands for beginner level
›
NAVIGATION ls - list directory contents pwd - print name of current/working directory cd - change working directory pushd/popd - put wor...
using symbolic links on windows
›
Using symbolic links (MKLINK comand) on windows: Suppose we want to create a link of folder ' e:\source' to c:\target\bridge t...
Linux find command
›
The find command is one of the most important and much used command in Linux systems. find command is used to search and locate list of f...
Excel to Wiki table converter
›
Tab separated table - Excel / Google Sheet to Wiki table converter Input : Paste Tab-separated table data ( eg : row/column from Excel,...
git- saving username password - credential.helper cache - how to
›
Isn't is interesting if there is an option in GIT to save your credentials for short time so that you don't enter your username/pass...
nepali english date conversion logic - working java code
›
My friend Manoj has written about Nepali-English date conversion in this post. Take a look : http://forjavaprogrammers.blogspot.com/2012/...
›
Home
View web version