Browsing projects by Tag(s)

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

Showing page 1 of 2

Bash simple curses is an easy Bash library to create pretties windows on terminals.

5.0
 
  0 reviews  |  14 users  |  328 lines of code  |  1 current contributor  |  Analyzed 11 days ago
 
 

WelcomeAs presented on Wednesday 27 February 2008 at the Erlang London User Group meeting at the offices of Skills Matter, 1 Sekforde Street, London UK. http://uk.groups.yahoo.com/group/erlang-london/message/15 "The T-Build system simplifies and automates the creation of new Erlang/OTP ... [More] projects, automates the build and packaging process, and automates the deployment of software onto the target systems. The T-Build system will assist any developers who have discovered Erlang, and are now prepared to use it for industrial purposes. It fills the gap between learning the language and deploying it." RamblingsThere's also a podcast of my rambling talk advertised on the SkillsMatter website. I recommend a visit there, the other podcasts are far more interesting than mine! In case SkillsMatter decide that there are far more interesting talks to advertise, considering the calibre and stature of the other speakers who can blame them, the direct link to Google Video My fifteen minutes of fame, not! BlogI've half-heartedly started a related blog to accompany this project. Similar ProjectsA different approach to project creation can be found at Erlware. The Erlware philosophy is different, and aims to be a far more dynamic development model than T-Build aims to be. I've met Martin and Eric, and these guys are hard working individuals who have put a lot of love, care and attention into Erlware. Check it out, and say I said "Hi!" RequirementsYou will need: Subversion, but I expect other version control systems can replace this hard-coded dependency on svn the very latest GNU make, otherwise make will break under the stress bash sed Erlang OTP, any version will do. DownloadT-Build is laid out differently to the traditional style of Subversion repositories, and following the instructions on the Source Checkout page will result in a big fat nothing. Sorry, but I haven't yet found how to change the Google default message. If you Browse the source you will see three top level directories: Applications Projects Tools To begin you may have to register yourself as a project member, since committing projects to the repository require this. Without membership, you will create a project, but some files will not have the correct permissions (yes, this is a bug). This is fixed in revision r13 and later. Checkout the top level non-recursively, then inside the project checkout Projects/, again non-recursively: ~$ svn checkout -N https://erlang-t-build.googlecode.com/svn/ erlang-t-build --username phmander Authentication realm: Google Code Subversion Repository Password for 'phmander': Checked out revision RRR. ~$ cd erlang-t-build/ ~/erlang-t-build$ ls ~/erlang-t-build$ svn ls Applications/ Projects/ Tools/ branches/ tags/ trunk/ wiki/ ~/erlang-t-build$ svn up -N Projects/ A Projects A Projects/create-new-project Updated to revision RRR. ~/erlang-t-build$ cd Projects/ ~/erlang-t-build/Projects$ ls build-everything create-new-project create-new-project-2.0 create-new-project-2.1 merge-wizard norm-src-files Template Template-2.0 update-OTP-versionsThere should be a create-new-project-2.0 script available for action. Have a look at CreateNewProject for instructions. StatusRevision 13 and laterThe version committed to Googlecode as of 2008-August-21 (from revision 13 onwards) tracks changes made since Friday 2008-March-07 inside T-Mobile during the course of day to day development. One "feature" has been removed: it is no longer necessary to commit the newly created projects to enable them to build. Projects will build immediately after being created. Another benefit added is that the scripts and created projects work on Apple Mac OS X, in addition to Linux and Solaris. Up to revision 12The version committed to Googlecode as of 2008-Feb-29 (up to revision 12) is not optimised for use over the Internet. Running the Create New Project script will be ve-e-ery slo-o-ow. T-Build as used in T-Mobile is executed on a repository on a fast local network, and pushing T-Build onto Googlecode has revealed how painfully dependent it is on a fast network. Apologies for this 'feature'. I plan to find ways of improving matters, possibly with a repository cache, or simply better algorithms. LicenseLicensed as Mozilla Public License 1.1, with additional provisions stated in the Erlang Public License which is a derivative work of the Mozilla Public License, Version 1.0: http://www.erlang.org/EPLICENSE [Less]

0
 
  0 reviews  |  1 user  |  260 lines of code  |  0 current contributors  |  Analyzed 2 months ago
 
 

Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It's comparable to other static analysis applications like RATS and SWAAT while keeping the technical requirements to a minimum and being very flexible.

