-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* data update 11-10-2024 * Create setup_spark.sh * p * Update a.csv * update * formated adminlte * updated * ok
- Loading branch information
1 parent
a48423c
commit 9f51099
Showing
1,188 changed files
with
921,270 additions
and
633,890 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"root": true, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": ["@typescript-eslint"], | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:@typescript-eslint/eslint-recommended", | ||
"plugin:@typescript-eslint/recommended" | ||
], | ||
"rules": { | ||
"indent": ["error", 4], | ||
"quotes": ["error", "double"] | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
--- | ||
name: Bug report 🐛 | ||
about: Create a bug report for PortfolioTracker | ||
labels: bug | ||
--- | ||
|
||
<!-- Provide a general summary of the issue in the Title above --> | ||
|
||
## Current Behavior 😯 | ||
|
||
<!-- Describe what happens instead of the expected behavior. --> | ||
|
||
## Expected Behavior 🤔 | ||
|
||
<!-- Describe what should happen. --> | ||
|
||
## Steps to Reproduce 🕹 | ||
|
||
<!-- Describe how to reproduce the issue --> | ||
|
||
Steps: | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Your Environment 🌎 | ||
|
||
<!-- What version, browser, OS and screen size are you using --> | ||
|
||
- Theme version: | ||
- Free or paid version: | ||
- Browser: | ||
- OS: | ||
- Screen size: | ||
|
||
## Screenshots 📷 | ||
|
||
<!-- If applicable, add screenshots to help explain this problem. --> | ||
--- | ||
name: Bug report 🐛 | ||
about: Create a bug report for PortfolioTracker | ||
labels: bug | ||
--- | ||
|
||
<!-- Provide a general summary of the issue in the Title above --> | ||
|
||
## Current Behavior 😯 | ||
|
||
<!-- Describe what happens instead of the expected behavior. --> | ||
|
||
## Expected Behavior 🤔 | ||
|
||
<!-- Describe what should happen. --> | ||
|
||
## Steps to Reproduce 🕹 | ||
|
||
<!-- Describe how to reproduce the issue --> | ||
|
||
Steps: | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Your Environment 🌎 | ||
|
||
<!-- What version, browser, OS and screen size are you using --> | ||
|
||
- Theme version: | ||
- Free or paid version: | ||
- Browser: | ||
- OS: | ||
- Screen size: | ||
|
||
## Screenshots 📷 | ||
|
||
<!-- If applicable, add screenshots to help explain this problem. --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
--- | ||
name: Custom issue template | ||
about: Describe this issue template's purpose here. | ||
title: "" | ||
labels: "" | ||
assignees: "" | ||
--- |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<!-- Thank you so much for your PR, your contribution is appreciated! ❤️ --> | ||
|
||
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/PtPrashantTripathi/PortfolioTracker/blob/HEAD/.github/CONTRIBUTING.md#submitting-a-pull-request). | ||
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/PtPrashantTripathi/PortfolioTracker/blob/HEAD/.github/CONTRIBUTING.md#submitting-a-pull-request). |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"css.validate": false, | ||
"liveServer.settings.port": 5501, | ||
"prettier.printWidth": 80 | ||
"prettier.printWidth": 80, | ||
"cSpell.words": ["dtype"] | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,5 @@ | |
"data_type": "float64" | ||
} | ||
], | ||
"order_by": [ | ||
"symbol", | ||
"date", | ||
"event" | ||
] | ||
"order_by": ["symbol", "date", "event"] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,5 @@ | |
"data_type": "float64" | ||
} | ||
], | ||
"order_by": [ | ||
"symbol", | ||
"date" | ||
] | ||
"order_by": ["symbol", "date"] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,5 @@ | |
"data_type": "datetime64[ns]" | ||
} | ||
], | ||
"order_by": [ | ||
"datetime" | ||
] | ||
"order_by": ["datetime"] | ||
} |
Oops, something went wrong.