A minimal music player built on electron.
A chess website where people can play against each other online.
An endless 2D jumping game made with Phaser and Electron, select a avatar and start playing
A basic file system in user space written in C using FUSE
Aveek-Saha/ecommerce-website-template 3
A simple webpage template for a e-commerce website using html, bootstrap and javascript for front end. PHP and mySQL have been used for backend
A website where you can check download counts for GitHub releases, information like release author and date of publishing
A small data structures library for JavaScript
Aveek-Saha/Aveek-Saha.github.io 2
A website for my portfolio
Aveek-Saha/Chrome-dinosaur-game-clone 2
A clone of the classic chrome dinosaur game using Phaser
Analyzing the spread of the novel Coronavirus COVID-19
push eventAveek-Saha/MusicPlayer
commit sha d5863b09a0967beafdefd67058a324ededaaf245
Add menu entry for sorting
push time in 3 hours
issue openedAveek-Saha/MusicPlayer
Is your feature request related to a problem? Please describe. If you add tracks to the directory you selected, a restart is required for the tracks to show up in the playlist.
Describe the solution you'd like When a track is added, it should be added to the playlist without requiring a restart.
Additional context Watch the directory for changes and then update the playlist.
created time in 6 hours
issue openedAveek-Saha/MusicPlayer
Is your feature request related to a problem? Please describe. There is currently no way to sort the order in which songs are displayed in the playlist menu.
Describe the solution you'd like There should be a button or toggle to sort the tracks.
Additional context The tracks could be sorted by track name, artist name, or date added.
created time in 6 hours
push eventAveek-Saha/Aveek-Saha.github.io
commit sha a6cc823a10f3b4104044bbf7ad433efc5c03c208
Revert changes
push time in a day
push eventAveek-Saha/Aveek-Saha.github.io
commit sha 519b1082294ec947d8461e3ffb943e65fa557fbb
Try smaller images
push time in a day
push eventAveek-Saha/Aveek-Saha.github.io
commit sha 79014ae1700b7d2b30999a2c97183ac3cadde290
Try smaller images
push time in a day
push eventAveek-Saha/Aveek-Saha.github.io
commit sha 0c9c7d15f37db175c354cde11f2e91e99f30be82
Try smaller images
push time in a day
push eventAveek-Saha/Aveek-Saha.github.io
commit sha a060738a6948b3a684ab299421df3ddd47bf8c08
Try smaller images
push time in a day
push eventAveek-Saha/Aveek-Saha.github.io
commit sha 404e3c585b37b555ef1d638e2a19ddc8d356433f
Add new projects
commit sha 0b88afc6e1e1426118055845e5215f9e1b090d30
Fix image names
push time in a day
push eventAveek-Saha/MusicPlayer
commit sha 9f4124993976556ec95bb6105d2a24dbd2c0c35d
Fix format error
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 529f230639fbe3c2b1205469e8561ca87139e6ba
Add keyboard shortcuts
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 5f3ee1b5caf23eb9be2db3e0a86ce51cee5daeb9
Update about app info
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 9a19bb48adcef64da95134bb41e732f2575c2207
Update readme with new feature
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha edb73385f124ae8b15710641d3faf3b6fa71a9fd
Add keyboard shortcut keys handler
commit sha 5e8769d9c352993dcb8e15b32a29a045835e536e
Add volumeUp/Down functions
commit sha 5331e5d945386f450d9736cb38f7797fc4b0001d
Add additional shortcut keys
commit sha a9b660c541a0be96cb8977ca5e242ffa98815e11
Fix handle keypress only when playlist not visible
commit sha b82a6d16279220611dd1d9818095f8e2fd60c62e
Merge pull request #1 from ielixirz/ielixirz/feat/handle-shortcut-keys/31 Fix handle keypress only when playlist not visible
commit sha 20f628f8fa58fd37539a11d0426c89f0096b9dfb
Merge pull request #32 from ielixirz/feat/handle-shortcut-keys/31 #31 Add keyboard shortcuts for playback
commit sha d2afc32ff0b82c0507eda27e9271c0d8be24f6a2
Update with latest code changes
commit sha 11951fee59f5ef490b0908ea971eecd6548d7edd
Fix keyboard shortcuts
commit sha 5e772774719c5984f1c8d207277d60eba4b95ed8
Change key handling
commit sha a4b52fd2793847410bb6daff316df053fcde8bfe
Condense switch case
commit sha 10a182200dfe27a366106ea8e7c2621f4e663f8c
Trigger on keyup instead of down
commit sha 1b5bc0953a12923850005459e3a7bb3fb9a42175
Merge pull request #41 from Aveek-Saha/keyboard_shortcuts Keyboard shortcuts
push time in 2 days
PR merged Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> No keyboard shortcuts for playback Issue Number: #31
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Added keyboard shortcuts for play, pause, skip and volume.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr closed time in 2 days
PR opened Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> No keyboard shortcuts for playback Issue Number: #31
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Added keyboard shortcuts for play, pause, skip and volume.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr created time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 10a182200dfe27a366106ea8e7c2621f4e663f8c
Trigger on keyup instead of down
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 5e772774719c5984f1c8d207277d60eba4b95ed8
Change key handling
commit sha a4b52fd2793847410bb6daff316df053fcde8bfe
Condense switch case
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 11951fee59f5ef490b0908ea971eecd6548d7edd
Fix keyboard shortcuts
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 886f48bcb5a0568aa20efc9ae3d469c055aa5c8d
Make contribution guidelines clear
commit sha 1e12cae3b5b7cc000dbe1b7261115ead4abf1a94
Store the settings
commit sha d9436bb6df032e9332f57758609b03bd49db4902
Store the volume in settings
commit sha 1b34afdc1ebb14c5b9e1fc0a786fa1d6c22ec571
Remove mute from settings
commit sha bdddcf0cb40863568c6a23d1504b90fe87588e19
Merge pull request #37 from Aveek-Saha/store_settings Store settings
commit sha 112cb7ea79fb70d3c1e001648839c1eaddf9dc15
Store the settings
commit sha 56ce50ef0d4769873ff101e459bd023b693737da
Code cleanup
commit sha 8c05735ea1de508d6f709fe2d16e99781302ec3a
Update electron and Fix animation issues
commit sha 35f0a948a53c5290555e3c5b0db1527f97fe01f3
Correct theme checkbox
commit sha 73851cbfc23fbb6b3b24a473f6846309fd941d11
Merge pull request #38 from Aveek-Saha/update_electron Update electron and fix theme toggle
commit sha 25c29dd4290c075f8aa0cdce18fe695b4d0294c2
Group buttons together
commit sha 7991d53e70edd6e08edc7e13771151212d2689bc
Update changelog with latest fixes
commit sha 5c3d288ee100890b2fdb263249e88ef975ccaa8c
Fix promise subscribe
commit sha 8558b041c29b8d61614225271e5a70f1c58bae29
Space
commit sha e6e5bf9b7138c6da284afb3d8777480df1ced43f
Error handling
commit sha d3b144ab132f20a9e73a0fd731d864066007da5d
Merge pull request #39 from michielst/master Added missing promise subscription
commit sha be8ba36bea96cedbd37e95563ff8aff495c092bf
Add linting and prettier
commit sha f304f3278e442a1a4f66fb13367bc0f9879a363d
Fix file formatting
commit sha 471386207880f946f0d509375a3e806e9e91cfe8
More code cleanup
commit sha e5b7faf59087084a93bebff9c03fd62f45feaba4
Add code formatting checks
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha be8ba36bea96cedbd37e95563ff8aff495c092bf
Add linting and prettier
commit sha f304f3278e442a1a4f66fb13367bc0f9879a363d
Fix file formatting
commit sha 471386207880f946f0d509375a3e806e9e91cfe8
More code cleanup
commit sha e5b7faf59087084a93bebff9c03fd62f45feaba4
Add code formatting checks
commit sha e5af4a61dc6990a6a312c6be452e024ae26c61d2
Merge pull request #40 from Aveek-Saha/code_cleanup Code cleanup
push time in 2 days
PR merged Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [x] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> No code formatting or style guide. Issue Number: N/A
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Added prettier for code formatting.
- Added a check to ensure PRs follow the prettier format.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr closed time in 2 days
PR opened Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [x] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> No code formatting or style guide. Issue Number: N/A
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Added prettier for code formatting.
- Added a check to ensure PRs follow the prettier format.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr created time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha 471386207880f946f0d509375a3e806e9e91cfe8
More code cleanup
commit sha e5b7faf59087084a93bebff9c03fd62f45feaba4
Add code formatting checks
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha f304f3278e442a1a4f66fb13367bc0f9879a363d
Fix file formatting
push time in 2 days
push eventAveek-Saha/MusicPlayer
commit sha be8ba36bea96cedbd37e95563ff8aff495c092bf
Add linting and prettier
push time in 2 days
issue commentAveek-Saha/MusicPlayer
This could be useful, could you open a new issue with the feature request template?
comment created time in 3 days
push eventAveek-Saha/MusicPlayer
commit sha 5c3d288ee100890b2fdb263249e88ef975ccaa8c
Fix promise subscribe
commit sha 8558b041c29b8d61614225271e5a70f1c58bae29
Space
commit sha e6e5bf9b7138c6da284afb3d8777480df1ced43f
Error handling
commit sha d3b144ab132f20a9e73a0fd731d864066007da5d
Merge pull request #39 from michielst/master Added missing promise subscription
push time in 3 days
PR merged Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. -->
Issue Number: N/A
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
Does this introduce a breaking change?
- [ ] Yes
- [ ] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr closed time in 3 days
push eventAveek-Saha/MusicPlayer
commit sha 7991d53e70edd6e08edc7e13771151212d2689bc
Update changelog with latest fixes
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 25c29dd4290c075f8aa0cdce18fe695b4d0294c2
Group buttons together
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 8c05735ea1de508d6f709fe2d16e99781302ec3a
Update electron and Fix animation issues
commit sha 35f0a948a53c5290555e3c5b0db1527f97fe01f3
Correct theme checkbox
commit sha 73851cbfc23fbb6b3b24a473f6846309fd941d11
Merge pull request #38 from Aveek-Saha/update_electron Update electron and fix theme toggle
push time in 4 days
PR merged Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Updated the electron version and fixed a bug where the wrong theme checkbox was ticked on startup.
Issue Number: N/A
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Electron version has been bumped
- The correct theme checkbox is now shown on startup
Does this introduce a breaking change?
- [x] Yes
- [ ] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr closed time in 4 days
PR opened Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
<!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Updated the electron version and fixed a bug where the wrong theme checkbox was ticked on startup.
Issue Number: N/A
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Electron version has been bumped
- The correct theme checkbox is now shown on startup
Does this introduce a breaking change?
- [x] Yes
- [ ] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr created time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 35f0a948a53c5290555e3c5b0db1527f97fe01f3
Correct theme checkbox
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 56ce50ef0d4769873ff101e459bd023b693737da
Code cleanup
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 112cb7ea79fb70d3c1e001648839c1eaddf9dc15
Store the settings
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 1e12cae3b5b7cc000dbe1b7261115ead4abf1a94
Store the settings
commit sha d9436bb6df032e9332f57758609b03bd49db4902
Store the volume in settings
commit sha 1b34afdc1ebb14c5b9e1fc0a786fa1d6c22ec571
Remove mute from settings
commit sha bdddcf0cb40863568c6a23d1504b90fe87588e19
Merge pull request #37 from Aveek-Saha/store_settings Store settings
push time in 4 days
PR merged Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
Volume and shuffle status is not saved when player is restarted
Issue Number: #36
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Volume is saved in persistent storage
- Shuffle status is saved in persistent storage
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr closed time in 4 days
issue closedAveek-Saha/MusicPlayer
Store settings in persistent storage
Is your feature request related to a problem? Please describe. The shuffle and mute status are not saved when toggled.
Describe the solution you'd like The mute and shuffle state should persist in between restarts.
closed time in 4 days
Aveek-SahaPR opened Aveek-Saha/MusicPlayer
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, renaming)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
Volume and shuffle status is not saved when player is restarted
Issue Number: #36
What is the new behavior?
<!-- Please describe the behavior or changes that are being added by this PR. -->
- Volume is saved in persistent storage
- Shuffle status is saved in persistent storage
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
<!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
pr created time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 1b34afdc1ebb14c5b9e1fc0a786fa1d6c22ec571
Remove mute from settings
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha d9436bb6df032e9332f57758609b03bd49db4902
Store the volume in settings
push time in 4 days
push eventAveek-Saha/MusicPlayer
commit sha 1e12cae3b5b7cc000dbe1b7261115ead4abf1a94
Store the settings
push time in 4 days
issue openedAveek-Saha/MusicPlayer
Store settings in persistent storage
Is your feature request related to a problem? Please describe. The shuffle and mute status are not saved when toggled.
Describe the solution you'd like The mute and shuffle state should persist in between restarts.
created time in 5 days
issue commentAveek-Saha/MusicPlayer
Not sure why this behavior is happening, does it happen if you use only one display?
comment created time in 5 days
push eventAveek-Saha/spotify-box
commit sha f00d6f43429c74f95af6cb1f5e604c85e05e3c4f
Improve readability
push time in 5 days
push eventAveek-Saha/snek-qr
commit sha d70a6d34f81e947de8a0773ae6b7281045c2db06
Update readme
push time in 6 days
push eventAveek-Saha/snek-qr
commit sha 3532801956bbfc28d98f98be54f34fc969824ce8
Add code
commit sha 1c39a8d25396dced53064d7c59d737a7d65e65c3
Add QR code
push time in 6 days
push eventAveek-Saha/snek-qr
commit sha 28d5dc278a1993005f6bdfe5dec214db4b8f7424
Complete introduction
push time in 6 days
push eventAveek-Saha/snek-qr
commit sha 0cda7c2d257183b6d5cfce6b974391f00a78269d
And introduction
push time in 6 days
created repositoryAveek-Saha/snek-qr
Can you fit a game of snake on a QR code?
created time in 6 days
push eventAveek-Saha/blog
commit sha 6baca651b5acf5b207837efe47239b2e3f7b347c
Try new cover image
push time in 7 days
push eventAveek-Saha/blog
commit sha 4c23ce9ebf6d079dbf8fad00f0744759dcfd3ccf
Update tags: Pinned gist bot
push time in 7 days
push eventAveek-Saha/blog
commit sha 1c16c06eb590e9031224b583a37ebcbbbf044ce7
New post: Pinned gist bot
push time in 7 days
startedhanxiao/bert-as-service
started time in 8 days
push eventAveek-Saha/blog
commit sha 3e2c6994414cb60b9aded8fbc76d3e31b2a2d749
Fix spelling mistakes
push time in 8 days
startedget-alex/alex
started time in 9 days
push eventAveek-Saha/awesome-pinned-gists
commit sha bdfd59a1428d0ad4d29b0af2bff048e64ee7d0bc
Add Spotify box
push time in 10 days
push eventAveek-Saha/aveek-saha
commit sha 4637a0d79adc2de2a6ee3aa28c890a9127b49293
Hide repo cards for now
push time in 10 days
push eventAveek-Saha/aveek-saha
commit sha 12339d6448628d95db1564daaf32275fb957db3e
Increase spacing
push time in 10 days
push eventAveek-Saha/aveek-saha
commit sha 4aa4e521ceb4f8f7dc4c1ef13f2d65c7dd41c434
Add repo cards
push time in 10 days
push eventAveek-Saha/js-data-structs
commit sha 7c44cc1cfc1da0e3932928cb1bf2d50acefbf6ab
Remove some redundant lines
commit sha 6cd6fcfe2b8054f9e1fe3dbf51133101de3645f6
Remove more redundancy in tests
commit sha 012f4179e416482134a930b645dce04f507fe835
Update readme with doubly linked list
commit sha 056b323e622a9cb7114ec2a1816a73c645bd7b7d
Fix linked list test
commit sha 036628416360aeb114e384c5a487ddb74eb378c4
Merge pull request #13 from Aveek-Saha/dev
push time in 11 days
PR merged Aveek-Saha/js-data-structs
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [x] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
Rearrange the test files to remove redundant code and update the readme with the latest algorithm.
pr closed time in 11 days
push eventAveek-Saha/js-data-structs
commit sha 056b323e622a9cb7114ec2a1816a73c645bd7b7d
Fix linked list test
push time in 11 days
PR opened Aveek-Saha/js-data-structs
Pull request type
<!-- Please do not submit updates to dependencies unless it fixes an issue. -->
<!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. -->
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, renaming)
- [x] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->
Other information
Rearrange the test files to remove redundant code and update the readme with the latest algorithm.
pr created time in 11 days
push eventAveek-Saha/js-data-structs
commit sha 012f4179e416482134a930b645dce04f507fe835
Update readme with doubly linked list
push time in 11 days
push eventAveek-Saha/js-data-structs
commit sha 8c1a7ba50ba904795dd955b7ceabadcce2451396
Merge pull request #8 from Aveek-Saha/dev Add more formatting checks and improve workflow
commit sha 1da6da2ec3bef25b04e70075eb5f488cbdf0e7ad
Improve feature request template
commit sha 8fbe5d4c1e1bc2a1e28dafa2db729cb9ef6d52ca
Merge branch 'master' of github.com:Aveek-Saha/js-data-structs into master
commit sha 1417e8aae5c301381ea99f9ceb0e259363c8e8ab
Improve feature request template
commit sha 87bdf6416d332dbe492e2b2b67a5cea9aa541090
New release: v2.0.0
commit sha 64dd89d60e5ebed4dc0f31e4e135e87a190830a6
New release: v2.0.0
commit sha dc8f9d71cec73f85eec552d215b0c9a438f0941b
Update CDN link
commit sha 00248193fd13e03854fa863060317444bad1f107
Add Node for Doubly Linked List
commit sha 58aeec6c235d5d7d744d19849e01c01038531b7f
Initial Test for Doubly Linked List
commit sha b984d9bbe0b73a7c912a04a62d3fa60915884f86
Initial Doubly Linked List
commit sha ecbef11db049f9711d94b400738110e41747f35e
Add Doubly Linked List to main script
commit sha f76043160e7371d8b3bd8c8636970ef53788d812
Test for insert to Tail in Doubly Linked List
commit sha ba04a2dafa794e7c4a9f9b708983dfb357acac74
Implement insertTail in Doubly Linked List
commit sha 71267e367259a6ed2945040c6f1f164145cae066
Test for insert at specific position
commit sha d15f56184037b3787b621c99f01e46cf41901c87
Implement insertAt in Doubly Linked List
commit sha 81d6fcd7aa07ef1d9b8f30516dbe721f44fa24f9
Test to remove the Head of Doubly Linked List
commit sha 386837411f25caa2a6c36fa84fa56e9d2dbc4ddc
Implement remove Head of Doubly Linked List
commit sha 68c3ce10534df01c531dcd47c812cfcc941758ed
Test for remove the Tail
commit sha 4cbd97c342a2498606de1643aeac4adf5fe0e01c
Implement Remove Tail in Doubly Linked List
commit sha adb8c848acdaa7a35ab14387cd409cc91582d794
Test for get item at specific position
push time in 11 days
issue closedAveek-Saha/js-data-structs
Doubly linked list -
What will change - Add doubly linked lists
Describe the solution you'd like You should be able to
- insert node at head
- insert node at tail
- insert at given index
- get node at given index
- delete from given index
- delete node at head
- delete node at tail
- display list as string
closed time in 11 days
Aveek-Sahapush eventAveek-Saha/js-data-structs
commit sha 00248193fd13e03854fa863060317444bad1f107
Add Node for Doubly Linked List
commit sha 58aeec6c235d5d7d744d19849e01c01038531b7f
Initial Test for Doubly Linked List
commit sha b984d9bbe0b73a7c912a04a62d3fa60915884f86
Initial Doubly Linked List
commit sha ecbef11db049f9711d94b400738110e41747f35e
Add Doubly Linked List to main script
commit sha f76043160e7371d8b3bd8c8636970ef53788d812
Test for insert to Tail in Doubly Linked List
commit sha ba04a2dafa794e7c4a9f9b708983dfb357acac74
Implement insertTail in Doubly Linked List
commit sha 71267e367259a6ed2945040c6f1f164145cae066
Test for insert at specific position
commit sha d15f56184037b3787b621c99f01e46cf41901c87
Implement insertAt in Doubly Linked List
commit sha 81d6fcd7aa07ef1d9b8f30516dbe721f44fa24f9
Test to remove the Head of Doubly Linked List
commit sha 386837411f25caa2a6c36fa84fa56e9d2dbc4ddc
Implement remove Head of Doubly Linked List
commit sha 68c3ce10534df01c531dcd47c812cfcc941758ed
Test for remove the Tail
commit sha 4cbd97c342a2498606de1643aeac4adf5fe0e01c
Implement Remove Tail in Doubly Linked List
commit sha adb8c848acdaa7a35ab14387cd409cc91582d794
Test for get item at specific position
commit sha a1e3bcfdf9ebff83a5e76b89b68ac27823df514c
Implement get item at specific position
commit sha 781ef52dedb344759bde4de53a8c71a059d28ba3
Test for removing from specific position
commit sha 35fe3ff68c3fb51e4822d12d4f31bea03e2444bf
Implement remove from specific position in DLL
commit sha 18e23d598c1dd5d640ef84f234b23ab6172fba1c
Merge branch 'dev' into master
commit sha 8b514e3b13a01df5ca1a5b4fa9994bf7c39124ad
Merge pull request #12 from Andrsrz/master Add Doubly Linked List
push time in 12 days
PR merged Aveek-Saha/js-data-structs
Please check the type of change your PR introduces:
- [x] Feature
What is the current behavior?
There is no implementation for the Doubly Linked List data structure.
Issue Number: 11
What is the new behavior?
Implementation of a Doubly Linked List data structure.
Does this introduce a breaking change?
- [ ] Yes
- [x] No
pr closed time in 12 days
startedleerob/leerob.io
started time in 13 days
push eventAveek-Saha/blog
commit sha 1ef76843933a67a14c88ee2a010310e173e386a6
Some fixes and some new ideas
push time in 13 days
PR opened matchai/awesome-pinned-gists
Here is an example gist made with blog-box.
pr created time in 13 days
push eventAveek-Saha/awesome-pinned-gists
commit sha 29748d07a26ebd083e646ca908d3632dbb8b7dee
Add blog-box to External Services category
push time in 13 days
fork Aveek-Saha/awesome-pinned-gists
📌✨ A collection of awesome dynamic pinned gists for GitHub
fork in 13 days
created tagAveek-Saha/blog-box
📝 Update a gist to show your latest dev.to post.
created time in 13 days
push eventAveek-Saha/blog-box
commit sha 9cbe6d603df0b1dde801fec36dd857eedc733445
Version bump
push time in 13 days
push eventAveek-Saha/blog-box
commit sha 10e86d2e2df0550e8fe7e5e2f4f7908704697477
Try using local file
push time in 13 days
push eventAveek-Saha/blog-box
commit sha 56b5868b68db575177767b538067fc5d06cf95dc
Try using local file
push time in 13 days
push eventAveek-Saha/blog-box
commit sha 1beee55998c72be2d920dd3316628f4b3f0a45b9
Fix workflow syntac
push time in 13 days
push eventAveek-Saha/blog-box
commit sha fb51a581f89e97f870a9d1c71205115debdd15c4
Add an install step
push time in 13 days
push eventAveek-Saha/blog-box
commit sha 58ddcc967cefecf37ac65c6265640d3f91e21884
Fix version error
push time in 13 days
push eventAveek-Saha/blog-box
commit sha 8d1b4edd44c306205d059861848d85ac2715497d
Correct action name
push time in 13 days