🤔
Are you sure it should work this way?
Language agnostic software engineer. Knowledge sharing fan. Very enthusiastic to work closely with product teams.
-
Work in progress
- Gdansk
- work-in-progress.pl
Pinned Loading
-
stencil-poc
stencil-poc PublicMonorepo to tryout Stencil.js and it's powers in different JS frameworks
-
jest-xml-matcher
jest-xml-matcher PublicCustom jest matcher which can be used to find differences between XML structures
-
react-notify-toast
react-notify-toast PublicForked from jesusoterogomez/react-notify-toast
Toast notifications for React.js
JavaScript 1
-
zazoomauro/node-dependency-injection
zazoomauro/node-dependency-injection PublicThe NodeDependencyInjection component allows you to standarize and centralize the way objects are constructed in your application.
-
freight-hub/TypedEnv
freight-hub/TypedEnv Public archiveEnforceable environment variable contracts at runtime
-
Function for checking if number is p...
Function for checking if number is prime (matching regular expression of unary value) 1module.exports = function(value) {
2const primeVerifyExpression = /^1?$|^(11+?)\1+$/;
3const unaryValue = '1'.repeat(value);
45return !primeVerifyExpression.test(unaryValue);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.