Code2care Tech Videos
'Video thumbnail for How to perform find and replace in Notepad++'
play_arrow
0:55
How to perform find and replace in Notepad++
How to perform find and replace in Notepad++

13K views · Jan 25, 2023 code2care.org

How to perform find and replace in Notepad++

'Video thumbnail for Change Mac Terminal Text Color'
play_arrow
0:30
Change Mac Terminal Text Color
Change Mac Terminal Text Color

7K views · Dec 14, 2022 code2care.org

In this How-to video, we take a look at how to change the text color on the Mac Terminal

'Video thumbnail for 2022 Holiday Season is here!'
play_arrow
0:32
2022 Holiday Season is here!
2022 Holiday Season is here!

2K views · Dec 14, 2022 code2care.org

The 2022 Holiday Season is here! Share your holiday plans! #holidays #christmas2022

'Video thumbnail for 8 Popular Programming Languages for Year 2023'
play_arrow
5:20
8 Popular Programming Languages for Year 2023
8 Popular Programming Languages for Year 2023

865 views · Dec 13, 2022 code2care.org

There has been a constantly growing demand for Software Developers in the Information Technology and Software Industry. In this video, we have covered a list of the top 8 Programming Languages that will be in demand in the year 2023 8. PHP 7. R 6. SWIFT (for macOS and iPhone App development) 5. C# 4. C++ 3. C (best low level language) 2. Java (best for Enterprize applications and Android Apps) 1. Python (best for AI/ML) P.S: Some other noteworthy languages - JavaScript - SQL - Rust - Go Lang

'Video thumbnail for Open File using Mac Terminal'
play_arrow
1:25
Open File using Mac Terminal
Open File using Mac Terminal

3K views · Dec 15, 2022 code2care.org

How to open a file using Mac Terminal in an external App. 1. Make use of the open command followed by -a option and the App name followed by the file extension. 2. Do not pass any option and App name to open the file in the default app for the file extension.

'Video thumbnail for Unzip a zip file using Terminal'
play_arrow
0:50
Unzip a zip file using Terminal
Unzip a zip file using Terminal

6K views · Dec 15, 2022 code2care.org

Unzip a zip file using the Terminal command.

'Video thumbnail for Merry Christmas and Happy Holidays from Santa'
play_arrow
0:26
Merry Christmas and Happy Holidays from Santa
Merry Christmas and Happy Holidays from Santa

39K views · Dec 15, 2022 code2care.org

Ho Ho Ho! Watch out! He is Comming... Here is Santa Wishing everyone a Merry Christmas and Happy Holidays!

'Video thumbnail for Top 8 Christmas Vegan Dishes 2022'
play_arrow
0:54
Top 8 Christmas Vegan Dishes 2022
Top 8 Christmas Vegan Dishes 2022

21K views · Dec 15, 2022 code2care.org

It's a festive time and here is a list of 8 Christmas vegan dishes for 2022.

'Video thumbnail for 8 Christmas Songs for Kids'
play_arrow
0:30
8 Christmas Songs for Kids
8 Christmas Songs for Kids

9K views · Dec 15, 2022 code2care.org

List of 8 Christmas Songs for Kids 1. Jingle Bells 2. We Wish You a Merry Christmas 3. Let It Snow 4. Deck The Halls 5. Santa Claus Is Coming To Town 6. Twelve Days of Christmas 7. Silent Night 8. All I Want for Christmas is My Two Front Teeth

'Video thumbnail for Get IP Address using Mac Terminal'
play_arrow
0:35
Get IP Address using Mac Terminal
Get IP Address using Mac Terminal

127K views · Dec 15, 2022 code2care.org

How to get the IP Address of your Macbook, iMac, or Mac Mini using Terminal Command.

'Video thumbnail for How to Know Docker Desktop Version'
play_arrow
0:11
How to Know Docker Desktop Version
How to Know Docker Desktop Version

5K views · Dec 20, 2022 code2care.org

How to Know Docker Desktop Version on your Windows, Linux, or Mac.

'Video thumbnail for How to know the version of GIT installed'
play_arrow
0:11
How to know the version of GIT installed
How to know the version of GIT installed

4K views · Dec 20, 2022 code2care.org

How to Know Git Version on your Windows, Linux, or Mac.

'Video thumbnail for How to create Alias using Mac Terminal'
play_arrow
0:27
How to create Alias using Mac Terminal
How to create Alias using Mac Terminal

1K views · Dec 20, 2022 code2care.org

How to create Alias using Mac Terminal

'Video thumbnail for Convert Java Byte Array to String with code examples - Code2care'
play_arrow
1:00
Convert Java Byte Array to String with code examples - Code2...
Convert Java Byte Array to String with code examples - Code2care

13K views · Dec 20, 2022 code2care.org

Let's take a look at how to convert Java Byte Array to String with code examples Example 1: Using the String Object Constructor Example 2: Converting ASCII Byte Array to String Example 3: Converting Char Byte Array to String Code: https://code2care.org/java/convert-byte-arrry-to-string-in-java For more visit: https://code2care.org

'Video thumbnail for Get the current timestamp in Java'
play_arrow
1:00
Get the current timestamp in Java
Get the current timestamp in Java

19K views · Dec 20, 2022 code2care.org

Get the current timestamp in Java using, Example 1: Using Date class (java.util.Date) Example 2: Using Date class (java.sql.Date) Example 3: Using the Timestamp class

'Video thumbnail for Java 8 foreach loop code examples'
play_arrow
1:16
Java 8 foreach loop code examples
Java 8 foreach loop code examples

16K views · Dec 20, 2022 code2care.org

Java 8 foreach loop code examples Example 1: foreach iterate over a String array: Example 2: foreach iterate over an int array: Example 3: foreach iterate over an int ArrayList: Example 4: foreach iterate over an int HashMap:

'Video thumbnail for Convert String to int in Java'
play_arrow
0:44
Convert String to int in Java
Convert String to int in Java

6K views · Dec 21, 2022 code2care.org

Convert String to int in Java

'Video thumbnail for Range Function in Python with Examples'
play_arrow
1:32
Range Function in Python with Examples
Range Function in Python with Examples

3K views · Dec 22, 2022 code2care.org

Range Function in Python with Examples

'Video thumbnail for Remove Apps from Mac Startup - Login Items'
play_arrow
0:25
Remove Apps from Mac Startup - Login Items
Remove Apps from Mac Startup - Login Items

6K views · Dec 27, 2022 code2care.org

Remove Apps from Mac Startup - Login Items Article Link: https://code2care.org/macos/disable-apps-from-opening-mac-startup-login-items

'Video thumbnail for Turn On Dark Mode on macOS Ventura'
play_arrow
0:29
Turn On Dark Mode on macOS Ventura
Turn On Dark Mode on macOS Ventura

3K views · Dec 27, 2022 code2care.org

Turn On Dark Mode on macOS Ventura

'Video thumbnail for How to undo last Git Commit on Local Repository'
play_arrow
1:07
How to undo last Git Commit on Local Repository
How to undo last Git Commit on Local Repository

4K views · Jan 5, 2023 code2care.org

How to undo last Git Commit on Local Repository Link: https://code2care.org/git/undo-last-commit-on-local-repository

'Video thumbnail for Format Code in Visual Studio VS Code'
play_arrow
0:48
Format Code in Visual Studio VS Code
Format Code in Visual Studio VS Code

6K views · Jan 5, 2023 code2care.org

Format Code in Visual Studio VS Code Link: https://code2care.org/q/format-code-in-visual-studio-vs-code-mac-windows-linux

'Video thumbnail for How to find Path of Files/App using Mac Spotlight Search'
play_arrow
0:31
How to find Path of Files/App using Mac Spotlight Search
How to find Path of Files/App using Mac Spotlight Search

3K views · Jan 9, 2023 code2care.org

How to find Path of Files/App using Mac Spotlight Search

'Video thumbnail for How to convert text to upper or lower case using Notepad++'
play_arrow
0:41
How to convert text to upper or lower case using Notepad++
How to convert text to upper or lower case using Notepad++

11K views · Jan 25, 2023 code2care.org

How to convert text to upper or lower case using Notepad++ Text Editor. #Notepad++ #ConvertText

'Video thumbnail for How to perform find and replace in Notepad++'
play_arrow
0:55
How to perform find and replace in Notepad++
How to perform find and replace in Notepad++

13K views · Jan 25, 2023 code2care.org

How to perform find and replace in Notepad++

'Video thumbnail for How to convert CSV File into SQL Query using Notepad++'
play_arrow
1:01
How to convert CSV File into SQL Query using Notepad++
How to convert CSV File into SQL Query using Notepad++

12K views · Jan 25, 2023 code2care.org

How to convert CSV File into SQL Query using Notepad++

'Video thumbnail for How to increase or decrease dock size on Mac'
play_arrow
0:35
How to increase or decrease dock size on Mac
How to increase or decrease dock size on Mac

2K views · Jan 29, 2023 code2care.org

How to increase or decrease dock size on Mac (macOS Ventura)

'Video thumbnail for How to change Default Browser on Mac'
play_arrow
0:44
How to change Default Browser on Mac
How to change Default Browser on Mac

4K views · Jan 29, 2023 code2care.org

How to change Default Browser on Mac

'Video thumbnail for How to change Siri Voice on the Mac (Ventura)'
play_arrow
0:42
How to change Siri Voice on the Mac (Ventura)
How to change Siri Voice on the Mac (Ventura)

801 views · Jan 29, 2023 code2care.org

How to change Siri Voice on the Mac (Ventura)

'Video thumbnail for How to delete Siri History from the server - Mac'
play_arrow
0:36
How to delete Siri History from the server - Mac
How to delete Siri History from the server - Mac

2K views · Jan 29, 2023 code2care.org

How to delete Siri History from the server - Mac

'Video thumbnail for How to turn on Hey Siri on Mac'
play_arrow
1:16
How to turn on Hey Siri on Mac
How to turn on Hey Siri on Mac

787 views · Jan 29, 2023 code2care.org

How to turn on Hey Siri on Mac

'Video thumbnail for 2 - How to add a file to git local repository staging area'
play_arrow
0:51
2 - How to add a file to git local repository staging area
2 - How to add a file to git local repository staging area

277 views · Jan 25, 2023 code2care.org

2 - How to add a file to git local repository staging area

'Video thumbnail for 4 - Remove files from Git Staging Area using Command Line'
play_arrow
0:39
4 - Remove files from Git Staging Area using Command Line
4 - Remove files from Git Staging Area using Command Line

