Hacker News
- Map[string]interface{} in Go: a user's manual https://bitfieldconsulting.com/golang/map-string-interface 70 comments
Lobsters
- string interfaces http://www.tedunangst.com/flak/post/string-interfaces 14 comments api , c , openbsd , security
- anyone know of an easy way to generate TS interfaces from a graphql query string-template? https://www.graphql-code-generator.com/plugins/typescript-operations 12 comments typescript
- structure 0.1.0, use format strings to create strongly-typed data pack/unpack interfaces https://github.com/liranringel/structure 26 comments rust
- string interfaces http://www.tedunangst.com/flak/post/string-interfaces 6 comments programming
- string interfaces http://www.tedunangst.com/flak/post/string-interfaces 2 comments coding
- String’s interface | Andrzej's C++ blog https://akrzemi1.wordpress.com/2015/04/15/strings-interface/ 45 comments cpp
- wtframework/types: a fluent interface for manipulating strings, arrays, and numbers https://github.com/wtframework/types 13 comments php
- Go-generated protobufs with map[string]interface{} https://github.com/argoproj/argo-events/issues/1479 6 comments golang
- Interfacing D with C: Strings Part One https://dlang.org/blog/2021/05/24/interfacing-d-with-c-strings-part-one/ 19 comments programming
- Given a `[]string` and `map[string]interface{}`, can we traverse the map? https://medium.com/@liran.tal/node-js-yarning-for-local-packages-9a7970edea7#.hoctunhmt 8 comments node
- Calypso D/C++ interface: Using std::vector and std::string directly from D code http://forum.dlang.org/post/vltcomdulnjsydkzaufm@forum.dlang.org 9 comments programming
- graphql-typed-client: A tool which automatically generates TypeScript interfaces and a client library for any GraphQL endpoint. The client allows writing GraphQL requests using Javascript instead of GraphQL strings https://www.npmjs.com/package/graphql-typed-client 3 comments javascript
- Ruby enumerable inspired map[string]interface{} operations https://github.com/linkosmos/mapop 4 comments golang
- This is a 26 string electromagnetic harp. The strings are on the inside, with a copper/zinc touch interface for hands-on performance. Here the instrument is generating it's own acoustic electronic music in real time. https://www.youtube.com/watch?v=t8g_9wN4-DU 6 comments arduino
- STRINGLY-typed obsession. Make the compiler your friend, introduce semantics to your code. Eliminate stringly-typed interfaces in C# https://dev.to/vlad_dx_mentor/stringly-typed-obsession-4ele 13 comments csharp
- go-pg Postgres ORM v10 with support for map[string]interface{} https://github.com/go-pg/pg/blob/v10/changelog.md#changelog 5 comments golang
- forEach function that iterates over objects, arrays and strings with single interface, looking for feedback http://michd.me/blog/javascript-foreach-object-array-and-string/ 37 comments javascript
- Mapaccess: access arbitrary keys from nested map[string]interface{}, JSON style https://github.com/iv-p/mapaccess 7 comments golang
- pystring: C++ functions matching the interface and behavior of python string methods with std::string https://github.com/imageworks/pystring 10 comments cpp
- Non-nullable string property in Interfaces? https://www.reddit.com/r/csharp/comments/4mukki/nonnullable_string_property_in_interfaces/ 59 comments csharp
- GitHub - manterfield/go-mapreader: mapreader is a tiny Golang library for accessing arbitrary keys from nested map[string]interface{} https://github.com/manterfield/go-mapreader 11 comments golang
- textdistance.rs: Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support. Based on popular and battle-tested textdistance Python library. https://github.com/life4/textdistance.rs 27 comments rust
- This is really cool! In C# 11, thanks to Static Abstract Interface Members, it will be possible to implement Interpolated String Handlers which can parse parts of a string into variables you pass into it https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler 33 comments csharp
- Gabs is a small utility for dealing with dynamic or unknown JSON structures in golang. It's pretty much just a helpful wrapper around the golang json.Marshal/json.Unmarshal behaviour and map[string]interface{} objects. It does nothing spectacular except for being fabulous. https://github.com/jeffail/gabs 11 comments golang