Recent content by Alchemist-Programmer

  1. Alchemist-Programmer

    Programming language learning journey

    yeap ! After Python I am going after JavaScript !
  2. Alchemist-Programmer

    Programming language learning journey

    Learning is never ending job. There is always something new to learn. I hope you understand.
  3. Alchemist-Programmer

    Get free bots and tools

    Hello friends, I am learning new programming languages continuously. (My Journey) So for practice I am coding a lot of programs, bots and tools. I am going to put my coded bots and programs in this thread. Also I would like to know your suggestions for bots Hope you find these programs...
  4. Alchemist-Programmer

    Programming language learning journey

    I think you misunderstood. Python has easy, clear and tiny syntax but that doesn't mean libraries are tiny. It's huge. C# 7 contains all ugly and unnecessary things from version 1.0 to 6.0 so it has become a mammoth programming language. Anyway Just enjoying learning of python. Language is...
  5. Alchemist-Programmer

    Programming language learning journey

    Your insight is spot on. Just started learning python using Pakt Publishing Video Courses... Python is tiny language as compare to mammoth C#
  6. Alchemist-Programmer

    Programming language learning journey

    I am good in C# and F# but I want to learn Python, C++, Java, Kotlin, Swift etc.
  7. Alchemist-Programmer

    Programming language learning journey

    My quest to learn top programming languages.
  8. Alchemist-Programmer

    Socinator - All in one Social Media Automation Software - Beta Testers Needed

    Thanks a lot for your kind information. So sweet to hear that. I will try. Thank you.
  9. Alchemist-Programmer

    Socinator - All in one Social Media Automation Software - Beta Testers Needed

    I am .net programmer with a decade of experience. I would like to be part of beta testers. Can I ?
  10. Alchemist-Programmer

    Download Website lists by technology

    it’s possible in Linux by using curl(client for URL) command. To find which web server is running on a machine use blow command. Please see the underlined text. #curl -I www.linuxnix.com # curl -I itig HTTP/1.1 200 OK Via: 1.1 us-PROXY1, 1.1 us-PROXY2 Connection: close Proxy-Connection: close...
  11. Alchemist-Programmer

    Extract emails from URLs

    This is easy. I can code a chrome extension to do this kind of work. Using chrome extensions you can automate almost anything !
  12. Alchemist-Programmer

    Download Website lists by technology

    Yes exactly. as well as HTTP Response codes tells about server technology.
  13. Alchemist-Programmer

    Google is so insane

    I think you don't do anything for period of time and then do blast for more backlinks your ranking will improve. IMHO
  14. Alchemist-Programmer

    Download Website lists by technology

    I think you need to find technology signatures in html in order to categorize, its like finding needle in stack of hay ! Scrapebox is good for such kind of work.
Back
Top