{"id":15321971,"url":"https://github.com/akmamun/code-snippets","last_synced_at":"2026-03-06T04:32:32.561Z","repository":{"id":106930190,"uuid":"164645147","full_name":"akmamun/code-snippets","owner":"akmamun","description":"Snippets for JS, React JS, Python, Flask, Php, Laravel , DevOps","archived":false,"fork":false,"pushed_at":"2019-10-27T16:17:16.000Z","size":84,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T02:40:19.335Z","etag":null,"topics":["base64image","codesnippets","docker","flask","flask-socketio","host","js","js-validator","json-encoding","laravel","php","python","reactjs","seeder-table","snippets","supervisor","webcam-streaming","webrtc-streamer"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akmamun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2019-01-08T12:33:54.000Z","updated_at":"2024-06-23T10:52:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c38f193-13ba-4456-b975-b8360df0d13b","html_url":"https://github.com/akmamun/code-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akmamun/code-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fcode-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fcode-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fcode-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fcode-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akmamun","download_url":"https://codeload.github.com/akmamun/code-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akmamun%2Fcode-snippets/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260124032,"owners_count":22962199,"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":["base64image","codesnippets","docker","flask","flask-socketio","host","js","js-validator","json-encoding","laravel","php","python","reactjs","seeder-table","snippets","supervisor","webcam-streaming","webrtc-streamer"],"created_at":"2024-10-01T09:13:46.653Z","updated_at":"2026-03-06T04:32:32.509Z","avatar_url":"https://github.com/akmamun.png","language":"Python","readme":"## JavaScript, React JS, Python, Flask, Php (Laravel) Code Snippets\n\n## JavaScript \n- [JavaScript Form Validation](js/form-validation.js) \n- [Select Single Checkbox](js/single-checkbox-selection.js) \n- [Datetime (Unix , RealTime and Formatted Datetime)](js/datetime.js) \n\n## React JS \n- [React ENV Create](react-js/env.md)\n- [React Socket Connection](react-js/Socket.js)\n- [Exportable API Endpoint](react-js/api/ApiHelper.js)\n- [Example API Helper Routes ](react-js/api/ExampleApi.js)\n- [API Integration Add Component](react-js/api/ApiAdd.js)\n- [API Integration Data List Component](react-js/api/APIDataList.js)\n- [Async API Integration Data List Component](react-js/api/APIAsyncDataList.js)\n- [API Integration Edit Component](react-js/api/ApiEdit.js)\n- [API Integration Delete Component](react-js/api/ApiTodo.js)\n- [Basic API Integration with Fetch and Axios](react-js/fetch-axios.js)\n- [Custom Modal ](react-js/modal/Modal.js)\n- [Custom Backgroud Overlay ](react-js/overlay/Overlay.js)\n- [Manual Delay](react-js/delay.js) \n- [React Web Camera Streaming](react-js/webcam.js) \n- [Exportable Date Time](react-js/dateTime.js) \n- [Pagination and Usage](react-js/Pagination.js) \n- [Search Component](react-js/Search.js)\n- [Navbar Component with State Handle](react-js/Navbar.js)\n- [SideNavigation Component with State Handle](react-js/SideNavigation)\n- [Team Component](react-js/team/Team.js)\n- [Array Interval Delay and Hide Previous Element](react-js/array-plus-delay.js) \n- [React Select Option](react-js/SelectOption.js)\n- [Not Found Page](react-js/NotFound.js) \n\n## Hacks\n- [Frontend](react-js/Frontend.md) \n\n## Python \n- [Flask Socket Connection](python/flask_socket.py)\n- [Flask Socket Connection with Pubsub to listen subscription messages](python/flask_pubsub.py)\n- [Python Open-CV Video Recording](python/video_record.py)\n- [Find Router Connected Device Ip List](python/router_ip_address.py)\n- [Google Cloud Pub/Sub Publishing/subscription messages and subscriptions list](python/pubsub.py)\n- [Cython Compile File Generator](python/compile.py)\n- [Camera Live Streaming with Flask and Open-CV](python/camera.py)\n- [Image Cropping](python/image-cropping.py)\n- [Base 64 to Image Convert and Save](python/base64_to_image.py)\n- [Base 64 to Numpy Array](python/base64_to_numpy_array.py)\n- [Multiple Image Upload](python/multiple-image-upload.py)\n- [Another Directory Folder Add](python/another_directory_add.py)\n\n\n## Php Laravel \n- [Date Time Difference](laravel/date-time-difference.php)\n- [Database Insertion Without Model](laravel/db-insert-without-model.php)\n- [Database Table Seeder](laravel/db-seeder-table.php) \n- [Email Verification Login](laravel/email-verify-login.php) \n- [Json and Encode Decode](laravel/json-encode-decode.php) \n- [Multiple Image Upload](laravel/multiple-image-upload.php) \n- [Partial Route](laravel/partial-route.php) \n- [Create a Host](../../../create-a-host)\n\n## Go Lang\n- [Set Go Path](go/go-path-set.go)\n\n## System\n- [Supervisor Installation and Procedure](system/supervisor/README.MD)\n\n## Dockerize \n- [Dockerize Instruction](docker/README.md)\n- [Dockerize React App](docker/react/Dockerfile)\n- [Dockerize Flask App](docker/python/Dockerfile)\n\n## Other\n- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)\n\n## Projects\n- [Flask PyMongo Restful API](https://github.com/mrxmamun/flask-pymongo-validator.git)\n- [API Integration with React](https://github.com/mrxmamun/react-api-integration.git)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmamun%2Fcode-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakmamun%2Fcode-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakmamun%2Fcode-snippets/lists"}