An open API service indexing awesome lists of open source software.

https://github.com/akmamun/code-snippets

Snippets for JS, React JS, Python, Flask, Php, Laravel , DevOps
https://github.com/akmamun/code-snippets

base64image codesnippets docker flask flask-socketio host js js-validator json-encoding laravel php python reactjs seeder-table snippets supervisor webcam-streaming webrtc-streamer

Last synced: 4 months ago
JSON representation

Snippets for JS, React JS, Python, Flask, Php, Laravel , DevOps

Awesome Lists containing this project

README

          

## JavaScript, React JS, Python, Flask, Php (Laravel) Code Snippets

## JavaScript
- [JavaScript Form Validation](js/form-validation.js)
- [Select Single Checkbox](js/single-checkbox-selection.js)
- [Datetime (Unix , RealTime and Formatted Datetime)](js/datetime.js)

## React JS
- [React ENV Create](react-js/env.md)
- [React Socket Connection](react-js/Socket.js)
- [Exportable API Endpoint](react-js/api/ApiHelper.js)
- [Example API Helper Routes ](react-js/api/ExampleApi.js)
- [API Integration Add Component](react-js/api/ApiAdd.js)
- [API Integration Data List Component](react-js/api/APIDataList.js)
- [Async API Integration Data List Component](react-js/api/APIAsyncDataList.js)
- [API Integration Edit Component](react-js/api/ApiEdit.js)
- [API Integration Delete Component](react-js/api/ApiTodo.js)
- [Basic API Integration with Fetch and Axios](react-js/fetch-axios.js)
- [Custom Modal ](react-js/modal/Modal.js)
- [Custom Backgroud Overlay ](react-js/overlay/Overlay.js)
- [Manual Delay](react-js/delay.js)
- [React Web Camera Streaming](react-js/webcam.js)
- [Exportable Date Time](react-js/dateTime.js)
- [Pagination and Usage](react-js/Pagination.js)
- [Search Component](react-js/Search.js)
- [Navbar Component with State Handle](react-js/Navbar.js)
- [SideNavigation Component with State Handle](react-js/SideNavigation)
- [Team Component](react-js/team/Team.js)
- [Array Interval Delay and Hide Previous Element](react-js/array-plus-delay.js)
- [React Select Option](react-js/SelectOption.js)
- [Not Found Page](react-js/NotFound.js)

## Hacks
- [Frontend](react-js/Frontend.md)

## Python
- [Flask Socket Connection](python/flask_socket.py)
- [Flask Socket Connection with Pubsub to listen subscription messages](python/flask_pubsub.py)
- [Python Open-CV Video Recording](python/video_record.py)
- [Find Router Connected Device Ip List](python/router_ip_address.py)
- [Google Cloud Pub/Sub Publishing/subscription messages and subscriptions list](python/pubsub.py)
- [Cython Compile File Generator](python/compile.py)
- [Camera Live Streaming with Flask and Open-CV](python/camera.py)
- [Image Cropping](python/image-cropping.py)
- [Base 64 to Image Convert and Save](python/base64_to_image.py)
- [Base 64 to Numpy Array](python/base64_to_numpy_array.py)
- [Multiple Image Upload](python/multiple-image-upload.py)
- [Another Directory Folder Add](python/another_directory_add.py)

## Php Laravel
- [Date Time Difference](laravel/date-time-difference.php)
- [Database Insertion Without Model](laravel/db-insert-without-model.php)
- [Database Table Seeder](laravel/db-seeder-table.php)
- [Email Verification Login](laravel/email-verify-login.php)
- [Json and Encode Decode](laravel/json-encode-decode.php)
- [Multiple Image Upload](laravel/multiple-image-upload.php)
- [Partial Route](laravel/partial-route.php)
- [Create a Host](../../../create-a-host)

## Go Lang
- [Set Go Path](go/go-path-set.go)

## System
- [Supervisor Installation and Procedure](system/supervisor/README.MD)

## Dockerize
- [Dockerize Instruction](docker/README.md)
- [Dockerize React App](docker/react/Dockerfile)
- [Dockerize Flask App](docker/python/Dockerfile)

## Other
- [Install Protobuf 3 on Ubuntu](https://gist.github.com/mrxmamun/c3afc8e9318135d5f79177ff528655a4)

## Projects
- [Flask PyMongo Restful API](https://github.com/mrxmamun/flask-pymongo-validator.git)
- [API Integration with React](https://github.com/mrxmamun/react-api-integration.git)