PUBLIC   marks

PUBLIC MARKS with search dependencies

Sponsorised links

This year

IMAPClient

by karlcow

IMAPClient aims to be a easy-to-use, Pythonic and complete IMAP client library with no dependencies outside the Python standard library.

View Dependencies :: Modules pour Firefox

by decembre
View Dependencies adds a tab to the Page Info window, in which it lists all the files which were loaded to show the current page.

JumpBox for the DSpace Open Source Repository | JumpBox Inc.

by parmentierf
A JumpBox packages an application's software, dependencies, and application data into a single virtual appliance that deploys locally, or hosted to major virtualization, and cloud computing platforms. Deploy on Windows, Mac, or Linux using virtualization platforms like VMware, Xen, Parallels, Virtual Iron, Microsoft Virtualization, and Amazon EC2.

hannibalcodegenerator - Google Code

by night.kame

To meet this goal, here are some of the guidelines we developed over time to help of maintain focus:

Ruthlessly minimize Hannibal's technology set dependencies.

Résultat : 12 dépendances vers Spring, le trou noir de la dépendance.

Juicer - a CSS and JavaScript packaging tool / Ruby - cjohansen.no

by karlcow

For best performance, CSS and JavaScript should be served up using as few requests and bytes as possible. Juicer is a new command line tool that helps by resolving dependencies, merging and minifying files. It can even check your syntax, add cache busters to and cycle asset hosts on URLs in CSS files and more.

MovingToDistutils - django-hotclub - the how and why of Pinax's move to distutils - Google Code

by greut

Until recently, Pinax had two choices for a given external dependency:

  1. use svn:externals and point to the external dependency's svn repository
  2. include the external dependency code in the Pinax codebase

However, there are problems with this approach:

  1. it largely relies on external dependencies being in svn and this is increasingly not the case (although it was when Pinax started)
  2. it makes it difficult for Pinax itself to move away from svn
  3. there is no management of dependencies between external dependencies, nor between particular projects in Pinax and their individual dependencies

To solve these problems and more, Pinax is switching to a distutils-based approach. This means:

  1. externals dependencies are encouraged to be released as distutil-compliant packages with a valid setup.py and put on PyPI
  2. development versions of dependencies can be pulled in in a variety of different ways including from git, hg or bzr repositories

svn:externals are evil

Sponsorised links

2008

Java run-time monitoring, part 2: Performance monitoring

by BlueVoodoo
It's important to monitor the availability and performance of Java applications and their dependencies in production to ensure problem detection and accelerate diagnosis and triage. This second installment presents techniques for instrumenting Java classes and constructs without modifying the original source code.

SysAdmins' Chronicles : TOTD: Installing Git on Mac OS X

by karlcow

This install is quite easy. All the dependencies required ship with Mac OS X Leopard.

pyPdf

by Emaux & 5 others
A Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, ...), splitting documents page by page, merging documents page by page, cropping pages, merging multiple pages into a single page, encrypting and decrypting PDF files. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs.

Geany : Home Page

by jdrsantos & 1 other
Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. It supports many filetypes and has some ni

NagiosExchange: Categories: Utilities

by camel
This Script is coded to install the latest Nagios-Version (CVS) and the Nagios Plugins 1.4.11 automatically! It's meant to be a help for testing, searching bugs or simply to install Nagios and the Plugins without harking back to the Ubuntu-Package. First the dependencies will be fixed, missing packages will be installed via apt. The next step is adding the groups and user which are necessary for Nagios. After that the latest Nagios Tarball will be downloaded and installed. If errors occur while the installation process you have to kill the script (Ctrl c) and fix it manually. After that you can run the script again. Then the standard-user (named "nagios") for the Frontend will be created and you will be asked to set a password for it. Done, Nagios is installed. Now the plugins are going to be installed. Same procedure, downloading, configuring, installing. I tried to meet all requirements, so that every plugin will be compiled, but i did'nt check it. Have fun.

Xen Live Migration with iSCSI

by camel
This is a document about how to set up XEN and iSCSI on 3 Debian Stable (3.1 / Sarge) machines so that you can have a virtual host that can be migrated live between 2 of the machines. The third machine will be the common disk for the virtual machine that is seen via the 2 machines running XEN. I have assumed you have some knowledge of Linux specifically Debian, but not limited to. You may need to solve some dependencies that I have left out by yourself. I can't think of everything, and I didn't start with completely empty machines.

xpathtool - powerful xpath queries on the commandline :: semicomplete.com - Jordan Sissel

by karlcow

What is xpathtool? Short version: xpath query tool for xml and html. Long version: swanky frontend to xsltproc which takes an xpath query and content and spits out the results. Dependencies: xsltproc (comes with libxslt), xmllint (comes with libxml2).

7 plugins Firefox indispensables pour développer un site web

by roulian & 1 other
- Web Developer - FireBug - View Dependencies - IE Tab - UrlParams - ColorZilla - MeasureIt

2007

Perfect PHP Pagination [PHP & MySQL Tutorials]

by gregR
This tutorial is an attempt to further abstract a class for managing result pagination, thereby removing its dependencies on database connections and SQL queries. The approach I'll discuss provides a measure of flexibility, allowing the developer to create his or her very own page layouts, and simply register them with the class through the use of an object oriented design pattern known as the Strategy Design Pattern.

World Atlas

