Skip to content

Instantly share code, notes, and snippets.

박우중-----2012003426-----f0:de:f1:3c:44:e0
Bao+Trung-----2012001122-----3c:d0:f8:24:10:b8
f0:de:f1:3c:44:e0
3c:d0:f8:24:10:b8
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <netdb.h>
servaddr.sin_family = AF_INET;
servaddr.sin_addr.s_addr=inet_addr(argv[1]);
servaddr.sin_port=htons(32000);
body {
padding-top: 40px;
padding-bottom: 40px;
background-color: #eee;
}
.form-signin {
max-width: 330px;
padding: 15px;
margin: 0 auto;
http://htmlcheats.com/bootstrap/bootstrap-tutorial-cdn/
<html>
<head>
<title></title>
<!-- Obtain Bootstrap style sheet from CDN (online service) so it doesn't have to be on my machine -->
<!-- Check http://www.bootstrapcdn.com/ for latest version. -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
@alansparrow
alansparrow / openwrtusb
Created May 27, 2014 02:03
openwrt usb install
http://wiki.openwrt.org/doc/howto/writable_ntfs
http://stackoverflow.com/questions/18371318/installing-bootstrap-3-on-rails-app