souvenir
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 68 / 82
Cory Doctorow's craphound.com http://craphound.com
06/01/2010 cluster icon
  • Redaction.be : Ecrire pour le Web - Rédiger pour le Web
  • Pardon My Icons : Free icons for your website or desktop.
  • Yusuke Kamiyamane : Icons and pixel fonts
  • l'Autre Net : l’Autre Net, hébergeur associatif autogéré
  • Anthropophony : Archive of an era's sounds
writing free fiction
ideone.com http://ideone.com
23/12/2009 cluster icon
  • repl.it : Powerful and simple online compiler, IDE, interpreter, and REPL. Code, compile, and run code in 30+ programming languages. including JavaScript, Pytho...
  • eval.in : paste and execute code online.
  • Clipperz : Online vault and password manager that knows nothing about you and your data. Everything you submit is locally encrypted by your browser before being ...
  • HTTP Archive : The HTTP Archive tracks how the Web is built.
  • Teletype for Atom : Teletype for Atom lets developers share their workspace with team members and collaborate on code in real time.

Ideone is an online compiler and debugging tool which allows youto compile source code and execute it online in more than 60 programming languages.

pastebin code online compiler
Visual Understanding Environment http://vue.tufts.edu
18/12/2009 cluster icon
  • FreeMind : FreeMind is a premier free mind-mapping software written in Java.
  • CmapTools : The IHMC CmapTools program empowers users to construct, navigate, share and criticize knowledge models represented as concept maps.
  • TheBrain : TheBrain is a mind mapping and personal knowledge base software
  • Conzilla : Conzilla2 - our second generation concept browser - is a knowledge management tool with many purposes.
  • TileMill : TileMill is an application for making beautiful maps

The Visual Understanding Environment (VUE) is an Open Source project based at Tufts University. The VUE project is focused on creating flexible tools for managing and integrating digital resources in support of teaching, learning and research. VUE provides a flexible visual environment for structuring, presenting, and sharing digital information.

visualization mindmap software
Review Board http://www.reviewboard.org
17/12/2009 cluster icon
  • Memor : Memor is a bookmark manager.
  • poche : poche is a self hosted read-it-later app. unlike to other services, poche is free and open source.
  • Cachet : Beautiful & simple service statuses. The open source status page system, for everyone.
  • Maily Herald : Maily Herald is a Ruby on Rails engine that helps you send and manage your mailings. Think of Maily as a self-hosted Mailchimp® you can easily integra...
  • Gallery : Open source web based photo album organizer. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you...
thumbnail

Self-hosted code-review software

selfhosted codereview software
Eloquent JavaScript http://eloquentjavascript.net
16/12/2009 cluster icon
  • idiomatic.js : Principles of Writing Consistent, Idiomatic JavaScript
  • ECMAScript 5 compatibility table : ECMAScript 5 compatibility table
  • Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...
  • Tech Interview Handbook : Algorithms study materials, behavioral content and tips for rocking your coding interview. Carefully curated content to help you ace your next technic...
  • Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev se...

Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.

development javascript reference
OpenDNS http://www.opendns.com
10/12/2009 cluster icon
  • namebench : namebench hunts down the fastest DNS servers available for your computer to use. namebench runs a fair and thorough benchmark using your web browser h...
  • SecTools.Org : Top Network Security Tools
  • Nikto2 : Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6500 potent...
  • HttpWatch : An HTTP Viewer and HTTP Sniffer for IE and Firefox
  • LibreNMS : A fully featured network monitoring system that provides a wealth of features and device support.
thumbnail

The safest, smartest, fastest and most reliable DNS on the planet.

security network dns software
Online javascript beautifier http://jsbeautifier.org
09/12/2009 cluster icon
  • Prettier : Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the max...
  • Snyk : Snyk helps you use open source and stay secure. Continuously find & fix vulnerabilities in your dependencies.
  • ProCSSor : Advanced CSS Prettifier
  • semgrep : semgrep is a tool for easily detecting and preventing bugs and anti-patterns in your codebase. It combines the convenience of grep with the correctnes...
  • JSCrush : JavaScript crusher, code minification

Beautify, unpack or deobfuscate JavaScript and HTML, make JSON/JSONP readable, etc.

