allcoding1

Description
Advertising
We recommend to visit

Find top SQL resources from global universities, cool projects, and learning materials for data analytics.

For promotions: @coderfun

Buy ads: https://telega.io/c/sqlanalyst

Useful links: heylink.me/DataAnalytics

Last updated 4 months, 1 week ago

Last updated 6 days, 17 hours ago

قناة الاستاذ الدكتور محمد داخل الركابي الرسمية

Last updated 1 month, 2 weeks ago

6 days, 21 hours ago

📌IT learning courses
📌All programing courses
📌Abdul bari courses
📌Ashok IT
📌Linux
📌Networking
📌Design patterns
📌Donet
📌Docker
📌Entity framework
📌Node.js
📌ASP. Net
📌Aps. Net cro
📌java
📌JavaScript
📌full stack developer

Tutorials + Books + Courses + Trainings + Workshops + Educational Resources

🔹Data science
🔹Python
🔹Artificial Intelligence
🔹AWS Certified
🔹Cloud
🔹BIG DATA
🔹Data Analytics
🔹BI
🔹Google Cloud Platform
🔹IT Training
🔹MBA
🔹Machine Learning
🔹Deep Learning
🔹Ethical Hacking
🔹SPSS
🔹Statistics
🔹Data Base
🔹Learning language resources  English , 🇫🇷

𝐂𝐘𝐁𝐄𝐑 𝐒𝐄𝐂𝐔𝐑𝐈𝐓𝐘 𝐀𝐋𝐋  𝐂𝐎𝐔𝐑𝐒𝐄
⚡️ Reconnaissance and Footprinting
⚡️ Network Scanning
⚡️ Enumeration
⚡️ Firewalls HIDs Honeypot
⚡️ Malware and Threats
⚡️ Mobile Platform
⚡️ Pentesting
⚡️ Sql Injection
⚡️ System Hacking
⚡️ Web Application
⚡️ Wireless Network
⚡️ Cloud Computing
⚡️ Web Server
⚡️ Social Engineering
⚡️ Session Hijacking
⚡️ Sniffing
⚡️ BufferOverflow
⚡️ Cryptography
⚡️ Denial Of Service

All courses (60 rupees)
Lifetime access

Contact:- @meterials_available

1 week, 3 days ago

Company Name - AnyDesk

Job Role - Technical Support Associate

Location - Bengaluru

Batch - 2023/2024

Package - INR 5 - 8 LPA

Apply Here - https://job-boards.eu.greenhouse.io/anydesk/jobs/4473601101?gh_src=4913a0b2teu

1 week, 5 days ago

📌IT learning courses
📌All programing courses
📌Abdul bari courses
📌Ashok IT
📌Linux
📌Networking
📌Design patterns
📌Donet
📌Docker
📌Entity framework
📌Node.js
📌ASP. Net
📌Aps. Net cro
📌java
📌JavaScript
📌full stack developer

Tutorials + Books + Courses + Trainings + Workshops + Educational Resources

🔹Data science
🔹Python
🔹Artificial Intelligence
🔹AWS Certified
🔹Cloud
🔹BIG DATA
🔹Data Analytics
🔹BI
🔹Google Cloud Platform
🔹IT Training
🔹MBA
🔹Machine Learning
🔹Deep Learning
🔹Ethical Hacking
🔹SPSS
🔹Statistics
🔹Data Base
🔹Learning language resources  English , 🇫🇷

𝐂𝐘𝐁𝐄𝐑 𝐒𝐄𝐂𝐔𝐑𝐈𝐓𝐘 𝐀𝐋𝐋  𝐂𝐎𝐔𝐑𝐒𝐄
⚡️ Reconnaissance and Footprinting
⚡️ Network Scanning
⚡️ Enumeration
⚡️ Firewalls HIDs Honeypot
⚡️ Malware and Threats
⚡️ Mobile Platform
⚡️ Pentesting
⚡️ Sql Injection
⚡️ System Hacking
⚡️ Web Application
⚡️ Wireless Network
⚡️ Cloud Computing
⚡️ Web Server
⚡️ Social Engineering
⚡️ Session Hijacking
⚡️ Sniffing
⚡️ BufferOverflow
⚡️ Cryptography
⚡️ Denial Of Service

