Code Monkey home page Code Monkey logo

validus's Introduction

Hi there! I'm Rafiqul Hasan from Dhaka, Bangladesh.

WebsiteLinkedInTwitter


✨ Highly motivated and results-oriented software engineer with 9+ years of experience delivering efficient, scalable, and maintainable code for large-scale projects. Demonstrated leadership through successfully mentoring junior engineers and fostering a collaborative team environment. Passionate about tackling complex challenges, driving technical excellence, and building the future of software. Strong commitment to continuous learning and staying ahead of the technology curve.

validus's People

Contributors

00willo avatar kruger avatar shopnilsazal avatar shoumikchow avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

validus's Issues

isurl() returns true for arbitrary strings

  • validus version: 0.2.0
  • Python version: 3.6
  • Operating System: Linux

Description

isurl() returns True for arbitrary strings of length 4+

What I Did

>>> validus.isurl('')
False
>>> validus.isurl('a')
False
>>> validus.isurl('ab')
False
>>> validus.isurl('abc')
False
>>> validus.isurl('abcd')   # should not return true
True

DeprecationWarning: invalid escape sequence \.

  • validus version: master
  • Python version: 3.10.7
  • Operating System: linux

Description

Test a project that has validus as dependency gives this Deprecation Warning:

  /opt/pysetup/.venv/lib/python3.9/site-packages/validus/validators.py:881: DeprecationWarning: invalid escape sequence \.
    tld_re = r'\.(?!-)(?:[a-z' + ul + '-]{2,63}|xn--[a-z0-9]{1,59})(?<!-)\.?'  # may have a trailing dot

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.