Summary
GPLライセンス.Reference
SquirrelMail - Webmail for Nuts!http://www.squirrelmail.org/
SquirrelMail Japan - Webmail for Nuts!
http://www.squirrelmail.jp/
<a href="http://www.last.fm/user/xight/">
<img
src="http://imagegen.last.fm/myspacecolors/oartists/xight.gif"
alt="top artists overall"
/>
</a>
<a href="http://www.last.fm/user/xight/">
<img
src="http://imagegen.last.fm/myspacecolors/otracks/xight.gif"
alt="top tracks overall"
/>
</a>
<a href="http://www.last.fm/user/xight/">
<img
src="http://imagegen.last.fm/myspacecolors/recenttracks/xight.gif"
alt="my recently played songs"
/>
</a>
function fileLinks() {
var fileLink;
if (document.getElementsByTagName('a')) {
for (var i = 0; (fileLink = document.getElementsByTagName('a')[i]); i++) {
if (fileLink.href.indexOf('.pdf') != -1) {
fileLink.setAttribute('target', '_blank');
fileLink.className = 'pdfLink';
}
if (fileLink.href.indexOf('.doc') != -1) {
fileLink.setAttribute('target', '_blank');
fileLink.className = 'docLink';
}
if (fileLink.href.indexOf('.zip') != -1) {
fileLink.setAttribute('target', '_blank');
fileLink.className = 'zipLink';
}
}
}
}
window.onload = function() {
fileLinks();
}
a:hover {
text-decoration: none;
}
.pdfLink {
padding-right: 19px;
background: url(pdf.gif) no-repeat 100% .5em;
}
.docLink {
padding-right: 19px;
background: url(doc.gif) no-repeat 100% .5em;
}
.zipLink {
padding-right: 17px;
background: url(zip.gif) no-repeat 100% .5em;
}
debug
-A 0100
2D88:0100 mov ax,50
2D88:0103
-G=0100 0103
AX=0050 BX=0000 CX=0000 DX=0000 SP=FFEE BP=0000 SI=0000 DI=0000
DS=2D88 ES=2D88 SS=2D88 CS=2D88 IP=0103 NV UP EI PL NZ NA PO NC
2D88:0103 0000 ADD [BX+SI],AL DS:0000=CD
-q
Netwide Assemblerを利用すればコンパイル,実行も可能.
% wget http://elf.no-ip.org/~elf/contribute/phpadsnew/2005-11-19/phpadsnew-cvs-20051119-ja.tar.gz
% tar xzvf phpadsnew-cvs-20051119-ja.tar.gz
% cp -rf phpAdsNew/language/japanese_euc-jp phpAdsNew/language/japanese_utf-8 path/to/phpAdsNew-2.0.8/language
% mysqladmin -uroot -p create phpadsnew
2. config.inc.phpのパーミッション変更
% chmod 666 config.inc.php
0 * * * * curl -s -o /dev/null http://example.com/path/to/phpAdsNew/maintenance/maintenance.php
Content-Type:multipart/alternative
Content-Type:text/plain
メールの内容 (テキスト)
Content-Type:text/html
メールの内容 (HTML)
Content-Type: multipart/mixed
Content-Type: multipart/alternative
Content-Type:text/plain
メールの内容 (テキスト)
Content-Type:text/html
メールの内容 (HTML)
Content-Type:image/gif
Content-Transfer-encoding:base64
(base64で符号化されたgifファイル)
Content-Type:multipart/related
Content-Type: multipart/alternative
Content-Type:text/plain
メールの内容 (テキスト)
Content-Type:text/html
メールの内容 (HTML)
Content-Type:image/gif
Content-Transfer-encoding:base64
Content-ID:<sample>
(base64で符号化されたgifファイル)
benchmark({
'test1': function() {
// do something
},
'test2': function() {
// do something
},
'test3': function() {
// do something
}
});
benchmark({
'getElementById': function() {
document.getElementById('target');
},
'getElementsByTagName': function() {
document.getElementsByTagName('target');
},
'Prototype\'s $ function': function() {
$('target');
}
});
pre.code {
font-family: monospace;
white-space:pre;
overflow:scroll;
}
" html escape function
:function HtmlEscape()
silent s/&/\&/eg
silent s/ silent s/>/\>/eg
:endfunction
:call HtmlEscape()
body {
background: #fa0 url(stripe_1px.gif);
}