Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Kiligolo

Pages: [1]
1
Computer Programming / [VB]IRC connection problem
« on: February 22, 2012, 06:28:07 am »
Hello,

I want to make an IRC client in VB.NET but I have a problem at the connection with the server.
I helped myself with Telnet to make my program and to know when I had to send informations, etc.
Code: [Select]
'Ouverture de la connection
        SocketClient.Connect(Serveur, 6667)

        While Not UTF8.GetString(Stream).Contains("End of /MOTD command")
            SocketClient.Receive(Stream)
            tbChat.Text += UTF8.GetString(Stream) + NewLine    'tbChat is the textbox used to display messages received from the server
            tbChat.Refresh()
            Threading.Thread.Sleep(500)

            If UTF8.GetString(Stream).Contains("Found your hostname") Then
                tbChat.Text += "Identification avec le pseudo" + NewLine
                tbChat.Refresh()
                SocketClient.Send(ASCII.GetBytes("NICK " + Pseudo.ToUpper + "\r\n"))
            End If

            If UTF8.GetString(Stream).Contains("PING") Then
                Msg = UTF8.GetString(Stream).Substring(UTF8.GetString(Stream).IndexOf("PING") + 7, 15)
                tbChat.Text += "Réponse au ping " + Msg + NewLine
                tbChat.Refresh()
                SocketClient.Send(ASCII.GetBytes("PONG :" + Msg + "\r\n"))

                tbChat.Text += "Envoi des informations relatives au client" + NewLine
                tbChat.Refresh()
                If RealName <> "" Then
                    SocketClient.Send(ASCII.GetBytes("USER " + Pseudo.ToUpper + " 0 * :" + RealName + "\r\n"))
                Else
                    SocketClient.Send(ASCII.GetBytes("USER " + Pseudo.ToUpper + " 0 * :" + Pseudo + "\r\n"))
                End If
            End If
        End While
With Telnet, it worked well, the server sent the PING after NICK command and the MOTD after the USER command, but with this program, the server do not send me the PING and Envoi des informations relatives au client (= Sending client informations) is not displayed.
VS10 tell me that My connection is abandonned by a program of my host computer.

Thanks for your help.

2
[FR] Hors-Sujet / Console Fighters
« on: April 18, 2011, 08:05:32 am »
Bonjour à tous :) ,

J'apprends le C++ depuis pas longtemps et j'ai fait un petit jeu. Il se nomme Console Fighters et comme son nom l'indique, c'est un jeu de baston mais sans graphiques car je suis pour l'instant limité à la console. <_<
Bon ce n'est qu'une première version, j'aimerais vos avis sur ce programme!

Enjoy!

3
[FR] Programmation Axe Parser / Problème Output()
« on: March 09, 2011, 01:48:04 pm »
Bonjour tout le monde!

Voilà je fais un programme en Axe où j'affiche du texte et des nombres avec Output(). Le seul problème c'est qu'à la place des nombres et du texte il s'affiche de nombreux et magnifiques symboles incompréhensibles qui sortent de nul part...
J'avais déjà ce problème quand j'affichais des minuscules et des majuscules dans la même fonction Text() mais je l'ai résolu.

Pouvez vous m'aider s'il vous plait? Merci.

4
Calculator C / Sprites and Maps in C 68k
« on: February 02, 2011, 08:11:32 am »
Hello,

I would like to program in C on my TI-89 Titanium and make one (tile) map. I looked at the code a bit of Zelda, but it was terrible...
Does someone could tell me specifically how to make a map and sprites in C?
I already downloaded TIGCC.

Thank you!

5
ASM / [Help]TASM and DOSBox
« on: January 13, 2011, 02:20:47 pm »
Hello everyone!

Since a few time, I learn ASM for TI-z80. But TASM is incompatible with Windows 7 64bits.
So I used DOSBox: I save my source code in a .obj file and I start TASM but he say:
Quote from: TASM
tasm: pass 1 complete.
tasm: line 0000 No END directive before EOF.
tasm: pass 2 complete.
tasm: Number of errors = 1
Even if there is .end at the end of my program...

