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 34 / 82
Floobits https://floobits.com/
05/02/2017 cluster icon
  • Teletype for Atom : Teletype for Atom lets developers share their workspace with team members and collaborate on code in real time.
  • Conclave : Conclave is a peer-to-peer, real-time, collaborative text editor built from scratch in JavaScript. Intrigued by collaborative text editors such as Goo...
  • CryptPad : CryptPad is the Zero Knowledge realtime collaborative editor. Encryption carried out in your web browser protects the data from the server, the cloud ...
  • MUTE : Web-based text editing tool that allows to edit documents collaboratively in real-time. It implements a CRDT-based consistency maintenance algorithm f...
  • Tabnine : Tabnine is an AI-powered code completion extension for IDEs

Floobits brings real-time collaborative editing to text editors, IDEs. Collaborative text editors and screen sharing solutions usually suffer from the following problems:

Users are confined to looking at the same thing.
Only one user can edit at a time.
One person is usually stuck in an unfamiliar editor.
Only 2 people can work at a time.

We started building Floobits for ourselves to address these concerns. Floobits allows multiple users to simultaneously edit any file using the text editors they already know.

ide collaboration realtime pairprogramming editor
Everything you need to know about HTTP security headers https://blog.appcanary.com/2017/http-security-headers.html
05/02/2017 cluster icon
  • HTTP Security Report : Get an instant report of how your website measures up to the best practices. Check connection encryption, content security, information disclosure and...
  • OWASP : The Open Web Application Security Project (OWASP) is a worldwide not-for-profit charitable organization focused on improving the security of software.
  • Inj3ct0r 1337day.com : Exploit database separated by exploit type (local, remote, DoS, Poc, etc.)
  • Security Guide for Developers : A practical security guide for web developers.
  • mitmproxy : mitmproxy is your swiss-army knife for debugging, testing, privacy measurements, and penetration testing. It can be used to intercept, inspect, modify...

This article explains what secure headers are and how to implement these headers in Rails, Django, Express.js, Go, Nginx, and Apache.

security http reference
MkDocs http://www.mkdocs.org/
05/02/2017 cluster icon
  • Codelabs management & hosting tools : Codelabs are interactive instructional tutorials, which can be authored in Google Docs using some simple formatting conventions. You can also author c...
  • Docusaurus : Easy to Maintain Open Source Documentation Websites
  • Zest Documentation Browser : Offline search tool for developers. Find what you need without the need for Internet access. Allows finding detailed information not available in docu...
  • DB Doc : PostgreSQL schema documentation tool
  • ADR Tools : A command-line tool for working with Architecture Decision Records (ADRs).

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.

documentation tool markdown staticsite
Mockbin http://mockbin.org/
01/02/2017 cluster icon
  • mountebank : mountebank is the first open source tool to provide cross-platform, multi-protocol test doubles over the wire. Simply point your application under tes...
  • httpbin.org : A simple HTTP Request & Response Service.
  • Security Headers : I built securityheaders.io after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites we...
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • Motty : Motty provides the simpler way to test your client services. It is a web application which gives you ability to create your own custom responses. So y...
thumbnail

Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.

http test mock api service
Milligram https://milligram.github.io/
28/01/2017 cluster icon
  • lit : a ridiculously small responsive css framework
  • Bulma : A modern CSS framework based on Flexbox
  • * { CSS:resetr } : To help you find the perfect CSS-reset styles, CSSresetr lets you try all the best CSS Resets on a variety of web pages – even your own.
  • mini.css : minimal, responsive, style-agnostic CSS framework
  • oocss : Object Oriented CSS

Milligram provides a minimal setup of styles for a fast and clean starting point. Just it! Only 2kb gzipped! It's not about a UI framework. Specially designed for better performance and higher productivity with fewer properties to reset resulting in cleaner code.

