Skip to content

Instantly share code, notes, and snippets.

View ecchie's full-sized avatar

webloglife_sub ecchie

View GitHub Profile
ul.raking {
list-style-type: none;
margin: 0;
padding: 0;
}
.ranking_box {
width: 100%;
min-height: 80px;
margin: 5px auto 0 auto;
padding: 0 0 5px 0;
@ecchie
ecchie / gist:f7ae5c249d108a5cca40
Last active January 22, 2016 08:56
amazon rss widget
<?php
print '<ul class="ranking">';
/* 設定 */
//RSS
$rss = 'http://www.amazon.co.jp/gp/rss/bestsellers/videogames/ref=zg_bs_videogames_rsslink';
//件数
$limit = 5;
@ecchie
ecchie / gist:a62b9235c9dceff2b839
Last active January 23, 2016 12:43
hatena test
<?php
class Hoge(){
function __construct(){
print "Hello World!";
}
}
?>
@ecchie
ecchie / test.php
Created January 23, 2016 12:44
test
<?php
print "Hello World!";
?>
@echo off
setlocal
echo.
echo Determine whether we are on an 32 or 64 bit machine
echo.
if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86