Create an IRC Server [closed] - c

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I need to develop an IRC server, I don't have any idea how to do it. The language that I should use is C and maybe SQL if it's needed.
Could you provide some insight and help me understand from where I should start?
Note: I have looked for many documentation on Web but nothing clear.

look at my old IRC bot: https://github.com/kala13x/derpina (IRC Client)
Every line is commented and documented and I think it will be easy to understand for you.
And look at this too: https://github.com/bloodead/IRC (IRC Server)

Related

Batch File SIP ALG test [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 years ago.
Improve this question
The below line has a program that runs like a batch file.
I'm needing to create something similar that can run as just a batch file to
test for SIP or ALG.
https://kb.iplogin.ca/hc/en-us/articles/360003299092-Prepare-Your-Network-for-Phones-line-test-ports-and-protocols-
I work at for a Telecommunications company and it would be a great tool for us to use. - Many thanks
There are plenty of such tools exists. For example http://sipp.sourceforge.net/
No point write just enother tool.
Just create scenario for sipp and check out result.

Simple web server using C programming [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to develop a web server using c in Linux. Using that we need to start and configure services. is their any help like pseudo code or sample programs like that.
http://www.gnu.org/software/libc/manual/html_node/Server-Example.html
This is a simple multi-user web server built in C. I had to do one of these last year for a class, and I find it quite cool, though a little bit frustrating.
The Apache HTTP server, the world's most popular HTTP server, is written in C. Its documentation, and source downloads are located here

Basics of Haml-Coffee for Backbone tempting [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm looking into Haml-Coffee and am a little confused about how to get it working. The github's information didn't seem very clear. Can anyone layout a basic use of it with Backbone for tempting.
You're getting your views as window.HAML['template name here'] by default. (you can use -n exports.JST to have exports.JST). Starting from here, you have a function like any other templating engine :-).

can anyone explain to me how bufferevent ( in libevent) works for non-blocking sockets? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
The documentation for libevent 2.0 isn't easy to understand. Can anyone point me to a tutorial?
http://www.wangafu.net/~nickm/libevent-book/
is a great tutorial on libevent, with loads of examples. As a bonus, it's written by Nick Mathewson, one of the two maintainers of the libevent project.
For bufferevents, you can look at the basics as well as the advanced bits.

what is qdb? database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
At my work place they use qdb to store data. Can someone tell me in more detail "why qdb?" and can you refer me to some link so that I can read more about it? because everytime i search for qdb i find GDB pages
Why not ask people at work who actually use it? :)
Third link on google explains what it is:
QDB database
QDB is a user-contributed database that can read and write DBASE files.
filburt.lns.mit.edu/oops/Html/SW/wxwin/wx/wx15.htm
EDIT: The most productive Google search so far is:
qdb database -quotes -gdb

Resources