by knann & 1 other (via)
Highest lowest biggest smallest tallest deepest oldest youngest Continents Countries Cities Dependencies Deserts Islands Lakes Mountains Oceans Provinces Rivers Seas and more list by World Atlas

GantProject

by roulian & 3 others
GanttProject is a free and easy to use Gantt chart based project scheduling and management tool. Our major features include: * Task hierarchy and dependencies * Gantt chart * Resource load chart * Generation of PERT chart * PDF and HTML reports * MS Project import/export * WebDAV based groupwork

Python Apache Gump

by pvergain
Gump is Apache's continuous integration tool. It is written in python and fully supports Apache Ant, Apache Maven and other build tools. Gump is unique in that it builds and compiles software against the latest development versions of those projects. This allows gump to detect potentially incompatible changes to that software just a few hours after those changes are checked into the version control system. Notifications are sent to the project team as soon as such a change is detected, referencing more detailed reports available online. You can set up and run Gump on your own machine and run it on your own projects, however it is currently most famous for building most of Apache's java-based projects and their dependencies (which constitutes several million lines of code split up into hundreds of projects). For this purpose, the gump project maintains its own dedicated server.

DBAzine.com: Trees in SQL: Nested Sets and Materialized Path

by ogrisel & 1 other (via)
Relational databases are universally conceived of as an advance over their predecessors network and hierarchical models. Superior in every querying respect, they turned out to be surprisingly incomplete when modeling transitive dependencies. Almost every couple of months a question about how to model a tree in the database pops up at the comp.database.theory newsgroup. In this article I'll investigate two out of four well known approaches to accomplishing this and show a connection between them. We'll discover a new method that could be considered as a "mix-in" between materialized path and nested sets.

Yolk - Trac

by pvergain
Yolk is a Python library and command-line tool for obtaining information about packages installed by setuptools and packages on PyPI (Python Package Index a.k.a. The Cheese Shop) Features ¶ * List eggs or packages installed by setuptools * Determine which packages are activated or not (--multi-version) * Examine package metadata * Show dependencies of packages if available * Query PyPI for various package information using XML-RPC interface Usage Examples ¶ yolk -n List only the non-activated (--multi-version) packages installed yolk -a List only the activated packages installed (Activated packages are normal packages on sys.path you can import) yolk -l -f License,Author Show the license and author for each installed package PyPI options: yolk -H twisted Launches your web browser at Twisted's home page yolk -M Paste 1.0 Show all the metadata for Paste version 1.0 yolk -M Paste Show all the metadata for each version of Paste listed on PyPi? yolk -D cheesecake Show all URL's for cheesecake packages you can download svn version: yolk -T source -D cheesecake Show only source code releases for cheesecake

Why Gentoo Shouldn’t be on Your Server

by Xavier Lacot & 1 other
The experience has been a bit of a mixed bag. There are things I really like about Gentoo: the package management, USE flags and the sophisticated dependencies system. But unfortunately the drawbacks are severe for a server setting.

pyPdf

by pvergain & 5 others
A Pure-Python library built as a PDF toolkit. It is capable of: * extracting document information (title, author, ...), * splitting documents page by page, * merging documents page by page, * cropping pages, * merging multiple pages into a single page, * encrypting and decrypting PDF files. By being Pure-Python, it should run on any Python platform without any dependencies on external libraries. It can also work entirely on StringIO objects rather than file streams, allowing for PDF manipulation in memory. It is therefore a useful tool for websites that manage or manipulate PDFs. Download Latest The latest release of pyPdf is version 1.9, release on December 15th, 2006. * pyPdf-1.9.tar.gz (src) * pyPdf-1.9.zip (src) * pyPdf-1.9.win32.exe (Win32 installer) Documentation Documentation of the pyPdf module is available online. This documentation is produced by PythonDoc, and as a result can also be seen integrated with the source code. Example from pyPdf import PdfFileWriter, PdfFileReader output = PdfFileWriter() input1 = PdfFileReader(file("document1.pdf", "rb")) # print the title of document1.pdf print "title = %s" % (input1.getDocumentInfo().title) # add page 1 from input1 to output document, unchanged output.addPage(input1.getPage(0)) # add page 2 from input1, but rotated clockwise 90 degrees output.addPage(input1.getPage(1).rotateClockwise(90)) # add page 3 from input1, rotated the other way: output.addPage(input1.getPage(2).rotateCounterClockwise(90)) # alt: output.addPage(input1.getPage(2).rotateClockwise(270)) # add page 4 from input1, but first add a watermark from another pdf: page4 = input1.getPage(3) watermark = PdfFileReader(file("watermark.pdf", "rb")) page4.mergePage(watermark.getPage(0)) # add page 5 from input1, but crop it to half size: page5 = input1.getPage(4) page5.mediaBox.upperRight = ( page5.mediaBox.getUpperRight_x() / 2, page5.mediaBox.getUpperRight_y() / 2 ) output.addPage(page5) # print how many pages input1 has: print "document1.pdf has %s pages." % input1.getNumPages() # finally, write "output" to document-output.pdf outputStream = file("document-output.pdf", "wb") output.write(outputStream) outputStream.close()

Why Gentoo Shouldn’t be on Your Server

by mbertier & 1 other (via)
The experience has been a bit of a mixed bag. There are things I really like about Gentoo: the package management, USE flags and the sophisticated dependencies system. But unfortunately the drawbacks are severe for a server setting.

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links