Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Minimal IRC client filter_list
Author
Message
Minimal IRC client #1
As many people know, I like making stuff that connects to the internet, be it a scraper, an API, or some server back end that makes me look insane when I try explaining it. Well, since I'm trying to get used to lower-level languages, I made an IRC client in C++ using sockets, threading, and all that fun stuff.

Currently, the UI is super shit, there's still the occasional runtime problem with threads (I think), and you need to hit Ctrl+C twice to quit for some reason, but that will all get sorted out in time. As always, contributions, suggestions, and comments are welcome.

https://github.com/inoriy/luna
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

[+] 1 user Likes Inori's post
Reply

RE: Minimal IRC client #2
UI looks like trash.

jks good stuff mate, wish I had time to learn shit.
'You can't just have your characters announce how they feel, that makes me feel angry! [Image: A993dMx.png?1]

Reply

RE: Minimal IRC client #3
As with all developments and projects, bugs and functionality Issues are Inevitable.

You can only get better on what needs Improving- that Is, turning the negatives Into positives will make you a better developer/coder. It'll be Interesting to see It In It's completed state.
[Image: AD83g1A.png]

Reply

RE: Minimal IRC client #4
Ok Thanks
I'm waiting the new version Smile
(This post was last modified: 03-17-2017, 11:28 AM by Mr.Kurd.)

Reply

RE: Minimal IRC client #5
Looks interesting, don't mind the poor GUI. GUI is most of the times easiest thing to create when all coding is done already. Looking forward to the update.
~~ Might be back? ~~

Reply

RE: Minimal IRC client #6
(03-15-2017, 04:47 AM)Inori Wrote: As many people know, I like making stuff that connects to the internet, be it a scraper, an API, or some server back end that makes me look insane when I try explaining it. Well, since I'm trying to get used to lower-level languages, I made an IRC client in C++ using sockets, threading, and all that fun stuff.

Currently, the UI is super shit, there's still the occasional runtime problem with threads (I think), and you need to hit Ctrl+C twice to quit for some reason, but that will all get sorted out in time. As always, contributions, suggestions, and comments are welcome.

https://github.com/inoriy/luna

Nice project, I would also like to learn C++ to use it to get closer to hardware. Can you post a tutorials you yourself used to get to this levels?

Reply

RE: Minimal IRC client #7
(03-17-2017, 08:51 AM)BORW3 Wrote:
(03-15-2017, 04:47 AM)Inori Wrote: As many people know, I like making stuff that connects to the internet, be it a scraper, an API, or some server back end that makes me look insane when I try explaining it. Well, since I'm trying to get used to lower-level languages, I made an IRC client in C++ using sockets, threading, and all that fun stuff.

Currently, the UI is super shit, there's still the occasional runtime problem with threads (I think), and you need to hit Ctrl+C twice to quit for some reason, but that will all get sorted out in time. As always, contributions, suggestions, and comments are welcome.

https://github.com/inoriy/luna

Nice project, I would also like to learn C++ to use it to get closer to hardware. Can you post a tutorials you yourself used to get to this levels?

I just read documentation when I needed it. Depending on the project, I sometimes avoid using tutorials at all.
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Minimal IRC client #8
(03-17-2017, 12:34 PM)Inori Wrote:
(03-17-2017, 08:51 AM)BORW3 Wrote:
(03-15-2017, 04:47 AM)Inori Wrote: As many people know, I like making stuff that connects to the internet, be it a scraper, an API, or some server back end that makes me look insane when I try explaining it. Well, since I'm trying to get used to lower-level languages, I made an IRC client in C++ using sockets, threading, and all that fun stuff.

Currently, the UI is super shit, there's still the occasional runtime problem with threads (I think), and you need to hit Ctrl+C twice to quit for some reason, but that will all get sorted out in time. As always, contributions, suggestions, and comments are welcome.

https://github.com/inoriy/luna

Nice project, I would also like to learn C++ to use it to get closer to hardware. Can you post a tutorials you yourself used to get to this levels?

I just read documentation when I needed it. Depending on the project, I sometimes avoid using tutorials at all.

I mean like before you even knew C++, I am not asking about the frameworks... Or you never looked at tutorials to learn the basics?

Reply

RE: Minimal IRC client #9
(03-18-2017, 03:46 PM)BORW3 Wrote:
(03-17-2017, 12:34 PM)Inori Wrote:
(03-17-2017, 08:51 AM)BORW3 Wrote: Nice project, I would also like to learn C++ to use it to get closer to hardware. Can you post a tutorials you yourself used to get to this levels?

I just read documentation when I needed it. Depending on the project, I sometimes avoid using tutorials at all.

I mean like before you even knew C++, I am not asking about the frameworks... Or you never looked at tutorials to learn the basics?

I use tutorialspoint and cplusplus.com for virtually everything.
It's often the outcasts, the iconoclasts ... those who have the least to lose because they
don't have much in the first place, who feel the new currents and ride them the farthest.

Reply

RE: Minimal IRC client #10
Neat little idea, and I don't mean to sound like a complete asshole here but you really could've done that a few better ways. Not a bad little project to learn the language though. I suggest you stay away from using so many objects though, and learn how to do it all the hard way.

Reply







Users browsing this thread: 1 Guest(s)