๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
string parseURL(const string &url)
{
string ans;
string protocol;
size_t pos = url.find("://");
if (pos != string::npos)
{
protocol = url.substr(0, pos);
ans += protocol;
}
string rest = url.substr(pos + 3);
string hostname;
pos = rest.find('/');
if (pos != string::npos)
{
hostname = rest.substr(0, pos);
ans += " ";
ans += hostname;
rest = rest.substr(pos + 1);
}
else
{
hostname = rest;
ans += " ";
ans += hostname;
rest = "";
}
if (!rest.empty())
{
size_t query_pos = rest.find('=');
string filename;
if (query_pos != string::npos)
{
while (query_pos != string::npos)
{
filename = rest.substr(0, query_pos);
string query = rest.substr(query_pos + 1);
size_t temp = query.find('&');
if (temp == string::npos)
{
ans += " ";
ans += "[";
ans += filename;
ans+=":";
ans+=" ";
ans += query;
ans += ']';
break;
}
string last = query.substr(0, temp);
string last1 = query.substr(temp + 1);
query_pos = last1.find('=');
rest = last1;
ans += " ";
ans += "[";
ans += filename;
ans+=":";
ans+=" ";
ans += last;
ans += ']';
}
}
else
{
ans+=" ";
ans+=rest;
}
}
return ans;
}
URL Parser โ
Dunnhumby
{
string ans;
string protocol;
size_t pos = url.find("://");
if (pos != string::npos)
{
protocol = url.substr(0, pos);
ans += protocol;
}
string rest = url.substr(pos + 3);
string hostname;
pos = rest.find('/');
if (pos != string::npos)
{
hostname = rest.substr(0, pos);
ans += " ";
ans += hostname;
rest = rest.substr(pos + 1);
}
else
{
hostname = rest;
ans += " ";
ans += hostname;
rest = "";
}
if (!rest.empty())
{
size_t query_pos = rest.find('=');
string filename;
if (query_pos != string::npos)
{
while (query_pos != string::npos)
{
filename = rest.substr(0, query_pos);
string query = rest.substr(query_pos + 1);
size_t temp = query.find('&');
if (temp == string::npos)
{
ans += " ";
ans += "[";
ans += filename;
ans+=":";
ans+=" ";
ans += query;
ans += ']';
break;
}
string last = query.substr(0, temp);
string last1 = query.substr(temp + 1);
query_pos = last1.find('=');
rest = last1;
ans += " ";
ans += "[";
ans += filename;
ans+=":";
ans+=" ";
ans += last;
ans += ']';
}
}
else
{
ans+=" ";
ans+=rest;
}
}
return ans;
}
URL Parser โ
Dunnhumby
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
MITSOGO HIRING 2023 & 2024 batch
Job Role: Product Support Engineer
Qualification: B.E/B.Tech , 2024 and 2023 passed out( Any Stream)
Job Location: Chennai (Work from Office)
Shift Details - Rotational shifts (24/5, preferably Night shifts )
CTC - 4 LPA
Apply link : https://forms.office.com/pages/responsepage.aspx?id=KqbnxBjPTUqTeDaRUh_kTkpZb4Wf4idCqyoir4p7sZ5UQlFTR0tEM1dCRVRKSjdYVE5YV0pMWkRJUy4u&route=shorturl
Job Role: Product Support Engineer
Qualification: B.E/B.Tech , 2024 and 2023 passed out( Any Stream)
Job Location: Chennai (Work from Office)
Shift Details - Rotational shifts (24/5, preferably Night shifts )
CTC - 4 LPA
Apply link : https://forms.office.com/pages/responsepage.aspx?id=KqbnxBjPTUqTeDaRUh_kTkpZb4Wf4idCqyoir4p7sZ5UQlFTR0tEM1dCRVRKSjdYVE5YV0pMWkRJUy4u&route=shorturl
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
OIST Japan Internship as mentioned in the reel is now open.
Go and apply OIST Research Internship https://admissions.oist.jp/apply-research-internship
Go and apply OIST Research Internship https://admissions.oist.jp/apply-research-internship
Okinawa Institute of Science and Technology OIST
Admissions
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name : Tekion
Batch : 2023/2022/2021 passouts
Role : Software Engineers
Link : https://docs.google.com/forms/d/e/1FAIpQLScSN6BNb-f7TfzJHulbhpSIoZQEnqOqm_T2oxtx19TiPg2GFA/viewform
Batch : 2023/2022/2021 passouts
Role : Software Engineers
Link : https://docs.google.com/forms/d/e/1FAIpQLScSN6BNb-f7TfzJHulbhpSIoZQEnqOqm_T2oxtx19TiPg2GFA/viewform
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: Texas Instruments
Batch: 2022/2023/2024
Role: Software Engineer- AI & DL Location: Bangalore.
Skills: C/ C++, Machine learning/Deep Learning
Education: B.Tech/M.Tech
Experience: 0.3 months - 22 months
Interested candidates email your profiles tonamrata.kotur@spectrumconsultants.com
Batch: 2022/2023/2024
Role: Software Engineer- AI & DL Location: Bangalore.
Skills: C/ C++, Machine learning/Deep Learning
Education: B.Tech/M.Tech
Experience: 0.3 months - 22 months
Interested candidates email your profiles to
๐๐ฆ ๐๐น๐ด๐ผ ๐ป ๐ ใ๐๐ผ๐บ๐ฝ๐ฒ๐๐ถ๐๐ถ๐๐ฒ ๐ฃ๐ฟ๐ผ๐ด๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ดใ
Photo
import sys
import threading
class FenwickTree:
def __init__(self, size):
self.n = size + 2
self.tree = [0] * self.n
def update(self, idx):
while idx < self.n:
self.tree[idx] += 1
idx += idx & -idx
def query(self, idx):
res = 0
while idx > 0:
res += self.tree[idx]
idx -= idx & -idx
return res
def main():
sys.setrecursionlimit(1 << 25)
n = int(sys.stdin.readline())
ranges = []
for i in range(n):
x, y = map(int, sys.stdin.readline().split())
ranges.append((x, y, i))
rangesSorted = sorted(ranges, key=lambda x: (x[0], -x[1]))
endPoints = sorted(list(set([y for x, y, _ in rangesSorted])))
yMapping = {y: idx+1 for idx, y in enumerate(endPoints)}
ft = FenwickTree(len(yMapping))
contains = [0] * n
for x, y, idx in rangesSorted:
contains[idx] = ft.query(len(yMapping)) - ft.query(yMapping[y]-1)
ft.update(yMapping[y])
rangesSortedRev = sorted(ranges, key=lambda x: (-x[0], x[1]))
ftRev = FenwickTree(len(yMapping))
containedBy = [0] * n
for x, y, idx in rangesSortedRev:
containedBy[idx] = ftRev.query(yMapping[y])
ftRev.update(yMapping[y])
print(' '.join(map(str, containedBy)))
print(' '.join(map(str, contains)))
threading.Thread(target=main).start()
Kickdrum โ
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Narendra Singh on LinkedIn: #servicenow #hiring #freshers #careeropportunity #joinus #techjobs | 23 comments
๐ Freshers Hiring Alert! ๐
ServiceNow is thrilled to announce that we are hiring freshers for the IC1 role! ๐
Are you a recent graduate eager to kickstartโฆ | 23 comments on LinkedIn
ServiceNow is thrilled to announce that we are hiring freshers for the IC1 role! ๐
Are you a recent graduate eager to kickstartโฆ | 23 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company: CRED
Batch: 2025
Role: Web Engg Intern
Reach out to CRED employees for referral
Batch: 2025
Role: Web Engg Intern
Reach out to CRED employees for referral
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Capgemini on LinkedIn: #getthefutureyouwant | 56 comments
Rewrite your future at Capgemini!
We are hiring B.E./B.Tech graduates (2023 and 2024) specializing in Aeronautics or Aerospace to join our team as analysts inโฆ | 56 comments on LinkedIn
We are hiring B.E./B.Tech graduates (2023 and 2024) specializing in Aeronautics or Aerospace to join our team as analysts inโฆ | 56 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Raja Shekar Vadipilla on LinkedIn: #hiring #fresher #jobs #iit #nit #bits #iiit #rvce #vit #iisc #nsit #psgโฆ | 363 comments
Qualcomm hiring Freshers B.Tech / M.Tech with Computer Science / IT / ECE Stream who are good in C Programming.
2023 and 2024 Passed outs ONLY
Hiring for bothโฆ | 363 comments on LinkedIn
2023 and 2024 Passed outs ONLY
Hiring for bothโฆ | 363 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Company Name: Monotype
Batch eligible: 2024 grads
Role:
1) QA Trainee : https://monotype.wd1.myworkdayjobs.com/Monotype/job/Noida/QA-Trainee_R0003800
2) Site Reliability Trainee : https://monotype.wd1.myworkdayjobs.com/Monotype/job/Noida/Site-Reliability-Trainee_R0003795
Batch eligible: 2024 grads
Role:
1) QA Trainee : https://monotype.wd1.myworkdayjobs.com/Monotype/job/Noida/QA-Trainee_R0003800
2) Site Reliability Trainee : https://monotype.wd1.myworkdayjobs.com/Monotype/job/Noida/Site-Reliability-Trainee_R0003795
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Sonali Singh on LinkedIn: #itjobs #hiring #softwaredeveloper #jobopportunity #fresher | 18 comments
๐ Join Our Growing Team at NeoSOFT ๐
๐ข We are hiring for a Jr. Data Scientist position. ๐ฏ
Designation- Jr. Data Scientist
Total Experience: 6 months toโฆ | 18 comments on LinkedIn
๐ข We are hiring for a Jr. Data Scientist position. ๐ฏ
Designation- Jr. Data Scientist
Total Experience: 6 months toโฆ | 18 comments on LinkedIn
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Linkedin
Job Details | Sanjay Vishwakarma
We have opened the Quantum Software Developer Intern: 2025 position!
https://lnkd.in/dBXAxP8m
An interesting opportunity awaits!
#quantum #internship #community
https://lnkd.in/dBXAxP8m
An interesting opportunity awaits!
#quantum #internship #community
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Amazon Scholarships and Internship upto 2 ๐๐ฎ๐ธ๐ต for female engineering students through Future Engineer Program
Eligibility -
First Year B.E./B.Tech.
Annual Income <3 Lakh
Last Date - 25 Oct, 2024
https://www.amazonfutureengineer.in/scholarship-and-internship
Eligibility -
First Year B.E./B.Tech.
Annual Income <3 Lakh
Last Date - 25 Oct, 2024
https://www.amazonfutureengineer.in/scholarship-and-internship
AFE IN
Scholarship and Internship
Amazon Future Engineer students can boost the future for themselves and their community with the support of college funding, paid internships, and industry mentors.
Forwarded from OffCampus Jobs | OnCampus Jobs | Daily Jobs Updates | Lastest Jobs | All Jobs | CSE Jobs | Fresher Jobs โฅ (Dushyant)
Lucious is hiring SDE
For 2021, 2022, 2023 grads
Location: Bangalore
https://www.linkedin.com/posts/j-jijo_google-forms-sign-in-activity-7249023774577057792-Dtfw
For 2021, 2022, 2023 grads
Location: Bangalore
https://www.linkedin.com/posts/j-jijo_google-forms-sign-in-activity-7249023774577057792-Dtfw
Linkedin
Jijo Johnson on LinkedIn: Google Forms: Sign-in | 30 comments
๐Hiring Alert! ๐
I am hiring for the following roles at Licious
1) Software Development Engineer- 3 (Java Backend) (6-9 years)
2) Software Developmentโฆ | 30 comments on LinkedIn
I am hiring for the following roles at Licious
1) Software Development Engineer- 3 (Java Backend) (6-9 years)
2) Software Developmentโฆ | 30 comments on LinkedIn