Echo JS
Hacker News
- Parse, Don't Validate a.k.a. Some C Safety Tips https://www.lelanthran.com/chap13/content.html 0 comments
- Parse, Don't Validate (2019) https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 102 comments
- Parse, don't validate (2019) https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 219 comments
- Parse, Don't Validate (2019) https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 270 comments
- Parsix: Parse Don't Validate https://github.com/parsix/parsix 107 comments
- Parse, Don’t Validate https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 230 comments
- Parse, Don't Validate https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 4 comments
Lobsters
- Parse, don’t validate (2019) https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 17 comments haskell , plt , programming
- Parse, don’t validate (2019) http://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 8 comments haskell , programming
- Parse, don't validate — Elixir edition, Part Two https://well-ironed.com/articles/parse-dont-validate-elixir-edition-part-two/ 7 comments elixir , practices
- Parse, don’t validate http://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 36 comments programming
- Parse, Don't Validate AKA Some C Safety Tips https://www.lelanthran.com/chap13/content.html 47 comments programming
- typed_argparser: CLI argument parsing and validation using type hints. https://github.com/ajatkj/typed_argparser 3 comments python
- RSaPar is a Rust library for schema-based parsing and validation of structured data files, inspired by JSaPar for Java. https://github.com/dertin/rsapar 4 comments rust
- spectagular: simple struct tag parsing and validation https://github.com/matt1484/spectagular 6 comments golang
- GitHub - ernestoittig/xod: Parsing and schema validation library for Elixir https://github.com/ernestoittig/xod 4 comments elixir
- Parse, don't validate. Need help with structure design. https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 8 comments rust
- Parsing and Validating Dates in Awk https://blog.jpalardy.com/posts/parsing-and-validate-dates-in-awk/ 4 comments commandline
- bakame/cron: Parse, Build and Validate CRON Expression. Calculate run dates and determine if a CRON expression is due https://github.com/bakame-php/cron-expression 9 comments php
- Parse, don’t validate, incoming data in TypeScript. Working with io-ts, Runtypes and Zod to parse data. https://medium.com/@el3ng/parse-dont-validate-incoming-data-in-typescript-d6d5bfb092c8 13 comments typescript
- Developed a library to auto-validate parameters for all API request types, so parsing inputs is no longer a pain :) https://github.com/ge0rg3/flask-parameter-validation 2 comments flask
- Parsing and validating data in Python using Pydantic https://www.wisdomgeek.com/development/web-development/python/parsing-and-validating-data-in-python-using-pydantic/ 3 comments python
- Introducing MiniPhone -- A Ruby gem which plugs directly into Google's native C++ libphonenumber for extremely fast and robust phone number parsing, validation, and formatting. On average, most methods are 40x to 50x faster than other Ruby phone number libraries. https://github.com/ianks/mini_phone 7 comments ruby
- Kaitai Struct, declarative binary format reverse engineering framework, releases v0.9. Modern C++ support, format validations during parsing, updated Web IDE, little-endian bit-sized integers, better error messages and much more! https://kaitai.io/news/2020/10/16/kaitai-struct-v0.9-released.html 6 comments reverseengineering
- Parse, don’t validate https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 14 comments typescript
- django-scan-models: Parse django models to frontend validation https://www.reddit.com/r/django/comments/fob7om/djangoscanmodels_parse_django_models_to_frontend/ 14 comments django
- Quickly parse and validate Key-Value structures https://github.com/h908714124/javols 3 comments java
- Parse, Validate, Manipulate, and Display Dates and Times in JavaScript with Day.js https://alligator.io/js/dayjs/ 2 comments javascript
- Parse, don't validate https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 126 comments programming
- Parse, don’t validate https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 66 comments haskell
- Made a library to parse Cognito JWTs and check validity and use its claims! https://github.com/bruno-chavez/cognito-jwt-parser 3 comments golang
- Best practices for data validation when parsing content https://www.reddit.com/r/haskell/comments/5mg5k2/best_practices_for_data_validation_when_parsing/ 8 comments haskell
- Revel - A Webframework that provides routing, parameter parsing, validation, session/flash, templating, caching, job running, a testing framework, and even internationalization. http://robfig.github.io/revel/index.html 14 comments golang
- Moment.js - Parse, validate, manipulate, and display dates in javascript. http://momentjs.com 10 comments webdev
- libphonenumber - Google's common Java library for parsing, formatting, storing and validating international phone numbers http://code.google.com/p/libphonenumber/ 4 comments java