All courses (50 rupees)
Lifetime access

Contact:- @meterials_available

2 weeks, 4 days ago

Wipro

Eligibility criteria

10th Standard: Pass
12th Standard: Pass
Graduation – 60% or 6.0 CGPA and above as applicable by the University guidelines
Year of Passing

2023, 2024

Qualification

Bachelor of Computer Application - BCA
Bachelor of Science- B.Sc. Eligible Streams-Computer Science, Information Technology, Mathematics, Statistics, Electronics, and Physics

Apply now:- https://app.joinsuperset.com/join/#/signup/student/jobprofiles/c10ac320-3871-4fb2-9053-d8a58b52ea18

2 weeks, 5 days ago

Trellix is hiring for Software Engineer Role

Roles: Software Engineer (6+ years)
Location: Bangalore, IN
Category: Software Engineering
Employment Type: Full-time

Link to Apply
https://careers.trellix.com/jobs/software-engineer-java/

3 weeks, 1 day ago

) ** 2

start_section = end_section = None
for idx, section in enumerate(sections):
for row in section:
if 'S' in row:
start_section = idx
if 'D' in row:
end_section = idx

other_sections = [i for i in range(total_sections) if i not in {start_section, end_section}]
min_path = float('inf')

for perm in itertools.permutations(other_sections):
order = [start_section] + list(perm) + [end_section]
rebuilt_grid = rebuild_grid(order, sections, size, block_size)
min_path = min(min_path, shortest_path(rebuilt_grid, size))

return min_path

if name == "main":
print(main())

ALTERNATING STRING
import java.util.Scanner;

public class AlternatingStringProcessor {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);

String binaryString = scanner.nextLine();
int length = binaryString.length();

int[] values = new int[length];
for (int i = 0; i < length; i++) {
values[i] = scanner.nextInt();
}

int result = 0;
int currentDigit = binaryString.charAt(0) - '0';
int lastValue = values[0];

for (int i = 1; i < length; i++) {
int nextDigit = binaryString.charAt(i) - '0';
if (nextDigit == currentDigit) {
result += Math.min(lastValue, values[i]);
lastValue = Math.max(lastValue, values[i]);
} else {
currentDigit = nextDigit;
lastValue = values[i];
}
}

System.out.println(result);
}
}

TCS CodeVita
@itjobsservices

3 months, 2 weeks ago
3 months, 2 weeks ago

LTI MINDTREE 8 September Exam:

Syllabus -

English - 15 minutes / 12 Questions
Logical Reasoning - 15 minutes / 12 Questions
Quant - 15 minutes / 12 Questions

Programming - 35 minutes / 25 Questions
CS Fundamentals - 20 minutes / 20 Questions
Voice Assessment / English - 20 minutes / 7 Questions

Total - 120 minutes

Answer's ?

https://whatsapp.com/channel/0029VamVeZSLdQeWpFUzOC3F

3 months, 2 weeks ago

Parallel Wireless is hiring Stack Trainee

2023/2024 batch passouts

Apply Here :- https://whatsapp.com/channel/0029VamVeZSLdQeWpFUzOC3F

We recommend to visit

Find top SQL resources from global universities, cool projects, and learning materials for data analytics.

For promotions: @coderfun

Buy ads: https://telega.io/c/sqlanalyst

Useful links: heylink.me/DataAnalytics

Last updated 4 months, 1 week ago

Last updated 6 days, 17 hours ago

قناة الاستاذ الدكتور محمد داخل الركابي الرسمية

Last updated 1 month, 2 weeks ago