407 views · Jan 25, 2023 code2care.org

4 - Remove files from Git Staging Area using Command Line

'Video thumbnail for How to draw a Circle using CSS'
play_arrow
0:52
How to draw a Circle using CSS
How to draw a Circle using CSS

725 views · Jan 30, 2023 code2care.org

How to draw a Circle using CSS

'Video thumbnail for Make your First Git Commit using Command Line'
play_arrow
1:02
Make your First Git Commit using Command Line
Make your First Git Commit using Command Line

329 views · Jan 30, 2023 code2care.org

Make your First Git Commit using Command Line

'Video thumbnail for Auto Execute a command or Script on Mac Terminal Startup'
play_arrow
0:58
Auto Execute a command or Script on Mac Terminal Startup
Auto Execute a command or Script on Mac Terminal Startup

3K views · Feb 6, 2023 code2care.org

How to auto Execute a command or script on Mac Terminal Startup

'Video thumbnail for Linux Remove or Delete Files and Directories using Terminal Commands'
play_arrow
3:27
Linux Remove or Delete Files and Directories using Terminal ...
Linux Remove or Delete Files and Directories using Terminal Commands

6K views · Feb 6, 2023 code2care.org

Linux Remove or Delete Files and Directories using Terminal Commands

'Video thumbnail for OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL'
play_arrow
1:23
OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL
OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL

187 views · Feb 6, 2023 code2care.org

OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL

'Video thumbnail for Find a file using filename in macOS Terminal'
play_arrow
1:28
Find a file using filename in macOS Terminal
Find a file using filename in macOS Terminal

277 views · Feb 6, 2023 code2care.org

Find a file using filename in macOS Terminal

'Video thumbnail for How to turn on/off Screen Time on iPhone'
play_arrow
0:35
How to turn on/off Screen Time on iPhone
How to turn on/off Screen Time on iPhone

460 views · Feb 7, 2023 code2care.org

How to turn on/off Screen Time on iPhone

'Video thumbnail for How to turn on/off Keyboard Haptic Feedback on iPhone'
play_arrow
0:28
How to turn on/off Keyboard Haptic Feedback on iPhone
How to turn on/off Keyboard Haptic Feedback on iPhone

321 views · Feb 7, 2023 code2care.org

How to turn on/off Keyboard Haptic Feedback on iPhone

'Video thumbnail for How to Change new Voicemail Sound on iPhone'
play_arrow
0:29
How to Change new Voicemail Sound on iPhone
How to Change new Voicemail Sound on iPhone

287 views · Feb 7, 2023 code2care.org

How to Change new Voicemail Sound on iPhone

'Video thumbnail for How to Change TEX/TSMS tone on iPhone'
play_arrow
0:29
How to Change TEX/TSMS tone on iPhone
How to Change TEX/TSMS tone on iPhone

223 views · Feb 7, 2023 code2care.org

How to Change TEX/TSMS tone on iPhone

'Video thumbnail for How to Change SEND mail tone on iPhone'
play_arrow
0:28
How to Change SEND mail tone on iPhone
How to Change SEND mail tone on iPhone

125 views · Feb 7, 2023 code2care.org

How to Change SEND mail tone on iPhone

'Video thumbnail for How to Turn on/off lock screen tone on iPhone'
play_arrow
0:25
How to Turn on/off lock screen tone on iPhone
How to Turn on/off lock screen tone on iPhone

215 views · Feb 7, 2023 code2care.org

How to Turn on/off the lock screen tone on iPhone

'Video thumbnail for How to Change NEW EMAIL tone on iPhone'
play_arrow
0:27
How to Change NEW EMAIL tone on iPhone
How to Change NEW EMAIL tone on iPhone

167 views · Feb 7, 2023 code2care.org

How to Change NEW EMAIL tone on iPhone

'Video thumbnail for How to Change  tone of Calendar Alerts on iPhone'
play_arrow
0:27
How to Change tone of Calendar Alerts on iPhone
How to Change tone of Calendar Alerts on iPhone

181 views · Feb 7, 2023 code2care.org

How to Change tone of Calendar Alerts on iPhone

'Video thumbnail for How to Change  tone of Calendar Alerts on iPhone'
play_arrow
0:27
How to Change tone of Calendar Alerts on iPhone
How to Change tone of Calendar Alerts on iPhone

181 views · Feb 7, 2023 code2care.org

How to Change tone of Calendar Alerts on iPhone

'Video thumbnail for How to Turn off Keyboard Feedback Sound on iPhone'
play_arrow
0:25
How to Turn off Keyboard Feedback Sound on iPhone
How to Turn off Keyboard Feedback Sound on iPhone

189 views · Feb 7, 2023 code2care.org

How to Turn off Keyboard Feedback Sound on iPhone

'Video thumbnail for How to Change ringtone Sound on iPhone'
play_arrow
0:30
How to Change ringtone Sound on iPhone
How to Change ringtone Sound on iPhone

439 views · Feb 7, 2023 code2care.org

How to Change ringtone Sound on iPhone

'Video thumbnail for How to show count of files and folders in Finder App on Mac'
play_arrow
0:39
How to show count of files and folders in Finder App on Mac
How to show count of files and folders in Finder App on Mac

951 views · Feb 7, 2023 code2care.org

In order to know the count of files and folders in the Finder App on Mac, you will need to enable the Status bar! You can do that by going to Finder Menu: View -> Show Status bar

'Video thumbnail for How to Change  tone of Calendar Alerts on iPhone'
play_arrow
0:27
How to Change tone of Calendar Alerts on iPhone
How to Change tone of Calendar Alerts on iPhone

435 views · Feb 7, 2023 code2care.org

How to Change tone of Calendar Alerts on iPhone

'Video thumbnail for How to forget a bluetooth device on iPhone'
play_arrow
0:27
How to forget a bluetooth device on iPhone
How to forget a bluetooth device on iPhone

319 views · Feb 7, 2023 code2care.org

How to forget a Bluetooth device on iPhone

'Video thumbnail for How to turn on/off Play Haptics in Ring Mode on iPhone'
play_arrow
0:25
How to turn on/off Play Haptics in Ring Mode on iPhone
How to turn on/off Play Haptics in Ring Mode on iPhone

179 views · Feb 7, 2023 code2care.org

How to turn on/off Play Haptics in Ring Mode on iPhone

'Video thumbnail for How to delete SharePoint Site'
play_arrow
0:39
How to delete SharePoint Site
How to delete SharePoint Site

4K views · Feb 7, 2023 code2care.org

How to delete SharePoint Site

'Video thumbnail for How to add new link in SharePoint quick launch'
play_arrow
1:09
How to add new link in SharePoint quick launch
How to add new link in SharePoint quick launch

1K views · Feb 8, 2023 code2care.org

How to add new link in SharePoint quick launch

'Video thumbnail for How to Change DarkLight theme in Visual Studio (VS Code)'
play_arrow
0:38
How to Change DarkLight theme in Visual Studio (VS Code)
How to Change DarkLight theme in Visual Studio (VS Code)

8K views · Feb 8, 2023 code2care.org

How to Change DarkLight theme in Visual Studio (VS Code)

'Video thumbnail for Turn on Auto Save file in Visual Studio Code (VS Code)'
play_arrow
0:28
Turn on Auto Save file in Visual Studio Code (VS Code)
Turn on Auto Save file in Visual Studio Code (VS Code)

3K views · Feb 8, 2023 code2care.org

Turn on Auto Save file in Visual Studio Code (VS Code)

'Video thumbnail for How to create a SharePoint Document Library'
play_arrow
0:41
How to create a SharePoint Document Library
How to create a SharePoint Document Library

1K views · Feb 14, 2023 code2care.org

How to create a SharePoint Document Library

'Video thumbnail for How to Update Google Chrome on mac (macOS)'
play_arrow
2:27
How to Update Google Chrome on mac (macOS)
How to Update Google Chrome on mac (macOS)

2K views · Feb 14, 2023 code2care.org

How to Update Google Chrome on mac (macOS)

'Video thumbnail for How to create a SharePoint Site'
play_arrow
1:04
How to create a SharePoint Site
How to create a SharePoint Site

375 views · Feb 14, 2023 code2care.org

How to create a SharePoint Site

'Video thumbnail for How to create a SharePoint Site from Admin Center'
play_arrow
1:04
How to create a SharePoint Site from Admin Center
How to create a SharePoint Site from Admin Center

486 views · Feb 14, 2023 code2care.org

How to create a SharePoint Site from Admin Center

'Video thumbnail for Notepad++ Restore Recent Closed File'
play_arrow
0:27
Notepad++ Restore Recent Closed File
Notepad++ Restore Recent Closed File

738 views · Feb 20, 2023 code2care.org

Notepad++ Restore Recent Closed File

'Video thumbnail for How to Compare Two Files Next to Each Other in Notepad++'
play_arrow
1:18
How to Compare Two Files Next to Each Other in Notepad++
How to Compare Two Files Next to Each Other in Notepad++

2K views · Feb 23, 2023 code2care.org

How to Compare Two Files Next to Each Other in Notepad++

'Video thumbnail for Find and Replace Semi Colon with Comma in Notepad++'
play_arrow
0:43
Find and Replace Semi Colon with Comma in Notepad++
Find and Replace Semi Colon with Comma in Notepad++

715 views · Feb 23, 2023 code2care.org

Find and Replace Semi Colon with Comma in Notepad++

'Video thumbnail for Find and Replace Semi Colon with Comma in Notepad++'
play_arrow
0:43
Find and Replace Semi Colon with Comma in Notepad++
Find and Replace Semi Colon with Comma in Notepad++

715 views · Feb 23, 2023 code2care.org

Find and Replace Semi Colon with Comma in Notepad++

'Video thumbnail for Notepad++ Auto Save files using AutoSave Plugin'
play_arrow
1:05
Notepad++ Auto Save files using AutoSave Plugin
Notepad++ Auto Save files using AutoSave Plugin

330 views · Feb 23, 2023 code2care.org

Notepad++ Auto Save files using AutoSave Plugin

'Video thumbnail for How to Compare Two Files Next to Each Other in Notepad++'
play_arrow
1:18
How to Compare Two Files Next to Each Other in Notepad++
How to Compare Two Files Next to Each Other in Notepad++

2K views · Feb 23, 2023 code2care.org

How to Compare Two Files Next to Each Other in Notepad++

'Video thumbnail for Notepad++  Move Lines UP or Down the order'
play_arrow
0:55
Notepad++ Move Lines UP or Down the order
Notepad++ Move Lines UP or Down the order

