Code fields official
108 subscribers
86 photos
1 video
60 files
105 links
Welcome to our coding channel, where algorithms meet creativity! Join us for insightful tutorials, problem-solving sessions, and deep dives into programming languages and frameworks.
Admin:- @Codefieldadmin
Link:- https://www.stpcomputereducation.com/
Download Telegram
What does the following JavaScript code print?

> console.log(typeof(null));
Anonymous Quiz
33%
"null"
22%
"undefined"
44%
"object"
0%
"function"
πŸ‘1
Code fields official pinned Β«What does the following JavaScript code print?

> console.log(typeof(null));
Β»
LAPTOPS & COMPUTERS SHORTKEYS

Ctrl+A - Select All
Ctrl+B - Bold
Ctrl+C - Copy
Ctrl+D - Fill Down
Ctrl+F - Find
Ctrl+G - Goto
Ctrl+H - Replace
Ctrl+I - Italic
Ctrl+K - Insert Hyperlink
Ctrl+N - New Workbook
Ctrl+O - Open
Ctrl+P - Print
Ctrl+R - Fill Right
Ctrl+S - Save
Ctrl+U - Underline
Ctrl+V - Paste
Ctrl W - Close
Ctrl+X - Cut
Ctrl+Y - Repeat
Ctrl+Z - Undo
F1 - Help
F2 - Edit
F3 - Paste Name
F4 - Repeat last action
F4 - While typing a formula, switch between absolute/relative refs
F5 - Goto
F6 - Next Pane
F7 - Spell check
F8 - Extend mode
F9 - Recalculate all workbooks
F10 - Activate Menu bar
F11 - New Chart
F12 - Save As
Ctrl+: - Insert Current Time
Ctrl+; - Insert Current Date
Ctrl+" - Copy Value from Cell Above
Ctrl+’ - Copy Formula from Cell Above
Shift - Hold down shift for additional functions in Excel’s menu
Shift+F1 - What’s This?
Shift+F2 - Edit cell comment
Shift+F3 - Paste function into formula
Shift+F4 - Find Next
Shift+F5 - Find
Shift+F6 - Previous Pane
Shift+F8 - Add to selection
Shift+F9 - Calculate active worksheet
Shift+F10 - Display shortcut menu
Shift+F11 - New worksheet
Ctrl+F3 - Define name
Ctrl+F4 - Close
Ctrl+F5 - XL, Restore window size
Ctrl+F6 - Next workbook window
Shift+Ctrl+F6 - Previous workbook window
Ctrl+F7 - Move window
Ctrl+F8 - Resize window
Ctrl+F9 - Minimize workbook
Ctrl+F10 - Maximize or restore window
Ctrl+F11 - Inset 4.0 Macro sheet
Ctrl+F1 - File Open
Alt+F1 - Insert Chart
Alt+F2 - Save As
Alt+F4 - Exit
Alt+Down arrow - Display AutoComplete list
Alt+’ - Format Style dialog box
Ctrl+Shift+~ - General format
Ctrl+Shift+! - Comma format
Ctrl+Shift+@ - Time format
Ctrl+Shift+# - Date format
Ctrl+Shift+$ - Currency format
Ctrl+Shift+% - Percent format
Ctrl+Shift+^ - Exponential format
Ctrl+Shift+& - Place outline border around selected cells
Ctrl+Shift+_ - Remove outline border
Ctrl+Shift+* - Select current region
Ctrl++ - Insert
Ctrl+- - Delete
Ctrl+1 - Format cells dialog box
Ctrl+2 - Bold
Ctrl+3 - Italic
Ctrl+4 - Underline
Ctrl+5 - Strikethrough
Ctrl+6 - Show/Hide objects
Ctrl+7 - Show/Hide Standard toolbar
Ctrl+8 - Toggle Outline symbols
Ctrl+9 - Hide rows
Ctrl+0 - Hide columns
Ctrl+Shift+( - Unhide rows
Ctrl+Shift+) - Unhide columns
Alt or F10 - Activate the menu
Ctrl+Tab - In toolbar: next toolbar
Shift+Ctrl+Tab - In toolbar: previous toolbar
Ctrl+Tab - In a workbook: activate next workbook
Shift+Ctrl+Tab - In a workbook: activate previous workbook
Tab - Next tool
Shift+Tab - Previous tool
Enter - Do the command
Shift+Ctrl+F - Font Drop down List
Shift+Ctrl+F+F - Font tab of Format Cell Dialog box
Shift+Ctrl+P - Point size Drop down List
Ctrl + E - Align center
Ctrl + J - justify
Ctrl + L - align 
Ctrl + R - align right
Alt + Tab - switch applications
Windows + P - Project screen
Windows + E - open file explorer
Windows + D - go to desktop
Windows + M - minimize all windows
Windows + S - search

Some basic knowledge for people those who have laptop

Enjoyβ€οΈπŸ‘


βž– The Bad Hacker βž–
πŸ‘2
Full video editing course are provided today
πŸ‘2
❀️ Agar aapko hackingπŸ’» sikhne ya fir hacking ma kese bhi parkar ke koi problem ha tho ap group ko join kar sakte hai

Thanks to support πŸ™