css framework reset
PsySH http://psysh.org/
28/01/2017 cluster icon
  • Phinx : Phinx makes it ridiculously easy to manage the database migrations for your PHP app. In less than 5 minutes you can install Phinx and create your firs...
  • PHP Quick Profiler : A tool for quickly profiling variables and resources used by PHP.
  • Kint : Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible. In other words, it’s var_dump() and debug_backtrac...
  • PHP Insights : PHP Insights was carefully crafted to simplify the analysis of your code directly from your terminal, and is the perfect starting point to analyze the...
  • PHAR Updater : A thing to make PHAR self-updates easy and secure.

A runtime developer console, interactive debugger and REPL for PHP. PsySH can be used as an interactive debugger, much like JavaScript's debugger statement, saving you from endless var_dump() and die() iterations.

php repl debug cli
RAWGraphs http://rawgraphs.io/
22/01/2017 cluster icon
  • 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 ...
  • Protovis : Protovis composes custom views of data with simple marks such as bars and dots. Unlike low-level graphics libraries that quickly become tedious for vi...
  • Processing.js : Processing.js is the sister project of the popular Processing visual programming language, designed for the web. Processing.js makes your data visuali...
  • JpGraph : JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (...
  • Timeline : Beautifully crafted timelines that are easy, and intuitive to use.
thumbnail

RAW is an open web tool to create custom vector-based visualizations on top of the amazing d3.js library.

Primarily conceived as a tool for designers and vis geeks, RAW aims at providing a missing link between spreadsheet applications (e.g. Microsoft Excel, Apple Numbers, Google Docs, OpenRefine, …) and vector graphics editors (e.g. Adobe Illustrator, Inkscape, …).

RAW works with tabular data (e.g. spreadhseets and comma-separated values) as well as with copied-and-pasted texts from other applications (e.g. Microsoft Excel, TextWrangler, TextEdit, …). Based on the SVG format, visualizations can be easily edited with vector graphics applications for further refinements, or directly embedded into web pages.

Knowing the need of working with sensitive information, the data uploaded to RAW is processed only by the web browser: no server-side operations or storages are performed and no one will see, touch or copy your data!

visualization data javascript graph library
nwb https://github.com/insin/nwb
22/01/2017 cluster icon
  • Lerna : A tool for managing JavaScript projects with multiple packages.
  • 📦 Parcel : Blazing fast, zero configuration web application bundler
  • Prepack : Prepack is a tool that optimizes JavaScript source code: Computations that can be done at compile-time instead of run-time get eliminated. Prepack rep...
  • grunt : Grunt is a task-based command line build tool for JavaScript projects
  • ESLint : The pluggable linting utility for JavaScript and JSX
thumbnail

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

react tool javascript
MaintainableCSS http://maintainablecss.com/
22/01/2017 cluster icon
  • AlsacréationS : Alsacréations est une communauté dédiée à l'apprentissage des standards web (W3C, HTML, XHTML, CSS) ainsi qu'à l'accessibilité numérique
  • Email Standards Project : The Email Standards Project is about working with email client developers and the design community to improve web standards support and accessibility ...
  • Frameworks for Designers : A reflexion on CSS frameworks
  • Guide to CSS support in email clients : Designing an HTML email that renders consistently across the major email clients can be very time consuming. We've put together this guide to save you...
  • Think Like (a) Git : Once people achieve some level of Git enlightenment, they tend to make statements of the form 'Git gets a lot easier once you realize X' -- but that d...
thumbnail

Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and of course, maintainable CSS.

css guide reference
PHP Coding Standard Generator http://edorian.github.io/php-coding-standard-generator/
18/01/2017 cluster icon
  • The PHP Coding Standards Fixer : The PHP Coding Standards Fixer tool fixes most issues in your code when you want to follow the PHP coding standards as defined in the PSR-1 and PSR-2 ...
  • Laravel Generator : Laravel Generator to generate CRUD, APIs, Test Cases and Swagger Documentation
  • Psalm : Psalm is a static analysis tool for finding errors in PHP applications.
  • ApiGen : ApiGen is the tool for creating professional API documentation from PHP source code, similar to discontinued phpDocumentor/phpDoc.
  • PHPExcel : OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine

The goal of this site is to enable you do very quickly create and maintain your own coding standard.

PHP Mess Detector rule sets files and PHP Code Sniffer rulesets are supported.

php staticanalysis standards generator
CyberChef https://gchq.github.io/CyberChef/
14/01/2017 cluster icon
  • Presidio : Context aware, pluggable and customizable data protection and PII data anonymization service for text and images
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...
  • dbt : dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
  • mirador : Mirador is a tool for visual exploration of complex datasets. It enables users to discover correlation patterns and derive new hypotheses from the dat...
  • Kaitai Struct : A new way to develop parsers for binary structures. Declarative: describe the very structure of the data, not how you read or write it

A simple, intuitive web app for analysing and decoding data without having to deal with complex tools or programming languages. CyberChef encourages both technical and non-technical people to explore data formats, encryption and compression.

tool converter data
htop explained https://peteris.rocks/blog/htop/
05/01/2017 cluster icon
  • CWE/SANS Top 25 Most Dangerous Programming Errors : The CWE/SANS Top 25 Most Dangerous Software Errors is a list of the most widespread and critical errors that can lead to serious vulnerabilities in so...
  • Semantic Versioning : I call this system "Semantic Versioning." Under this scheme, version numbers and the way they change convey meaning about the underlying code and what...
  • Keep a Changelog : Don’t let your friends dump git logs into changelogs.
  • Architecture Playbook : This playbook is targeted on providing practical tools for creating your IT architecture or design faster and better. This book contains architecture ...
  • HTML5 Cross Browser Polyfills : So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them.
thumbnail

For the longest time I did not know what everything meant in htop.
I thought that load average 1.0 on my two core machine means that the CPU usage is at 50%. That's not quite right. And also, why does it say 1.0?
I decided to look everything up and document it here.

htop reference
Zazu App http://zazuapp.org/
05/01/2017 cluster icon
  • fastlane : fastlane is the tool to release your iOS and Android app. It handles all tedious tasks, like generating screenshots, dealing with code signing, and re...
  • Sonar : Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar...
  • grocy : grocy is a web-based self-hosted groceries & household management solution for your home.
  • AppJS : Build Desktop Applications for Linux, Mac and Windows using HTML, CSS and Javascript
  • Precis : Precis is an extensible self-hosted AI-enabled RSS reader with a focus on notifications and support for theming

A fully extensible and open source launcher for hackers, creators and dabblers. It comes with sane defaults to make it useful out of the box. But everything can be changed to fit your needs. Don't let others tell you the best way to be productive, configure it to be perfect for you.

laucher application
Gitea https://gitea.io/
03/01/2017 cluster icon
  • Gogs : A painless self-hosted Git service.
  • Open Streaming Platform : Open Streaming Platform (OSP) is an open-source, RTMP streamer software front-end for Arut's Nginx-RTMP Module. OSP was designed as a self-hosted alte...
  • Radicale : The Radicale Project is a complete CalDAV (calendar) and CardDAV (contact) server solution.
  • Mail-in-a-Box : Each Mail-in-a-Box provides webmail and an IMAP/SMTP server for use with mobile devices and desktop mail software. It also includes contacts and calen...
  • Gerrit : Web based code review and project management for Git based projects.
thumbnail

Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.

git selfhosted server
Intern https://theintern.github.io/
18/12/2016 cluster icon
  • FireUnit : JavaScript Unit Testing for Firefox
  • yepnope.js : A Conditional Loader For Your Polyfills!
  • Polly.JS : Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions. Polly taps into nat...
  • JSDB.io : JSDB is a collection of the best javascript libraries
  • localForage : localForage is a handy library that improves the offline experience of your web app by using asynchronous storage (via IndexedDB or WebSQL where avail...

Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. It can even be used to test non-JavaScript Web and mobile apps, and to run tests written for other test systems.

javascript test library unit_test
Mail-in-a-Box https://mailinabox.email/
14/12/2016 cluster icon
  • Postal : Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready f...
  • Mailtrain : Mailtrain is a self hosted newsletter application built on Node.js (v5+) and MySQL (v5.5+ or MariaDB). Mailtrain supports subscriber list management, ...
  • pump.io : Social server with an ActivityStreams API. It's a stream server that does most of what people really want from a social network.
  • Gitea : Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.
  • Open Streaming Platform : Open Streaming Platform (OSP) is an open-source, RTMP streamer software front-end for Arut's Nginx-RTMP Module. OSP was designed as a self-hosted alte...
thumbnail

Each Mail-in-a-Box provides webmail and an IMAP/SMTP server for use with mobile devices and desktop mail software. It also includes contacts and calendar synchronization. The box also includes automatic DNS configuration, spam filtering, greylisting, backups to Amazon S3, static website hosting, and free TLS (SSL) certificates from Let’s Encrypt. Your box can host mail for multiple users and multiple domain names.

It implements modern mail protocols (SPF, DKIM, and DMARC) and the latest security best practices, including opportunistic TLS, strong ciphers, and HSTS. When enabled, DNSSEC (with DANE TLSA) provides a higher level of protection against active attacks. Exchange ActiveSync is also available as a beta feature.

email server selfhosted
amphp https://amphp.org/
14/12/2016 cluster icon
  • Kraken Framework : Kraken is the first and only multi-processed, multi-threaded, fault-tolerant framework for PHP. It has been written to provide easy and reliable API f...
  • Phalcon PHP : Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption.
  • Scaffold : Extend, combine and compress CSS
  • Flow : Flow is a PHP web application framework focussed on Domain-Driven Design and clean code.
  • SilverStripe : Open Source CMS / Framework
thumbnail

Amp is a non-blocking concurrency framework for PHP providing primitives to manage concurrency such as an event loop, promises, and asynchronous iterators.

It implements coroutines using PHP's generators to avoid callback or then() hells. Promise consumption works without callbacks and allows ordinary catch clauses just as synchronous code for handling errors.

php asynchronous framework
Riot https://riot.im/
14/12/2016 cluster icon
  • Mattermost : Mattermost is a self-hosted solution for bringing all your team communication to one place, and making it searchable and accessible anywhere
  • Matrix : Matrix is an open standard for decentralised communication, providing simple HTTP APIs and open source reference implementations for securely distribu...
  • Zulip : Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conve...
  • Rocket.Chat : Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor fullstack framework. It is a great solution for communities and companies ...
  • Zulip : Powerful slack-like open source group chat
thumbnail

Riot allows teams to communicate across a wide range of collaboration apps. If some team members use Riot while others use IRC, Slack or Gitter, Riot will allow these team members to seamlessly work together. Riot offers the richest network of communication bridges. Riot lets you run your own server, and provides users and teams with the most advanced crypto ratchet technology available today for a decentralized secure Internet. Riot is entirely open source: all the code is published on GitHub (Apache License) for anyone to see and extend. This means teams can customize or contribute to the code and everyone can benefit from the speed of community innovation. Riot is built on top of Matrix.

collaboration server communication irc slack groupware opensource selfhosted matrix
CSS Reference http://cssreference.io/
29/11/2016 cluster icon
  • Scalable and Modular Architecture for CSS : A flexible guide to developing sites small and large.
  • Explorer Exposed! : These CSS bugs are all found only in Internet Explorer, versions 5 and higher. To see the demos properly, they must be viewed in IE, of course.
  • Guide to CSS support in email clients : Designing an HTML email that renders consistently across the major email clients can be very time consuming. We've put together this guide to save you...
  • Typetester : Compare fonts for the screen
  • idiomatic-css : Principles of writing consistent, idiomatic CSS
thumbnail

Learn by example: cssreference.io is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.

css reference
Swagger http://swagger.io/
28/11/2016 cluster icon
  • StyleDocco : StyleDocco generates documentation and style guide documents from your stylesheets.
  • DevDocs : DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
  • phpDocumentor : phpDocumentor enables you to generate documentation from your PHP source code. This documentation provides an in-depth view of your project to you, yo...
  • AI21 Studio : AI21 Studio allows users to generate text completions for an input prompt using Jurassic-1 language models.
  • Alpaca : Given a web API, Generate client libraries in node, php, python, ruby

Swagger is a powerful open source framework backed by a large ecosystem of tools that helps you design, build, document, and consume your RESTful APIs.

api documentation generator
page 34 / 82
1637 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn