Dwitter – A social network for short JavaScript demos
1–10 of 74 posts
Re: Dwitter – A social network for short JavaScript demos
#2I enjoy the matrix theme falling letters (4th on the top-sorted list). Thanks!
Re: Dwitter – A social network for short JavaScript demos
#3This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.
Re: Dwitter – A social network for short JavaScript demos
#4Thank you for this. It definitely stimulated my imagination and creativity.
Re: Dwitter – A social network for short JavaScript demos
#5This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.
Just set something on `this`:
if (!this.mySettings) {
this.mySettings = { value: 1 }
}Re: Dwitter – A social network for short JavaScript demos
#6Oh fun, didn't expect to see my side-project here :)
A few of my personal favorites:
Re: Dwitter – A social network for short JavaScript demos
#7The source is on GitHub: https://github.com/lionleaf/dwitter \o/
Re: Dwitter – A social network for short JavaScript demos
#8Oh fun, didn't expect to see my side-project here :) A few of my personal favorites: https://www.dwitter.net/d/90 https://www.dwitter.net/d/406 https://www.dwitter.net/d/433 https://www.dwitter.net/d/617
Didn't mean to post with that account. Oh well.
Re: Dwitter – A social network for short JavaScript demos
#9Woah, this is awesome but a bit misleading in the beginning. I spend my last 15 min trying it out: https://www.dwitter.net/d/702
Re: Dwitter – A social network for short JavaScript demos
#10Neat concept. It reminds me of the Wolfram One-Liner competition http://blog.wolfram.com/2016/11/09/the-2016-wolfram-one-line...