198 views · Feb 23, 2023 code2care.org

Notepad++ Move Lines UP or Down the order

'Video thumbnail for Notepad++ Remove Empty Lines'
play_arrow
1:10
Notepad++ Remove Empty Lines
Notepad++ Remove Empty Lines

6K views · Feb 23, 2023 code2care.org

Notepad++ Remove Empty Lines

'Video thumbnail for Notepad++  Move Lines UP or Down the order'
play_arrow
1:16
Notepad++ Move Lines UP or Down the order
Notepad++ Move Lines UP or Down the order

599 views · Feb 23, 2023 code2care.org

Notepad++ Move Lines UP or Down the order

'Video thumbnail for Notepad++  Randomize line Order'
play_arrow
1:11
Notepad++ Randomize line Order
Notepad++ Randomize line Order

702 views · Feb 23, 2023 code2care.org

Notepad++ Randomize line Order

'Video thumbnail for Notepad++  Move Lines UP or Down the order'
play_arrow
0:57
Notepad++ Move Lines UP or Down the order
Notepad++ Move Lines UP or Down the order

213 views · Feb 23, 2023 code2care.org

Notepad++ Move Lines UP or Down the order

'Video thumbnail for Notepad++ Sort Lines Lexicographically Ascending Descending Order'
play_arrow
1:30
Notepad++ Sort Lines Lexicographically Ascending Descending ...
Notepad++ Sort Lines Lexicographically Ascending Descending Order

3K views · Feb 23, 2023 code2care.org

Notepad++ Sort Lines Lexicographically Ascending Descending Order

'Video thumbnail for Notepad++ Comment Uncomment Code Lines'
play_arrow
1:29
Notepad++ Comment Uncomment Code Lines
Notepad++ Comment Uncomment Code Lines

513 views · Feb 23, 2023 code2care.org

Notepad++ Comment Uncomment Code Lines.

'Video thumbnail for Notepad++ set a file tab read-only'
play_arrow
0:59
Notepad++ set a file tab read-only
Notepad++ set a file tab read-only

728 views · Feb 23, 2023 code2care.org

Notepad++ set a file tab read-only

'Video thumbnail for Notepad++ Trim Trailing and Leading Space'
play_arrow
1:08
Notepad++ Trim Trailing and Leading Space
Notepad++ Trim Trailing and Leading Space

9K views · Feb 23, 2023 code2care.org

Notepad++ Trim Trailing and Leading Space.

'Video thumbnail for Notepad++ Reverse Line order'
play_arrow
0:52
Notepad++ Reverse Line order
Notepad++ Reverse Line order

86 views · Feb 23, 2023 code2care.org

Notepad++ Reverse Line order

'Video thumbnail for Notepad++ Multiple Column Selection Using Mouse and Replace '
play_arrow
0:41
Notepad++ Multiple Column Selection Using Mouse and Replace
Notepad++ Multiple Column Selection Using Mouse and Replace

162 views · Feb 23, 2023 code2care.org

Notepad++ Multiple Column Selection Using Mouse and Replace

'Video thumbnail for How to remove consecutive duplicate current line in Notepad++'
play_arrow
0:43
How to remove consecutive duplicate current line in Notepad+...
How to remove consecutive duplicate current line in Notepad++

621 views · Feb 22, 2023 code2care.org

How to remove the consecutive duplicate current lines in Notepad++

'Video thumbnail for How to duplicate current line in Notepad++'
play_arrow
0:52
How to duplicate current line in Notepad++
How to duplicate current line in Notepad++

1K views · Feb 22, 2023 code2care.org

How to duplicate current line in Notepad++

'Video thumbnail for How to increase or decrease line indent in Notepad++'
play_arrow
0:49
How to increase or decrease line indent in Notepad++
How to increase or decrease line indent in Notepad++

2K views · Feb 22, 2023 code2care.org

How to increase or decrease line indent in Notepad++

'Video thumbnail for How to insert date time time stamp in Notepad++'
play_arrow
1:08
How to insert date time time stamp in Notepad++
How to insert date time time stamp in Notepad++

978 views · Feb 22, 2023 code2care.org

How to insert date time time stamp in Notepad++

'Video thumbnail for How to convert String to Sentence case in Notepad++'
play_arrow
0:37
How to convert String to Sentence case in Notepad++
How to convert String to Sentence case in Notepad++

462 views · Feb 22, 2023 code2care.org

How to convert String to Sentence case in Notepad++

'Video thumbnail for How to convert string to proper case in Notepad++'
play_arrow
0:42
How to convert string to proper case in Notepad++
How to convert string to proper case in Notepad++

2K views · Feb 22, 2023 code2care.org

How to convert string to proper case in Notepad++

'Video thumbnail for How to Uppercase lowercase sting with keyboard Shortcut in Notepad++'
play_arrow
0:33
How to Uppercase lowercase sting with keyboard Shortcut in N...
How to Uppercase lowercase sting with keyboard Shortcut in Notepad++

347 views · Feb 22, 2023 code2care.org

How to Uppercase lowercase sting with keyboard Shortcut in Notepad++

'Video thumbnail for How to URL Encode or Decode in Notepad++'
play_arrow
0:43
How to URL Encode or Decode in Notepad++
How to URL Encode or Decode in Notepad++

5K views · Feb 22, 2023 code2care.org

How to URL Encode or Decode in Notepad++

'Video thumbnail for How to convert string to random case in Notepad++'
play_arrow
0:42
How to convert string to random case in Notepad++
How to convert string to random case in Notepad++

204 views · Feb 22, 2023 code2care.org

How to convert string to random case in Notepad++

'Video thumbnail for How to uppercase lowercase String in Notepad++'
play_arrow
0:56
How to uppercase lowercase String in Notepad++
How to uppercase lowercase String in Notepad++

3K views · Feb 22, 2023 code2care.org

How to uppercase lowercase String in Notepad++

'Video thumbnail for How to BASE 64 encode decode string in Notepad++'
play_arrow
0:40
How to BASE 64 encode decode string in Notepad++
How to BASE 64 encode decode string in Notepad++

1K views · Feb 22, 2023 code2care.org

How to BASE 64 encode decode string in Notepad++

'Video thumbnail for How to invert case of String in Notepad++'
play_arrow
0:54
How to invert case of String in Notepad++
How to invert case of String in Notepad++

187 views · Feb 22, 2023 code2care.org

How to invert case of String in Notepad++

'Video thumbnail for How to invert case of String in Notepad++'
play_arrow
0:44
How to invert case of String in Notepad++
How to invert case of String in Notepad++

198 views · Feb 22, 2023 code2care.org

How to invert case of String in Notepad++

'Video thumbnail for How to remove duplicate lines in Notepad++'
play_arrow
0:41
How to remove duplicate lines in Notepad++
How to remove duplicate lines in Notepad++

23K views · Feb 22, 2023 code2care.org

How to remove duplicate lines in Notepad++

'Video thumbnail for How to Replace delimiter (Comma, Semicolon, Pipe) with new line in Notepad++'
play_arrow
0:47
How to Replace delimiter (Comma, Semicolon, Pipe) with new l...
How to Replace delimiter (Comma, Semicolon, Pipe) with new line in Notepad++

3K views · Feb 22, 2023 code2care.org

How to Replace delimiter (Comma, Semicolon, Pipe) with a new line in Notepad++

'Video thumbnail for How to Zoom in or Zoom out in Notepad++'
play_arrow
0:55
How to Zoom in or Zoom out in Notepad++
How to Zoom in or Zoom out in Notepad++

2K views · Feb 22, 2023 code2care.org

How to Zoom in or Zoom out in Notepad++

'Video thumbnail for Notepad++ Restore Recent Closed File'
play_arrow
0:27
Notepad++ Restore Recent Closed File
Notepad++ Restore Recent Closed File

738 views · Feb 20, 2023 code2care.org

Notepad++ Restore Recent Closed File

'Video thumbnail for How to create a SharePoint Site from Admin Center'
play_arrow
1:04
How to create a SharePoint Site from Admin Center
How to create a SharePoint Site from Admin Center

486 views · Feb 14, 2023 code2care.org

How to create a SharePoint Site from Admin Center

'Video thumbnail for How to create a SharePoint Site'
play_arrow
1:04
How to create a SharePoint Site
How to create a SharePoint Site

375 views · Feb 14, 2023 code2care.org

How to create a SharePoint Site

'Video thumbnail for How to Update Google Chrome on mac (macOS)'
play_arrow
2:27
How to Update Google Chrome on mac (macOS)
How to Update Google Chrome on mac (macOS)

2K views · Feb 14, 2023 code2care.org

How to Update Google Chrome on mac (macOS)

'Video thumbnail for How to create a SharePoint Document Library'
play_arrow
0:41
How to create a SharePoint Document Library
How to create a SharePoint Document Library

1K views · Feb 14, 2023 code2care.org

How to create a SharePoint Document Library

'Video thumbnail for Turn on Auto Save file in Visual Studio Code (VS Code)'
play_arrow
0:28
Turn on Auto Save file in Visual Studio Code (VS Code)
Turn on Auto Save file in Visual Studio Code (VS Code)

3K views · Feb 8, 2023 code2care.org

Turn on Auto Save file in Visual Studio Code (VS Code)

'Video thumbnail for How to Change DarkLight theme in Visual Studio (VS Code)'
play_arrow
0:38
How to Change DarkLight theme in Visual Studio (VS Code)
How to Change DarkLight theme in Visual Studio (VS Code)

8K views · Feb 8, 2023 code2care.org

How to Change DarkLight theme in Visual Studio (VS Code)

'Video thumbnail for How to look for Software Updates on iPhone'
play_arrow
0:27
How to look for Software Updates on iPhone
How to look for Software Updates on iPhone

3K views · Feb 8, 2023 code2care.org

Your iPhone may get updates for at least 4-5 years since the launch date. It is always advised to have the iOS updated to the latest version to protect your iPhone from malware and vulnerabilities. How to look for iOS Software Updates on your iPhone 1) Go to Settings App 2) Now go to General 3) Now Tab on "Software Updates" 4) If a new iOS update is available you would see it after the "Checking for updates" message. Note: Make sure you are connected to Wifi to download and install the new iOS. iOS 16.3 is the lastest as of date.

'Video thumbnail for How to add new link in SharePoint quick launch'
play_arrow
1:09
How to add new link in SharePoint quick launch
How to add new link in SharePoint quick launch