4.0
   
  0 reviews  |  1 user  |  906 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

ZhuaShuShell is a set of bash shell scripts to crawl online e-books (in HTML format) from certain Chinese e-book sites and save the data that is formatted as a single text book to your local machine. Project Homepage: http://sourceforge.net/projects/zhuashushell USAGE: http://tinyurl.com/2d573k ... [More] (In Chinese) Introduction: http://sourceforge.net/forum/forum.php?forum_id=707310 目前,ZhuaShuShell 支持如下站点: http://club.book.sina.com.cn/booksearch/booksearch.php http://book.qq.com/ http://cn.news.yahoo.com/reading/ http://msn.hongxiu.com/ http://book.mop.com/migindex.html http://book.wuhan.net.cn/index.html http://lianzai.culture.china.com/books/ http://www.renyu.net/ http://www.readnovel.com/ http://www.baidu.com/search/guoxue/dir/fenlei.html http://culture.163.com/book/ http://www.shuku.net/ http://gui.hcdj.com/longgui/index.htm http://bbs.ustc.edu.cn/cgi/bbs0an?board=Marvel http://www.66book.net/ [Less]

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

streplace is the abbreviation for 'string replace' - and this is exactly what it does. Did you ever want to replace a string in binary files everywhere is occurs? Did you ever want to rename thousands of files at once in a special way and/or make everything uppercase/lowercase at the same ... [More] time? Did you ever want to modify the contents of symbolic links consistently because you moved directories? Did you ever want to rename your C++ class across all your projects with a single command? Then streplace is for you! streplace can ...replace regular expressions reuse substrings of the regular expressions replace simple strings work on ASCII files work on binary files work on filenames (effectively renaming files and directories) work on the contents of symbolic links work recursively on directories replace the slash in filenames as if it was a normal character show what it would do without actually doing it show how the modified files will look like without actually modifying them be annoyingly slow sometimes [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

QSE

Compare

The QSE library implements AWK, SED, and other Unix commands in an embeddable form and defines data types, functions, and classes that you can use when you embed them into an application. It also provides more fundamental data types and functions needed when you deal with memory, streams, data ... [More] structures. The interface has been designed to be flexible enough to access various aspects of embedding application and an embedded object from each other. [Less]

0
 
  0 reviews  |  0 users  |  108,601 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

Repository for various system administration scriptsScopeThis repository is intended to be platform and language agnostic, ie. scripts in any language for any target platform are accepted. ContributionFeel free to join (if you don't mind the MIT license). Questions?Ask.

0
 
  0 reviews  |  0 users  |  1,599 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

项目简介南航拥有订票以及航线管理等的多种大型系统和网站,每日产生的大量日志数据。为了分析客户行为,作为公司决策的重要依据,需要对日志进行系统的分析。然而由于公司的系统每日产生的日志数据数量庞大,因此需 ... [More] 把分析处理的工作交由专门的计算机系统来进行处理。 市面上现已存在不少软能解决以上需求,效率和稳定性也有相当好的水平,但普遍存在智能化和灵活定制上的不足。以WebTrends Analysis Series 7.0为例子。这个软件功能强大,支持目前市面上主流格式的导入,分析以及导出。但是在用作南航的数据分析,则存在如下不足: 导入数据的总量有15GB的上限 不能满足二次开发的需要 无法阅读其源代码 当南航拥有自己特有的需求,需要在原系统基础上面进行一定功能的扩充,则购买他人的产品就突现出了种种的限制。 本软件设计开发是则是为了解决以上需求。对apache和IIS两种日志文件进行分析统计,主要目的是对网站进行跟踪。 使用的工具预期使用到的技术是:J2EE(Struts2.0、EJB3.0); 数据库: ORACLE 11g MySQL5.1 IDE: JDeveloper 11g MyEclipse 6.5 容器: weblogic 11g JBoss Tomcat 6.0 版本管理: SVN 1.5.4 你可以看见我们的工作设想 每日工作记录 [Less]

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

This is a script that uses command-line utilities to fetch package data and parse it into a readable form to show on the terminal. update: v1.0 released. Find the debian installer in the featured downloads.

0
 
  0 reviews  |  0 users  |  155 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This simple script , translates english subtitles to hebrew , using google translation. Submitted by Nathan on August 15 / 2009.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 12 days 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.