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 44 / 83
HTTP Security Report https://httpsecurityreport.com/
05/11/2015 cluster icon
  • 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...
  • mitmproxy : mitmproxy is your swiss-army knife for debugging, testing, privacy measurements, and penetration testing. It can be used to intercept, inspect, modify...
  • 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...
  • httpbin : Testing an HTTP Library can become difficult sometimes. PostBin.org is fantastic for testing POST requests, but not much else. This exists to cover al...
  • WebScarab : WebScarab is a framework for analysing applications that communicate using the HTTP and HTTPS protocols.

Get an instant report of how your website measures up to the best practices.

Check connection encryption, content security, information disclosure and cookies. Compare your results with today's top sites.

http security test online
StaticGen https://www.staticgen.com/
05/11/2015 cluster icon
  • Metalsmith : An extremely simple, pluggable static site generator.
  • kuler : Color palette generation tool
  • ColorBlender.com : Your free online color matching toolbox
  • Color Wizard : The Color Wizard is a color matching application for anyone who wants to create designs with great looking colors.
  • colr.org : Play with colors and color schemes!
thumbnail

Top Open-Source Static Site Generators

staticsite generator reference
loglevel http://pimterry.github.io/loglevel/
04/11/2015 cluster icon
  • Logerr : Experimenting with window.onerror, trying to make JavaScript debugging easy. What does it do? Provides JavaScript error details in a readable format. ...
  • Ender : Ender is a full featured package manager for your browser. It allows you to search, install, manage, and compile front-end JavaScript packages and the...
  • base2 : base2 is a lightweight library that irons out all the annoying differences in JavaScript implementations. It provides the additional functionality fro...
  • 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...
  • SPF : A lightweight JS framework for fast navigation and page updates from YouTube

Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods

javascript log library
rscss http://rscss.io/
04/11/2015 cluster icon
  • MaintainableCSS : Write CSS without worrying that overzealous, pre-existing styles will cause problems. MaintainableCSS is an approach to writing modular, scalable and ...
  • PurgeCSS : PurgeCSS is a tool to remove unused CSS. It can be part of your development workflow.
  • Spectre.css : Spectre.css is a lightweight, responsive and modern CSS framework for faster and extensible development. lightweight and clean starting point for your...
  • HTML5 Boilerplate : HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100...
  • Electron : Build cross platform desktop apps with web technologies
thumbnail

Reasonable System for CSS Stylesheet Structure.
A set of simple ideas to guide your process of building maintainable CSS.

css guide
BackstopJS https://garris.github.io/BackstopJS/
30/10/2015 cluster icon
  • Galen Framework : Automated testing of look and feel for your responsive websites. Layout testing seemed always a complex task. Galen Framework offers a simple solution...
  • mini.css : minimal, responsive, style-agnostic CSS framework
  • * { 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.
  • This Is Responsive : Tips, Resources and Patterns for Responsive Web Design
  • HTML5 Boilerplate : HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100...

Breaking CSS is easy. Checking every responsive page element is hard. That’s why there's BackstopJS.

responsive css integration test
WordNet http://wordnet.princeton.edu/
27/10/2015 cluster icon
  • ConceptNet 5 : ConceptNet is a semantic network containing lots of things computers should know about the world, especially when understanding text written by people...
  • pgModeler : PostgreSQL Database Modeler is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the jo...
  • TextBlob : TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) ...
  • LibraryThing | Catalog your books online :
  • API.AI : With API.AI, you can create conversational scenarios within minutes, then build advanced dialogues to manage the conversation flow with the user. Once...

WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expressing a distinct concept. Synsets are interlinked by means of conceptual-semantic and lexical relations. The resulting network of meaningfully related words and concepts can be navigated with the browser. WordNet is also freely and publicly available for download. WordNet's structure makes it a useful tool for computational linguistics and natural language processing.

nlp database
ConceptNet 5 http://conceptnet5.media.mit.edu/
27/10/2015 cluster icon
  • WordNet : WordNet® is a large lexical database of English. Nouns, verbs, adjectives and adverbs are grouped into sets of cognitive synonyms (synsets), each expr...
  • Doctrine : PHP Object Relational Mapper
  • pgModeler : PostgreSQL Database Modeler is an open source data modeling tool designed for PostgreSQL. No more DDL commands written by hand let pgModeler do the jo...
  • repmgr : repmgr is an open-source tool suite for managing replication and failover in a cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-st...
  • Robomongo : Shell-centric cross-platform MongoDB management tool (MongoDB Admin UI)

ConceptNet is a semantic network containing lots of things computers should know about the world, especially when understanding text written by people.