1K views · Feb 8, 2023 code2care.org

How to add new link in SharePoint quick launch

'Video thumbnail for How to delete SharePoint Site'
play_arrow
0:39
How to delete SharePoint Site
How to delete SharePoint Site

4K views · Feb 7, 2023 code2care.org

How to delete SharePoint Site

'Video thumbnail for How to Change ringtone Sound on iPhone'
play_arrow
0:30
How to Change ringtone Sound on iPhone
How to Change ringtone Sound on iPhone

439 views · Feb 7, 2023 code2care.org

How to Change ringtone Sound on iPhone

'Video thumbnail for How to show count of files and folders in Finder App on Mac'
play_arrow
0:39
How to show count of files and folders in Finder App on Mac
How to show count of files and folders in Finder App on Mac

951 views · Feb 7, 2023 code2care.org

In order to know the count of files and folders in the Finder App on Mac, you will need to enable the Status bar! You can do that by going to Finder Menu: View -> Show Status bar

'Video thumbnail for How to Turn off Keyboard Feedback Sound on iPhone'
play_arrow
0:25
How to Turn off Keyboard Feedback Sound on iPhone
How to Turn off Keyboard Feedback Sound on iPhone

189 views · Feb 7, 2023 code2care.org

How to Turn off Keyboard Feedback Sound on iPhone

'Video thumbnail for How to Change  tone of Calendar Alerts on iPhone'
play_arrow
0:27
How to Change tone of Calendar Alerts on iPhone
How to Change tone of Calendar Alerts on iPhone

435 views · Feb 7, 2023 code2care.org

How to Change tone of Calendar Alerts on iPhone

'Video thumbnail for How to Change  tone of Calendar Alerts on iPhone'
play_arrow
0:27
How to Change tone of Calendar Alerts on iPhone
How to Change tone of Calendar Alerts on iPhone

181 views · Feb 7, 2023 code2care.org

How to Change tone of Calendar Alerts on iPhone

'Video thumbnail for How to forget a bluetooth device on iPhone'
play_arrow
0:27
How to forget a bluetooth device on iPhone
How to forget a bluetooth device on iPhone

319 views · Feb 7, 2023 code2care.org

How to forget a Bluetooth device on iPhone

'Video thumbnail for How to Change NEW EMAIL tone on iPhone'
play_arrow
0:27
How to Change NEW EMAIL tone on iPhone
How to Change NEW EMAIL tone on iPhone

167 views · Feb 7, 2023 code2care.org

How to Change NEW EMAIL tone on iPhone

'Video thumbnail for How to Change SEND mail tone on iPhone'
play_arrow
0:28
How to Change SEND mail tone on iPhone
How to Change SEND mail tone on iPhone

125 views · Feb 7, 2023 code2care.org

How to Change SEND mail tone on iPhone

'Video thumbnail for How to Turn on/off lock screen tone on iPhone'
play_arrow
0:25
How to Turn on/off lock screen tone on iPhone
How to Turn on/off lock screen tone on iPhone

215 views · Feb 7, 2023 code2care.org

How to Turn on/off the lock screen tone on iPhone

'Video thumbnail for How to Change TEX/TSMS tone on iPhone'
play_arrow
0:29
How to Change TEX/TSMS tone on iPhone
How to Change TEX/TSMS tone on iPhone

223 views · Feb 7, 2023 code2care.org

How to Change TEX/TSMS tone on iPhone

'Video thumbnail for How to Change new Voicemail Sound on iPhone'
play_arrow
0:29
How to Change new Voicemail Sound on iPhone
How to Change new Voicemail Sound on iPhone

287 views · Feb 7, 2023 code2care.org

How to Change new Voicemail Sound on iPhone

'Video thumbnail for How to turn on/off Play Haptics in Ring Mode on iPhone'
play_arrow
0:25
How to turn on/off Play Haptics in Ring Mode on iPhone
How to turn on/off Play Haptics in Ring Mode on iPhone

179 views · Feb 7, 2023 code2care.org

How to turn on/off Play Haptics in Ring Mode on iPhone

'Video thumbnail for How to turn on/off Keyboard Haptic Feedback on iPhone'
play_arrow
0:28
How to turn on/off Keyboard Haptic Feedback on iPhone
How to turn on/off Keyboard Haptic Feedback on iPhone

321 views · Feb 7, 2023 code2care.org

How to turn on/off Keyboard Haptic Feedback on iPhone

'Video thumbnail for How to turn on/off System Haptics on iPhone'
play_arrow
0:26
How to turn on/off System Haptics on iPhone
How to turn on/off System Haptics on iPhone

82 views · Feb 7, 2023 code2care.org

How to turn on/off System Haptics on iPhone

'Video thumbnail for How to turn on/off Screen Time on iPhone'
play_arrow
0:35
How to turn on/off Screen Time on iPhone
How to turn on/off Screen Time on iPhone

460 views · Feb 7, 2023 code2care.org

How to turn on/off Screen Time on iPhone

'Video thumbnail for How to Disable Mac Terminal Bell Sound'
play_arrow
0:39
How to Disable Mac Terminal Bell Sound
How to Disable Mac Terminal Bell Sound

764 views · Feb 6, 2023 code2care.org

How to Disable Mac Terminal Bell Sound

'Video thumbnail for Find a file using filename in macOS Terminal'
play_arrow
1:28
Find a file using filename in macOS Terminal
Find a file using filename in macOS Terminal

277 views · Feb 6, 2023 code2care.org

Find a file using filename in macOS Terminal

'Video thumbnail for OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL'
play_arrow
1:23
OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL
OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL

187 views · Feb 6, 2023 code2care.org

OPEN CURRENT WORKING DIRECTORY IN FINDER USING MAC TERMINAL

'Video thumbnail for Linux Remove or Delete Files and Directories using Terminal Commands'
play_arrow
3:27
Linux Remove or Delete Files and Directories using Terminal ...
Linux Remove or Delete Files and Directories using Terminal Commands

6K views · Feb 6, 2023 code2care.org

Linux Remove or Delete Files and Directories using Terminal Commands

'Video thumbnail for Auto Execute a command or Script on Mac Terminal Startup'
play_arrow
0:58
Auto Execute a command or Script on Mac Terminal Startup
Auto Execute a command or Script on Mac Terminal Startup

3K views · Feb 6, 2023 code2care.org

How to auto Execute a command or script on Mac Terminal Startup

'Video thumbnail for Make your First Git Commit using Command Line'
play_arrow
1:02
Make your First Git Commit using Command Line
Make your First Git Commit using Command Line

329 views · Jan 30, 2023 code2care.org

Make your First Git Commit using Command Line

'Video thumbnail for Git Remove Untracked Files using Command from Working Area'
play_arrow
0:44
Git Remove Untracked Files using Command from Working Area
Git Remove Untracked Files using Command from Working Area

8K views · Jan 30, 2023 code2care.org

Git Remove Untracked Files using the Command "git clean -i"

'Video thumbnail for How to draw a Circle using CSS'
play_arrow
0:52
How to draw a Circle using CSS
How to draw a Circle using CSS

725 views · Jan 30, 2023 code2care.org

How to draw a Circle using CSS

'Video thumbnail for How to turn off startup sound on Mac Ventura '
play_arrow
0:32
How to turn off startup sound on Mac Ventura
How to turn off startup sound on Mac Ventura

213 views · Jan 30, 2023 code2care.org

How to turn off startup sound on Mac Ventura

