Archives (2008 - 2023)

Archives (2008 - 2023)

1501 bookmarks
Newest
Bien utiliser Git merge et rebase • Git Attitude : formations Git qualitatives et sympathiques
Bien utiliser Git merge et rebase • Git Attitude : formations Git qualitatives et sympathiques

"Les principes suivants résument les réflexes à acquérir ; la suite de cet article explorera le détail des manipulations associées.

Quand je fusionne une branche… Si elle est purement locale et temporaire, je m’assure qu’elle n’apparaît pas dans le graphe final de l’historique en faisant un fast-forward merge, ce qui peut nécessiter un rebase au préalable. Si elle a une sémantique claire et documentée, je m’assure qu’elle apparaîtra clairement dans le graphe de l’historique, du début à la fin, en garantissant un true merge. Quand je m’apprête à pusher mon travail local, je nettoie mon historique local d’abord pour partager un historique propre, au cordeau. Quand je me vois refuser le push parce qu’un travail complémentaire a été pushé entre-temps, je rebase sur la branche distante à jour pour éviter de polluer le graphe par des tas de micro-merges malvenus."

Bien utiliser Git merge et rebase • Git Attitude : formations Git qualitatives et sympathiques
Conditionizr: Detecting front-end environments and conditionally loading assets, wrapped inside a 1KB API
Conditionizr: Detecting front-end environments and conditionally loading assets, wrapped inside a 1KB API
"Conditionizr (.NET Magazine's Open Source Project of the Year finalist) is a standalone JavaScript tool that detects front-end environments and returns an Object with boolean values on given test states. You can use Conditionizr with various public APIs to make your cross platform/device/browser development much easier and manageable. These APIs include adding your own tests, dynamic polyfills (eradicating conditional comments), callbacks for specific environment tests."
Conditionizr: Detecting front-end environments and conditionally loading assets, wrapped inside a 1KB API
Magallanes — A PHP Deployment Tool
Magallanes — A PHP Deployment Tool
"Magallanes is a deployment tool for PHP applications built with PHP itself, it's quite simple to use, manage and extend. It will get your application to a safe harbor. You can instruct Magallanes to deploy your code to all the servers you want (via rsync over ssh), and run tasks for that freshly deployed code. You can also instruct Magallanes to run tasks before the deployment starts (e.g: a vendors install) and after the deployment is done (e.g: clear some caches)."
Magallanes — A PHP Deployment Tool
The PourOver Book · PourOver
The PourOver Book · PourOver

"PourOver is a library for simple, fast filtering and sorting of large collections – think 100,000s of items – in the browser. It allows you to build data-exploration apps and archives that run at 60fps, that don’t have to to wait for a database call to render query results.

PourOver is built around the ideal of simple queries that can be arbitrarily composed with each other, without having to recalculate their results. You can union, intersect, and difference queries. PourOver will remember how your queries were constructed and can smartly update them when items are added or modified. You also get useful features like collections that buffer their information periodically, views that page and cache, fast sorting, and much, much more."

The PourOver Book · PourOver
Homepage | Celery: Distributed Task Queue
Homepage | Celery: Distributed Task Queue

"Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently on a single or more worker servers using multiprocessing, Eventlet, or gevent. Tasks can execute asynchronously (in the background) or synchronously (wait until ready). Celery is used in production systems to process millions of tasks a day."

Homepage | Celery: Distributed Task Queue
Suricata | Open Source IDS / IPS / NSM engine
Suricata | Open Source IDS / IPS / NSM engine
"Suricata is a high performance Network IDS, IPS and Network Security Monitoring engine. Open Source and owned by a community run non-profit foundation, the Open Information Security Foundation (OISF). Suricata is developed by the OISF and its supporting vendors."
Suricata | Open Source IDS / IPS / NSM engine
Output escaping
Output escaping
"So when you output into an HTML page with PHP, you need to convert , and & in your output into the HTML entities for those characters, otherwise you'll either trip up the parser (breaking your layout), or worse, insert HTML commands where you don't mean to. There's a whole class of attacks that exploit non-escaped output: they're called cross-site scripting attacks (or XSS for short; CSS was already taken!)"
Output escaping
NotreDAM | Open Source Digital Asset Management
NotreDAM | Open Source Digital Asset Management

"organizes images, video, audio and text resources full metadata support (XMP, IPTC, EXIF, Creative Commons, …) can manage multiple renditions of resources customizable workspaces with user-defined taxonomies and scripts geo-referencing and search REST API for integration with other applications uses a fully-scalable cluster of PCs for resource processing internationalization support LDAP support open-source, distributed under the GPL v.3 license"

NotreDAM | Open Source Digital Asset Management
Community
Community

"TACTIC combines elements of traditional Digital Asset Management (DAM), Production Asset Management (PAM) and Enterprise Content Management (ECM) tools to streamline production environments. Configuration and customization is built on standard HTML5, CSS and Javascript components, so new users work in a familiar programming environment. With its accessible interface and flexible data and open source models, TACTIC is a fully customizable workflow solution that can be molded to any company's unique workflow needs.

TACTIC tracks digital assets through the production process in real time, transforming data into searchable assets as you work. It automates the naming, sorting, tracking and searching of digital assets, making workflow organization instantaneous and automatic. By automating key data management functions, TACTIC ensures that delivery is always smooth and that files never get lost or go missing.

TACTIC's powerful API provides access to all the functionality of the server backend, granting users the ability to make changes to data and to make use of the check-in functionality. API implementations exist for Python, Javascript, the .NET platform and any language with the XMLRPC implementations. Many clients have ued TACTIC's API and backend to connect and unify multiple disparate systems with a single standard architecture."

Community
scrapinghub/portia
scrapinghub/portia
"Portia is a tool for visually scraping web sites without any programming knowledge. Just annotate web pages with a point and click editor to indicate what data you want to extract, and portia will learn how to scrape similar pages from the site."
scrapinghub/portia
zendframework/ZendDiagnostics
zendframework/ZendDiagnostics

"Simple component for performing diagnostic tests in real-world PHP applications.

It currently ships with the following Diagnostic Checks:

ApcFragmentation - check if APC memory fragmentation is below given threshold, ApcMemory - check available APC memory, Callback - call a user-defined diagnostic function, ClassExists - make sure class exists in current environment, CpuPerformance - check server CPU performance is above baseline, DirReadable - make sure given path is readable, DirWritable - make sure given path is writable, DiskFree - check there's enough free space on given path, ExtensionLoaded - make sure extension is loaded, HttpService - check if given http host is responding, Memcache - check if memcache extension is loaded and given server is reachable, PhpVersion - make sure that PHP version matches constraint, PhpFlag - make sure that given PHP flag (feature) is turned on or off. ProcessRunning - check if a process with given name or ID is currently running, SecurityAdvisory - check installed composer dependencies against SensioLabs SA database, StreamWrapperExists - make sure given stream wrapper is available. File validation checks:

IniFile - check if given INI file is available and valid, JsonFile - check if given JSON file is available and valid, XmlFile - check if given XML file is available and valid, YamlFile - check if given YAML file is available and valid"

zendframework/ZendDiagnostics
Dat
Dat
"dat is an open source tool that enables the sharing of large datasets, the goal being a collaboration flow similar to what git offers for source code."
Dat
skipfish - web application security scanner - Google Project Hosting
skipfish - web application security scanner - Google Project Hosting

"Skipfish is an active web application security reconnaissance tool. It prepares an interactive sitemap for the targeted site by carrying out a recursive crawl and dictionary-based probes. The resulting map is then annotated with the output from a number of active (but hopefully non-disruptive) security checks. The final report generated by the tool is meant to serve as a foundation for professional web application security assessments.

Key features:

High speed: pure C code, highly optimized HTTP handling, minimal CPU footprint - easily achieving 2000 requests per second with responsive targets. Ease of use: heuristics to support a variety of quirky web frameworks and mixed-technology sites, with automatic learning capabilities, on-the-fly wordlist creation, and form autocompletion. Cutting-edge security logic: high quality, low false positive, differential security checks, capable of spotting a range of subtle flaws, including blind injection vectors. The tool is believed to support Linux, FreeBSD, MacOS X, and Windows (Cygwin) environments."

skipfish - web application security scanner - Google Project Hosting
sj26/mailcatcher
sj26/mailcatcher

"Catches mail and serves it through a dream.

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far."

sj26/mailcatcher
Spec BDD with phpspec — phpspec documentation
Spec BDD with phpspec — phpspec documentation

"phpspec is a development tool, designed to help you achieve clean and working PHP code by using a technique derived from test-first development called (spec) behaviour driven development, or SpecBDD.

The technique consists of describing the next object behaviour (spec) you are about to implement, using a tool like phpspec, then writing just enough code to quickly satisfy that specification and finally stopping to refactor the last increment, allowing the emergent design to guide the direction. This is done in small iterative steps."

Spec BDD with phpspec — phpspec documentation
sj26/mailcatcher
sj26/mailcatcher

"Catches mail and serves it through a dream.

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see the mail that's arrived so far."

sj26/mailcatcher
pace
pace

"Include pace.js and the theme css of your choice on your page (as early as is possible), and you're done!

Pace will automatically monitor your ajax requests, event loop lag, document ready state, and elements on your page to decide the progress. On ajax navigation it will begin again! If you use AMD or Browserify, require in pace.js and call pace.start() as early in the loading process as is possible."

pace
virtPHP
virtPHP

"virtPHP is a tool for creating and managing multiple isolated PHP environments on a single machine. It's like Python's virtualenv, but for PHP.

virtPHP creates isolated environments so that you may run any number of PHP development projects, all using different versions of PEAR packages and different PECL extensions. You may even specify a different version of PHP, if your system has various installations of PHP.

To install multiple versions of PHP, we suggest taking a look at the phpenv and php-build projects and using virtPHP with them, to manage multiple virtual PHP environments.

Note: virtPHP is currently only targeted to command line php (php-cli) for *nix based systems."

virtPHP