sourceforge

No ruleset or basic.xml in the sourceforge pmd-bin-5.0.0 download

六月ゝ 毕业季﹏ 提交于 2019-12-12 02:16:20
问题 I've been reading all over the PMD Website and it has all these references to <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/> but I cant find the file basic.xml in either the pmd-bin-5.0.0 or pmd-bin-5.0-alpha directory downloaded from sourceforge. As you can see in the screen dump I've provided below, I've done a search for this basic.xml and came up empty handed. (source: iforce.co.nz) In the next screen shot of pmd-bin-5.0.0 there is no folder called ruleset (source: iforce

Downloading latest version from sourceforge

狂风中的少年 提交于 2019-12-11 07:00:54
问题 I am trying to download latest version of graphicsmagick from Sourceforge in my bash script wget -q https://sourceforge.net/projects/graphicsmagick/files/latest/download?source=files -O GraphicsMagick-LATEST.tar.gz tar -xzvf GraphicsMagick-LATEST.tar.gz The problem is that when I try to extract the tar.gz I get the following error gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now This means that the script is not downloading the latest tar

Including direct dependency download links in setup.py

江枫思渺然 提交于 2019-12-10 23:32:39
问题 Can one specify direct download links for Python egg dependencies? I have Skype4Py as a dependency and easy_install seems to fail to download the file correctly from sourceforge.net (sourceforge.net issue). The resulting tar file is scrambled. https://github.com/stigkj/Skype4Py/issues/3 To work around this issue I'd like to specify a direct download link for Skype4Py archive to avoid the issues with sourceforge.net. 回答1: First of all, I highly recommend using pip instead of easy_install as it

nagios监控远程windows主机

情到浓时终转凉″ 提交于 2019-12-10 16:02:58
这里用一台Ubuntu12.04的系统当nagios服务器,还有一台远程windows主机来简单介绍下。 nagios监控服务器端地址:192.168.0.20 远程windows主机地址(被监控端):192.168.0.81 注: ip地址根据具体主机ip修改,并不是固定的 介绍下原理图:( 这种监控模式是主动模式,是由nagios服务器端先发起的 ) 这里简单介绍下原理的意思: nagios监控服务器端通过执行check_nt这个脚本,然后穿过远程windows主机的防火墙,和windows主机通信。 被监控客户端要安装NSClinet++这个软件,这个服务开启,会一直监听12489端口。 可以在cmd命令行界面敲入netstat -an 可以看到12489端口正在listening 注:要想真正了解原理,可以通过wireshark抓包分析。 下面就是具体配置过程: nagios服务器端配置: 一 要在服务器端先装一些包 apt-get install -y apache2 apache2是web服务器 apt-get install -y libapache2-mod-php5 显示网页用的 apt-get install –y build-essential 提供c/c++的编译环境 apt-get install -y libgd2-xpm apt-get install

Does Github auto backup our projects into globally spread mirrors, like SourceForge?

Deadly 提交于 2019-12-08 11:45:14
问题 I am talking about this: "SourceForge.net maintains a geographically-distributed network of mirror servers, which receive copies of the files and dispense them to users." So, does github has the same automatically mirrored backup of our projects and files? I am having big trouble trying to find that information. 回答1: Yes, it is called DGit for Distributed Git: As many readers already know, Git itself is distributed—any copy of a Git repository contains every file, branch, and commit in the

YCAD Library Usage

江枫思渺然 提交于 2019-12-08 07:19:27
问题 I started using the YCAD Library. The problem is that I cannot find any usage instructions and I am kind of confused because I have no idea how to use it. I am hoping that somebody here used it before or is using it now so he/she can give me some tips how to use the library. Thank you in advance. PS. One of the requirements for the project is to develop it in Java . I know that there are some good libraries in C#, C++, etc. but I need to do it in Java . Best regards, Dimitar Georgiev 回答1:

将汉字转行为拼音工具类

佐手、 提交于 2019-12-06 16:25:44
将汉字转行为拼音工具类 所需jar包: pinyin4j-2.5.0.jar package net.wwwyibu.jfinal.utils; import net.sourceforge.pinyin4j.PinyinHelper; import net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat; import net.sourceforge.pinyin4j.format.HanyuPinyinToneType; import net.sourceforge.pinyin4j.format.HanyuPinyinVCharType; import net.sourceforge.pinyin4j.format.exception.BadHanyuPinyinOutputFormatCombination; /** * @author 马家立 * @version 创建时间:2019年12月6日上午10:19:34 * @Description:TODO 将汉字转行为拼音工具类 */ public class PinyinUtils { /** * @Title:getPinYin *

在Windows命令行上是否有相应的“哪个”?

半城伤御伤魂 提交于 2019-12-06 10:46:14
由于我有时遇到路径问题,其中一个我自己的cmd脚本被另一个程序隐藏(阴影)(在路径的前面),我希望能够在Windows命令行上找到程序的完整路径,给定只是它的名字。 有没有相当于UNIX命令'哪个'? 在UNIX上, which command 打印给定命令的完整路径,以便轻松查找和修复这些阴影问题。 #1楼 在Windows PowerShell中: set-alias which where.exe #2楼 从这里获取unxutils: http : //sourceforge.net/projects/unxutils/ Windows平台上的黄金,将所有漂亮的unix实用程序放在标准的Windows DOS上。 多年来一直在使用它。 它有一个'包括'。 请注意,它虽然区分大小写。 注意:安装它会在某处爆炸zip并将... \\ UnxUtils \\ usr \\ local \\ wbin \\添加到系统路径env变量中。 #3楼 如果你能找到一个免费的Pascal编译器,你可以编译它。 至少它工作并显示必要的算法。 program Whence (input, output); Uses Dos, my_funk; Const program_version = '1.00'; program_date = '17 March 1994'; VAR path_str :

bashdb调试器工具的安装

最后都变了- 提交于 2019-12-06 10:31:26
bashdb工具的官网: http://bashdb.sourceforge.net/ #还有其它的调试工具。 bashdb源码下载路径: https://sourceforge.net/projects/bashdb/files/bashdb/4.4-1.0.1/ bashdb编译和安装请参考bashdb-code.tar.gz压缩包中的README-git.md文件。 bashdb的使用请参考bashdb-code.tar.gz压缩包中的README.md文件。 README-git.md的内容如下所示: 1 # To install from the sourceforge git repository 2 3 ## Prerequisites 4 5 You'll need autotools and related packages 6 7 * autoconf 8 * automake 9 * autoheader 10 11 You'll also need packages: 12 13 * texinfo 14 15 ## Get sources 16 17 Sources are in git. 18 19 ``` 20 $ git clone git://git.code.sf.net/p/bashdb/code bashdb-code 21 $ cd

Force Git push on SourceForge

*爱你&永不变心* 提交于 2019-12-05 23:58:32
问题 I'm trying to rollback a Git repository on SourceForge. I tried the following: git reset --hard 9ac2e31ca4a155d4c36780b4329626045a7f40ed HEAD ist jetzt bei 9ac2e31 Fix warnings git push -f origin master Total 0 (delta 0), reused 0 (delta 0) remote: error: denying non-fast-forward refs/heads/master (you should pull first) To ssh://user@git.code.sf.net/p/project/code ! [remote rejected] master -> master (non-fast-forward) error: Fehler beim Versenden einiger Referenzen nach 'ssh://user@git.code