sorting
Here are 917 public repositories matching this topic...
Examples available here: http://clauderic.github.io/react-sortable-hoc/
like basic usage, there has the code of this example.
Support all of the examples with it's code ?
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
golangci-lint run --no-config searches
##[error]searches/binary_search.go:20:6: `iterBinarySearch` is unused (deadcode)
func iterBinarySearch(array []int, target int, lowIndex int, highIndex int) int {
^
##[error]searches/binary_search.go:6:6: func `binarySearch` is unused (unused)
func binarySearch(array []int, target int, lowIndex int, highIndex int) int {
^
There is some documentation about the pager widget, but no specification. The documentation only indicates that "Extensive documentation has not been included, as all functioning is essentially identical to the pager addon", without explaining what the pager addon is.
For example, I was wondering about config.totalPages.
Is your feature request related to a problem? Please describe.
The dialog to enter a Steam Web API key links to Steam's API page, which asks for a domain name, but I don't know what to enter
Describe the solution you'd like
Could the dialog have a copy + paste domain name please?
I tried this: http://api.steampowered.com/ - via the constant [here](https://github.com/Depressuriz
-
Updated
Feb 23, 2020 - JavaScript
Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector type arguments, but the python code is using the numpy
type, instead of the defined vector type. E.g. https://github.com/inducer/pyopencl/blob/master/examples/demo_elementwise_complex.py
-
Updated
May 27, 2020 - Java
-
Updated
Jun 5, 2020 - JavaScript
-
Updated
Jun 16, 2020 - TypeScript
-
Updated
May 21, 2020 - PHP
-
Updated
Nov 22, 2019 - JavaScript
In windows OS, I want to sorted files in a content with a natural way. But I found your code seems to be not well done in windows. The '_'
is sorted after number '0-9'
. But in windows OS, the '_'
is showed before number '0-9'
.
This is a meta-issue about solving issues specific to the documentation and ideas about improving the state of things. Here is an unstructured list of issues, ideas and solutions:
- I am currently the only one able to edit the wiki and thus update the documentation.
- I could put the documentation in the code but it wouldn't have the nice layout of the wiki.
- I could probably put the documenta
-
Updated
Dec 19, 2019 - Python
scopeSorted should order by sortableGroupField
as well as sortableField
. Otherwise, $this->hasMany()->sorted() returns mis-ordered result (especially noticeable when with composite sort group).
E.g.
class Post extends Model {
use Sor
-
Updated
Jun 16, 2020 - HTML
Would it be possible to add a flag for this?
-
Updated
Aug 26, 2018 - Go
-
Updated
Jun 6, 2019 - Elixir
STR:
- navigate to demo page https://codepen.io/rubanraj54/full/zyZdzN
- navigate to any page using pagination bar
expected:
pagination_info will reflect current page
actual:
pagination_info stays the same "From 1 to 10 of 500 entries (500 total records) | 0 rows selected"
-
Updated
Jun 22, 2020 - TypeScript
-
Updated
Oct 8, 2018 - Elixir
Do we need to consider the structure of the examples and documentation? I noticed you separated the code samples app into a "Shared" project, and then added Server and WASM versions - that was a good idea.
Samples
When I added EmptyDataTemplate
I added an example page, EmptyData.razor
, but that could lead a very cluttered Pages folder. Perhaps we could add a Features folder to the sample
Roadmap
Improve this page
Add a description, image, and links to the sorting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sorting topic, visit your repo's landing page and select "manage topics."
First of all, a huge thank you for this awesome project. We use it in production at our company and it works just great (has saved us many hours of coding)💯 💯
I also want to contribute to this project in some way, but im still new in the Javascript world.
Anyway, here are some ways in which I am capable to help with::