php-sass

php-sass 1.0

php-sass uses the scssphp library to take SASS/SCSS code and convert it to standards compliant CSS code.The class can be used at runtime, taking the developer's .scss files and converting them to .css files every time a user access the site.This ensures...

Pint

Pint 0.2.1

Pint is basically Grunt.js with support for asynchronous operations, independent tasks, dependency-aware builds, and a much better organized file structure.Pint will automatically handle project dependencies for the developer, so he won't have to closely...

Protocol Buffers will not only help cut down the size of the transfer, but also improve the time it takes to encode and send it as well.Developed at Google to help improve data transfers, Protocol Buffers is ideal for all RPC-based protocols and adjacent...

Pyjamas

Pyjamas 0.8 / 0.8.1alpha1

It allows writing web applications in Python, which is more suitable performance-wise for medium to large applications.The AJAX library takes care of all the browser interoperability issues on your behalf, leaving you free to focus on application...

PyPy.js

PyPy.js 0.3.1 updated

PyPy.js is the PyPy JiT (Just-in-Time) compiler translated to JavaScript using Emscripten. PyPy.js leverages the work put together into creating a better and faster Python compiler via the PyPy project and avoids re-writing and re-making the same mistakes...

Pyrex

Pyrex 0.9.9

Pyrex is a language designed for creating Python extension modules written in C code.It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C.For the basic types such as numbers and...

pyScss

pyScss 1.3.4

pyScss compress SCSS code into CSS, allowing Python developers to use SCSS inside their Python apps.Sass is a Cascading Style Sheets (CSS) metalanguage.It is a scripting language that is interpreted into CSS.The module is fully compatible with SCSS (Sass)...

Pythonium

Pythonium 0.6.2

Pythonium is a Python to JavaScript bridge, allowing Python developers to write their apps and websites in the language they know best and then convert it to JS.Pythonium is actually made of two sections.Pythonium Veloce focusing more on speed and...

R

R 3.2.3 updated

R started as an alternative (different implementation) of Bell Laboratories' S language, but has grown into its own form and gained its separate followers. It compiles and runs on all major OSes.What is new in this release:source() now uses...