shuffle
Here are 146 public repositories matching this topic...
-
Updated
Jun 6, 2020 - TypeScript
Components
The component I want to suggest is an inbuilt equalizer for Music Player Go app
Proposal Description
An equalizer which is an electronic equipment that reduces frequency distortion is a necessary component in a music player application. This component allows users to adjust the music to whatever way they want it; rock, jazz, bass blast, etc. A music player without this
If the song selection can be limited to a certain genre, add documentation on how the developer can set that up.
-
Updated
Apr 18, 2020 - Java
There are now a good number of shell scripts in the tree. We should have a consistent style, and lint these scripts as well. shellcheck seems like a good off-the-shelf option for listing.
-
Updated
Oct 28, 2019 - C
Scala for loops on range objects are super slow. We should replace then with the while loops. I will do it in next few days
-
Updated
Sep 18, 2019 - JavaScript
-
Updated
Nov 30, 2018 - Python
-
Updated
May 22, 2020 - C#
-
Updated
Feb 6, 2017 - JavaScript
-
Updated
May 10, 2020 - Rust
-
Updated
Sep 12, 2016 - HTML
-
Updated
Jul 28, 2019 - JavaScript
-
Updated
Apr 23, 2020 - Java
-
Updated
Nov 24, 2014 - Java
-
Updated
Sep 1, 2019 - Java
-
Updated
Jun 6, 2020 - HTML
-
Updated
Jul 15, 2017 - JavaScript
-
Updated
Nov 1, 2018 - JavaScript
Improve this page
Add a description, image, and links to the shuffle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shuffle topic, visit your repo's landing page and select "manage topics."
I'm using tsv-utils from the arch linux aur, trying to format some word frequency data from the new general services list dataset. tsv-utils makes at least two errors that I'm able to see when I'm running this commandline:
tsv-select -f 1,7 NGSL+1.01+with+SFI.tsv | tsv-pretty | less
adding -s 5 to tsv-pretty works around this problem. The tsv file was converted from the file NGSL+1.01+with