Can someone help me? :-\
Thanks.

(I am French so my english is a bit bad :P )

6
Bonjour,

TASM ne marche pas sur mon ordi ("Application incompatible" :mad: ), est-ce qu'il y a quelqu'un qui pourrait me dire avec quel mode compabilité l'executer?

Merci. :)

7
[FR] Autres Discussions TI et Casio / Calcul Mental
« on: November 03, 2010, 04:07:44 am »
Hello World! 8)

Voilà j'ai posté sur TI-Bank une nouvelle version d'un programme que j'avais commencé il y a longtemps: La version 4.0 de Calcul Mental.
Vous avez pu voir ma signature. :)
J'aimerais avoir vos impressions sur ce programme, si il est bien, si il faut changer quelque chose ::) ... Et aussi j'aimerais connaitre vos idées d'activités que vous voulez rajouter à ce programme (j'en cherche depuis un certain temps :P et j'en ai trouvé quelques unes) ou des utilitaires (comme les statistiques).

Merci d'avance pour votre participation. :)

Spoiler For English:
Hello World! 8)

I posted on TI-Bank a new version of a program that had started long ago: The version 4.0 of Calcul Mental (mental arithmetic).
You could see my signature. :)
I would like your thoughts on this program, if it is, if I need to change something ::) ... And I also know your ideas for activities you want to add to this program (I am looking for some time :P and I found a few) or utilities (such as statistics).

Thanks for your participation. :)

8
TI-BASIC / Chaine et variables (string and variable) [English/French]
« on: October 22, 2010, 02:44:54 pm »
Bonjour,

Je suis en train de programmer et je ne sais pas comment "transformer" (ou mettre) une variable dans une chaine. ???
Quelqu'un pourrais me dire comment on fait, merci d'avance!  :)

Hello,

I am programming and I do not know how to save a variable in a string. ???
Somebody could me say how to do, thanks! :)

9
Introduce Yourself! / I introduce myself
« on: October 12, 2010, 04:19:21 pm »
Bonjour,

Je suis Français et nouveau dans ce forum. Puisque je vois des introduce yourself partout, il a bien fallu que je poste ici.
Je ne suis pas super bon en anglais donc ne vous étonnez pas s'il y a quelques erreurs de langues. ;D
Que dire d'autre...? Ah oui! J'ai participé au blocus de mon lycée ce matin. :D
Voilà!

Hello,

I am French and new in omnimaga. Since I see Introduce Yourself everywhere, it became necessary that I post here.
I am not very good at English so do not be surprised if there are some language errors. ;D
What else...? I participated in the blockade of my high school this morning.
That's all!

10
TI Z80 / Calcul Mental 4.0
« on: October 11, 2010, 03:00:22 pm »
Bonjour,

Voilà j'ai posté une nouvelle version d'un programme que j'avais commencé il y a longtemps: La version 4.0 de Calcul Mental.
Vous avez pu voir ma signature depuis peux je l'ai changée  .
J'aimerais avoir vos impressions sur ce programme, si il est bien, si il faut changer quelque chose... Et aussi j'aimerais connaitre vos idées d'activités que vous voulez rajouter à ce programme (j'en cherche depuis un certain temps et j'en ai trouvé quelques unes) ou des utilitaires (comme les statistiques). :)

Merci d'avance pour votre participation. ;)

Hello,

That I posted a new version of a program that had started long ago on TI-BANK: The version 4.0 of mental arithmetic.
You may have seen my signature.
I'd like your thoughts on this program, if it is, if you need to change something ... And I also know your ideas for activities you want to add to this program (I am looking for some time and I found a few) or utilities (such as statistics). :)

Thank you in advance for your participation. ;)

(Google)

Pages: [1]