Friday, 13 February 2015
On 05:49 by HalbertJoshi No comments
If you are a computer geek and fix your Problems of your PC and Some Networking. Then Technically You re a Hacker . Some use linux and some windows. It doesn't matter either you use linux or windows it totally depends on you. Here are some basic you should focus on.
JEDIT
It's like notepad++. Many Advanced Features is inbuilt in it.It is features like syntax highlighting which is most important to a Programmer . It also contains a built-in macro language, which is incredibly extensible. It’s written in Java, which allows it to be cross-platform.
As a programmer, you always need to delete some codes to fix the bug . Sometimes, you need the code back. The so called “Kill Ring” stores deleted text, so you never have to worry.
It supports over 130 languages, including AppleScript and Objective-C, which surprised me. So even as a stranded Mac developer, it’s worth a go. It’s a powerful text editor that no Windows programmer should go without.
AUtO Hot KeY

This is like Text Expander for Windows, although it goes much further than that. It runs in background.
I can have it set to substitute “@himanshu” with “himanshu@gmail.com“. I can set it to do it after the space, or immediately. My choice. That’s the beauty of it: everything can be tweaked. Here’s one line of code that replaces @himanshu with my email:
:*:@habib::himanshu@gmail.com
The block of text can be as long as I want. I can have pre-written email responses. For the budding coder, you can set it so that +if else writes out an if, else statement for you. Then just enter the condition, statements, and other elements. It’s obvious how this can speed up development substantially. In fact, with AutoHotKey, you can optimize a machine for any task, from development to gaming. If the game doesn’t allow you to choose the controls, just fire up the associated AutoHotKey script.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment