Pinned Loading
-
transdict-app
transdict-app PublicTransDict App: intelligent translator and customizable dictionary for learning natural languages.
JavaScript
-
rummibuk-frontend
rummibuk-frontend PublicFront-end app for The Rummikub Online game (React.js). Back-end (Python) repository: https://github.com/szymonSys/rummikub
JavaScript 1
-
memoryGameJs
memoryGameJs PublicJavaScript object oriented project of Memory Game. It includes a ranking system, difficulty levels, and randomness of the board. Created for training and fun.
-
symfonyBlog
symfonyBlog Publictech: PHP7, Symfony, Doctrine ORM, Twig, Bootstrap; Social blog platform with (among others) subscription, commenting and customization functions.
PHP 1
-
Code question - Szymon Sysło
Code question - Szymon Sysło 1// solution of a given problem - return new array based on two given arrays:
2function makeSolution(firstList, secondList) {
3const memoizeNumbers = memo();
4const sortedArr = [...secondList].sort((a, b) => a - b);
5return firstList.reduce(
If the problem persists, check the GitHub status page or contact support.