python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Compare values present in two data frames with the usage of sliding window function in R
We have two data frames
Data frame 1
sl no. Segment_name Segment
1 Segment1 AACG
2 Segment2 ACTG
3 Segment3 GTCA
Data frame 2
sl no. Dinucleotides Free energy Values
1 ...
Maharshi
Votes: 0
Answers: 1
Look up multiple words in a large string, with each word being at most k words apart from another word
Imagine you are given a long string of text - for e.g. "The quick brown fox jumped over the lazy dog and lorem ipsum etc", and then you are given an array of words like ["quick", &...
display_name_undef_123
Votes: 0
Answers: 1
Can I manually make tcp zero window and drop?
I have to request specific directory repeatedly. ex) https://example.org/home/dir/aaa/11
There is case if http response status code is 200 or else. If 200? read data from raw socket&and if there i...
Http2inc
Votes: 0
Answers: 0
Runtime error in following leetcode problem
Problem link - https://leetcode.com/problems/maximum-average-subarray-i/
class Solution
{
public:
double findMaxAverage(vector<int>& nums, int k)
{
deque<pair<int,int>> d; ...
Anu
Votes: 0
Answers: 1