Show HN: A tool that transforms your whole list with just one example
61–70 of 151 posts
Re: Show HN: A tool that transforms your whole list with just one example
#62Re: Show HN: A tool that transforms your whole list with just one example
#63But it doesn't seems to look properly at the meaning of content though.
I mean, I think it just finds the first presence of what the given pattern is and generates the result.
For example, I attempted this, with input data as date/time.
input data:
2015-09-15T09:15:17-05:00
1998-11-05T08:15:21-05:00
1999-01-03T04:33:30-05:00
2000-11-05T09:16:00-05:00
pattern: 09:15 on 09-15
result: 09:15 on 09-15
11:05 on 11-05
01:03 on 01-03
11:05 on 11-05
What I was expecting: 09:15 on 09-15
08:15 on 11-05
04:33 on 01-03
09:16 on 11-05
Although I helped it at certain level by using the same special character pattern the input data has.And as I was afraid, it doesn't handle special characters, neither uses them in the process either, as @j2kun has mentioned in a comment.
But, it is promising at some point and have nice use cases too. :)
Re: Show HN: A tool that transforms your whole list with just one example
#64Re: Show HN: A tool that transforms your whole list with just one example
#65Any chance of making a plugin for Sublime Text?
Re: Show HN: A tool that transforms your whole list with just one example
#66Re: Show HN: A tool that transforms your whole list with just one example
#67PS: A very nice tool!
Re: Show HN: A tool that transforms your whole list with just one example
#68I wish I knew which paper he was referring to - it's a great feature :).
Re: Show HN: A tool that transforms your whole list with just one example
#69Nice tool and concept dude. But it doesn't seems to look properly at the meaning of content though. I mean, I think it just finds the first presence of what the given pattern is and generates the result. For example, I attempted this, with input data as date/time. input data: 2015-09-15T09:15:17-05:00 1998-11-05T08:15:21-05:00 1999-01-03T04:33:30-05:00 2000-11-05T09:16:00-05:00 pattern: 09:15 on 09-15 result: 09:15 o…
Re: Show HN: A tool that transforms your whole list with just one example
#70Adding a middle initial to the first player (Carlos), but no other lines, and I typed in "Carlos plays soccer" results in:
Carlos plays soccer
baseball plays USA
basketball plays USA
soccer plays Japan
Cool idea though.