<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/13635" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-09-04T09:48:37-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/13635</id>

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2007-09-04T09:48:37-04:00</updated>

		<published>2007-09-04T09:48:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75694#p75694</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75694#p75694"/>
		<title type="html"><![CDATA[Heavy duty Base64 decoding.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75694#p75694"><![CDATA[
Depending on how you're going to use it, consider making it a <a href="http://wiki.tcl.tk/468" class="postlink">tcl extension</a>.<br><br>Check <a href="http://tcl.tk/man/tcl8.4/TclLib/contents.htm" class="postlink">http://tcl.tk/man/tcl8.4/TclLib/contents.htm</a> for the C functions that a Tcl extended C program may use.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Sep 04, 2007 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-09-04T08:52:05-04:00</updated>

		<published>2007-09-04T08:52:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75687#p75687</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75687#p75687"/>
		<title type="html"><![CDATA[Heavy duty Base64 decoding.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75687#p75687"><![CDATA[
<blockquote class="uncited"><div>#### WOOBIE MODULE ####<br><br># This is for demonstrative purposes only. If you are looking for starting<br># point in writing modules, woobie is the right thing.<br>#loadmodule woobie</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 04, 2007 8:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[experts]]></name></author>
		<updated>2007-09-04T01:20:29-04:00</updated>

		<published>2007-09-04T01:20:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75678#p75678</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75678#p75678"/>
		<title type="html"><![CDATA[Heavy duty Base64 decoding.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75678#p75678"><![CDATA[
Heyz, thanks for the info.<br>Do you know a very basic C module written for eggdrop scripts?<br>I am not so sure on the interfacing.<br>I am more used to coding in C for mirc.<br>Would appreciate any help pointing me to a guide or an example on how to write a C module for tcl scripts.<br>As for the base 64 encoding and decoding part. that is not a prob. I just need the interfacing format.<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9074">experts</a> — Tue Sep 04, 2007 1:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2007-06-19T06:54:56-04:00</updated>

		<published>2007-06-19T06:54:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73674#p73674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73674#p73674"/>
		<title type="html"><![CDATA[Heavy duty Base64 decoding.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73674#p73674"><![CDATA[
top level C code is faster and more effective than TCL, so yes i would agree C is better for this kind of job.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Jun 19, 2007 6:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[experts]]></name></author>
		<updated>2007-06-19T03:36:52-04:00</updated>

		<published>2007-06-19T03:36:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=73670#p73670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=73670#p73670"/>
		<title type="html"><![CDATA[Heavy duty Base64 decoding.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=73670#p73670"><![CDATA[
Hi guys,<br><br>I need to decode a lot of base64 encoded messages. Something to the order of 70 per second.<br>I heard that it would be better writing a c module to do the decoding rather than decode purely using a tcl script.<br>Is this true?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9074">experts</a> — Tue Jun 19, 2007 3:36 am</p><hr />
]]></content>
	</entry>
	</feed>
