Tag/
共346个网摘 [
1 2 3 4 5 6 7 8 ...
12 ]
上一页 |
下一页 |
AppZ收录,使用标签:learn, collect, rad, framework,时间:2008-6-2 11:30:57 | 相关网摘,我也收藏
RADICORE - Rapid Application Development Toolkit
RADICORE is an open source Rapid Application Development Toolkit for building Administrative Web Applications which are platform independent, browser independent and database independent.
----------------------注:
这里有一个开源radicore的框架,和其他框架不同的是立足于应用解决方案的框架,和我们之前做的xpf很相似,有自己的菜单系统,权限系统和工作流系统等,即做了一些核心的系统,然后可以在这些系统上进行快速开发,
英文版的,大家有兴趣可以看看,上面有他在这个框架上用了很多设计模式的的教程说明,那个三层体系结构设计和工作流设计写得不错
http://www.radicore.org/
AppZ收录,使用标签:learn, collect, Hacking,时间:2008-6-1 11:58:53 | 相关网摘,我也收藏
[ remote ]-::DATE -::DESCRIPTION -::HITS -::AUTHOR
2008-05-29 Now SMS/MMS Gateway 5.5 Remote Buffer Overflow Exploit 1938 R D Heretic2
2008-05-29 ASUS DPC Proxy 2.0.0.16/19 Remote Buffer Overflow Exploit 978 R D Heretic2
2008-05-27 Creative Software AutoUpdate Engine ActiveX Stack Overflow Exploit 2213 R D X BitKrush
2008-05-16 Debian OpenSSL Predictable PRNG Bruteforce SSH Exploit (ruby) 11886 R D L4teral
2008-05-15 Debian OpenSSL Predictable PRNG Bruteforce SSH Exploit 19728 R D Markus Mueller
2008-05-14 MS Internet Explorer (Print Table of Links) Cross-Zone Scripting PoC 13650 R D X Aviv Raff
2008-05-14 IDAutomation Bar Code ActiveX Multiple Remote Vulnerabilities 3349 R D X shinnai
2008-05-08 TFTP Server for Windows 1.4 ST Remote BSS Overflow Exploit 6938 R D tixxDZ
2008-05-03 HLDS WebMod 0.48 (rconpass) Remote Heap Overflow Exploit 5769 R D SkOd
2008-05-03 HLDS WebMod 0.48 Multiple Remote Vulnerabilties 3499 R D Luigi Auriemma
http://www.milw0rm.com/exploits/5695
AppZ收录,使用标签:learn, collect,时间:2008-5-30 14:42:26 | 相关网摘,我也收藏
Gmail Filesystem provides a mountable Linux filesystem which uses your Gmail account as its storage medium. Gmail Filesystem is a Python application and uses the FUSE userland filesystem infrastructure to help provide the filesystem, and libgmail to communicate with Gmail.
GmailFS supports most file operations such as read, write, open, close, stat, symlink, link, unlink, truncate and rename. This means that you can use all your favourite unix command line tools to operate on files stored on Gmail (e.g. cp, ls, mv, rm, ln, grep etc. etc.).
Please be gentle on the code. This is my first foray into Python and I'm sure the code is far from elegant. I'm particularly concerned with my attempts to manipulate mutable byte arrays. I'm sure that there must be a less clumsy way of doing it than the nasty list -> array -> string path I'm currently using. This language has a reputation as an excellent choice for rapid prototyping. The first working version of GmailFS took about 2 days of coding. There was an additional 1.5 days spent on performance tuning and bugfixing. Given that this includes language learning curve, the reputation seems well deserved. A special mention should go to libgmail and FUSE, both greatly contributed to the short development time.
Installing Gmail Filesystem
Using Gmail Filesystem
Gmail Filesystem implementation overview.
http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html
AppZ收录,使用标签:funny, learn,时间:2008-5-28 9:10:42 | 相关网摘,我也收藏
Current status: Development and Testing
As we are still in the process of development, the current version WobZip is not guaranteed to be bug-free, and it only supports the uncompression of files.
http://wobzip.org/
AppZ收录,使用标签:learn, funny, collect,时间:2008-5-27 10:04:07 | 相关网摘,我也收藏
Google PR查询接口checksum新算法
前些日子一篇N久之前的老文忽然成了被阅读的热点,检查之后才发现自己使用那段代码来做pr查询的页面已经不能正常得到URL的Page Rank值了,取而代之的是一大段“In your email, please send us the entire code displayed below”之类的Google terms_of_service错误提示信息。看来是原先的接口已经失效了。
http://www.zeali.net/entry/566
AppZ收录,使用标签:learn, collect,时间:2008-5-23 14:06:27 | 相关网摘,我也收藏
Encryption] Advanced File Security Basic 3.1.1
[Programming] Maxa-Lock SE STD 2.1
[Encryption] Flexcrypt Free 2008 1.0
[Encryption] Advanced File Security Pro 3.1.1
[Encryption] KaKa Folder Protector 5.2.8
[Programming] BlueLock 1.0
[Various] Power Spy For Home 3.1
[Monitoring] Free Keylogger King
[Passwords] Internet Explorer Password Viewer
[Antispam] TZ Anti Spam Filter
http://www.hacker-soft.net/Soft/Soft_11558.htm
AppZ收录,使用标签:learn, collect, linux, Command,时间:2008-5-23 11:01:54 | 相关网摘,我也收藏
如何在linux shell的提示符中显示IP
2008-05-13 15:30 joomla 178 次点击 Tags: 显示提示当前用户字符
经常在各台linux服务器之间切换,有时会弄不清自己在那台服务器上,当然可以把机器hostname设置为IP,并在PS1环境变量中,将 \h 改为 \H ,但是对于那些已经在使用的服务器,你可能不清楚是否能够修改hostname,那么就可以在/etc/profile ,或者 .bash_profile中设置,来在shell提示符中显示IP,具体代码如下:
PS1="\[\e[32;1m\]`/sbin/ifconfig eth0 | grep "inet addr" | sed -e 's/^.*inet addr:\(.*\) Bcast.*$/\1/'`\[\e[0m\][\u \W]\$ "export PS1
http://www.maycode.com/index.php/hotspot/35-linux/722-linux.html
AppZ收录,使用标签:learn, collect, 百家之言,时间:2008-5-22 13:48:44 | 相关网摘,我也收藏
[原创] [原]学习时注意思考方法——只献给初学者
--------------------------------------------------------------------------------
http://www.chinaunix.net 作者:gnap 发表于:2007-11-03 17:00:08
【发表评论】【查看原文】【C/C++讨论区】【关闭】
不管是在现实中还是网上,总遇到一些人再问一些奇怪的问题。很多问题让大牛
们哭笑不得,总是推荐这些人看一些经典的书籍。结果过了一段时间,其他人的
知识已经沧海桑田,不少人成了大牛,大牛们已经成了大大牛。这些人还在重复
着类似的问题。本人不是大牛,但是觉得大牛们在技术上帮助别人的同时还应该
更多的传播思维方法。如果大牛们没有时间,那么小弟只好抛砖引玉,谈一些不
成熟的见解,同时希望大牛们多提意见,我再把你们的经验总结起来一齐奉献给
大家。
http://www.chinaunix.net/jh/23/880434.html
AppZ收录,使用标签:learn, collect, good_en_site,时间:2008-5-21 12:21:29 | 相关网摘,我也收藏
纯学术性交流论坛:研学论坛
中国学术交流园地-----研学论坛(bbs.matwav.com)是独立的纯学术交流网站,倡导自由,开放,交流,创新,诚信,奉献,努力打造中国科研网络交流第一平台,主要面向广大研究生和博士,以及高校科研院所企业的科研人员!
论坛的办站宗旨是:通过构建一个学术交流的平台,改变目前国内科学研究分割、孤立的研究状况,让大家能够扩大交流,开拓视野,从而习惯合作研究的科学精神;促进科研人员和企业的交流,推动科研成果的技术转化以及加强企业技术需求和科研成果的联系;通过一系列的引导性文章和交流,培养后辈科研爱好者。
请在收藏夹里记住这个网址吧:
http://bbs.matwav.com/index.jsp
论坛主要版块设置和简单介绍如下,看看你的课题中有没有需要的东西吧,交流、讨论、资料狂多多:
《软件, 算法及编程》:matlab/maple/mathematica;Simulink;ORIGIN:ORIGIN;Labview;ENVI/IDL;FEPG/Femlab;C,C++,C#
《科学:基础与工具》;物理学、化学化工、地球科学、统计理论与应用/sas,spss等统计软件、运筹学及其应用。
《人工智能、模式识别与工程应用》:遗传算法:神经网络:模拟退火技术:人工智能与模式识别::混沌与分形
《信号处理》:信号处理基础理论:小波与信号处理:图像工程:水下信号处理技术:语音信号处理。
《电子技术》DSP:单片机及硬件电路:电子仿真软件
《专业领域研究》:材料科学与工程:自动控制:无线电科学:遥感专题讨论:数据挖掘专题研究:生命科学版块:光电技术:电力系统工程:信息安全讨论
《信息情报中心》:信息检索:代理技术:交流+解惑:
《研学资源中心交流区》:研学ftp资源专区:研学ftp联盟专区:资源推荐区:研学文献互助区:
《学习科研交流区》:学术杂谈:英语学习:英考研考博、出国:科研工作与文献管理 :学科实验室
http://www.51leifeng.net/viewthread.php?tid=10885
AppZ收录,使用标签:learn, collect, javascript, framework, css,时间:2008-5-19 14:11:23 | 相关网摘,我也收藏
欢迎来到 Yahoo! User Interface Library (YUI) 的世界
感谢您下载YUI——被认为是世界上最流行且最优秀的 JavaScript/CSS 类库。您所下载的文件中包括了YUI所有的源码(位于/build目录中)以及每个组件的功能示例。它们还包括了API文档。大多数组件还有PDF格式的备忘表提供额外下载。
如何开始:
试着运行YUI的示例. 我们建议你从 Event Utility 和 Dom Collection 示例开始;Event 和 Dom 为使用YUI的JavaScript开发者提供了重要的基础。一旦你已经检阅了这两个基础组件,请继续探索象 Drag and Drop 和 Animation 这样的工具库,或者象 Button,Calendar 和 TabView 这样的UI控件。如果你对YUI的CSS组件感兴趣,请按照 Reset,Base, Fonts,和 Grids 这样的顺序阅读它们的示例。
请记住在YUI website (外部链接)上有每个组件的完整的用户指南 。如果你在试验示例的时候对某个组件有任何疑问,请查阅该组件的用户指南,或者搜索 API 文档。
请记住你可以下载大多数YUI组件的备忘表。这些一到两页的PDF文档在开始的时候能帮助你探索YUI的各个方面。
开始编码。 你可以包含这个发行版中(位于 /build 目录下)的YUI脚本和CSS,或者直接从 Yahoo! 的服务器上包含它们。 YUI Loader Utility 是一个客户端加载库,它可以动态引入所需的YUI脚本,不管是从你的服务器上亦或我们的服务器上。
成为YUI开发社区中的一员。 YUI 的开发者与应用者彼此分享思想与解决方案,并且在我们的论坛(外部链接;需要YAHOO! ID)中提供援助。YUI开发者还会发布文章到 YUIBlog,在那里你可以找到深度的文章,视频以及其他关于YUI和前端技术业领域的优质内容。
http://yui-doc-zh.googlecode.com/svn/trunk/yui_zh/index.html
共346个网摘 [
1 2 3 4 5 6 7 8 ...
12 ]
上一页 |
下一页