Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

Blunder is a reimplementation of Blender GUI in Lua.

5.0
 
  0 reviews  |  2 users  |  896 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 

GHost++ is a Warcraft 3 game hosting bot. Some features include: run on Windows and Linux connect to official battle.net and PVPGN realms connect to multiple realms at the same time host battle.net games and LAN games host battle.net games across realms (players from different realms can play in ... [More] the same game) auto refresh games on battle.net auto host and start games without admin interaction can be controlled via LAN (you only need one set of CD keys) host multiple games at the same time host melee maps and custom maps high speed map downloads host saved games record complete replays of hosted games (including allied and private chat from all players) determine player pings and countries of origin player bans player statistics kick players from games adjustable game latency adjustable [Less]

0
 
  0 reviews  |  1 user  |  185,612 lines of code  |  3 current contributors  |  Analyzed 3 days ago
 
 

G.ho.st works from any browser, but if you want to have a dedicated window with your own icon and a bunch of nice features and keyboard shortcuts specific to G.ho.st and your needs, you need a small piece of software that will handle all that. This is GhLaunch.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 12 hours ago
 
 

首先看一下一键GHOST的帮助文档是怎么介绍的: "一键备份C盘"的映像保存在什么位置?有何优点?怎么打开/复制/删除? 答1) 保存位置:第一硬盘最后一个分区:\~1\C_PAN.GHO(2)~1的优点:此文件夹在资源管器中完全隐藏 ... [More] (即使打开"显示所有文件"也不可见),而保证了映像文件不会被轻易的删除. 注意:最后一个分区为NTFS(含少数FAT32)目前仅能实现一般性隐藏. (3)打开方法:开始->程序- >一键GHOST->一键GHOST->文件->打开. (4)复制方法:开始->程序->一键GHOST-> 一键GHOST->文件->另存为. (5)删除方法:卸载一键GHOST->勾选"删除一键备份C盘产生的映像". 在这个介绍中,并没有说明如何进入一键GHOST备份C盘的映像的保存位置, 假设最后个分区为F盘,我们在地址栏中直接输入:“F:\~1\ C_PAN.GHO”, 结果出现“找不到’file:///F:/~1/C_PAN.GHO’。请确认路径或Internet地址正确。”的提示, 我们又输入“F:\~1”回车后,发现进入的还是F:\这个盘, 接着我们试下在“我的电脑-工具-文件夹选项-查看”中勾选“显示所有文件和文件夹”, 又把“隐藏受保护的操作系统文件(推荐)”前的勾也去掉,勾上“显示系统文件夹的内容”, 但仍然看不见~1这个文件夹,输入“F:\~1”进去后地址栏变成“F: \..”,还是看不到C_PAN.GHO这一文件, 使用搜索“.GHO”也什么都查不到,看来这的确是深度隐藏,常规办法是行不通的。 这时我想到一篇文章,说的是如何建一个一般人删不掉的文件夹,方法就是在Windows自带的DOS中输入“cd\”, 回车后输入命令“md X..\”,这时就在C盘建好一个“打不开删不掉”的文件夹“X.”,要想打开, 就需输入“start c:\X..\”,删除就输入“rd c:\X..\”,由这个我就想到是不是一键GHOST备份C盘的映像的保存位置, 也需要在DOS中输入命令打开呢。 我们在开始-运行- 输入cmd,确定后进入MS-DOS,输入“cd\”回车进入C:, 输入“F:”回车进入F:,输入“dir /a”(列当前目录所有文件,含隐含及系统文件) 能看到一个名为“..”的文件夹就是那个~1文件夹,再输入“cd ~1”进入~1文件夹, 输入“dir /a”是不是就能看到那个c_pan.gho了啊,接着输入“attrib c_pan.gho -s -h -r”, 这个的作用是删除文件shr属性,因为c_pan.gho文件的属性为/a/s/h/r, 参数+h +s +r +a分别是添加隐含属性,系统级,只读属性,归档属性, 如果要解开,前面就是“-”,当我们去掉了它的s h r属性后,如果要拷贝c_pan.gho文件到其他位置, 使用命令“F:\~1\>copy c_pan.gho D:\”,就可以复制文件到D盘根目录, 如果想删除c_pan.gho,则使用命令“F:\~1>del c_pan.gho”。 以上操作都是在MS-DOS中进行的,其实我们可以建立一个文本文件,输入以下内容:“start F:\~1 attrib -s -h -r F:\~1\C_PAN.GHO”,保存后,把后缀由.txt改为.bat,以后直接运行这个批处理文件, 就可打开保存C_PAN.GHO的文件夹,这时候想删除或复制就很方便了。 说了这么多,其实一键GHOST的备份文件之所以隐藏的如此之深,也为了有效的防止被人删除或者是比较厉害的病毒感染备份文件,但是有时当我们不用一键还原时,这个备份文件就显得完全没用只是干占空间,有必要找出它的藏身之处并删除它,或者我们想把这台电脑中的备份文件拷贝到另外台电脑中时,找出源文件也是必要的。同时我们从寻找它的备份文件的过程中,也认识了一些关于隐藏文件的技巧,何乐而不为呢? 四、 硬盘的备份及还原     Ghost的Disk菜单下的子菜单项可以实现硬盘到硬盘的直接对拷(Disk-To Disk)、硬盘到镜像文件(Disk-To Image)、从镜像文件还原硬盘内容(Disk-From Image)。     在多台电脑的配置完全相同的情况下,我们可以先在一台电脑上安装好操作系统及软件,然后用ghost的硬盘对拷功能将系统完整地“复制”一份到其它电脑,这样装操作系统可比传统方法快多了哦 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
  ghost disk
 
 

