Skip navigation.

exploreopera

| Help

Sign up | Help

Posts tagged with "Crazy"

Windows vista business test drive

Fileho 无限制的存储空间、无限制的文件大小、无限制的下载速度..

http://fileho.com/

FileHo.com is an online one click file-hosting service. It allows users to upload, host and share files for free. We offer unlimited speeds, unlimited file-size, unlimited lifetime of files and unlimited disk space for any of your needs. Also, FileHo.com is an ad-free site! That's why downloading process has never been so easy and fast.

Luna Element v5.1 Blue

在线制作logo的页面能生成简单的动态logo

研究了一下FOOBAR2K DIY外观

CCF上看到有人说起我就看着DIY了一下,


怎么也搞不起原版的那样的,下面多了一条白的...

PS:这版专辑从iHAPPY那里知道的,还真好听唉...:cool: :cool:

作者:CepiPerez
比较适合放某个歌手的全集,它的scp部分是根据artist分组的,每个artist下的专辑单独又再分列,非常清爽直观


转一下一个CCFer写的:

DIY步骤
一、必须插件和文件:
foo_playcount(非官方版,显示歌曲被放过多少次,上一次播放是什么时候,没什么用……而且我机器上测试还无效……)
foo_ui_columns(这个不说了嘛,官方下载的原版不带这个,lifesinger的绿色版附带)
foo_uie_single_column_playlist(很爽的插件,可以实现在playlist里面显示专辑封面,骚~)
foo_uie_trackinfo_mod(不只是简单的显示track信息,还可以实现调用图片、按钮等)
foo_cwb_hooks(不知道怎么用……作者说是控制右下角的音量显示用的)
foo_run(也不知道怎么用……控制下面几个按钮用的)
images.zip(用到的图片,解压后把neo1目录复制到C:\Documents and Settings\你的名字\Application Data\foobar2000\下一份用于背景图片调用,复制到foobar安装目录下一份用于按钮图片调用,还没搞懂怎么改图片路径……先用作者的设置先了 )
font.rar(用到的字体,还有另一个界面用到字体,打包在一起了)

文件包发下:
CepiPerez.rar

宁外有个foo_ui_columns我找到在这里有:
那个包里没有
http://yuo.be/columns.php




设置各项目样式
////顶上的tim////
边框样式设置成无,其他默认,代码如下
代码:

$imageabs($sub($div(%_width%,2),400),0,neo1\back1.png,) $if(%isplaying%, $puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,24),%length_seconds%)) $drawrect(10,82,$sub(%_width%,20),8,brushcolor-null pencolor-120-120-120),) $ifgreater($get(progress),0,$padding(9,82)$drawrect(3,2,$get(progress),4,brushcolor-90-90-90 pencolor-nulll),) $if(%_isplaying%, $font(calibri,14,boldshadow,170-170-170)$alignabs(0,4,%_width%,30,center,)%artist% $alignabs(0,28,%_width%,20,center,)$font(calibri,8,boldshadow,170-230-250)"%title%" $alignabs(0,44,%_width%,20,center,)$font(calibri,8,boldshadow,140-140-140)from $font(calibri,8,boldshadow,210-210-210)"%album%" $alignabs(0,61,%_width%,20,center,)$if($strcmp(%play_counter%,?), $font(Calibri,8,boldshadow,180-180-180)Playing song for fist time, $if($strcmp(%play_counter%,1),$font(Calibri,8,boldshadow,180-180-180)Song played %play_counter% time',' on ,Song played %play_counter% times. Last on ) $if($strcmp($left($right(%last_played%,10),1),1),Sunday', ',) $if($strcmp($left($right(%last_played%,10),1),2),Monday', ',) $if($strcmp($left($right(%last_played%,10),1),3),Tuesday', ',) $if($strcmp($left($right(%last_played%,10),1),4),Wednesday', ',) $if($strcmp($left($right(%last_played%,10),1),5),Thursday', ',) $if($strcmp($left($right(%last_played%,10),1),6),Friday', ',) $if($strcmp($left($right(%last_played%,10),1),7),Saturday', ',) $right(%last_played%,8) at $right($left(%last_played%,16),5)) , $font(calibri,18,boldshadow,170-170-170)$alignabs(0,10,%_width%,30,center,)Foobar2000 $alignabs(0,46,%_width%,20,center,)$font(calibri,9,boldshadow,170-230-250)Music Player $alignabs(0,68,%_width%,20,center,)$font(calibri,8,boldshadow,210-210-210)v0.9.3 )


