<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 17:24:22 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/steembin-javascript/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Getting the reputation value on Steemit]]></title><description><![CDATA[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)]]></description><link>http://direct.ecency.com/steembin/@kastiuz/e97862c0-6ecc-45c8-b926-59d93d4625ff</link><guid isPermaLink="true">http://direct.ecency.com/steembin/@kastiuz/e97862c0-6ecc-45c8-b926-59d93d4625ff</guid><category><![CDATA[steembin]]></category><dc:creator><![CDATA[kastiuz]]></dc:creator><pubDate>Sat, 17 Feb 2018 15:00:33 GMT</pubDate></item><item><title><![CDATA[Get IP Adress]]></title><description><![CDATA[View on SteemBin <SCRIPT LANGUAGE="JavaScript"> var ip = '<!--#echo var="REMOTE_ADDR"-->'; document.write("IP Adress" + ip); </script> View on SteemBin]]></description><link>http://direct.ecency.com/steembin/@kastiuz/d40824b1-5394-4fde-9b4b-6702023f0863</link><guid isPermaLink="true">http://direct.ecency.com/steembin/@kastiuz/d40824b1-5394-4fde-9b4b-6702023f0863</guid><category><![CDATA[steembin]]></category><dc:creator><![CDATA[kastiuz]]></dc:creator><pubDate>Fri, 09 Feb 2018 20:56:51 GMT</pubDate></item></channel></rss>