KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
minimatchx
★ 8
Open GitHub ↗
A glob matcher in Haxe.
Download README (.md)
Explore Similar Repositories
introduction-to-leveldb
:
Some slides to get a quick introduction about LevelDB
AutoGlucose
:
Automatically upload readings from my Accu Chek Mobile Blood Glucose Meter onto the mysugr.com website using REST services.
vault-spring-boot-starter
:
Spring Vault Property Injection. Get started using Vault secret management.
victorious-git
:
Play fanfare after triumphing over git conflicts
base-css4-wordpress
:
This is a site starter template for Wordpress utilizing PostCSS and ES6
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
minimatchx
?
Download (.md)
# minimatchx [](https://travis-ci.org/andyli/minimatchx) Haxe port of [minimatch](https://github.com/isaacs/minimatch) 2.0.9, a minimal matching utility. It works by converting glob expressions into `EReg` objects. ## License minimatchx is distributed under the MIT License. > Copyright (c) 2015 Andy Li > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.