spanish language content - A place to discuss paranormal phenomena

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 months ago
 
 

The aim of the project is to create a web interface to control the unattended instalation or cloning of hardisks.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 12 days ago
 
 

There are a number of useful administrative tasks that can be accomplished around the Symantec Ghost Solution Suite using scripting, and I have obtained permission to publish the scripts I have written as open source with a BSD license.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 2 hours ago
 
 

Wordpress是一个Blog程序,用它你可以架设完全属于你自己的Blog. 而Wordpress现在的应用又不仅仅只是在Blog方面,因为其强大的扩展性,部分网站甚至已经开始使用Wordpress来架设,或者说这些Blog你甚至都看不出它们只是Blog而已了. 自 ... [More] WordPress 2.5 以来,WordPress 2.6 的主要更新包括: 文章版本管理功能,将保存你每次所修改的版本,允许你查看(不是编辑)每次修改的版本,可以对任何两个版本进行比较; 允许在文章和页面中显示图片的说明; 在管理面板的设计中,增加了主题分页功能; 在撰写和编辑文章的时候,自动统计字数; 增加里“快速发布”书签; 增加了相册排序功能; 导入/导出文章摘要; 增加了主题预览工具; TinyMCE 编辑器升级到 3.1 允许两个分类有相同的子分类。 与英文版本相比,WordPress 2.6 中文版主要完成了本地化工作 包括以下: 添加了中文语言包,添加于 wp-content/languages/ 目录下 。 修改了配置文件,即根目录 wp-config.php 文件,将默认语言设置为中文,并列出了两个实用参数。 调整了默认主题,默认字体太小,不太适合中文,我们适当调大的字体。 翻译了说明文档,详细介绍了 WordPress 2.6 的安装和升级步骤。英文说明文档保存为 readme-en.html。 翻译了几个包含错误信息的文件。WordPress 发生错误时,语言包无法调用,这些信息只能通过文件显示。 [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

GHost++ is a Warcraft 3 game hosting bot. Some features include: run on Windows and Linux connect to official battle.net and PVPGN realms connect to multiple realms at the same time host battle.net games and LAN games host battle.net games across realms (players from different realms can play in ... [More] the same game) auto refresh games on battle.net auto host and start games without admin interaction can be controlled via LAN (you only need one set of CD keys) host multiple games at the same time host melee maps and custom maps high speed map downloads host saved games record complete replays of hosted games (including allied and private chat from all players) determine player pings and countries of origin player bans player statistics kick players from games adjustable game latency adjustable lag screen mute global chat in games and much more... [Less]

0
 
  0 reviews  |  0 users  |  149,632 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

伺かゴーストに歌を歌わせるための歌詞データ。その作成を支援します。今のところ歌詞作成支援ツールをリリースしています。

0
 
  0 reviews  |  0 users  |  3,563 lines of code  |  0 current contributors  |  Analyzed over 2 years ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.