http to https redirect htaccess wordpress

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} !on           
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

HC-05 Bluetooth Module with TTL Output

HC-05 Bluetooth Module with TTL Output

To setup Wireless Serial Communication, HC-05 Bluetooth Module is most demanding and popular due to its low price and extremely high features.

This module can be used in Master or Slave Mode and easy switchable between these two modes, By default Slave mode is configured.

Modes can be changed using AT Commands.

The slave mode in HC-05 cannot initiate a connection to another Bluetooth device, but can accept connections.Master mode can initiate a connection to other devices.


HC-05 Specifications:- 

Profiles: Bluetooth serial port Profile
Bluetooth protocol: Bluetooth Specification v2.0+EDR
Frequency: 2.4GHz ISM band
Modulation: GFSK(Gaussian Frequency Shift Keying)
Emission power: ≤4dBm, Class 2
Sensitivity: ≤-84dBm at 0.1% BER
Speed: Asynchronous: 2.1Mbps(Max) / 160 kbps, Synchronous: 1Mbps/1Mbps
Security: Authentication and encryptionPower supply: +3.3VDC 50mA
Working temperature: -20 ~ +75Centigrade
Dimension: 26.9mm x 13mm x 2.2 mm


HC-05 Applications:-

Embedded Projects
Industrial Applications
Computer and portable Devices
GPS receiver

Click

10 benefits of teamwork

  • Great ideas don’t come from lone geniuses
  • Diverse perspectives help you come up with winning innovations
  • Teamwork can make you happier
  • When you work in a team, you grow as an individual
  • Sharing the workload eases burnout
  • Dividing the work lets you grow your skills
  • Recognition from other team members can improve your productivity
  • Working in a team helps you take risks that pay off
  • When you work in a team, you’ll feel less stressed
  • Good communication boosts your creativity

क्या है टीम वर्क का अर्थ | benefits of teamwork in hindi

टीम का महत्व

अगर आप अकेले कितना भी काम कर ले मगर उतनी सफलता आपको उस काम में नहीं मिलेगी जितना आप अपनी टीम के साथ काम कर के कर सकते हैं। अकेले आप ज्यादा दूर नहीं जा सकते है। अकेले आप कुछ दूर तक तो दौड़ सकते हो मगर ज्यादा दूर जाने के लिए टीम की जरूरत होती है।

रचनात्मकता बढ़ाता है
सीखने को बढ़ावा देता है
टीमवर्क बूस्ट कॉन्फिडेंस
आप टीम वर्क के साथ स्पीड अप करें
टीम वर्क साउंड वर्क रिलेशनशिप को पूरा करता है
टीम वर्कर्स रियलिटी चेक हैं
टीमवर्क राजस्व उत्पन्न करता है

एक संगठन में टीमवर्क का महत्व

टीमवर्क किसी भी संगठन में महत्वपूर्ण है क्योंकि नीचे उल्लिखित कई कारण हैं:

  • यह कर्मचारियों को एक-दूसरे के साथ बंधन की अनुमति देता है
  • एक संयुक्त लक्ष्य की ओर एक टीम के रूप में सफलतापूर्वक काम करना सभी को बेहतर और सिंक में काम करने में मदद करता है
  •  टीम के सदस्यों के बीच जवाबदेही में सुधार करते हैं क्योंकि टीम के सदस्य एक दूसरे को निराश नहीं करना चाहते हैं
  • टीम के सदस्यों के बीच संसाधनों और जिम्मेदारियों का सहज आदान-प्रदान जो किसी भी परियोजना को आसानी से और कुशलता से काम करने में मदद करता है

” अकेले हम इतना कम कर सकते हैं, साथ में हम इतना कुछ कर सकते हैं ” – हेलेन केलर

” प्रतिभा खेल जीतती है, लेकिन टीम वर्क और इंटेलिजेंस चैंपियनशिप जीतती है ।” – माइकल जॉर्डन

” हम में से कोई भी हम सभी की तरह स्मार्ट नहीं है ।” -केन ब्लैंचर्ड

एक साथ आना एक शुरुआत है। साथ रखना प्रगति है। साथ काम करना सफलता है । ” -हेनरी फोर्ड

” अगर मैंने दूसरों की तुलना में आगे देखा है, तो यह दिग्गजों के कंधों पर खड़ा है ” – इस्साक न्यूटन

” टीमवर्क वह ईंधन है जो आम लोगों को असामान्य लक्ष्यों को प्राप्त करने की अनुमति देता है ” – बेनामी

This project uses AndroidX dependencies,

To enable jetifier, add those two lines to your gradle.properties file:

android.useAndroidX=true
android.enableJetifier=true

The Android Gradle plugin provides the following global flags that you can set in your gradle.properties file:

android.useAndroidX: When set to true, this flag indicates that you want to start using AndroidX from now on. If the flag is absent, Android Studio behaves as if the flag were set to false.

android.enableJetifier: When set to true, this flag indicates that you want to have tool support (from the Android Gradle plugin) to automatically convert existing third-party libraries as if they were written for AndroidX. If the flag is absent, Android Studio behaves as if the flag were set to false.

When bucket size in the hash table is one

1.6 When bucket size in the hash table is one
A) Only collision occurs
B) Collisions and overflows occur simultaneously
C) Only overflow occurs
D) None of the above

Order of magnitude of an algorithm refers to

1.5 Order of magnitude of an algorithm refers to
A) Frequency of execution
B) Computing time
C) Sum of frequencies of all its statements
D) None of the above