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)
How can I paste ranges using variable references?
I am attempting to paste several ranges from one workbook to another using variables as the references. I was successful in running this for individual cells, but I think my syntax is wrong now that I...
Anthony L
Votes: 0
Answers: 0
fixing Fibonacci numbers from a range of 1 to 50 Python
I have a set of numbers from 1 to 50 and from these numbers I have to find which are Fibonacci number, after that I have to find which of these numbers contain the number 1 and 2.
For example in my co...
Kamel Avad
Votes: 0
Answers: 1
Grep IP Range Bash Script
I just got into Bash scripting and I'm having a hard time grepping a specific IP range from a file.
I've tried the following:
grep "213.184.111.[128][254]" example.txt
Is there an easier wa...
Thijs
Votes: 0
Answers: 2