Hacker News
- Parsing an Undocumented File Format https://blog.vivekpanyam.com/parsing-an-undocumented-file-format 62 comments
- Bash Argument Parsing and Quoting (2016) https://www.jefftk.com/p/bash-argument-parsing-and-quoting 14 comments
- Why you shouldn't parse the output of ls(1) https://mywiki.wooledge.org/ParsingLs 2 comments
- CloudBoost.io – Parse and Firebase and Algolia all combined into one https://www.cloudboost.io 2 comments
- Show HN: OpenGraph.io, a simple OpenGraph data parsing API http://www.opengraph.io/ 7 comments
Lobsters
- Faster Integer Parsing https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html 3 comments c++ , performance
- Rust equivalent for parse-messy-time? https://www.reddit.com/r/rust/comments/h93i4s/rust_equivalent_for_parsemessytime/ 3 comments rust
- icholy/todo: Library for parsing structured TODO comments from code. https://github.com/icholy/todo 9 comments golang
- Optimizing Performance of Simple Version Parsing in Scala https://dkomanov.medium.com/optimizing-performance-of-simple-version-parsing-in-scala-aeff8bc133a5 4 comments scala
- Importing and Parsing Nested json files in SQL Server http://api.worldbank.org/v2/countries/CHN/indicators/SP.POP.TOTL?format=json&per_page=5000 3 comments sql
- Parsing rsync ouput https://example.org 6 comments bash
- Shell Option Parsing in Just 15 SLOC (Excluding Blank Lines & Comments) https://gist.github.com/aaronNGi/a9212f36a8e0c2bc0674e259563ad952 8 comments bash
- Parsing a flat JSON array https://www.reddit.com/r/swift/comments/o26d4i/parsing_a_flat_json_array/ 6 comments swift
- parse unordered syntax https://www.reddit.com/r/haskell/comments/lct2pi/parse_unordered_syntax/ 3 comments haskell
- Number Parsing at a Gigabyte per Second https://lemire.me/blog/2021/01/29/number-parsing-at-a-gigabyte-per-second/ 18 comments rust
- Parsing floats in C++: benchmarking strtod vs. from_chars https://lemire.me/blog/2020/09/10/parsing-floats-in-c-benchmarking-strtod-vs-from_chars/ 30 comments cpp
- How to parse JSONs when the keys will not be known in advance (python3) https://www.reddit.com/r/learnprogramming/comments/iqh4kn/how_to_parse_jsons_when_the_keys_will_not_be/ 4 comments learnprogramming
- Exploiting email address parsing with AWS SES https://nathandavison.com/blog/exploiting-email-address-parsing-with-aws-ses 7 comments netsec
- Panic with parse in map https://www.reddit.com/r/rust/comments/c69uhj/panic_with_parse_in_map/ 4 comments rust
- Is there a good pattern for parsing a message that may be broken into multiple slices? https://www.reddit.com/r/rust/comments/br167l/is_there_a_good_pattern_for_parsing_a_message/ 3 comments rust
- aeson's mysterious lazy parsing http://winterland.me/2019/03/05/aeson's-mysterious-lazy-parsing/ 5 comments haskell
- [Java] Most appropriate way to parse a string of a certain form? https://www.reddit.com/r/learnprogramming/comments/7odpk5/java_most_appropriate_way_to_parse_a_string_of_a/ 4 comments learnprogramming
- Concatenate the date and time strings and parse them as one angularjs https://www.reddit.com/r/angularjs/comments/6vpxfe/concatenate_the_date_and_time_strings_and_parse/ 3 comments angularjs
- Windhorst on LeBron's 'wave' tweet: "In this case, we don't have to parse his words. Of course LeBron is a upset at Kyrie." https://twitter.com/espncleveland/status/895305878815092740 40 comments nba
- [Beginner] Parsing Amazon Autocomplete Data https://www.reddit.com/r/javascript/comments/6m2pby/beginner_parsing_amazon_autocomplete_data/ 4 comments javascript
- Parsing OCaml with yacc/etc https://www.reddit.com/r/ocaml/comments/6ejg4o/parsing_ocaml_with_yaccetc/ 7 comments ocaml
- Need help conceptualizing nested loops & string parsing https://github.com/kikito/love-tile-tutorial/wiki/1d-strings 3 comments lua
- Controlling insanity by parsing IR codes with Linux::IRPulses http://perltricks.com/article/controlling-insanity-by-parsing-ir-codes-with-linux--irpulses/ 2 comments perl
- Installing cocoa pods and parse? https://studio76.pro/how-to-building-an-instagram-clone-app-with-parse-and-swift-code/ 4 comments swift
- [Help] Does anyone know of a sketch compatible with Ardunio Uno R3 to parse GPS data? ATmega 328 https://www.adafruit.com/products/50 20 comments arduino
- I came up with 5 tips for AngularJS + Parse while developing Slidebean. Would like to know if you spot any issues with these recommendations? http://josebolanos.wordpress.com/2013/09/30/5-tips-for-using-parse-with-angularjs/ 4 comments angularjs
- Web-based SSO and the Dangers of SAML XML Parsing (OpenSAML XXE Bug) http://blog.sendsafely.com/post/69590974866/web-based-single-sign-on-and-the-dangers-of-saml-xml 6 comments netsec
- Parsing regular expressions with recursive descent http://matt.might.net/articles/parsing-regex-with-recursive-descent/ 3 comments programming
- Parsing Arithmetic Expressions with the Shunting-Yard Algorithm http://devmaster.net/posts/processing-arithmetic-expressions-with-the-shunting-yard-algorithm 16 comments programming
- How Hank Paulson Broke The Law: "This Will Be A Disclosable Event And We Do Not Want A Disposable Event" - Parsing The Ken Lewis "MAC" Deposition http://www.zerohedge.com/article/how-hank-paulson-broke-law-will-be-disclosable-event-and-we-do-not-want-disposable-event-par 6 comments economy
- I'm not sure if this guys thinks parsing HTML with regular expressions is a good idea or a bad one http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454 229 comments programming
- Data.Binary: performance improvments for Haskell binary parsing http://donsbot.wordpress.com/2009/09/16/data-binary-performance-improvments-for-haskell-binary-parsing/ 13 comments haskell
- Parsing comma-separated values (CSV) in JavaScript http://yawgb.blogspot.com/2009/03/parsing-comma-separated-values-in.html 9 comments javascript
- Using a powerful lexer in scheme (silex) to parse C header files http://www.gamedev.net/community/forums/mod/journal/journal.asp?jn=292963&cmonth=1&cyear=2009#3381517 2 comments programming
- YARD 1.0 - Yet Another Recursive Descent Parsing Framework for C++ http://cdiggins.com/2007/06/29/yard-10-yet-another-recursive-descent-parsing-framework-for-c/ 3 comments programming