Coder Profile - Show off your skills, get a coder profile.  
 
 
 
Overview  
User Name otoom
Real Name Ant
Location United Kingdom
West Midlands
Occupation Hobby Coder...
Gender Male
Age 14 Years Old
WebSite doxcoding.com
Post A Profile Comment
Content Distribution
  
Articles
10 Articles

 
Source Codes
19 Source Codes

 
Code Pin Board
2 Pinned Codes

 
Portfolio
0 Entries

 
Friends
100 Friends

 
Custom Emoticons
4 Emoticons

 
Profile Comments
17 Comments

 
Discussion Forum
56 Topics

 
Announcements
1 Announcements

 
Referrals
1 Referrals

 
Recently Added Friends
  view more
alexxe
Alex Tan
jc4p
Kasra Rahjerdi
thoughtpolice
Austin Seipp
Recent Forum Topics
  view more
Haskell Cheat Sheet
Programming :: General Programming
I started haskell. And im going to stick with it.
I ordered a book, and it   ived early this morning.
There is no board for Haskell, so i will post it in here.

Haskell people, enjoy.

http://ftp-developpez.com/c-maneu/langages/haskell/Haskell_Cheat_Sheet_en.p...
View Topic (1 Replies)
Whats up with my damn irc bot.
Web Development :: Perl / CGI
Hey all.
Im working on a simple irc bot but it will not connect.

Anyone know why?
Code DownloadOpen In New Window
  1. #!/usr/bin/perl
  2.  
  3. use strict;
  4. use IO::Socket;
  5. use Socket;
  6.  
  7. my $server = "theseraphim.mine.nu";
  8. my $port = '6667';
  9. my $chanel = "#cybershade";
  10. my $name = "oToom";
  11.  
  12. my $con = new IO::Socket::INET(PeerAddr => $server, PeerPort => $port, Proto => "tcp") or die "Couldn't connect xD";
  13.  
  14. print $con "NICK Jessica\r\n";
  15. print $con "USER Jessica : Jessica\r\n";
  16. print $con "JOIN $chanel\r\n";
  17.  
  18. while (my $body = <$con>){
  19. chop $body;
  20.  
  21.           if($body =~ /^PING(.*)$/i) {
  22.                     print $con "PONG $1\r\n";
  23.           }
  24.  
  25.           if($body = /^¬version(.*)$/i) {
  26.                     print $con "PRIVMSG $chanel I am no bot! Version 0.1\r\n";
  27.           }
  28.  
  29.           if($body = /^¬owner(.*)$/i) {
  30.                     print $con "PRIVMSG $chanel I belong to oToom!\r\n";
  31.           }
  32.  
  33. }
Cheers all.

Ant
View Topic (2 Replies)
Pulling users online
Web Development :: PHP
Hey,
I was just wondering how to pull the users online out of a forum.
As on DoxCoding, i have an IPB board.

And one the index page, i would like to add something into the right hand column that tells them how many users are online.

I know, it may be hard as you dont have access to the board,
But could you give atleast and idea.


Cheers.

Ant
View Topic (2 Replies)
Profile Comments
  view more
Please login to post comments.
 
SpamBurger     Posted 3 Days Ago
 
Your welcome :)
 
Cinjection     Posted 5 Days Ago
 
I really like the language. It don't think that it beats out C++ as my #1, but I
do think that it steals the #2 spot for me :)
 
Cinjection     Posted 5 Days Ago
 
Off the Ruby website, I downloaded the interpreter and editor. That's all you
need to run your code.

As for learning Ruby, the site has several links to tutorials. I used those and
they were pretty good.

I looked at sockets, but I haven't had time to fully learn them. That'll
come later.
Page  of 6  :: Next Page  >>
 
 
Part of the MyPingle Network
Make A Donation :: Our Affiliates :: Affiliation Request :: Contact Me
Development Blog :: Terms & Conditions :: Privacy Policy :: Documents
Version 1.40.01
Copyright � 2007 - 2008, Scott Thompson, All Rights Reserved