'Video thumbnail for How to show Time as Am pm or 2400 on Mac Menu Bar (macOS Ventura)'
play_arrow
0:40
How to show Time as Am pm or 2400 on Mac Menu Bar (macOS Ven...
How to show Time as Am pm or 2400 on Mac Menu Bar (macOS Ventura)

213 views · Jan 30, 2023 code2care.org

How to show Time as Am pm or 2400 on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to show Sound ICON on Mac Menu Bar (macOS Ventura)'
play_arrow
0:39
How to show Sound ICON on Mac Menu Bar (macOS Ventura)
How to show Sound ICON on Mac Menu Bar (macOS Ventura)

2K views · Jan 30, 2023 code2care.org

How to show Sound ICON on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to Announce time on Mac (macOS Ventura)'
play_arrow
0:49
How to Announce time on Mac (macOS Ventura)
How to Announce time on Mac (macOS Ventura)

159 views · Jan 30, 2023 code2care.org

How to Announce time on Mac (macOS Ventura)

'Video thumbnail for How to show Wifi icon on Mac Menu Bar (macOS Ventura)'
play_arrow
0:37
How to show Wifi icon on Mac Menu Bar (macOS Ventura)
How to show Wifi icon on Mac Menu Bar (macOS Ventura)

337 views · Jan 30, 2023 code2care.org

How to show Wifi icon on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to show Time as AM/PM or 24:00 HOUR on Mac Menu Bar (macOS Ventura)'
play_arrow
0:40
How to show Time as AM/PM or 24:00 HOUR on Mac Menu Bar (mac...
How to show Time as AM/PM or 24:00 HOUR on Mac Menu Bar (macOS Ventura)

398 views · Jan 30, 2023 code2care.org

How to show Time as AM/PM or 24:00 HOUR on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to show Analog or Digital Clock on Mac Menu Bar (macOS Ventura)'
play_arrow
0:43
How to show Analog or Digital Clock on Mac Menu Bar (macOS V...
How to show Analog or Digital Clock on Mac Menu Bar (macOS Ventura)

215 views · Jan 30, 2023 code2care.org

How to show Analog or Digital Clock on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to show Day of Week on Mac Menu Bar (macOS Ventura)'
play_arrow
0:42
How to show Day of Week on Mac Menu Bar (macOS Ventura)
How to show Day of Week on Mac Menu Bar (macOS Ventura)

112 views · Jan 30, 2023 code2care.org

How to show Day of Week on Mac Menu Bar (macOS Ventura)

'Video thumbnail for How to show or hide bluetooth icon on Mac Menu Bar'
play_arrow
0:37
How to show or hide bluetooth icon on Mac Menu Bar
How to show or hide bluetooth icon on Mac Menu Bar

581 views · Jan 29, 2023 code2care.org

How to show or hide bluetooth icon on Mac Menu Bar

'Video thumbnail for How to turn on Hey Siri on Mac'
play_arrow
1:16
How to turn on Hey Siri on Mac
How to turn on Hey Siri on Mac

787 views · Jan 29, 2023 code2care.org

How to turn on Hey Siri on Mac

'Video thumbnail for How to show Battery Percentage on Mac Menu Bar'
play_arrow
0:36
How to show Battery Percentage on Mac Menu Bar
How to show Battery Percentage on Mac Menu Bar

558 views · Jan 29, 2023 code2care.org

How to show Battery Percentage on Mac Menu Bar

'Video thumbnail for How to delete Siri History from the server - Mac'
play_arrow
0:36
How to delete Siri History from the server - Mac
How to delete Siri History from the server - Mac

2K views · Jan 29, 2023 code2care.org

How to delete Siri History from the server - Mac

'Video thumbnail for How to change Siri Voice on the Mac (Ventura)'
play_arrow
0:42
How to change Siri Voice on the Mac (Ventura)
How to change Siri Voice on the Mac (Ventura)

801 views · Jan 29, 2023 code2care.org

How to change Siri Voice on the Mac (Ventura)

'Video thumbnail for How to change Default Browser on Mac'
play_arrow
0:44
How to change Default Browser on Mac
How to change Default Browser on Mac

4K views · Jan 29, 2023 code2care.org

How to change Default Browser on Mac

'Video thumbnail for How to turn off Location Service on Mac'
play_arrow
0:39
How to turn off Location Service on Mac
How to turn off Location Service on Mac

175 views · Jan 29, 2023 code2care.org

How to turn off Location Service on Mac

'Video thumbnail for How to turn off Dock Magnification on Mac'
play_arrow
0:37
How to turn off Dock Magnification on Mac
How to turn off Dock Magnification on Mac

149 views · Jan 29, 2023 code2care.org

How to turn off Dock Magnification on Mac

'Video thumbnail for How to remove Siri Icon from Mac Menu Bar (Ventura)'
play_arrow
0:37
How to remove Siri Icon from Mac Menu Bar (Ventura)
How to remove Siri Icon from Mac Menu Bar (Ventura)

455 views · Jan 29, 2023 code2care.org

How to remove Siri Icon from Mac Menu Bar (Ventura)

'Video thumbnail for How to move Mac Dock position Left - Right - Bottom of Screen'
play_arrow
0:34
How to move Mac Dock position Left - Right - Bottom of Scree...
How to move Mac Dock position Left - Right - Bottom of Screen

1K views · Jan 29, 2023 code2care.org

How to move Mac Dock position Left - Right - Bottom of Screen

'Video thumbnail for How to increase or decrease dock size on Mac'
play_arrow
0:35
How to increase or decrease dock size on Mac
How to increase or decrease dock size on Mac

2K views · Jan 29, 2023 code2care.org

How to increase or decrease dock size on Mac (macOS Ventura)

'Video thumbnail for How to show all hidden files using mac terminal ls command'
play_arrow
0:41
How to show all hidden files using mac terminal ls command
How to show all hidden files using mac terminal ls command

224 views · Jan 25, 2023 code2care.org

How to show all hidden files using mac terminal ls command

'Video thumbnail for How to know ZSH Shell Version'
play_arrow
0:30
How to know ZSH Shell Version
How to know ZSH Shell Version

172 views · Jan 25, 2023 code2care.org

How to know ZSH Shell Version

'Video thumbnail for How to know the current logged in shell name using Terminal'
play_arrow
0:27
How to know the current logged in shell name using Terminal
How to know the current logged in shell name using Terminal

684 views · Jan 25, 2023 code2care.org

How to know the current logged in shell name using Terminal

'Video thumbnail for 4 - Remove files from Git Staging Area using Command Line'
play_arrow
0:39
4 - Remove files from Git Staging Area using Command Line
4 - Remove files from Git Staging Area using Command Line

407 views · Jan 25, 2023 code2care.org

4 - Remove files from Git Staging Area using Command Line

'Video thumbnail for 3 - HOW TO REMOVE FILES TO LOCAL GIT REPOSITORY STAGING AREA USING COMMAND LINE'
play_arrow
0:39
3 - HOW TO REMOVE FILES TO LOCAL GIT REPOSITORY STAGING AREA...
3 - HOW TO REMOVE FILES TO LOCAL GIT REPOSITORY STAGING AREA USING COMMAND LINE

417 views · Jan 25, 2023 code2care.org

3 - HOW TO REMOVE FILES TO LOCAL GIT REPOSITORY STAGING AREA USING COMMAND LINE

'Video thumbnail for 2 - How to add a file to git local repository staging area'
play_arrow
0:51
2 - How to add a file to git local repository staging area
2 - How to add a file to git local repository staging area

277 views · Jan 25, 2023 code2care.org

2 - How to add a file to git local repository staging area

'Video thumbnail for 1 - How to create a local git repository using Command Line'
play_arrow
0:39
1 - How to create a local git repository using Command Line
1 - How to create a local git repository using Command Line

1K views · Jan 25, 2023 code2care.org

1 - How to create a local git repository using Command Line

'Video thumbnail for How to Know Your IP Address On Windows'
play_arrow
0:40
How to Know Your IP Address On Windows
How to Know Your IP Address On Windows

25K views · Jan 25, 2023 code2care.org

In this video tutorial, we will take a look at how to know the IP Address of your Windows 8/10/11 Operating System using a Command Prompt (CMD) - Steps 1) Press Windows + R keys to Run Dialog 2) Now type CMD to open Command Line 3) Now Type ipconfig 4) Compy the number next to IPV4 Address

'Video thumbnail for How to convert text to upper or lower case using Notepad++'
play_arrow
0:41
How to convert text to upper or lower case using Notepad++
How to convert text to upper or lower case using Notepad++

11K views · Jan 25, 2023 code2care.org

How to convert text to upper or lower case using Notepad++ Text Editor. #Notepad++ #ConvertText

'Video thumbnail for How to find Path of Files/App using Mac Spotlight Search'
play_arrow
0:31
How to find Path of Files/App using Mac Spotlight Search
How to find Path of Files/App using Mac Spotlight Search

3K views · Jan 9, 2023 code2care.org

How to find Path of Files/App using Mac Spotlight Search

'Video thumbnail for How to convert CSV File into SQL Query using Notepad++'
play_arrow
1:01
How to convert CSV File into SQL Query using Notepad++
How to convert CSV File into SQL Query using Notepad++

12K views · Jan 25, 2023 code2care.org

How to convert CSV File into SQL Query using Notepad++

'Video thumbnail for Format Code in Visual Studio VS Code'
play_arrow
0:48
Format Code in Visual Studio VS Code
Format Code in Visual Studio VS Code

6K views · Jan 5, 2023 code2care.org

Format Code in Visual Studio VS Code Link: https://code2care.org/q/format-code-in-visual-studio-vs-code-mac-windows-linux

'Video thumbnail for How to undo last Git Commit on Local Repository'
play_arrow
1:07
How to undo last Git Commit on Local Repository
How to undo last Git Commit on Local Repository

4K views · Jan 5, 2023 code2care.org

How to undo last Git Commit on Local Repository Link: https://code2care.org/git/undo-last-commit-on-local-repository

'Video thumbnail for Git Help command with examples'
play_arrow
1:12
Git Help command with examples
Git Help command with examples

1K views · Jan 3, 2023 code2care.org

Git Help command with examples

'Video thumbnail for What is Git and Why to use it (Square Post Version)'
play_arrow
0:58
What is Git and Why to use it (Square Post Version)
What is Git and Why to use it (Square Post Version)

223 views · Jan 3, 2023 code2care.org

What is Git and Why to use it (Square Post Version)

'Video thumbnail for What is Git and Why to use it - Desktop Version'
play_arrow
0:58
What is Git and Why to use it - Desktop Version
What is Git and Why to use it - Desktop Version

230 views · Jan 3, 2023 code2care.org

What is Git and Why to use it - Desktop Version

'Video thumbnail for Turn On Dark Mode on macOS Ventura'
play_arrow
0:29
Turn On Dark Mode on macOS Ventura
Turn On Dark Mode on macOS Ventura

3K views · Dec 27, 2022 code2care.org

Turn On Dark Mode on macOS Ventura

'Video thumbnail for Remove Apps from Mac Startup - Login Items'
play_arrow
0:25
Remove Apps from Mac Startup - Login Items
Remove Apps from Mac Startup - Login Items

6K views · Dec 27, 2022 code2care.org

Remove Apps from Mac Startup - Login Items Article Link: https://code2care.org/macos/disable-apps-from-opening-mac-startup-login-items

'Video thumbnail for Range Function in Python with Examples'
play_arrow
1:32
Range Function in Python with Examples
Range Function in Python with Examples

3K views · Dec 22, 2022 code2care.org

Range Function in Python with Examples

'Video thumbnail for Convert String to int in Java'
play_arrow
0:44
Convert String to int in Java
Convert String to int in Java

6K views · Dec 21, 2022 code2care.org

Convert String to int in Java

'Video thumbnail for Add newline character Java code example (\r \n \r\n)'
play_arrow
1:16
Add newline character Java code example (\r \n \r\n)
Add newline character Java code example (\r \n \r\n)

8K views · Dec 21, 2022 code2care.org

Add newline character Java code example (\r \n \r\n)

'Video thumbnail for Calendar 2023'
play_arrow
1:27
Calendar 2023
Calendar 2023

55 views · Dec 21, 2022 code2care.org

Calendar for the year 2023 with beautiful landscapes and relaxing music!

'Video thumbnail for Java 8 Streams map with examples'
play_arrow
1:16
Java 8 Streams map with examples
Java 8 Streams map with examples

27K views · Dec 20, 2022 code2care.org

Java 8 Streams map with examples

'Video thumbnail for Java 8 foreach loop code examples'
play_arrow
1:16
Java 8 foreach loop code examples
Java 8 foreach loop code examples

16K views · Dec 20, 2022 code2care.org

Java 8 foreach loop code examples Example 1: foreach iterate over a String array: Example 2: foreach iterate over an int array: Example 3: foreach iterate over an int ArrayList: Example 4: foreach iterate over an int HashMap:

'Video thumbnail for Get the current timestamp in Java'
play_arrow
1:00
Get the current timestamp in Java
Get the current timestamp in Java

19K views · Dec 20, 2022 code2care.org

Get the current timestamp in Java using, Example 1: Using Date class (java.util.Date) Example 2: Using Date class (java.sql.Date) Example 3: Using the Timestamp class

'Video thumbnail for Convert Float to String in Python'
play_arrow
0:44
Convert Float to String in Python
Convert Float to String in Python

21K views · Dec 20, 2022 code2care.org

Convert Float to String in Python with examples Code Link: https://code2care.org/python/convert-float-to-string-python

