This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <profiles version="13"> | |
| <profile kind="CodeFormatterProfile" name="1" version="13"> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/> | |
| <setting id="org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment" value="common_lines"/> | |
| <setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Dandelion Pro - React Admin Dashboard Template (https://themeforest.net/item/dandelion-pro-react-admin-dashboard-template/22890261) | |
| 2. Gogo - React Admin Template (https://themeforest.net/item/gogo-react-bootstrap-4-admin-dashboard/22544383) | |
| 3. React Material Admin (https://flatlogic.com/templates/react-material-admin) | |
| 4. Isomorphic - React Redux Admin Dashboard (https://themeforest.net/item/isomorphic-react-redux-admin-dashboard/20262330) | |
| 5. Xtreme React Admin Template (https://themeforest.net/item/xtreme-react-admin-template/22695888?_ga=2.97149343.1421693854.1572444994-1472428277.1572437875) | |
| 6. Clean UI React Pro — Multi Concept Admin Template (https://themeforest.net/item/clean-ui-react-admin-template/21938700) | |
| 7. RootUI - React Admin Dashboard (https://themeforest.net/item/rootui-react-admin-dashboard/24852340) | |
| 8. ArchitectUI - ReactJS Bootstrap Admin UI Dashboard Theme (https://themeforest.net/item/architectui-reactjs-bootstrap-admin-ui-dashboard-theme/23249820) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Update all data in collection, by another field | |
| db.person.find().forEach( | |
| function (elem) { | |
| db.person.update( | |
| { | |
| _id: elem._id | |
| }, | |
| { | |
| $set: { |