It is built from nodes representing words or short phrases of natural language, and labeled relationships between them. (We call the nodes "concepts" for tradition, but they'd be better known as "terms".) These are the kinds of relationships computers need to know to search for information better, answer questions, and understand people's goals.

nlp database
NLTK http://www.nltk.org/
27/10/2015 cluster icon
  • TextBlob : TextBlob is a Python (2 and 3) library for processing textual data. It provides a simple API for diving into common natural language processing (NLP) ...
  • SpaCy.io : spaCy is a library for industrial-strength natural language processing in Python and Cython. It features state-of-the-art speed and accuracy, a concis...
  • Cliquet : Cliquet is a toolkit to ease the implementation of HTTP microservices, such as data-driven REST APIs.
  • cliff : Command Line Interface Formulation Framework. cliff is a framework for building command line programs. It uses plugins to define sub-commands, output ...
  • pyo : pyo is a Python module written in C to help digital signal processing script creation.

The Natural Language Toolkit (NLTK) is a Python package for natural language processing.
It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for industrial-strength NLP libraries.

nlp python library
Coding Dojo http://codingdojo.org/
27/10/2015 cluster icon
  • Kata-log : Resources to facilitate coding katas
  • tickgit : tickgit is a tool to help you manage tickets, todo items, and checklists within a codebase. Use the tickgit command to view pending tasks, progress re...
  • Val Town : Val Town is a social website to write and run code. Vals are small JavaScript/TypeScript snippets that run on their servers. You can create APIs, sche...
  • Monaco Editor : The Monaco Editor is the code editor that powers VS Code. Rich IntelliSense and Validation for TypeScript, JavaScript, CSS, LESS. Basic Syntax Coloriz...
  • Laravel Generator : Laravel Generator to generate CRUD, APIs, Test Cases and Swagger Documentation

This page is intended as a list of Kata exercises that people have tried at their Dojo meetings, which links to more detailed descriptions of each Kata.

code tdd codingdojo kata
mirador http://fathom.info/mirador/
26/10/2015 cluster icon
  • Selfspy : Selfspy is a daemon for Unix/X11 and (thanks to @ljos!) Mac OS X, that continuously monitors and stores what you are doing on your computer. This way,...
  • pg_chameleon : pg_chameleon is a MySQL to PostgreSQL replica system written in Python 3. The tool can connect to the mysql replication protocol and replicate the dat...
  • Jaeger : Jaeger, inspired by Dapper and OpenZipkin, is a distributed tracing system released as open source by Uber Technologies. It is used for monitoring and...
  • pgLoader : pgloader loads data into PostgreSQL and allows you to implement Continuous Migration from your current database to PostgreSQL. pgLoader has two modes ...
  • 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

Mirador is a tool for visual exploration of complex datasets. It enables users to discover correlation patterns and derive new hypotheses from the data.

data analysis statistics tool
Requestdiff http://requestdiff.com/
26/10/2015 cluster icon
  • 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...
  • mail-tester.com : Free online service that allows you to test your emails for Spam, Malformed Content and Mail Server Configuration problems
  • repl.it : Powerful and simple online compiler, IDE, interpreter, and REPL. Code, compile, and run code in 30+ programming languages. including JavaScript, Pytho...
  • Report URI : Report URI was founded to take the pain out of monitoring security policies like CSP and HPKP. When you can easily monitor what's happening on your si...
  • REDbot : REDbot is lint for HTTP resources; it tests protocol correctness, cacheability, content negotiation and more. REDbot checks HTTP resources to see how ...

Differentiate HTTP headers and content body of two GET URLs.

http online service debug diff
HTTPie https://github.com/jkbrzt/httpie
26/10/2015 cluster icon
  • Resumable File Uploads : tus is a resumable upload protocol, with client and server implementations for all platforms!
  • HTTPie : HTTPie—aitch-tee-tee-pie—is a command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more
  • htty : htty is a console application for interacting with web servers. It’s a fun way to explore web APIs and to learn the ins and outs of HTTP.
  • wuzz : Interactive cli tool for HTTP inspection Wuzz command line arguments are similar to cURL's arguments, so it can be used to inspect/modify requests cop...
  • Hurl : Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries ...
thumbnail

CLI HTTP client; user-friendly cURL replacement featuring intuitive UI, JSON support, syntax highlighting, wget-like downloads, extensions, etc.

cli http client
Dex https://github.com/mongolab/dex
23/10/2015 cluster icon
  • The Coach : The coach helps you find performance problems on your web page. Think of the coach as a modern version of YSlow. The coach will give advice of how you...
  • Query Mongo : Convert MySQL Queries to MongoDB Syntax
  • tracing-framework : Rich tools for instrumenting, analyzing, and visualizing web apps.
  • leak-finder-for-javascript : Tool for finding memory leaks in JavaScript programs.
  • php-pm : PPM is a process manager, supercharger and load balancer for PHP applications. It's based on ReactPHP and works best with applications that use reques...
thumbnail

Dex is a MongoDB performance tuning tool that compares queries to the available indexes in the queried collection(s) and generates index suggestions based on simple heuristics.

mongodb performance analysis tool
mtools https://github.com/rueckstiess/mtools
23/10/2015 cluster icon
  • Browserling : Live interactive cross-browser testing
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.
  • GrumPHP : Sick and tired of defending code quality over and over again? GrumPHP will do it for you! This composer plugin will register some git hooks in your pa...
  • vegeta : Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command...
  • tox : Command line driven CI frontend and development task automation tool At its core tox povides a convenient way to run arbitrary commands in isolated en...
thumbnail

mtools is a collection of helper scripts to parse and filter MongoDB log files (mongod, mongos), visualize log files and quickly set up complex MongoDB test environments on a local machine.

mongodb test log tool
Maily Herald http://mailyherald.org/
22/10/2015 cluster icon
  • Dada Mail : Dada Mail is a Contemporary Mailing List Manager, enabling you to easily run a verified mailing list that your subscribers can trust, right on your ow...
  • Novu : The open-source notifications infrastructure. A fully-featured microservice to send SMS, E-mail, Slack and Push notifications. Embeddable notification...
  • GitPrep : GitPrep is Github clone. you can install portable github system into unix/linux. You can create users and repositories without limitation.
  • 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...
  • Feedbin : Feedbin is an open source web based RSS reader. It provides a user interface for reading and managing feeds as well as a REST-like API for clients to ...

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 integrate with your site.

email selfhosted mailinglist software ruby
mail-tester.com https://www.mail-tester.com/
22/10/2015 cluster icon
  • Yellow Lab Tools : Online test to help speeding up heavy web pages
  • Jetable.org : Pour éviter les spams, jetable vous fournit une adresse e-mail temporaire. Cette adresse, dès sa création, transfère vers votre adresse e-mail habitue...
  • Browsershots : Browsershots makes screenshots of your web design in different operating systems and browsers. It is a free open-source online web application providi...
  • mmmmail! : mmmmail! is a completely ANONYMOUS and FREE disposable Email to RSS service. This means you can choose any email address in the mmmmail.com domain and...
  • Kill the newsletter! : I love newsletters, but I hate receiving e-mails. Call me an oldie, but I still use RSS feeds to read my news and e-mails for communication. And I pre...
thumbnail

Free online service that allows you to test your emails for Spam, Malformed Content and Mail Server Configuration problems

email spam test online service
Yellow Lab Tools http://yellowlab.tools/
22/10/2015 cluster icon
  • WebPagetest : Run a free website speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds.
  • webhint : webhint is a linting tool that will help you with your site's accessibility, speed, security and more, by checking your code for best practices and co...
  • YSlow for PhantomJS : YSlow for PhantomJS
  • boomerang : boomerang is a piece of javascript that you add to your web pages, where it measures the performance of your website from your end user's point of vie...
  • SPOF-O-Matic : Chrome extension for detecting and simulating frontend Single Points Of Failure. Detects likely third-party single points of failure as you browse and...

Online test to help speeding up heavy web pages

web performance test online service
SVGOMG https://jakearchibald.github.io/svgomg/
20/10/2015 cluster icon
  • Pencil Project : Pencil is built for the purpose of providing a free and open-source GUI prototyping tool that people can easily install and use to create mockups in p...
  • PunyPNG : PunyPNG is a free website optimization tool that dramatically reduces the file size of your images without any loss of quality.
  • DBeaver : Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, Postgr...
  • Kitematic : Run containers through a simple, yet powerful graphical user interface.
  • ESLint : The pluggable linting utility for JavaScript and JSX
thumbnail

SVGOMG is SVGO's Missing GUI, aiming to expose the majority, if not all the configuration options of SVGO (Nodejs-based tool for optimizing SVG vector graphics files).

https://github.com/jakearchibald/svgomg

svg optimization gui tool
Mattermost http://www.mattermost.org/
20/10/2015 cluster icon
  • Riot : 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 ...
  • Zulip : Powerful slack-like open source group chat
  • Backstage : Backstage is an open platform for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservice...
  • Garage : An open-source distributed storage service you can self-host to fullfill many needs.
  • cal.com : Open source meeting scheduling tool. Send a link, let others book a slot. Calendly alternative.
thumbnail

Mattermost is a self-hosted solution for bringing all your team communication to one place, and making it searchable and accessible anywhere

opensource selfhosted groupware team communication
Diagnostic.css http://www.karlgroves.com/2013/09/07/diagnostic-css-super-quick-web-accessibility-testing/
15/10/2015 cluster icon
  • Pa11y : Monitor the accessibility of your websites with pa11y-dashboard, and protect against accessibility errors creeping into your codebase.
  • webhint : webhint is a linting tool that will help you with your site's accessibility, speed, security and more, by checking your code for best practices and co...
  • SPOF-O-Matic : Chrome extension for detecting and simulating frontend Single Points Of Failure. Detects likely third-party single points of failure as you browse and...
  • Nikto2 : Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 6500 potent...
  • Capacitor : Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript,...

Diagnostic.css is a stylesheet which allows the user to test for common errors in a page's markup.

Also : https://github.com/karlgroves/diagnostic.css

web accessibility css test
page 44 / 83
1650 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn