Skip to content

Instantly share code, notes, and snippets.

View ixn's full-sized avatar

IXn Muhammad ixn

View GitHub Profile
@ixn
ixn / server_kalkulator.c
Created October 3, 2014 01:14
Proses server_kalkulator
/* Contoh Sederhana Penggunaan Libevent untuk membuat server kalkulator
*yang di input/output menggunakan HTML
created by http://deeprhezy.tumblr.com
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
@ixn
ixn / index.html
Created October 3, 2014 00:46
html kalkulator
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>evhttp_server_test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<!-- This example create a webpage asking for a username and a password then send it to a specified address. -->
<form id="contact" method="post" action="http://127.0.0.1:8080">
<fieldset><legend>Kalkulator</legend>