'Video thumbnail for Setting $JAVA_HOME Environment Variable in macOS'
play_arrow
1:31
Setting $JAVA_HOME Environment Variable in macOS
Setting $JAVA_HOME Environment Variable in macOS

5K views · Dec 20, 2022 code2care.org

Setting $JAVA_HOME Environment Variable in macOS Post Link: https://code2care.org/java/setting-java_home-environment-variable-in-macos-mac-os-x

'Video thumbnail for Convert Java Byte Array to String with code examples - Code2care'
play_arrow
1:00
Convert Java Byte Array to String with code examples - Code2...
Convert Java Byte Array to String with code examples - Code2care

13K views · Dec 20, 2022 code2care.org

Let's take a look at how to convert Java Byte Array to String with code examples Example 1: Using the String Object Constructor Example 2: Converting ASCII Byte Array to String Example 3: Converting Char Byte Array to String Code: https://code2care.org/java/convert-byte-arrry-to-string-in-java For more visit: https://code2care.org

'Video thumbnail for How to create Alias using Mac Terminal'
play_arrow
0:27
How to create Alias using Mac Terminal
How to create Alias using Mac Terminal

722 views · Dec 20, 2022 code2care.org

How to create Alias using Mac Terminal

'Video thumbnail for How to create Alias using Mac Terminal'
play_arrow
0:27
How to create Alias using Mac Terminal
How to create Alias using Mac Terminal

1K views · Dec 20, 2022 code2care.org

How to create Alias using Mac Terminal

'Video thumbnail for How to know the version of GIT installed'
play_arrow
0:11
How to know the version of GIT installed
How to know the version of GIT installed

4K views · Dec 20, 2022 code2care.org

How to Know Git Version on your Windows, Linux, or Mac.

'Video thumbnail for How to Know Docker Desktop Version'
play_arrow
0:11
How to Know Docker Desktop Version
How to Know Docker Desktop Version

5K views · Dec 20, 2022 code2care.org

How to Know Docker Desktop Version on your Windows, Linux, or Mac.

'Video thumbnail for Get IP Address using Mac Terminal'
play_arrow
0:35
Get IP Address using Mac Terminal
Get IP Address using Mac Terminal

127K views · Dec 15, 2022 code2care.org

How to get the IP Address of your Macbook, iMac, or Mac Mini using Terminal Command.

'Video thumbnail for Unzip a zip file using Terminal'
play_arrow
0:50
Unzip a zip file using Terminal
Unzip a zip file using Terminal

6K views · Dec 15, 2022 code2care.org

Unzip a zip file using the Terminal command.

'Video thumbnail for Open File using Mac Terminal'
play_arrow
1:25
Open File using Mac Terminal
Open File using Mac Terminal

3K views · Dec 15, 2022 code2care.org

How to open a file using Mac Terminal in an external App. 1. Make use of the open command followed by -a option and the App name followed by the file extension. 2. Do not pass any option and App name to open the file in the default app for the file extension.

'Video thumbnail for Change Mac Terminal Text Color'
play_arrow
0:30
Change Mac Terminal Text Color
Change Mac Terminal Text Color

7K views · Dec 14, 2022 code2care.org

In this How-to video, we take a look at how to change the text color on the Mac Terminal

'Video thumbnail for 8 Popular Programming Languages for Year 2023'
play_arrow
5:20
8 Popular Programming Languages for Year 2023
8 Popular Programming Languages for Year 2023

865 views · Dec 13, 2022 code2care.org

There has been a constantly growing demand for Software Developers in the Information Technology and Software Industry. In this video, we have covered a list of the top 8 Programming Languages that will be in demand in the year 2023 8. PHP 7. R 6. SWIFT (for macOS and iPhone App development) 5. C# 4. C++ 3. C (best low level language) 2. Java (best for Enterprize applications and Android Apps) 1. Python (best for AI/ML) P.S: Some other noteworthy languages - JavaScript - SQL - Rust - Go Lang

'Video thumbnail for Surround Line with Double Quotes in Notepad++ using Regex Replace'
play_arrow
0:46
Surround Line with Double Quotes in Notepad++ using Regex Re...
Surround Line with Double Quotes in Notepad++ using Regex Replace

394 views · Feb 23, 2023 code2care.org

Surround Line with Double Quotes in Notepad++ using Regex Replace

'Video thumbnail for Notepad++ add single quotes at the start and end of each line'
play_arrow
0:58
Notepad++ add single quotes at the start and end of each lin...
Notepad++ add single quotes at the start and end of each line

3K views · Feb 23, 2023 code2care.org

Notepad++ add single quotes at the start and end of each line

'Video thumbnail for Convert Map to list in Java 8 using Stream api'
play_arrow
1:04
Convert Map to list in Java 8 using Stream api
Convert Map to list in Java 8 using Stream api

5K views · Feb 25, 2023 code2care.org

Convert Map to list in Java 8 using Stream api

'Video thumbnail for How to Sign up for ChatGPT AI chat bot with Steps'
play_arrow
1:34
How to Sign up for ChatGPT AI chat bot with Steps
How to Sign up for ChatGPT AI chat bot with Steps

496 views · Feb 25, 2023 code2care.org

Below are the steps to create a new account to access ChatGPT AI Chat Bot: | Step 1: visit https://chat.openai.com/auth/login | Step 2: Click on the Sign Up button... | Step 3: Enter your Email ID or use your Gmail/Microsoft account... | Step 4: You may be asked to verify that you are a human... | Step 5: Provide your first and last name and click Continue... | Step 6: Verify your Phone number by entering your no. and hit Send Code (for India and some other countries you can send the code to WhatsApp. | Step 7: You should now have access to ChatGPT :)

'Video thumbnail for How to Fix  cd too many arguments  Error in Terminal A Step-by-Step Guide'
play_arrow
0:57
How to Fix cd too many arguments Error in Terminal A Step-...
How to Fix cd too many arguments Error in Terminal A Step-by-Step Guide

782 views · Feb 27, 2023 code2care.org

How to Fix cd too many arguments Error in Terminal A Step-by-Step Guide

'Video thumbnail for How to find Sublime Text path of packages installed'
play_arrow
0:36
How to find Sublime Text path of packages installed
How to find Sublime Text path of packages installed

439 views · Feb 27, 2023 code2care.org

How to find Sublime Text path of packages installed

'Video thumbnail for How to Rename a Git Local Branch Using the --move Option'
play_arrow
0:30
How to Rename a Git Local Branch Using the --move Option
How to Rename a Git Local Branch Using the --move Option

251 views · Feb 27, 2023 code2care.org

How to Rename a Git Local Branch Using the --move Option

'Video thumbnail for Meaning of javascriptvoid(0) explained with example'
play_arrow
0:57
Meaning of javascriptvoid(0) explained with example
Meaning of javascriptvoid(0) explained with example

166 views · Feb 27, 2023 code2care.org

Meaning of javascriptvoid(0) explained with example

'Video thumbnail for Step-by-Step How to delete a git branch from local as well as remote origin'
play_arrow
1:20
Step-by-Step How to delete a git branch from local as well a...
Step-by-Step How to delete a git branch from local as well as remote origin

2K views · Feb 27, 2023 code2care.org

Step-by-Step How to delete a git branch from local as well as remote origin

'Video thumbnail for Difference between Git and CVS'
play_arrow
1:54
Difference between Git and CVS
Difference between Git and CVS

91 views · Feb 27, 2023 code2care.org

Difference between Git and CVS

'Video thumbnail for ENABLE AUTOSAVE FILES ON MAC IN MICROSOFT WORD - EXCEL - PowerPoint'
play_arrow
0:41
ENABLE AUTOSAVE FILES ON MAC IN MICROSOFT WORD - EXCEL - Pow...
ENABLE AUTOSAVE FILES ON MAC IN MICROSOFT WORD - EXCEL - PowerPoint

619 views · Feb 27, 2023 code2care.org

ENABLE AUTOSAVE FILES ON MAC IN MICROSOFT WORD - EXCEL - PowerPoint

'Video thumbnail for HTML h1, h2, h3, h4, h5, h6 heading tags with example'
play_arrow
1:00
HTML h1, h2, h3, h4, h5, h6 heading tags with example
HTML h1, h2, h3, h4, h5, h6 heading tags with example

891 views · Feb 28, 2023 code2care.org

HTML h1, h2, h3, h4, h5, h6 heading tags with example

'Video thumbnail for Dynamically Obtaining Browser Screen Width and Height with jQuery'
play_arrow
0:40
Dynamically Obtaining Browser Screen Width and Height with j...
Dynamically Obtaining Browser Screen Width and Height with jQuery

764 views · Feb 28, 2023 code2care.org

Dynamically Obtaining Browser Screen Width and Height with jQuery

'Video thumbnail for PHP.ini How to Remove URL Forward Slash Before Single or Double Quotes'
play_arrow
0:40
PHP.ini How to Remove URL Forward Slash Before Single or Dou...
PHP.ini How to Remove URL Forward Slash Before Single or Double Quotes

607 views · Feb 28, 2023 code2care.org

PHP.ini How to Remove URL Forward Slash Before Single or Double Quotes

'Video thumbnail for How to Change Name on iPhone under Settings'
play_arrow
0:36
How to Change Name on iPhone under Settings
How to Change Name on iPhone under Settings

256 views · Feb 28, 2023 code2care.org

What is the iPhone name, and where is it used? The "Name" of your iPhone is used as a display of the name of your device. This name is used to identify your iPhone when it's connected to other devices such as AirPods, Bluetooth Speakers, or even your iPads, Macbook, computer, or other iOS devices, and when it appears on a network. Say, for example, you have multiple iPhones in your household, giving each iPhone a unique name can help you identify which iPhone you are connecting to. Additionally, some apps may also use the name of your iPhone as a way to identify your device within the app, especially if you are using features like AirDrop or sharing your location with friends or family. Step-by-Step Guide: Step 1: Open Settings App on your iPhone Step 2:Tap on General Step 3: Tap on About Step 4: Tap on Name Step 5: Change the name of your iPhone and tap on done Tutorial Link: https://code2care.org/ios/how-to-change-name-on-iphone-settings

'Video thumbnail for How to  Enable Dark mode in Notepad++ on  Windows'
play_arrow
0:44
How to Enable Dark mode in Notepad++ on Windows
How to Enable Dark mode in Notepad++ on Windows

604 views · Mar 2, 2023 code2care.org

How to Enable Dark mode in Notepad++ on Windows