code formatting tool javascript
iPlotz http://iplotz.com
08/12/2009 cluster icon
  • Pattern Tap : Organized Web Design Collection of User Interfaces for Inspiration and Ideas. The CSS Gallery Alternative
  • Pingendo : The simplest app for Bootstrap prototyping. Create quality HTML prototypes quickly, using popular open source tools like Bootstrap, LESS, Fontawesome ...
  • Wapiti : Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the applica...
  • PhotoFiltre Studio : PhotoFiltre Studio is a complete image retouching program. It allows you to do simple or advanced adjustments to an image and apply a vast range of fi...
  • QtWeb Internet Browser : QtWeb is a fast, lightweight and portable browser with some unique UI and privacy features. QtWeb is an open source project based on Nokia's Qt framew...

Wireframing, mockups and prototyping for websites and applications

web wireframe design software
Lawnchair http://brian.io/lawnchair/
27/11/2009 cluster icon
  • CouchDB : Apache CouchDB™ is a database that uses JSON for documents, JavaScript for MapReduce indexes, and regular HTTP for its API
  • JazzRecord : ActiveRecord for JavaScript (ORM)
  • Kinto : Kinto is a lightweight JSON storage service with synchronisation and sharing abilities.
  • ActiveJS : ActiveJS is a JavaScript application framework that provides local and REST based data modeling and pure DOM view construction with back button and hi...
  • Appwrite : Appwrite is an end-to-end backend server for Web, Mobile, Native, or Backend apps packaged as a set of Docker microservices. Appwrite abstracts the co...

A Lawnchair is sorta like a couch except smaller and outside. Perfect for HTML5 mobile apps that need a lightweight, adaptive, simple and elegant persistence solution.

json javascript storage database
JavaScript: The World's Most Misunderstood Programming Language http://www.crockford.com/javascript/javascript.html
26/11/2009 cluster icon
  • enable cross-origin resource sharing : Cross-Origin Resource Sharing (CORS) is a specification that enables truly open access across domain-boundaries. If you serve public content, please c...
  • Byte saving techniques : This is a collection of JavaScript wizardry that can shave bytes off of your code.
  • ECMAScript 5 compatibility table : ECMAScript 5 compatibility table
  • Eloquent JavaScript : Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.
  • idiomatic.js : Principles of Writing Consistent, Idiomatic JavaScript

Despite its popularity, few know that JavaScript is a very nice dynamic object-oriented general-purpose programming language. How can this be a secret? Why is this language so misunderstood?

javascript programminglanguage reference
base2 http://code.google.com/p/base2
25/11/2009 cluster icon
  • nlp_compromise : nlp_compromise does NLP in the browser. It's a handy, and not overly-fancy tool for understanding, changing, and playing with english. We've also got ...
  • InstantClick : InstantClick is a JavaScript library that dramatically speeds up your website, making navigation effectively instant in most cases.
  • store.js : localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood.
  • Workbox : JavaScript Libraries for adding offline support to web apps.
  • RequireJS : RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino ...

base2 is a lightweight library that irons out all the annoying differences in JavaScript implementations. It provides the additional functionality from JavaScript 1.6+ that only Mozilla browsers implement.

javascript library standards
PeoplePods http://peoplepods.net
24/11/2009 cluster icon
  • Mautic : Mautic is marketing automation software (email, social & more). Social Media Marketing, Contact Management, Email Marketing, Forms, Campaigns, Reports
  • Scaffold : Extend, combine and compress CSS
  • Elgg : Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to cr...
  • Pyramid : Pyramid is a very general open source Python web framework.
  • Fiber : Fiber is an Express inspired web framework build on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development w...

PeoplePods is a developer-friendly social software toolkit

Build applications where people meet, talk, share, read, work, publish and explore.

framework social software
Mockingbird http://gomockingbird.com
19/11/2009 cluster icon
  • draw.io : Online diagram/mockups design.
  • kuler : Color palette generation tool
  • ColoRotate : Color palette generation tool
  • Origami Studio : Origami is a free tool for designing modern user interfaces.
  • MyDraft : Free wireframing online tool

