HackerTrans
TopNewTrendsCommentsPastAskShowJobs

seky

no profile record

Submissions

Show HN: Code Notation Switcher (camelCase to SCREAMING_SNAKE_CASE etc.)

notationer.com
1 points·by seky·قبل 5 أشهر·0 comments

Ask HN: What is your Claude Code setup? For common or spec projects

4 points·by seky·قبل 6 أشهر·3 comments

comments

seky
·قبل شهرين·discuss
hosting comparison tool https://www.punycoder.com/hosting/
seky
·قبل شهرين·discuss
https://www.htmlwasher.com/ - online HTML cleaner
seky
·قبل شهرين·discuss
also https://www.gluee.com/ - Text Styling for Social Networks, Slack, Teams etc...
seky
·قبل شهرين·discuss
https://www.contextractor.com/ - Web content extraction tool to feed LLMs
seky
·قبل سنتين·discuss
I have a. suite of tolls for developers:

https://www.punycoder.com/ (a tool for Punycode to Text/Unicode and vice-versa conversion),

https://www.htmlwasher.com/ (a tool if you have some dirty HTML and need to clean it up),

https://www.htmlcorrector.com/ (a tool if you have some not so well-formed HTML and need to fix it),

https://www.htmlenc.com/ (a simple tool to HTML encode (escape) a text),

https://www.urlenc.com/ (a simple tool to URL encode (escape) a text),

https://www.gguid.com/ (a customizable GUID generator),

https://www.64baser.com/ (a Base64 and vice-versa encoder),

https://www.hexator.com/ (a Hex and vice-versa encoder),

https://www.cescaper.com/ (a C and C++ string escaper and unescaper) https://www.htmlinstant.com/ (a simple HTML editor).

https://www.notationer.com/ (a tool to switch across (code) notations, like camelCase, PascalCase, snake-case).

Frontend is mostly in React/Next.js (Some older projects have frontend still in the old ASP.NET MVC and Ajax :-)). Where the backend is needed, it is written in .Net/C# and running on Azure.