'Video thumbnail for How to  Enable Dark mode in Notepad++ on  Windows'
play_arrow
0:44
How to Enable Dark mode in Notepad++ on Windows
How to Enable Dark mode in Notepad++ on Windows

604 views · Mar 2, 2023 code2care.org

How to Enable Dark mode in Notepad++ on Windows

'Video thumbnail for How to repeat background image in Android Activity'
play_arrow
1:48
How to repeat background image in Android Activity
How to repeat background image in Android Activity

403 views · Feb 28, 2023 code2care.org

Steps: Step 1: Select the texture image that you want to repeat Step 2: Create an XML under res -> drawable having a bitmap tag with android:tileMode="repeat" attribute. Step 3: Now include the bitmap in the activity layout background attribute. Tutorial: https://code2care.org/pages/repeat-tile-background-android-activity

'Video thumbnail for How to Change the Default Line Encoding (CR LF CRLF) for New Documents in Notepad++'
play_arrow
0:44
How to Change the Default Line Encoding (CR LF CRLF) for New...
How to Change the Default Line Encoding (CR LF CRLF) for New Documents in Notepad++

2K views · Mar 2, 2023 code2care.org

How to Change the Default Line Encoding (CR LF CRLF) for New Documents in Notepad++

'Video thumbnail for cURL Example using IP (IPv4 and IPv6) address and Port'
play_arrow
0:33
cURL Example using IP (IPv4 and IPv6) address and Port
cURL Example using IP (IPv4 and IPv6) address and Port

1K views · Mar 2, 2023 code2care.org

cURL Example using IP (IPv4 and IPv6) address and Port

'Video thumbnail for cURL Option to show HTTP Response Status Code'
play_arrow
0:34
cURL Option to show HTTP Response Status Code
cURL Option to show HTTP Response Status Code

2K views · Mar 2, 2023 code2care.org

cURL Option to show HTTP Response Status Code

'Video thumbnail for Fix zsh: command not found brew'
play_arrow
0:56
Fix zsh: command not found brew
Fix zsh: command not found brew

27K views · Mar 2, 2023 code2care.org

In this video - let us see how to resolve the issue. "zsh: command not found brew"

'Video thumbnail for Find Restroom - Bathroom or Washroom near me using your Android or iPhone'
play_arrow
1:14
Find Restroom - Bathroom or Washroom near me using your Andr...
Find Restroom - Bathroom or Washroom near me using your Android or iPhone

146 views · Mar 2, 2023 code2care.org

If you are out in the city, on the streets for some work, or with your friends or family on a vacation to a foreign country and you realize that you really need to flush your bladder and you are wondering where the nearest restrooms are? Well, the smartphone in your pocket can come in very handy in such situations. Below are some of the ways you can instantly locate a restroom near you, 1) Google Maps for Android/iPhone 2) Maps for iPhone 3) Siri on iPhone 4) Google Assistant on Android Phones. Ask the questions like Hey Siri, closest restroom near me Ok Google, find public restrooms near me Hey Siri, Show toilets near Time Square Ok Google, Locate a washroom near London Eye Hey Siri, public urinal near the Taj Mahal Ok Google, 24-hour restrooms near me Hey Siri, paid toilets near me Bathroom near me:

'Video thumbnail for Fix - The operation couldn’t be completed. Unable to locate a Java Runtime - Mac'
play_arrow
1:06
Fix - The operation couldn’t be completed. Unable to locat...
Fix - The operation couldn’t be completed. Unable to locate a Java Runtime - Mac

27K views · Mar 2, 2023 code2care.org

How to Fix - The operation couldn’t be completed. Unable to locate a Java Runtime - Mac/macOS

'Video thumbnail for Create a new IntelliJ Project as a Git repo, or convert an existing one'
play_arrow
0:59
Create a new IntelliJ Project as a Git repo, or convert an e...
Create a new IntelliJ Project as a Git repo, or convert an existing one

329 views · Mar 3, 2023 code2care.org

Create a new IntelliJ Project as a Git repo, or convert an existing one

'Video thumbnail for How to Change Font and Font Size in Excel for Mac'
play_arrow
0:54
How to Change Font and Font Size in Excel for Mac
How to Change Font and Font Size in Excel for Mac

312 views · Mar 3, 2023 code2care.org

How to Change Font and Font Size in Excel for Mac

'Video thumbnail for How to add colors to Tab Names in Microsoft Excel'
play_arrow
0:41
How to add colors to Tab Names in Microsoft Excel
How to add colors to Tab Names in Microsoft Excel

5K views · Mar 3, 2023 code2care.org

How to add colors to Tab Names in Microsoft Excel

'Video thumbnail for [Fix] command not found nvm  Error'
play_arrow
0:38
[Fix] command not found nvm Error
[Fix] command not found nvm Error

8K views · Mar 6, 2023 code2care.org

[Fix] command not found nvm Error

'Video thumbnail for How to Install Sublime Text (macOS/Windows/Linux)'
play_arrow
0:41
How to Install Sublime Text (macOS/Windows/Linux)
How to Install Sublime Text (macOS/Windows/Linux)

4K views · Mar 30, 2023 code2care.org

How to Install Sublime Text on macOS step-by-step.

'Video thumbnail for Crossword Puzzles - using HTML, CSS & JavaScript Demo'
play_arrow
0:14
Crossword Puzzles - using HTML, CSS & JavaScript Demo
Crossword Puzzles - using HTML, CSS & JavaScript Demo

139K views · Apr 2, 2023 code2care.org

Crossword Puzzles - using HTML, CSS & JavaScript Demo Link: https://code2care.org/html/crossword-puzzle-pure-html-css-javascript

'Video thumbnail for Take Screenshots on Mac OS without Keyboard'
play_arrow
0:29
Take Screenshots on Mac OS without Keyboard
Take Screenshots on Mac OS without Keyboard

225 views · Apr 2, 2023 code2care.org

Take Screenshots on Mac OS without Keyboard

'Video thumbnail for Detect swipes on Android Activity'
play_arrow
0:29
Detect swipes on Android Activity
Detect swipes on Android Activity

521 views · Apr 2, 2023 code2care.org

Detect swipes on Android Activity

'Video thumbnail for Share Story Feed on Facebook using URL'
play_arrow
0:29
Share Story Feed on Facebook using URL
Share Story Feed on Facebook using URL

853 views · Apr 2, 2023 code2care.org

Share Story Feed on Facebook using URL

'Video thumbnail for 97 Useful Notepad++ Keyboard Shortcuts'
play_arrow
1:54
97 Useful Notepad++ Keyboard Shortcuts
97 Useful Notepad++ Keyboard Shortcuts

38K views · Apr 3, 2023 code2care.org

97 Useful Notepad++ Keyboard Shortcuts

'Video thumbnail for Programmatically Send an Email from Android App using Intent'
play_arrow
0:52
Programmatically Send an Email from Android App using Intent
Programmatically Send an Email from Android App using Intent

931 views · Apr 3, 2023 code2care.org

Programmatically Send an Email from Android App using Intent

'Video thumbnail for Changing Android Intent Tittle using java code'
play_arrow
0:31
Changing Android Intent Tittle using java code
Changing Android Intent Tittle using java code

181 views · Apr 3, 2023 code2care.org

Changing Android Intent Tittle using java code

'Video thumbnail for Eclipse Java Multiple markers at this line error'
play_arrow
0:21
Eclipse Java Multiple markers at this line error
Eclipse Java Multiple markers at this line error

2K views · Apr 3, 2023 code2care.org

Eclipse Java Multiple markers at this line error

'Video thumbnail for How to run Java Unit Test cases with Apache Maven'
play_arrow
1:34
How to run Java Unit Test cases with Apache Maven
How to run Java Unit Test cases with Apache Maven

2K views · Apr 3, 2023 code2care.org

How to run Java Unit Test cases with Apache Maven

'Video thumbnail for How to generate client id and secret to register SharePoint App with OAuth'
play_arrow
0:39
How to generate client id and secret to register SharePoint ...
How to generate client id and secret to register SharePoint App with OAuth

3K views · Apr 3, 2023 code2care.org

How to generate client id and secret to register SharePoint App with OAuth

'Video thumbnail for How to set an emoji as Zsh terminal prompt in macOS'
play_arrow
0:22
How to set an emoji as Zsh terminal prompt in macOS
How to set an emoji as Zsh terminal prompt in macOS

121 views · Apr 3, 2023 code2care.org

How to set an emoji as Zsh terminal prompt in macOS

'Video thumbnail for Java 8 JDBC Insert Timestamp Code Example'
play_arrow
0:21
Java 8 JDBC Insert Timestamp Code Example
Java 8 JDBC Insert Timestamp Code Example

62 views · Apr 5, 2023 code2care.org

Java 8 JDBC Insert Timestamp Code Example

'Video thumbnail for Java JDBC Insert Java 8 LocalDate and Time using PreparedStatement'
play_arrow
0:21
Java JDBC Insert Java 8 LocalDate and Time using PreparedSta...
Java JDBC Insert Java 8 LocalDate and Time using PreparedStatement

14K views · Apr 5, 2023 code2care.org

Java JDBC Insert Java 8 LocalDate and Time using PreparedStatement

'Video thumbnail for Java JDBC Example with Oracle Database Driver Connection'
play_arrow
0:38
Java JDBC Example with Oracle Database Driver Connection
Java JDBC Example with Oracle Database Driver Connection

2K views · Apr 5, 2023 code2care.org

Java JDBC Example with Oracle Database Driver Connection

'Video thumbnail for How to turn off Location Service macOS Ventura'
play_arrow
0:21
How to turn off Location Service macOS Ventura
How to turn off Location Service macOS Ventura

126 views · Apr 5, 2023 code2care.org

How to turn off Location Service macOS Ventura

'Video thumbnail for How to convert Java String to byte[] Array'
play_arrow
0:21
How to convert Java String to byte[] Array
How to convert Java String to byte[] Array

6K views · Apr 5, 2023 code2care.org

How to convert Java String to byte[] Array

'Video thumbnail for Where is Maven .m2 local repository located on Mac'
play_arrow
0:24
Where is Maven .m2 local repository located on Mac
Where is Maven .m2 local repository located on Mac

1K views · Apr 5, 2023 code2care.org

Where is Maven .m2 local repository located on Mac

'Video thumbnail for Java Create Temporary Directory and File and Delete when application terminates'
play_arrow
0:24
Java Create Temporary Directory and File and Delete when app...
Java Create Temporary Directory and File and Delete when application terminates

280 views · Apr 5, 2023 code2care.org

