Giter Site home page Giter Site logo

salaros / is-biz-mail-php Goto Github PK

View Code? Open in Web Editor NEW
31.0 2.0 9.0 407 KB

isBizMail tells you whether a given email address belongs to a free email account provider (gmail.com, yahoo.es, yandex.ru etc) or not.

Home Page: https://codecave.pro/#projects

License: Other

PHP 97.53% Makefile 2.47%
email free domain business composer php business-email blacklist mailbox mail

is-biz-mail-php's Introduction

Hi, I'm Salaros ๐Ÿ‘‹

Full-stack Software Developer, DevOps, Solution Architect. Working in IT since 2008. I enjoy being challenged and engaging with projects that require me to work outside my comfort and knowledge set, learn new languages, frameworks and technologies. I'm a great problem-solver and critical thinker. My greatest passion is open-source, so I strongly believe in knowledge sharing within communities and teams.

  • ๐Ÿ”ญ Iโ€™m currently working for my startups
  • ๐ŸŒฑ Iโ€™m currently studying Machine Learning and orchestrators
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on WakaTime addins
  • ๐Ÿค” Iโ€™m looking for help with maintaining my open-source projects
  • ๐Ÿ’ฌ Ask me about C#, Azure, Docker, product life-time management
  • ๐Ÿ“ซ How to reach me: [email protected]

๐Ÿ“ Blogs & Pages

๐Ÿ”ง Technologies & Tools

is-biz-mail-php's People

Contributors

norkunas avatar peter279k avatar salaros avatar stof 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

Watchers

 avatar  avatar

is-biz-mail-php's Issues

Rely on OPCache optimizations for shared arrays for the list of domains

Currently, the list of domains is built using a array_unique call. This prevents keeping the big array in shared memory in OPCache on PHP 7.

If the array could be already de-duplicated in the source code (or if duplicates could be considered a non-issue), the array would stay non-mutated, and so could be kept in shared memory by OPCache.

Is the filtering actually useful here ? Neither https://github.com/salaros/is-biz-mail-dotnet nor https://github.com/salaros/is-biz-mail-js have the equivalent filtering.

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.