博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
好好学习
bilbo.cublog.cn
管理博客
发表文章
留言
收藏夹
· Compiler
· Unix_Linux
博客圈
音乐
相册
文章
· AutoHotKey
· C/C++
· Caml
· Perl
· Tcl & Expect
· 其他编程语言
· Visual Language
· Compiler Engineering
· Embedded System
· Formal methods
· FieldBus
· Networking
· Hardware Desing
· Safety System
· Unix_Linux
· Software Engineering
· GSM/GSM-R
· 技术幽默
· 读书时间
· Good Resource
· 关注社会
· 胡言乱语
首页
关于作者
姓名:你知道 职业:IT 年龄:每年大一岁 位置:地球 个性介绍:挺笨 Email: bilbo0214@163.com
||
<<
>>
||
我的分类
文章列表 - Good Resource
Java Tools
JML-- Java Modeling Language<br><a href="http://www.eecs.ucf.edu/%7Eleavens/JML/" target="_blank">http://www.eecs.ucf.edu/~leavens/JML/</a><br><a href="http://sourceforge.net/projects/jmlspecs" target="_blank">http://sourceforge.net/projects/jmlspecs</a><br><br><span style="font-weight: bold;">Source Analyzer</span><br>FindBugs--a program which uses static analysis to look for bugs in Java code<br><a href="http://findbugs.sourceforge.net/" target="_blank">http://findbugs.sourceforge.net/</a><br><br>PMD--PMD scans Java source code and looks for potential problems like: <ul><li>Possible bugs - empty try/catch/finally/switch statements</li><li>Dead code - unused local variables, parameters and private methods</li><li>Suboptimal code - wasteful String/StringBuffer usage</li><li>Overcomplicated expressions - unnecessary if statements, for loops that could be while loops</li><li>Duplicate code - copied/pasted code means copied/pasted bugs<br></li></ul><a href="http://pmd.sour……
查看全文
发表于:2008-09-14 ┆
阅读(96)
┆
评论(0)
(转)Programming Texts and Tutorials--good!
<span style="color: rgb(255, 1, 2); font-weight: bold;">原文太长了,我只转了语言的部分,全文可以到http://stommel.tamu.edu/~baum/programming.html浏览。</span><br><p><a name="assembly"></a></p><ul><font size="4"><li><p><a name="assembly">assembly language</a> </p><p> </p><ul><li><a href="http://www.tldp.org/HOWTO/Assembly-HOWTO/"> Linux Assembly HOWTO</a> - Francois-Rene Rideau and Konstantin Boldyshev (1996-2002) <p> </p></li><li><a href="http://linuxassembly.org/intro.html"> Introduction to UNIX Assembly Programming</a> - Konstantin Boldyshev (1999-2000) <p> </p></li><li><a href="http://linuxassembly.org/articles/linasm.html"> Using Assembly Language in Linux</a> - Phillip (Jan. 2001) <p> </p></li><li><a href="http://www-106.ibm.com/developerworks/linux/library/l-ia.html?dwzone=linux"> Inline Assembly for x86 in Linux</a> - Bharata B. Rao (Mar. 2001) <p> </p></li><li><a href="http://www.geocities.com/SiliconValley/Ridge/2544/asm/linux-asm.txt"> ……
查看全文
发表于:2008-05-30 ┆
阅读(265)
┆
评论(0)
Diagram组件收集
<DIV>打算设计一个类似具有flow chart编辑功能的程序,又不打算自己写这种库,就在网络上搜索了一圈。</DIV> <DIV>基本结果如下:</DIV> <DIV>看来看去还是JGraph用的多,又是免费的,又能跨平台。</DIV> <DIV> </DIV> <DIV> <TABLE class=MsoTableGrid style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-table-layout-alt: fixed; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 480; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext" cellSpacing=0 cellPadding=0 border=1> <TBODY> <TR style="mso-yfti-irow: 0; mso-yfti-firstrow: yes"> <TD style="BORDER-RIGHT: windowtext 1pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP: windowtext 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0cm; BORDER-LEFT: windowtext 1pt solid; WIDTH: 21.3pt; PADDING-TOP: 0cm; BORDER-BOTTOM: windowtext 1pt solid; BACKGROUND-COLOR: transparent; mso-border-alt: ……
查看全文
发表于:2008-02-26 ┆
阅读(429)
┆
评论(0)
(转)世界知名大学的网络课程资源
<DIV> <H2><A title="Permanent Link to 世界知名大学的网络课程资源" href="http://jiaren.org/2008/01/13/resources-of-famous-university-online-courses/" rel=bookmark><FONT color=#800080>世界知名大学的网络课程资源</FONT></A></H2> <DIV class=postdata>Posted in <A title=显示藏书阁的所有日志 href="http://jiaren.org/category/books/" rel="category tag"><FONT color=#0000ff>藏书阁</FONT></A> at 01月 13th, 2008 by 卿本佳人 【<A href="javascript:doZoom(16)"><FONT color=#0000ff>大</FONT></A> <A href="javascript:doZoom(14)"><FONT color=#0000ff>中</FONT></A> <A href="javascript:doZoom(12)"><FONT color=#0000ff>小</FONT></A>】</DIV> <DIV class=entry id=zoom> <BLOCKQUOTE>网络上的资源还是很多的,比如下面的世界名牌大学网络课堂课件以及视频资源,如果善用,比在大学里学到的东西还多。不过,我认为网络并不能代替真正的大学,因为大学是一个学术共同体,在网络上没有如此联系紧密的团体。</BLOCKQUOTE> <P style="TEXT-ALIGN: center"><IMG height=400 src="http://pic.yupoo.com/fyfhjq/238684ec7bf5/medium.jpg" width=320></P……
查看全文
发表于:2008-02-15 ┆
阅读(474)
┆
评论(1)
(转)45 Best Freeware Design Programs
<DIV>In a previous post I gave you a list of <A href="http://www.snap2objects.com/2007/06/06/85-killer-resources-every-designer-should-know/" target=_blank><FONT style="BACKGROUND-COLOR: #f7f7f7" color=#5f5f5f>85+ Free Killer Resources Every Designer Should Know</FONT></A>, which had a great response. Now, in the same line, I have smashed 45 Freeware Design Programs among literally thousands and thousands. It was a great quest, and it was worth it. <P></P> <P>No, it won’t replace your fancy CS3, nor Flash, nor 3D Studio Max.<BR>(Remember, we are getting something for nothing :)</P> <P>Some of them are pretty decent alternatives, not only for those who are not willing to spent some big Bucks, but also for those who need some specific tasks done, like resizing a batch of picture without needing to run the almighty Photoshop.</P> <P>Personally, I also find them quite useful when friends & family or clients (or any non graphically skilled person) ask to do minor/boring tasks (lik……
查看全文
发表于:2008-01-31 ┆
阅读(766)
┆
评论(0)
(转)40 Best Open Source Graphic Programs
<DIV>Following the great success of the <A href="http://www.snap2objects.com/2007/07/20/45-best-freeware-design-programs/" target=_blank><FONT color=#800080>45 Best Freeware Design Programs</FONT></A> and attending requests of more open source apps, here is a new extensive list of Open Source Graphic Programs that you may take into consideration for production use. There is a lot of technicalities when we talk about <A href="http://en.wikipedia.org/wiki/Open_source" target=_blank><FONT color=#0000ff>The Open Source</FONT></A> movement, and we are not covering them here on detail, so please forgive with me if I am not being formal enough with all the terminology. <P>You will find the name of the project, a lovely screenshot (who doesn’t love screenshots?), the Development Status (I’ve included from Beta to mature ones) and the supported platforms. Please notice that some of the projects may have restricted license use; before using a particular software, check first if the intended u……
查看全文
发表于:2008-01-31 ┆
阅读(988)
┆
评论(0)
(转)teknobites精选40款免费Windows软件
<h4>安全:</h4> <p>1. <a href="http://www.openantivirus.org/">Open Antivirus</a>: 不是杀毒软件,而是为关注安全的人士提供的交流平台。</p> <p>2. <a href="http://www.truecrypt.org/">Truecrypt</a>: 开源的磁盘加密软件,用户评价很高。</p> <p>3. <a href="http://w32.clamav.net/">ClamAV</a>: 反病毒软件,原用于UNIX,现在有windows版了。</p> <p>4. <a href="http://www.networkchemistry.com/products/roguescanner.php">RogueScanner</a>: 网络安全,发现哪些设备连入你的网络。</p> <p>5. <a href="http://keepass.info/">Keepass</a>: 开源的密码管理软件,算是此类中最好的。</p> <p>6. <a href="http://www.clipperz.com/">Clipperz</a>: 在线的密码管理方案。参见《<a href="http://blog.sina.com.cn/s/blog_46dac66f010009w6.html" target="_blank">十项免费之道,全面管理你的密码(译)</a>》。</p> <p>7. <a href="http://www.softperfect.com/products/firewall/">SoftPerfect Personal Firewall</a>: 防火墙软件,简单易用,有学习机制。.</p> <h4>文件传输与共享:</h4> <p>1. <a href="http://winscp.net/">WinSCP</a>: 支持SSH(S……
查看全文
发表于:2007-09-22 ┆
阅读(650)
┆
评论(0)
(转)Web Development Toolbox: 120+
<h1 class="akst_title">Web Development Toolbox: 120+ Web Development Resources</h1> <p class="akst_category">Posted in: <a href="http://mashable.com/category/mashable/" title="View all posts in mashable" rel="category tag">mashable</a>, <a href="http://mashable.com/category/social-networking/" title="View all posts in social networking" rel="category tag">social networking</a>, <a href="http://mashable.com/category/social-software/" title="View all posts in social software" rel="category tag">social software</a>, <a href="http://mashable.com/category/ajax/" title="View all posts in Ajax" rel="category tag">Ajax</a></p> <div class="akst_entry"><ul id="contactinfo"><center><img src="http://mashable.com/wp-content/uploads/2007/07/webdevelopmenttoolbox.PNG" alt="webdevelopmenttoolbox.PNG"></center></ul> <p>As rewarding as web development is, it can also be a pain sometimes, especially if you spend half your time looking for the right tools and resources. Well, we’ve done the work……
查看全文
发表于:2007-07-30 ┆
阅读(984)
┆
评论(0)
据说是世界300强的杂志
<DIV> <H4 class=TextColor1 id=subjcns!8596820A3206611F!619 style="MARGIN-BOTTOM: 0px">据说是世界300强的杂志</H4> <DIV class=bvMsg id=msgcns!8596820A3206611F!619> <P>No 杂志名称 网址 类别 <BR> 1 People(人物) <A href="http://people.aol.com/people/index.html"><FONT color=#4563b9>http://people.aol.com/people/index.html</FONT></A> 娱乐 <BR> 2 TV Guide(电视指南) <A href="http://www.tvguide.com/"><FONT color=#4563b9>http://www.tvguide.com</FONT></A> 娱乐 <BR> 3 Time(时代) <A href="http://www.time.com/"><FONT color=#4563b9>http://www.time.com</FONT></A> 新闻 <BR> 4 Sports Illustrated(体育画报) <A href="http://sportsillustrated.cnn.com/"><FONT color=#4563b9>http://sportsillustrated.cnn.com</FONT></A> 体育 <BR> 5 Better Homes & Gardens(美好家园) <A href="http://www.bhg.com/"><FONT color=#4563b9>http://www.bhg.com</FONT></A> 家居 <BR> 6 Reader’s Digest(读者文摘) <A href="http://www.rd.com/splash.jhtml"><FONT color=#4563b9>http://www.rd.com/splash.jhtml</FONT>……
查看全文
发表于:2007-07-17 ┆
阅读(740)
┆
评论(0)
晒一下收集到的一些国外计算机课程
<table style="border-collapse: collapse;" align="center" border="1" bordercolor="#dddddd" cellpadding="0" cellspacing="0" width="360"> <tbody><tr height="60"><td align="center" width="60"><img src="/fileicon/chm.gif" alt="" border="0"></td><td> <table style="border-collapse: collapse;" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr height="20"><td align="center" width="40">文件:</td><td>Internet资源.chm</td></tr> <tr height="20"><td align="center" width="40">大小:</td><td>244KB</td></tr> <tr height="20"><td align="center" width="40">下载:</td><td><a href="http://blogimg.chinaunix.net/blog/upfile/070708140655.chm">下载</a></td></tr> </tbody></table> </td></tr> </tbody></table><br>整理硬盘时发现的,对于正在上学的有些用处(偶上学的时候搜集的)。要研究某个方面可以去相应领域的教授主页上看看,能找到更多的资源。<br>
查看全文
发表于:2007-07-08 ┆
阅读(906)
┆
评论(0)
(转)开源的操作系统
<font color="darkred">网上找到的,转载一下:<br>AROS <font color="#000000"><a href="http://www.aros.org/download.php" target="_blank">http://www.aros.org/download.php</a></font> <br>AtheOS <font color="#000000"><a href="http://www.atheos.cx/download/list.php3" target="_blank">http://www.atheos.cx/download/list.php3</a></font> <br>Cefarix <font color="#000000"><a href="http://sourceforge.net/projects/cefarix" target="_blank">http://sourceforge.net/projects/cefarix</a></font> <br>Chaos <font color="#000000"><a href="http://chaosdev.org/index.pl?chaos/Download" target="_blank">http://chaosdev.org/index.pl?chaos/Download</a></font> <br>CP/M <font color="#000000"><a href="http://www.seasip.demon.co.uk/Cpm/software/index.html" target="_blank">http://www.seasip.demon.co.uk/Cpm/software/index.html</a></font> <br>Darwin <font color="#000000"><a href="http://www.opensource.apple.com/projects/darwin/release.html" target="_blank">http://www.opensource.apple.com/projects/darwin/release.html</a></fo……
查看全文
发表于:2007-06-06 ┆
阅读(871)
┆
评论(0)
(转)Software for Starving Students
<UL> <LI><A href="http://www.7-zip.org/"><FONT color=#225588>7-Zip</FONT></A> <LI><A href="http://www.antp.be/software/renamer/"><FONT color=#225588>Ant Renamer</FONT></A> <LI><A href="http://audacity.sourceforge.net/"><FONT color=#225588>Audacity</FONT></A> <LI><A href="http://www.blender3d.org/"><FONT color=#225588>Blender</FONT></A> <LI><A href="http://www.bzflag.org/"><FONT color=#225588>BZFlag</FONT></A> <LI><A href="http://www.shatters.net/celestia/"><FONT color=#225588>Celestia</FONT></A> <LI><A href="http://www.clamwin.com/"><FONT color=#225588>ClamWin</FONT></A> <LI><A href="http://www.deepburner.com/"><FONT color=#225588>DeepBurner Free</FONT></A> <LI><A href="http://www.gnome.org/projects/dia/"><FONT color=#225588>Dia</FONT></A> <LI><A href="http://www.nongnu.org/enigma/"><FONT color=#225588>Enigma</FONT></A> <LI><A href="http://www.heidi.ie/eraser/"><FONT color=#225588>Eraser</FONT></A> <LI><A href="http://www.exactaudiocopy.org/"><FONT color=#225588>……
查看全文
发表于:2007-06-05 ┆
阅读(758)
┆
评论(0)