Java Create Temporary Directory and File and Delete when application terminates

'Video thumbnail for Create Nested Directories using Java Code'
play_arrow
0:24
Create Nested Directories using Java Code
Create Nested Directories using Java Code

253 views · Apr 5, 2023 code2care.org

Create Nested Directories using Java Code

'Video thumbnail for Create a Directory using Java Code'
play_arrow
0:24
Create a Directory using Java Code
Create a Directory using Java Code

500 views · Apr 5, 2023 code2care.org

Create a Directory using Java Code

'Video thumbnail for Java Join Strings with Comma Separator '
play_arrow
0:43
Java Join Strings with Comma Separator
Java Join Strings with Comma Separator

3K views · Apr 5, 2023 code2care.org

Java Join Strings with Comma Separator

'Video thumbnail for Java SE JDBC - Insert with PreparedStatement Example'
play_arrow
0:43
Java SE JDBC - Insert with PreparedStatement Example
Java SE JDBC - Insert with PreparedStatement Example

1K views · Apr 5, 2023 code2care.org

Java SE JDBC - Insert with PreparedStatement Example

'Video thumbnail for Insert Auto Increment Value using PreparedStatement in Java JDBC'
play_arrow
0:24
Insert Auto Increment Value using PreparedStatement in Java ...
Insert Auto Increment Value using PreparedStatement in Java JDBC

568 views · Apr 5, 2023 code2care.org

Insert Auto Increment Value using PreparedStatement in Java JDBC

'Video thumbnail for Read Java JDBC Connection Details from Properties File'
play_arrow
0:43
Read Java JDBC Connection Details from Properties File
Read Java JDBC Connection Details from Properties File

2K views · Apr 5, 2023 code2care.org

Read Java JDBC Connection Details from Properties File

'Video thumbnail for Java JDBC NumberFormatException For input string'
play_arrow
0:24
Java JDBC NumberFormatException For input string
Java JDBC NumberFormatException For input string

2K views · Apr 5, 2023 code2care.org

Java JDBC NumberFormatException For input string

'Video thumbnail for [fix] Docker Desktop App not starting on Mac (macOS)'
play_arrow
0:24
[fix] Docker Desktop App not starting on Mac (macOS)
[fix] Docker Desktop App not starting on Mac (macOS)

291 views · Apr 5, 2023 code2care.org

[fix] Docker Desktop App not starting on Mac (macOS)

'Video thumbnail for [fix] Editor could not be opened unexpected error File is a directory (VS Code)'
play_arrow
0:24
[fix] Editor could not be opened unexpected error File is a ...
[fix] Editor could not be opened unexpected error File is a directory (VS Code)

35K views · Apr 5, 2023 code2care.org

[fix] Editor could not be opened unexpected error File is a directory (VS Code)

'Video thumbnail for How to turn off Dark theme in Excel for Mac'
play_arrow
0:24
How to turn off Dark theme in Excel for Mac
How to turn off Dark theme in Excel for Mac

909 views · Apr 5, 2023 code2care.org

How to turn off Dark theme in Excel for Mac

'Video thumbnail for Easy Steps to Upgrade iPhone to the new iOS 16'
play_arrow
0:24
Easy Steps to Upgrade iPhone to the new iOS 16
Easy Steps to Upgrade iPhone to the new iOS 16

339 views · Apr 5, 2023 code2care.org

Easy Steps to Upgrade iPhone to the new iOS 16

'Video thumbnail for Java JDBC Connection with Database using SSL (https) URL'
play_arrow
0:24
Java JDBC Connection with Database using SSL (https) URL
Java JDBC Connection with Database using SSL (https) URL

524 views · Apr 5, 2023 code2care.org

Java JDBC Connection with Database using SSL (https) URL

'Video thumbnail for Java SE JDBC with Prepared Statement Parameterized Select Example'
play_arrow
0:43
Java SE JDBC with Prepared Statement Parameterized Select Ex...
Java SE JDBC with Prepared Statement Parameterized Select Example

627 views · Apr 5, 2023 code2care.org

Java SE JDBC with Prepared Statement Parameterized Select Example

'Video thumbnail for Java JDBC with Join Queries Example'
play_arrow
0:43
Java JDBC with Join Queries Example
Java JDBC with Join Queries Example

2K views · Apr 5, 2023 code2care.org

Java JDBC with Join Queries Example

'Video thumbnail for List of Java JDBC Database Driver Jars, Classes and URLs Details'
play_arrow
0:24
List of Java JDBC Database Driver Jars, Classes and URLs Det...
List of Java JDBC Database Driver Jars, Classes and URLs Details

1K views · Apr 5, 2023 code2care.org

List of Java JDBC Database Driver Jars, Classes and URLs Details

'Video thumbnail for Java SE JDBC Select Statement Example'
play_arrow
0:43
Java SE JDBC Select Statement Example
Java SE JDBC Select Statement Example

53 views · Apr 5, 2023 code2care.org

Java SE JDBC Select Statement Example

'Video thumbnail for Java JDBC Connection with MySQL Driver in VS Code + Troubleshooting'
play_arrow
1:22
Java JDBC Connection with MySQL Driver in VS Code + Troubles...
Java JDBC Connection with MySQL Driver in VS Code + Troubleshooting

786 views · Apr 5, 2023 code2care.org

Java JDBC Connection with MySQL Driver in VS Code + Troubleshooting

'Video thumbnail for [fix] Loading class com.mysql.jdbc.Driver is deprecated'
play_arrow
0:24
[fix] Loading class com.mysql.jdbc.Driver is deprecated
[fix] Loading class com.mysql.jdbc.Driver is deprecated

11K views · Apr 5, 2023 code2care.org

[fix] Loading class com.mysql.jdbc.Driver is deprecated

'Video thumbnail for VS Code The source path must be contained in the project root folder'
play_arrow
0:24
VS Code The source path must be contained in the project roo...
VS Code The source path must be contained in the project root folder

5K views · Apr 5, 2023 code2care.org

VS Code The source path must be contained in the project root folder

'Video thumbnail for How to Install glib on Mac'
play_arrow
0:24
How to Install glib on Mac
How to Install glib on Mac

292 views · Apr 5, 2023 code2care.org

How to Install glib on Mac

'Video thumbnail for Install OpenJDK Java (81117) versions using brew on Mac (IntelM1M2)'
play_arrow
0:24
Install OpenJDK Java (81117) versions using brew on Mac (Int...
Install OpenJDK Java (81117) versions using brew on Mac (IntelM1M2)

6K views · Apr 5, 2023 code2care.org

Install OpenJDK Java (81117) versions using brew on Mac (IntelM1M2)

'Video thumbnail for Must Know Homebrew Commands for MacLinux Users'
play_arrow
1:22
Must Know Homebrew Commands for MacLinux Users
Must Know Homebrew Commands for MacLinux Users

811 views · Apr 5, 2023 code2care.org

Must Know Homebrew Commands for MacLinux Users

'Video thumbnail for New Mac How to install Native Chrome on M1 M2 Mac'
play_arrow
0:26
New Mac How to install Native Chrome on M1 M2 Mac
New Mac How to install Native Chrome on M1 M2 Mac

3K views · Apr 5, 2023 code2care.org

This video is to support the article Link: https://code2care.org/macos/installing-native-chrome-brower-app-on-m1-mac-device If you have just got a new Mac device and want to install Google Chrome Browser that runs natively on your M1/M2 based Apple Silicon ARM Chip that follow this video or the article.

'Video thumbnail for Github How to Invite Collaborators'
play_arrow
0:26
Github How to Invite Collaborators
Github How to Invite Collaborators

1K views · Apr 5, 2023 code2care.org

This Video is to Support the Article: https://code2care.org/git/gitub-how-to-invite-collaborator If you want to invite collaborators to your GitHub repositories, then follow the below steps, 1) Go to your repo page: https://github.com/<git_user_name>/<git_repo> 2) Now click on Settings, 3) From the left Sidebar under Access click on Collaborators, 4) Now under Manage Access click on Add People 5) You will see a pop-up to search people by email or GitHub username, search a user and click on Add User to this repository 6) The user should receive an email inviting, once accepted, they can collaborate with your repository.

'Video thumbnail for GitHub How to Search Code'
play_arrow
0:26
GitHub How to Search Code
GitHub How to Search Code

3K views · Apr 5, 2023 code2care.org

This video is to support the article: https://code2care.org/git/github-how-to-search-code Ways to Search: Search: In this repository - search in the current repo you are in. Search: In this user - search in all of your repositories. Search All GitHub - to search in all of GitHub repositories.

'Video thumbnail for Find the Battery Cycle Count on macOS Ventura'
play_arrow
0:47
Find the Battery Cycle Count on macOS Ventura
Find the Battery Cycle Count on macOS Ventura

1K views · Apr 5, 2023 code2care.org

How to find the Battery Cycle Count on macOS Ventura This video supports the article: https://code2care.org/howto/find-battery-cycle-count-on-macos-ventura-13 1. How to get to Battery Cycle Details 2. Click on the Apple Logo  on the Menu bar, 3. Now Select About this Mac..., 4. Now click on the More Info... button, 5. Go to General on the left menu, 6. Now scroll down and click on System Report... button, 7. Select Power under Hardware, 8. You should be able to see Cycle Count under Health Information

'Video thumbnail for How to Set Background Wallpaper on macOS 13 Ventura'
play_arrow
1:09
How to Set Background Wallpaper on macOS 13 Ventura
How to Set Background Wallpaper on macOS 13 Ventura

2K views · Apr 5, 2023 code2care.org

How to Set Background Wallpaper on macOS 13 Ventura This article supports article: https://code2care.org/howto/set-background-wallpaper-on-macos-13-ventura macOS 13 Ventura is the latest 2022 release of the Mac Operating System, if you have got a new Mac or just upgraded to Ventura and looking for ways to set Background Wallpaper here are some ways to achieve it

'Video thumbnail for Tailwind CSS Hello World Example - Code2care'
play_arrow
0:38
Tailwind CSS Hello World Example - Code2care
Tailwind CSS Hello World Example - Code2care

8K views · Jul 12, 2023 code2care.org

Tailwind CSS is one of the most popular CSS Framework. Unlike Bootstrap, Tailwind CSS is a utility-first framework, i.e. it provides a set of pre-defined utility classes like flex, pt-4, text-center and rotate-90 that you may use to build your own user interfaces. In this video we see a simple "Hello World!" example to get started. Follow the article: https://code2care.org/q/tailwind-css-hello-world