Posts

soft skills that every IT companies needed

Image
 Soft Skills 1) Good Creativity   Be diverse : There is reason they say that two hands better the one.   Take Break : Ceaselessly grinding away at a problem is less likely to produce a creative breakthrough than consistent effort combined with occasional breaks to rest, relax and recharge. Incorporating exercise into breaks helps even more. Reduce Time Pressures : Although necessity  may be that mother of invention, that dose not mean people will only be creative or be more creative when their backs up against the wall.  Change The Scene : Occasionally an entrepreneur will ask me about the value of daylong or weekend idea generating session. 2) More Persuasion  Communication : Good communication skills are teh foundation on which you build other persuasive skills. Emotional Intelligence  : Another important persuasion skill involves noticing and interpreting your listener's emotion's. Focus on Trust : Building trust is one of the most important element   of persuasion convers

Most Popular languages on GitHub

Image
On GitHub JavaScript                                                                                                                2.3 M Python                                                   1 M Java                                                986 K Ruby                                    870 K PHP                          559 K C++                  413 K

How to become a Hacker ?

Image
  Become a Hacker   1. Learn how to program.   2. Get one of the open-source Unixes and learn to use and run it.   3. Strong coding knowledge.   4. Run on OS like Linux (Kali Linux).   5. Learn HTML.   6. Be a creative thinker.   7. Make habits to solve problems.   8. Prerequisite  Knowledge Required like Networking,                            Programming,  Database, Operating System.   9. Knowledge about latest Hardware Tools.

How to see wifi Password ? Using Python

See wifi Password Code import subprocess a = subprocess.check_output(['netsh' ,                        'wlan' , 'show' , 'profiles'])                        .decode('utf-8').split('\n') a =  [i.split(":")[1][1:-1] for i in a if "All User profile" in i] for i in a: results = subprocess.check_output              (['netsh' , 'wlan' , 'show' ,' profile' ,               i , 'key=clear']).decode('utf-8').split('\n') results = [b.spilt(":")[1][1:-1] for b in results                                             if "key Content" in b] try:       print ("{:<30}|     {:<}".format(i, results[0])) except IndexError:        print ("{:<30}|      {:<}".format(i, ""))        Output Redmi                  hack@12 Iphone                  myname34 poco                     0242783527   IOT Lab               a365c458cd67 dell

Hacker Typer

Image
  Hacker Typer (Geek Prank) 1) Hacker Typer  2) Hacker simulator

Google Tricks

Image
  Amazing Google Tricks : 1) google gravity 2) do a barrel roll                              3) google in 1998              4) google orbit 5) Askew                                      6) Zerg Rush 7) play breakout on google 8) google sphere 9) epic google 10) googoth 11) google pacman 12) google guitar 13) google underwater 14) google pirate 15) google rainbow 16) elgoog 17) google snake  18) google pond 19) google in space 20) find chuck Norris 21) google in 1980

Best sites to learn Python

Image
Learn Python : Sites For  Advanced Programmers  and Beginners 1. Udemy       Udemy provides you the best platform to learn the Python language.       It offers Python courses from beginner to expert level. You can learn both       versions 1) Python 2                     2) Python 3       2. Learn Python the Hard Way       You are not required to have prior experience in codeng. 3. Python.org       It helps both beginners and experienced programmers to      learn about Python. It is one of the free online Python Tutorials.         4. Invent With Python            Best platform for you to start Python programming.     You create games in Python with the help of the book,    "Invent Your Own Computer Games with Python".  5. Pythonspot       It has organized the course content according to the difficulty level.        For Example , initially you learn about beginner-level concepts and it them         moves to advanced topics.           6. Google's Python Class eBook