Mockingbird is an online tool that makes it easy for you to create, link together, preview, and share mockups of your website or application.

ui tool wireframe design online
Scaffold https://github.com/anthonyshort/Scaffold
19/11/2009 cluster icon
  • xCSS : xCSS bases on CSS and empowers a straightforward and object-oriented workflow when developing complex style cascades.
  • Fat-Free Framework : A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
  • WinBinder : The native Windows binding for PHP
  • Hoa : Hoa est un ensemble de bibliothèques PHP modulaires, extensibles et structurées. De plus, Hoa souhaite être un pont entre le monde de la recherche et ...
  • Flow : Flow is a PHP web application framework focussed on Domain-Driven Design and clean code.
thumbnail

Extend, combine and compress CSS

framework php css software
YAML http://www.yaml.de/en/home.html
19/11/2009 cluster icon
  • Baseline : Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography. Baseline starts with s...
  • mini.css : minimal, responsive, style-agnostic CSS framework
  • InK - Interface Kit : Ink is a set of tools for quick development of web interfaces.
  • Pure : A set of small, responsive CSS modules that you can use in every web project.
  • Foundation : An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.

A modular CSS framework for truly flexible, accessible and responsive websites

template framework grid css
The Hype Machine http://hypem.com
19/11/2009 cluster icon
  • Catfish Smooth : This site is all about connections between music artists. In a sense, it is a music artist recommendation system but more. For each artist, you will s...
  • jina : Jina is a neural search framework that allows to build deep learning search applications in minutes. It provides scalable indexing, querying, understa...
  • Topsy : Search and Analyze the Social Web.
  • YubNub.org : A social command line for the web
  • Tone.js : Tone.js is a Web Audio framework for creating interactive music in the browser. The architecture of Tone.js aims to be familiar to both musicians and ...
thumbnail

The Hype Machine follows music blog discussions

blog search music social
HTTP : le protocole du Web passé en revue http://julien-pauli.developpez.com/tutoriels/web/http
19/11/2009 cluster icon
  • GoReplay : GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with r...
  • Data-Vocabulary.org | Official Website :
  • Conventional Commits : The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explici...
  • DevDocs : DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
  • Vcr : Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
documentation http
Retrospectiva https://github.com/dim/retrospectiva
18/11/2009 cluster icon
  • Taiga.Io : Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable...
  • Roots : Roots helps you build better WordPress sites faster. Open-source tools for WordPress application development. LEMP stack Project boilerplate Starter ...
  • ProjectPier.org : ProjectPier is a Free, Open-Source, PHP application for managing tasks, projects and teams through an intuitive web interface. It must be downloaded a...
  • Fun Retro : Easy to use and beautiful restrospective board.
  • Cloud Carbon Footprint : Cloud Carbon Footprint is an open source tool that provides visibility and tooling to measure, monitor and reduce your cloud carbon emissions. Archite...
thumbnail

Retrospectiva is an open source, web-based, project management and bug-tracking tool.
It is intended to assist the collaborative aspect of work carried out by software
development teams through the use of blogs, a wiki and tickets.

development management agile tool opensource software
Ample SDK http://www.amplesdk.com
17/11/2009 cluster icon
  • UIzard : Web Based Ajax Development Tool
  • Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts: A dev se...
  • AngularJS : Superheroic JavaScript MVC Framework
  • MooTools : MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to ...
  • Meteor : Meteor is an ultra-simple environment for building modern websites.

Ajax GUI Framework

development xml svg javascript framework ajax
Closure Tools https://developers.google.com/closure/
16/11/2009 cluster icon
  • darken : Easy control over your dark mode in a web environment
  • DOMAssistant : The modular lightweight JavaScript library, with CSS selectors, event handling, AJAX and complete Unicode support
  • D3.js : D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web ...
  • meSing.js : meSing.js is a JavaScript singing synthesis library that uses the Web Audio API's DSP capabilities in conjunction with the meSpeak.js speech synthesis...
  • Ember.js : A JavaScript framework for creating ambitious web applications

The Closure Compiler, Library, Templates, and Stylesheets help developers create powerful and efficient JavaScript.

javascript google library
page 68 / 82
1635 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn