{"id":18687733,"url":"https://github.com/marcos-venicius/fuu","last_synced_at":"2025-07-31T16:16:08.072Z","repository":{"id":50891846,"uuid":"520103628","full_name":"marcos-venicius/FUU","owner":"marcos-venicius","description":"Hooks, Masks, Validators, Transforms, Features. Algorithms, PY, JS, TS, React, CS... many languages","archived":false,"fork":false,"pushed_at":"2023-12-02T15:22:08.000Z","size":105,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T10:45:44.235Z","etag":null,"topics":["adt","algorithms","algorithms-and-data-structures","data-structures","dev-tools","hooks","masks","python","react","tools","utils","validators","web-tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcos-venicius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-01T12:35:41.000Z","updated_at":"2023-12-04T16:25:47.000Z","dependencies_parsed_at":"2023-12-02T16:27:57.779Z","dependency_job_id":"8be32e55-0f0a-40f3-b055-dbc10038e9f0","html_url":"https://github.com/marcos-venicius/FUU","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2FFUU","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2FFUU/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2FFUU/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2FFUU/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcos-venicius","download_url":"https://codeload.github.com/marcos-venicius/FUU/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231573634,"owners_count":18394559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adt","algorithms","algorithms-and-data-structures","data-structures","dev-tools","hooks","masks","python","react","tools","utils","validators","web-tools"],"created_at":"2024-11-07T10:33:56.896Z","updated_at":"2024-12-28T01:12:54.610Z","avatar_url":"https://github.com/marcos-venicius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFUU\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eF\u003c/strong\u003erequently \u003cstrong\u003eU\u003c/strong\u003esed \u003cstrong\u003eU\u003c/strong\u003etilities\u003c/p\u003e\n\n### Algorithms\n\n- PY\n  - [Singly Linked List](./algorithms/py/singly-linked-list.py)\n  - [Stack O(1)](./algorithms/py/stack.py) - _**implemented with linked list**_\n  - [Queue O(1)](./algorithms/py/queue.py) - _**implemented with linked list**_\n  - [Binary search](/algorithms/py/binary-search.py) - [docs and tests](https://colab.research.google.com/drive/1U5nZ0fZcxSKjigeYM4yy93qUDHtdHOOT?usp=sharing)\n  - [Convert between bases](/algorithms/py/convert-between-bases.py) - [docs](/docs/algorithms/py/convert-between-bases.md)\n  - [From binary to hex](/algorithms/py/bin-to-hex.py)\n- CS\n  - [Sha 256 Hash](/algorithms/cs/Sha256.cs)\n\n### Features\n\n- JS\n  - [file picker](./features/js/file-picker.js)\n  - [generate random hex color](./features/js/generate-random-hex-color.js)\n  - [get color contrast](./features/js/get-color-contrast.js)\n  - [get first name](./features/js/get-first-name.js)\n  - [invert color](./features/js/invert-color.js)\n- TS\n  - [file picker](./features/ts/file-picker.ts)\n  - [get browser cookies](./features/ts/get-browser-cookies.ts)\n  - [accent folding](./features/ts/accent-folding.ts)\n  - [cache](./features/ts/cache)\n  - [get years list](./features/ts/get-years-list.ts) _gets a list from specified year until current year_\n  - [join generic elements](./features/ts/join-generic-elements.ts)\n  - [darken color](./features/ts/darken-color.ts) _transform a hexadecimal color a little darker_\n- [CS](/features/cs/)\n  - [S3](/features/cs/S3.cs) - [docs](/docs/features/cs/S3.md)\n\n### Hooks\n\n- TS\n  - [debounce](./hooks/ts/use-debounce.ts) - [docs](/docs/hooks/use-debounce.md)\n\n### Masks\n\n- JS\n  - [CNPJ](./masks/js/mask-cnpj.js)\n  - [CPF](./masks/js/mask-cpf.js)\n  - [date](./masks/js/mask-date.js)\n  - [email](./masks/js/mask-email.js)\n  - [money](./masks/js/mask-currency.js)\n  - [phone numnber](./masks/js/mask-phone.js)\n- TS\n  - [CNPJ](./masks/ts/mask-cnpj.ts)\n  - [CPF](./masks/ts/mask-cpf.ts)\n  - [date](./masks/ts/mask-date.ts)\n  - [email](./masks/ts/mask-email.ts)\n  - [money](./masks/ts/mask-currency.ts)\n  - [phone numnber](./masks/ts/mask-phone.ts)\n\n### Transforms\n\n- JS\n  - [bytes to readable string](./transforms/js/bytes-to-redable-string.js)\n  - [color name to hex](./transforms/js/color-name-to-hex.js)\n- TS\n  - [bytes to readable string](./transforms/ts/bytes-to-redable-string.ts)\n  - [color name to hex](./transforms/ts/color-name-to-hex.ts)\n\n### Validators\n\n- JS\n  - [CNPJ](./validators/js/validate-cnpj.js)\n  - [CPF](./validators/js/validate-cpf.js)\n  - [date age](./validators/js/validate-date-age.js)\n  - [date](./validators/js/validate-date.js)\n  - [email](./validators/js/validate-email.js)\n  - [hex color](./validators/js/validate-hex-color.js)\n- TS\n  - [CNPJ](./validators/ts/validate-cnpj.ts)\n  - [CPF](./validators/ts/validate-cpf.ts)\n  - [date age](./validators/ts/validate-date-age.ts)\n  - [date](./validators/ts/validate-date.ts)\n  - [email](./validators/ts/validate-email.ts)\n  - [hex color](./validators/ts/validate-hex-color.ts)\n- [CS](/validators/cs)\n  - [CNPJ](./validators/cs/ValidateCnpj.cs)\n  - [CPF](./validators/cs/ValidateCpf.cs)\n  - [Email](/validators/cs/ValidateEmail.cs) - [docs](/docs/cs/validate-email.md)\n\n# Docs\n\n### Algorithms\n\n- py\n  - [Convert between bases](/docs/algorithms/py/convert-between-bases.md)\n\n### Features\n\n- [cs](/docs/features/cs)\n  - [s3](/docs/features/cs/S3.md)\n\n### Hooks\n\n- [debounce](/docs/hooks/use-debounce.md)\n\n### Validators\n\n- [cs](/docs/cs)\n  - [Validate Email](/docs/cs/validate-email.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-venicius%2Ffuu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcos-venicius%2Ffuu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-venicius%2Ffuu/lists"}