This is required to install any package (this will be already installed if you have installed any package before) https://packagecontrol.io/installation
2. Clang Format
Benefits
This Package has many advantage. You can decide in one set of coding guidelines and create Custom Stylefile in clang format and distribute it with your project code. This way every develop can use this coding style without much effort and complete project will be in one consistent format. No trailing white spaces , not bad indentation, no long lines and over all easy to read and review.
Install clang in windows
Note : during installation it will ask if you want to add binary path to environment path. check that box. doing this you will not need to do 3rd point.
type “Clang Format” and click on package in drop down list
<now it will install the package in background and open a release note in new tab>
Update path to binary
{
// if binary is present in environment path
// otherwise go to install directory and copy location to clang-format.exe and // paste it here
"binary": "clang-format.exe"
// if format_on_save is true, clang format settings applied on save other wise // use Ctrl+Alt+A to apply clang format on selected code
"format_on_save": false,
}
I like this plugin because it make sharing code snippet over mail and chat a pleasant experience for everyone.
By default when you copy paste code in mail or chat all formatting and colors are lost but this package help you keep all that intact and help you share a very readable code.
Install
do Shift+Ctrl+P and type SublimeHighlight and select package from drop menu
Some good editor provide this feature natively but in sublime there is still no best way to get a list of methods/functions but this one is can make life easier for some.
Install
do Shift+Ctrl+P and type Outline and select package from drop menu
This is not a package like others but its a separate program which adds “Git” functionality to Sublime. You can right click inside a file already opened in sublime and you will see option to see file history, line history, commit details, branch details etc. It adds great value if the code you are working on is a git repo.
I like following settings in sublime these does make life easier, since you don’t have care about line endings, trailing spaces and tabs showing up in code review process.
File Location
Go to Preference->settings
{
// Determines what character(s) are used to terminate each line in new files. // Valid values are 'system' (whatever the OS uses), 'windows' (CRLF) and // 'unix' (LF only).
"default_line_ending": "unix",
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": true
}
Some get lot of pain, some get less, some get life for so short some get it for too long. some get it longer but painful and some gets happier but short life.
so why?
I bet each of us keeps asking from our destinies the same question “Why me ?”
Answer is simple you just have to accept the truth of yourself. you have to cope up with it, make peace with it. Once you are done, you will start loving your life again and then you get your answers too.
Accepting ourselves teaches us to ask the same questions in different way.
the question would be “Who else ?” 🙂
yes it is bit confusing , let me explain.
We always see our pain as biggest hurdle to our self, we never look out that there is someone who is in more pain than us.
Someone who is more alone and in need than us. We need to reach out to them keep each other in company, make them happy if we can or at least we can answer their this particular question “Why Me ?”.
Answer will be “Its not just you” it’s me also, him also, her also. There are big numbers anyone could imagine.
While looking for a good face shield to buy i evaluated many product listing on Amazon and Flipkart.
Because there were so may options available with bad average ratings i applied filter to show on 4 star and above, which did resulted in better products but also expensive ones. then i set the filter to 3 star and above, after that one product caught my attention. Following product.
This one had an average rating of 3.7 stars and 22% reviews were negative. I went to review comments and started reading. those 1 star review had many helpful votes too.
i realized most negative reviewer did really understood how to use this product. Many people commented the shield is not transparent or its blur or seller is fraud.
So naturally i ordered this product and it was delivered within 24 hrs to my home. After checking this product myself i have concluded that this product deserves 4+ rating and its probably one of best face shield available on amazon (didn’t find anything good on flipkart). Many customer simply didn’t removed protective sheets on actual plastic shield.
This one cost 72 rupees per shield and come in pack of 5 shields. it has great transparency and comfortable to wear.
If you don’t mind paying more, i thing face shield from Steel Bird is really good. I recommend following products.
Many of us take putty as fixed or rigid piece of software which does one thing , talk to remote server and we accept all annoying things like background color, text size, disconnection from server while you working on code in code editor or looking for error over internet and most annoying thing ever Sound it makes while using tab. Here I will share my settings to fix all that.
Bell (alert sounds when pressing tab)
frequent disconnection from server
Background Color
font
save all settings in a profile
1. Bell (Alert Sounds when pressing tab)
Let me paint you a picture. You are in zone. Playing your work music playlist and typing your code. You need to switch directories in your putty session. you use tab to auto complete directory names and then you hear most annoying sound. There is a way change that. Following setting will mute those alert sounds.
Default setting
New Setting
2. Frequent disconnect from server
Go to Connection->Second between keepalives
This will send a keepalive packet to server to keep the session alive. Suggested value is 120 seconds. This will make your life easier since your session wont be closing too frequently.
Default setting
New Setting
3. Background
Navigate to Window->Color->”select a colour to adjust”->Default Background
4. Font
Go to Window->Appearance->Font settings->change
Default
change setting here
5. Save all settings in a profile
To save all the above settings go to Sessions->Load,save or delete a stored session. Type name for your profile in text box below “Saved Session” and hit Save