#
comparator
Here are 92 public repositories matching this topic...
nohwnd
commented
Nov 22, 2018
Consider adding option to Assert-Equivalent that will list the properties to inspect.
Also consider adding -ExcludeProperties, OnlyExpectedProperties or other similar options.
- Exclude full paths
- Exclude wildcarded paths
- Come up with a good name for
-OnlyComparePathsOnExpected(-SkipNonMatchingPropertiesActualPaths)? - Select full paths to inlcude
- Select
Lightweight Android & Java library to compare version strings.
android
java
library
string
strings
android-library
versions
semver
version
compare
comparator
version-compare
-
Updated
Jan 3, 2020 - Java
Useful comparator functions written on Typescript
-
Updated
Jun 20, 2019 - TypeScript
A simple, but expandable, rules engine for Go
-
Updated
Jul 31, 2019 - Go
This repository contains source code for past labs and projects involving FPGA and Verilog based designs
simulator
encoder
decoder
priority
isbn
verilog
xilinx
testbenches
multiplexer
comparator
adder
system-verilog
xilinx-vivado
highest
half-adder
traffic-light-controller
full-adder
ripple-adder
look-ahead-adder
-
Updated
Oct 2, 2019 - Verilog
Powerful JSON comparison tool for identifying all the changes within JSON files
java
diff
json
comparison
filters
comparator
comparison-tool
json-comparison
ignore-paths
json-strings
-
Updated
Dec 3, 2019 - Java
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
patterns
interface
oop
design-patterns
inheritance
generics
bit-manipulation
string-manipulation
polymorphism
java-programming
encapsulation
comparator
java-interview-questions
oop-concepts
math--programs
-
Updated
Oct 30, 2019 - Java
Get changes between two versions of data with similar shape
-
Updated
Mar 17, 2020 - TypeScript
Implements some containers (stack, queue, priorityQueue, set, arrayList, linkedList, map) in golang
go
golang
set
stack
queue
sort
data-structures
linkedlist
priorityqueue
comparator
arraylist
gocontainer
linkedmap
-
Updated
May 27, 2020 - Go
Java8-style chainable comparators for Javascript.
-
Updated
Mar 17, 2020 - HTML
API to check the differences between two objects, like in a "before / after" of an updated data.
-
Updated
Dec 5, 2018 - Java
Network Performance Framework : easy performance tests for Network software
-
Updated
Jun 5, 2020 - Python
Utility library for collections, comparators and iterator classes
-
Updated
Jun 20, 2020 - Java
Cisco IOS Utilities
-
Updated
Mar 11, 2020 - Java
Core Java Examples
-
Updated
Oct 6, 2018 - Java
SoftUni course CSharp OOP Advanced: All tasks with their solutions.
unit-testing
events
reflection
csharp
attributes
softuni
generics
iterators
oop-principles
comparator
solid-principles
-
Updated
Apr 25, 2018 - C#
quasilyte
commented
Dec 24, 2017
Things that need good naming:
- string that describes Go AST to be matched (S-expression syntax)
-- currently: "sexp template" - the language that is used to describe sexp template
-- currently: ? - compiled template; result of
astexp.Compile
-- currently: "pattern" - special syntax for named/unnamed matchers
-- currently: "wildcard"
Polymorphism, Interfaces and Abstraction, Generics, Iterators and Comparators, Enums and Attributes, Objects Communication and Events, Reflection, Unit Testing, Open/Closed and Liskov Principle.
java
unit-testing
reflection
csharp
topic
oop
iterator
abstractions
inheritance
generic
enum
overview
polymorphism
encapsulation
comparator
interfaces
object-oriented-programming
liskov-principle
objects-communication
-
Updated
Mar 25, 2018 - C#
Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.
map
php
stack
queue
datastructures
filter
array
oop
sort
collections
comparable
comparator
arraylist
basic-data-structures
comparable-interface
-
Updated
Dec 24, 2019 - PHP
An alphanumeric comparator in Java to simplify comparison and sorting of strings in a more human readable format
java
utility
sorting
utilities
sort
readability
comparator
alphanumeric
utility-function
alphanumeric-strings
sorting-strings
-
Updated
Aug 21, 2019 - Java
Easy to use performance comparator for C++ (C++11 required)
-
Updated
Jan 23, 2020 - C++
A comparator function for previous and current React hook inputs.
-
Updated
Nov 10, 2019 - JavaScript
PS4 NOR Comparison Tool
-
Updated
Mar 23, 2020 - Perl
Answer the question "Are these two equal values?"
-
Updated
Sep 2, 2018 - PHP
Containing the tasks from Softuni's course "C# OOP Advanced" July 2017
events
reflection
csharp
attributes
generics
iterators
abstraction
enums
comparator
interfaces
unittests
-
Updated
Sep 6, 2017 - C#
Improve this page
Add a description, image, and links to the comparator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the comparator topic, visit your repo's landing page and select "manage topics."
Hi,
I have setup a filter as:
if no status is selected in filters, blank value is passed in params. I am filtering the blank values before sending the filter params to
Filtrex.parse_paramselse it responds with an error. This pattern is so common, I was wondering if it would be good idea to include this as an option in t