Hackerrank
HackerRank - Detect the Domain Name Solution
Using this solution you can extract all the urls from a html page
Hackerrank
Using this solution you can extract all the urls from a html page
Hackerrank
We can use the solution found in this tutorial to scrap all email addresses from a web page
Hackerrank
Building a Smart IDE: Identifying comments solution in python
Linux
If you are struggling trying to figure out how to copy and paste in putty terminal when connected to centos / ubuntu server, then you have come to the right place. It's quite easy to copy paste in PuTTY Do the following steps when you want to copy from
Python
Using python, we will find out whether there is a html table in the list of urls we have
Python
Q. Write a program that does the following * define a function to generate 1000 integer number randomly between 0 and 100, and save them in a file call it 'data.dat'. * define a function to read the file contents and count the number of numbers that fall in
vuejs
4 different ways to use moment js in a Vue component.
javascript
The most basic way to square a number in JavaScript is to multiply the number my itself. But there's two more.
Python
Normally a python program will exit automatically when the program ends. But some situations may arise when we would want to exit the program on meeting a condition or maybe we want to exit our program after a certain period of time.
javascript
Many people find it easy to learn CSS and HTML. But when it comes to learning Javascript they find it hard to learn it.
Hackerrank
There is an array of integers. There are also disjoint sets, and , each containing integers. You like all the integers in set and dislike all the integers in set . Your initial happiness is . For each integer in the array, if , you add to your happiness. If , you add to your
Hackerrank
You are given words. Some words may repeat. For each word, output its number of occurrences. The output order should correspond with the input order of appearance of the word. See the sample input/output for clarification. Note: Each input line ends with a "\n" character. Constraints: The