////scp设置////
Row Height:24
Group Row:1
边框样式:无
背景色rgb:238-238-238
Group By:%artist%
Item Display代码如下,专辑图片调用部分我改过了,现在按以下优先顺序找封面图片:同目录下文件名含front的图片文件>同目录下文件名含 cover的图片文件>同目录下文件名含folder的图片文件>同目录下任意文件名的jpg文件>同目录下任意文件名的png文件,只要有把封面图片放到mp3同目录的习惯,基本不会出现不显示专辑封面的情况了,现在cpop一般都有封面和封底图片,只要是0day标准命名的,肯定都会优先显示封面图片 ,列表文字位置也调整过了,原版的只适合显示英文,中文会有一半被切掉
代码:

$imageabs(10,$if($strcmp(%tracknumber%,01),0,$add(23,$mul(-23,%tracknumber%))),neo1\albumborder.png,) $imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,*.png),',',),?,),) $imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,*.jpg),',',),?,),) $imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,folder.*),',',),?,),) $imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,*cover*.*),',',),?,),) $imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,*front*.*),',',),?,),) $font(calibri,8,boldshadow glowalpha-50,) $if($strcmp(%tracknumber%,01),$alignabs(100,-3,120,110,,)%date%,) $if($strcmp(%tracknumber%,01),$imageabs(100,15,neo1\line2.png,)) $font(calibri,8,boldshadow glowalpha-50,100-100-100) $if($strcmp(%tracknumber%,02),$alignabs(100,0,140,110,,)%album%,) $if(%_selected%,$drawrect(246,0,0,0,brushcolor-220-220-220 pencolor-null)) $if(%_isplaying%,$drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null)) $font(calibri,8,boldshadow glowalpha-50,70-70-70) $alignabs(250,2,$sub(%_width%,300),12,,)%title% $alignabs($sub(%_width%,127),-1,120,20,right,)%length% $alignabs(250,13,220,110,,)$font(calibri,7,bold,170-170-170) $if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics) $alignabs($sub(%_width%,126),13,120,20,right,) $font(wingdings,6,bold,170-170-170)$repeat(?,%rating%) $if(%isplaying%, $drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null) $alignabs(250,-2,900,200,,)$font(Wingdings 3,17,bold glow-100-100-100,250-250-250)m $font(calibri,8,boldshadow glow-50-90-100,170-230-250) $alignabs(272,2,$sub(%_width%,318),12,,)%title% $alignabs($sub(%_width%,127),-1,120,20,right,)%length% $alignabs(272,13,120,110,,)$font(calibri,7,boldshadow glow-70-70-70,180-180-180) $if($strcmp(%play_counter%,?),No plays,%play_counter% Plays) - $if($meta(LYRICS),Lyrics available,No Lyrics) $alignabs($sub(%_width%,126),13,120,20,right,)$font(wingdings,6,boldshadow glow-70-70-70,180-180-180)$repeat(?,%rating%) )

Group Display代码如下:
代码:

$font(calibri,9,boldshadow glowalpha-50,) $alignabs(10,-2,580,110,,)%artist% $imageabs(9,15,neo1\line3.png,)


////底部tim代码////
边框样式:无
背景色rgb:238-238-238
代码:

$imageabs($sub($div(%_width%,2),454),5,neo1\back2.png,) $if(%isplaying%, $puts(volume,$add($mul($substr($num(%cwb_volume%,4),2,4),-1),100)) $alignabs(10,20,60,200,,) $font(Calibri,7,glow-50-70-90,170-230-250) Volume: $get(volume) '%' $imageabs($sub(%_width%,58),12,'neo1\vol\'$div($add($get(volume),5),10)'.png',) $alignabs($sub(%_width%,70),45,60,200,right,) $get(spacer)%_time_elapsed%$if(%_time_total%,' / '%_time_total%,) $if(%_time_remaining%,$get(spacer),) $alignabs(10,45,200,200,,) $if($strstr(%_path_raw%,'tone://'),$if(%_time_total%,%_length%' Seconds of '$replace(%title%,'Tone: ',)' Tone',%title%),) $if($strstr(%_path_raw%,'silence://'),%_length%' Seconds of Silence',) $if($strstr(%_path_raw%,'cdda://'),'CDDA',) $if2(%mp3%,$if2(%__codec%,)) $if($strstr(%_path_raw%,'cdda://'),$get(spacer)'1411kbps',$if(%__bitrate%,$get(spacer)%__bitrate%' kbps ',)) $if(%__extrainfo%,$get(spacer)%__extrainfo% ,) $if(%__samplerate%,$get(spacer)$cut(%__samplerate%,2)' kHz' ,) $if(%__channels%,$get(spacer)$ifgreater(%__channels%,1,'Stereo','Mono'),) ,) $button($sub($div(%_width%,2),64),32,0,0,0,0,neo1\pause1b.png,neo1\pause2b.png,Pause,) $button($sub($div(%_width%,2),40),31,0,0,0,0,neo1\prev1.png,neo1\prev2.png,Previous,) $button($add($div(%_width%,2),17),31,0,0,0,0,neo1\next1.png,neo1\next2.png,Next,) $button($add($div(%_width%,2),44),32,0,0,0,0,neo1\stop1.png,neo1\stop2.png,Stop,) $button($sub($div(%_width%,2),15),26,0,0,0,0,neo1\play1.png,neo1\play2.png,Play,)

由AMD及其搭档Streamload提供的25G免费网络硬盘


AMD 也来个LIVE...
25GB真的用处不大啊.......

http://amd.streamload.com/Brands/AMD/home/home.aspx

Best Online Storage on the Web

AMD LIVE! Media Vault gives you a private and secure place to upload, store, access, and share your personal videos, photos, movies, music, and files.


* Store files securely on the web. Get 25 GBs of FREE online storage.
* Access your files from any web browser.
* Share all your files quickly and easily, without file size restrictions.
* Host videos, audio, images, and more on the web.
* Backup your files and data safely and reliably.


【来自cnBeta】暴雪COO确认:星际争霸2.0要来了



暴雪COO确认:星际争霸2.0要来了

游戏新闻主题在德国“莱比锡游戏展2006(Game Convention 2006)”大展上,美国暴雪公司(Blizzard)首席运营官Paul Sams暗示,《星际争霸2(Starcraft2)》将有可能在2007年面世.

  在接受媒体采访时,这位暴雪公司COO表示,《星际争霸》是他一直以来最喜欢的游戏之一.暴雪公司目前正在同时开发三款不同的游戏,而他自己将有幸成为向世界玩家公布《星际争霸2》的第一人.

  此外,他暗示暴雪公司将在2007年召开公司主线产品的发表会,但没有提供有关此次会议以及即将在发表会上公布的产品的细节资料.媒体广泛猜测,《星际争霸》和《暗黑破坏神(Diablo)》新作即将出现在此次发表会上.

  在游戏展的现场,暴雪的首席运营官Paul Sams被IGN的记者逮了个正着。在访谈中,他表示:“《星际争霸》绝对一直是我最喜欢的游戏。可能你们已经知道了,我们公司毫无疑问会继续开发《星际争霸》和《暗黑破坏神》的后续游戏作品。相信我,当我们公布《星际争霸2》的那一时刻,我将会是全世界最高兴的人。”
  你没看错,就是《星际争霸2》!不过可能Paul Sams也意识到自己不能说得太多,之后只表示了将在2007年公布一个重要作品,及目前“至少”正在开发三款未公布的作品。当被问及这些游戏时,他解释道:“我希望大家明白我们不满足于只做一个网游公司,其他的一些公司只开发网络游戏但暴雪不同,我们允许开发人员选择他们想开发的游戏,不一定非得是网游。

2.0终于要来了,空着的几个格子会添满么?会出现水面作战部队么?
对系统要求会提到多少呢?








怀念STAR啊.......
世界上没几款这样经典的游戏的.
期待ing...:happy:

Firefox 200,000,000 Downloads

FIREFOX就是不一样啊~~
实力取胜的。。




There have been 200 million downloads of the Firefox web browser.

Ha habido 200 millones de transferencias directas del web browser de Firefox.

Il y a eu 200 millions de téléchargements du web browser de Firefox.

Ci sono stati 200 milione trasferimenti dal sistema centrale verso i satelliti del web browser di Firefox.

Es hat 200 Million Downloads des Firefox web browser gegeben.

Houve 200 milhão downloads do web browser de Firefox.

هناك 200 مليونا من فيريفوكس بواسطه متصفح الانترنت

Firefoxのウェブブラウザの200,000,000のダウンロードがずっとある。

Firefox 웹 브라우저의 200백만개의 다운로드가 계속 있다.

有两亿下载的网页浏览器Firefox.

博易博客价值评估

http://www.anyp.cn/value/Default.aspx



博客价值评估工具由博易独家提供,根据Alexa排名、各大搜索引擎搜索记录数、RSS订阅数进行综合评估;
评估结果只供参考, 博易不对其负任何法律或商业上的责任。


:left: :right:
FIGHT 4 FREEDOM - by F4F 评估价值:360 RMB。


iHappy's blog - by Yuki 评估价值:8,075 RMB

你以为我象一样你是个白痴啊 (哇哈哈哈.........)



是俺们老师FUCK一个智障SAY的:


:D
现在是本地区KUSO的FASHION语言

en........
RAP begin

你以为我象一样你是个白痴啊
你以为我象一样你是个白痴啊
你以为我象一样你是个白痴啊
你以为我象一样你是个白痴啊
........