Sourav Mandal Profile picture
Feb 26 8 tweets 2 min read
✅ Chrome Keyboard All Shortcut
#100DaysOfCode
🧵↓
🔹ALT + F4 ⇥ Close the current window.
🔹ALT + Space Then N ⇥ Minimize the current window.
🔹Alt + Space Then X ⇥ Minimize the current window.
🔹Alt + F Then X = Quit Google Chrome
🔹Alt + F = Open the chrome menu
🔹Alt + Shift + B = Show or Hide the Bookmarks bar
🔹Ctrl + Shift + O = Open the bookmarks manager
🔹Ctrl + H = Open the History page in a new tab
🔹Ctrl + F6 = Skip to web contents
🔹Ctrl + n = Open a new Window
🔹Ctrl + Shift + N = Open a New Window in Incognito Mode
🔹Ctrl + T = Open a new Tab
🔹Ctrl + Shift + T = Reopen Previously
🔹Ctrl + Tab = Jump to the next open tab
🔹Ctrl + shift + Tab = Jump to the Previous open tab
🔹Ctrl + 1 Through Ctrl + 8 = Jump to a specific tab
🔹Ctrl + 9 = Jump to the rightmost tab
🔹Alt + Home = Open your home page in the
🔹Ctrl + W = Close the current tab
🔹Ctrl + j = Open the downloads page in a new tab
🔹Ctrl + ESC = Open the chrome task manager
🔹 Ctrl + l = Jump to the address bar
🔹Ctrl + K = Search form anywhere on the page
🔹Ctrl + p = Open options to print the current topage
🔹Ctrl + S = Open options to save the current page
🔹Ctrl + R or F5 = Reload the current page
🔹Alt + F4 = Close the current window
🔹Alt + Space Then N = Minimize the current window
🔹Alt + Space Then X = Maximize the current window
🔹Alt + F = Open the Chrome menu
🔹Ctrl + shift + B = Show or hide the Bookmarks bar
🔹Ctrl + Shift + O =Open the History Page In a new Tab
🔹Ctrl + F6 = Skip to web contents
#Chrome
Hi👋 if you are interested in 🧵↓
🔹 Html
🔹Css
🔹Python
🔹JavaScript
💠Full-Stack Web Development
and... lot more about tech!
Follow Me. @souravWD
i am planning on using Twitter to share a lot of content that you won't want to miss.❤️

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Sourav Mandal

Sourav Mandal Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @souravWD

Feb 26
✅ All 25 Algorithms 🧵↓
🔹Basics
➀ Huffman Coding Compression algo.
➁ Euclid's algo.
➂ Union Find algo.
🔹Searching
➀ Linear Search.
➁ Binary Search.
➂ Depth Fist Search.
➃ Breadth First Search.
Read 7 tweets
Feb 25
✅Web Developer Skills
#100DaysOfCode
🧵↓
➀ Basics
🔹HTML
🔹CSS
🔹JavaScript
➁ Framework
🔹Bootstrap
🔹React .js
🔹Angular .js
🔹Vue .js
Read 7 tweets
Feb 25
🔹Best 6 Websites for Coding
#Coding
🧵↓
➀ Free Cpde Camp
⇥ Bset for beginners learning to code. start here if you're at step zero.
freecodecamp.org
➁ Scrimba
⇥ Interactive way to learn to code. code alongside your instructor
scrimba.com
Read 8 tweets
Feb 25
✅ 20 Functions use in Python
#100DaysOfCode
🧵↓
➀ all ()
🔹This function returns True, if all element of the iterable are True or itcrable is empty.
EX:-
a = array([100,200,300,400,500])
b = array([100,200,300,400,500])
c=a==b
all(c)
➁ any ()
🔹 This function returns True, if any one element of the iterable is True. if iterable is empty then returns False.
EX:-
a = array([100, 200, 300, 400, 500])
b = array([100,20,30,400,50])
c=a == b
Read 25 tweets
Feb 24
✅A Complete list Python Developer
⇥ Python Libraries and Framewors 🧵↓
#100DaysOfCode
⬕ Machine Learning
➀ Numpy
➁ Keras
➂ Theano
➃ Pandas
➄ Pytorch
➅ TenosrFlow
➆ Scikit-Learn
➇ Matplotlib
➈ Scipy
➉ Seaborn
⬕Web Development
➀ Django
➁ Flask
➂ Bottle
➃ Cherrypy
➄ Pyramid
➅ Web2py
➆ TuroGears
➇ Cubicweb
➈ Dash
➉ Falcon
Read 8 tweets
Feb 24
Input Type In Html 🧵↓
⇥ <input type="text">
⇥ <input type="password">
⇥ <input type="radio">
⇥ <input type="checkbox">
⇥ <input type="button">
⇥ <input type="color">
⇥ <input type="email">
⇥ <input type="file">
⇥ <input type="hidden">
⇥ <input type="image">
⇥ <input type="number">
#html
⇥ <input type="range">
⇥ <input type="search">
⇥ <input type="tel">
⇥ <input type="time">
⇥ <input type="date">
⇥ <input type="datetime-local">
⇥ <input type="week">
⇥ <input type="month">
⇥ <input type="url">
⇥ <input type="submit">
⇥ <input type="reset">
#htmlinput
Read 4 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(