Skip to content

Instantly share code, notes, and snippets.

View dheerajdlalwani's full-sized avatar
💭
Keep Hustling 🔥 💪🏻 and Opensource!

Dheeraj Lalwani dheerajdlalwani

💭
Keep Hustling 🔥 💪🏻 and Opensource!
View GitHub Profile
@dheerajdlalwani
dheerajdlalwani / tech-twitter-folks.txt
Created March 8, 2024 17:49
A list of people I like following on Tech Twitter.
- https://twitter.com/StalwartCoder
- https://twitter.com/sunnykgupta
- https://twitter.com/vvaibhav_desai
- https://twitter.com/prudhvir3ddy
- https://twitter.com/yash_kr_verma
- https://twitter.com/ivinayakg
- https://twitter.com/yashsehgaldev
- https://twitter.com/electron0zero
- https://twitter.com/WHYkalwani
- https://twitter.com/omtalk

Anchor that URL

This challenge needs to be solved in Python.

problem

  • You are given an .txt file.
  • You are supposed to write a python program to get all the URLs from the file and convert them into anchor tags.
@dheerajdlalwani
dheerajdlalwani / 000_sample_output.txt
Last active February 28, 2024 13:44
sample output for challenge: 000_anchor_that_url
My name is Dheeraj. I am active on Twitter/X. Here is my profile: <a rel="noreferrer noopener" target="_blank" title="https://twitter.com/DhiruCodes" href="https://twitter.com/DhiruCodes">https://twitter.com/DhiruCodes</a>.
I am a Backend Engineer. My GitHub account <a rel="noreferrer noopener" target="_blank" title="https://github.com/dheerajdlalwani" href="https://github.com/dheerajdlalwani">https://github.com/dheerajdlalwani</a> is where I have all my projects.
Want to see an example website? go to <a rel="noreferrer noopener" target="_blank" title="https://example.com" href="https://example.com">https://example.com</a>.
@dheerajdlalwani
dheerajdlalwani / 000_sample_input.txt
Created February 28, 2024 13:30
sample input for challenge: 000_anchor_that_url
My name is Dheeraj. I am active on Twitter/X. Here is my profile: https://twitter.com/DhiruCodes.
I am a Backend Engineer. My GitHub account https://github.com/dheerajdlalwani is where I have all my projects.
Want to see an example website? go to https://example.com.
@dheerajdlalwani
dheerajdlalwani / navidrome.toml
Created August 11, 2021 18:06
This is a configuration file to setup Navidrome Dev Environment.
# Set your music folder, preferable a specific development music library with few songs,
# to make scan fast
MusicFolder = "path/to/music/folder" # For example: "d:/navidrome/music"
# Make logging more verbose
LogLevel = "debug"
# This option will always create an `admin` user with the specified password, so you don't
# have to create a user every time you delete your dev database
DevAutoCreateAdminPassword = "password"