Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #steembin-javascript created topics on internet
kastiuz
steembin
2018-02-17 15:00
Getting the reputation value on Steemit
View on SteemBin function getRepValue(rep,intRes=true){ var res = Math.log10(rep); if (isNaN(res)) res = 0; res = Math.max(res - 9,0); res = (res < 0 ? -1 : 1) * res; res = (res * 9) + 25; if (intRes)
$ 0.036
14
1
kastiuz
steembin
2018-02-09 20:56
Get IP Adress
View on SteemBin <SCRIPT LANGUAGE="JavaScript"> var ip = '<!--#echo var="REMOTE_ADDR"-->'; document.write("IP Adress" + ip); </script> View on SteemBin
$ 0.048
2
1