2007-01-01から1日間の記事一覧

c

#include <stdio.h> #include <string.h> #define BUFSIZE 1000 void main(void) { char* egets(char* buf, int size); int end_check(char* str); int cal_center(char command, double op1, double op2, double* anser); char input_buf[BUFSIZE]; char* buf; char command[] </string.h></stdio.h>…

css

body { width: 97%; word-wrap: break-word; word-break: break-all; text-align: left; color: black; background-color: white; margin: 0 0 20px 0; } p, div { padding: 0; margin: 0; } p { margin-top: 1em; margin-bottom: 1em; } a { text-decoratio…

javascript

function extractBlockquoteCitations(){ var quotes=document.getElementsByTagName('blockquote'); for(var i=0;i