https://t.me/hackinggroup75
πŸ‘1πŸ”₯1
πŸŽ‰Free source code
.Html file



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Socials 03</title>
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
</head>
<body>
<div class="wrapper">
<a href="#" class="icon"><i class="fa-brands fa-instagram"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-youtube"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-github"></i></a>
</div>
</body>
</html>
πŸ‘2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Socials 03</title>
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" />
</head>
<body>
<div class="wrapper">
<a href="#" class="icon"><i class="fa-brands fa-instagram"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-linkedin-in"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-youtube"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-x-twitter"></i></a>
<a href="#" class="icon"><i class="fa-brands fa-github"></i></a>
</div>
</body>
</html>
πŸ”₯2πŸ‘1
.CSS files



*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
height: 100vh;
/* background-color: hsla(209 70% 3% / 100%); */ /* For dark theme */
background-color: hsl(214, 20%, 85%);
display: flex;
justify-content: center;
align-items: center;
}

.wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
}

.icon {
text-decoration: none;
width: 5.625rem;
height: 5.625rem;
border-radius: 14px;
/* background-color: hsla(209 20% 70% / 20%); */ /* For dark theme */
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.icon > i {
color: #2dd4bf;
font-size: 1.5rem;
transition: all 0.2s;
}

.icon:hover > i {
scale: 1.2;
color: #f1f1f1;
}

.icon:before {
background: var(--color);
content: "";
position: absolute;
width: 130%;
height: 130%;
left: -110%;
top: 80%;
transform: rotate(45deg);
}

.icon:hover:before {
animation: slide 0.7s forwards;
}

@keyframes slide {
50% {
left: 10%;
top: -40%;
}

100% {
left: -15%;
top: -15%;
}
}

.icon:has(.fa-instagram) {
--color: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.icon:has(.fa-linkedin-in) {
--color: #0077b5;
}
.icon:has(.fa-youtube) {
--color: #ff0000;
}
.icon:has(.fa-x-twitter) {
--color: #1da1f2;
}
.icon:has(.fa-github) {
--color: #333;
}
πŸ”₯2πŸ‘1
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
/* background-color: hsla(209 70% 3% / 100%); */ /* For dark theme */
background-color: hsl(214, 20%, 85%);
display: flex;
justify-content: center;
align-items: center;
}
.wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
}
.icon {
text-decoration: none;
width: 5.625rem;
height: 5.625rem;
border-radius: 14px;
/* background-color: hsla(209 20% 70% / 20%); */ /* For dark theme */
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.icon > i {
color: #2dd4bf;
font-size: 1.5rem;
transition: all 0.2s;
}
.icon:hover > i {
scale: 1.2;
color: #f1f1f1;
}
.icon:before {
background: var(--color);
content: "";
position: absolute;
width: 130%;
height: 130%;
left: -110%;
top: 80%;
transform: rotate(45deg);
}
.icon:hover:before {
animation: slide 0.7s forwards;
}
@keyframes slide {
50% {
left: 10%;
top: -40%;
}
100% {
left: -15%;
top: -15%;
}
}
.icon:has(.fa-instagram) {
--color: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.icon:has(.fa-linkedin-in) {
--color: #0077b5;
}
.icon:has(.fa-youtube) {
--color: #ff0000;
}
.icon:has(.fa-x-twitter) {
--color: #1da1f2;
}
.icon:has(.fa-github) {
--color: #333;
}
πŸ”₯2πŸ‘1
Guess the output of the code:

#include <stdio.h>

int main() {
int x = printf("hello");
printf("%d", x);
return 0;
}
Lista will be listed on Binance on 20th June.

♨️Lista DAO (LISTA) Airdrop distribution is in progress ♨️

To participate ➑️
1. Open AIRDROP botβœ…
2. Claim free Airdrop by inviting friends via your referral link πŸ”—
3. Withdraw your rewards on the distribution date

Airdrop botπŸ‘‡
@Lista_dropbotβœ…
πŸ’Έ Don't miss the opportunity to make money on $Lista DAO megadrop.

Warm regards,
Lista DAOβœ…
❀1πŸ‘1
πŸ”° 100 Days of Code – The Complete Python Pro Bootcamp for 2024

https://t.me/PythonInterviews/118

⏱  60 Hours  πŸ“¦ 230 Lessons

At 56+ hours, this Python course is without a doubt the most comprehensive Python course available anywhere online. Even if you have zero programming experience, this course will take you from beginner to professional.

Master Python by building 100 projects in 100 days. Learn data science, automation, build websites, games and apps!

Taught By: Dr. Angela Yu

Download Full Course: https://t.me/PythonInterviews/118
Download All Courses: https://t.me/pythonfreebootcamp
πŸ‘2πŸ₯°1
❀️ [iNeuron] FULL STACK JS BOOTCAMP 2.0 COURSE WITH ASSIGNMENTS

⚑️ Size - 26.35 GB
⚑️ 66 Files
⚑️ Direct Download No Shortner

πŸ”— Download Link :https://mega.nz/folder/0cpE0LRY#Ky4F1-eRINjRnTkp7yd9fQ
πŸ‘2πŸ”₯1
πŸŽ‰πŸ†“Free bootstrap course with certificate only on code Field official πŸ’―



https://www.stpcomputereducation.com/courses/web-development/hindi/ch-1-introduction-to-bootstrap.html
πŸ‘2❀1