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 38 / 82
Logerr https://github.com/i-break-codes/logerr
07/07/2016 cluster icon
  • loglevel : Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
  • Draggable : Draggable is a modular drag & drop library, allowing you to start small and build up with the features you need. At its most basic, Draggable gives yo...
  • The HTML5 Shiv : The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari...
  • JavascriptOO : Every javascript project you should be looking into. With examples, categories, install commands, CDN links, project and author stats, and more.
  • ClippyJS : Add Clippy or his friends to any website for instant nostalgia.
thumbnail

Experimenting with window.onerror, trying to make JavaScript debugging easy.
What does it do?

Provides JavaScript error details in a readable format. You can log these errors remotely by enabling remoteLogging. After enabling, logerr will send a post request to the desired action/url with exception details along with custom parameters (if provided using additionalParams).

javascript error log library
Redux http://redux.js.org/
07/07/2016 cluster icon
  • Styletron : Styletron is a universal CSS-in-JS engine built from the ground up for high-performance.
  • Relay : A JavaScript framework for building data-driven React applications. Never again communicate with your data store using an imperative API. Simply decla...
  • Ink : Ink provides the same component-based UI building experience that React offers in the browser, but for command-line apps. It uses Yoga to build Flexbo...
  • loglevel : Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods
  • rsvp.js : A lightweight library that provides tools for organizing asynchronous code
thumbnail

Redux is a predictable state container for JavaScript apps.

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.

You can use Redux together with React, or with any other view library.

javascript react library
Noun Project https://thenounproject.com/
06/07/2016 cluster icon
  • Yusuke Kamiyamane : Icons and pixel fonts
  • DryIcons : Search through more than 6700 vectors and icons designed by DryIcons!
  • ZippList : ZippList is a super simple directory that features a hand picked selection of the very best, free resources and tools for creatives. We’ve scoured the...
  • Genericons : Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use genericons for instant HiDPI, ...
  • Favicon Generator : Upload an image (GIF, JPEG or PNG) and convert it to a Windows favicon (.ico)

The Noun Project is a website that aggregates and catalogs symbols that are created and uploaded by graphic designers around the world. Based in Los Angeles, the project functions both as a resource for people in search of typographic symbols and a design history of the genre

icon free reference
Sagui http://sagui.js.org/
06/07/2016 cluster icon
  • Buildbot : Buildbot is an open-source framework for automating software build, test, and release processes.
  • Bazel : Bazel is an open-source build and test tool similar to Make, Maven, and Gradle. It uses a human-readable, high-level build language. Bazel supports pr...
  • Batect : Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those...
  • 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...
  • Siege : Siege is an http load testing and benchmarking utility. It was designed to let web developers measure their code under duress, to see how it will stan...
thumbnail

Modern front-end development made easy. Sagui is all about good defaults. It is the single development dependency you need to worry about, taking care of build, tests and the development server.

frontend npm development build test server
High Performance Browser Networking https://hpbn.co/
06/07/2016 cluster icon
  • Use The Index, Luke! : A tutorial covering SQL indexing and SQL tuning for developers: avoiding unnecessary details about database internals. SQL indexing is the most effect...
  • Pattern Tap : Organized Web Design Collection of User Interfaces for Inspiration and Ideas. The CSS Gallery Alternative
  • 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...
  • Linked Data : This site exists to provide a home for, or pointers to, resources from across the Linked Data community.
  • A List Apart : For people who make websites.

Performance is a feature. This book provides a hands-on overview of what every web developer needs to know about the various types of networks (WiFi, 3G/4G), transport protocols (UDP, TCP, and TLS), application protocols (HTTP/1.1, HTTP/2), and APIs available in the browser (XHR, WebSocket, WebRTC, and more) to deliver the best—fast, reliable, and resilient—user experience.

web performance reference
My First 10 Minutes On a Server http://www.codelitt.com/blog/my-first-10-minutes-on-a-server-primer-for-securing-ubuntu/
06/07/2016 cluster icon
  • Run your own identity server : Running your own identity server allows you to act as an OpenID Provider. You could run one just for yourself, for a community of users or, if you wis...
  • 2016 Guide to User Data Security : This guide is for the software developer, architect or system administrator who doesn't want to spend a lifetime wading through cryptographic algorith...
  • How to systematically secure anything : Security engineering is the discipline of building secure systems. Its lessons are not just applicable to computer security. In fact this repo aims to...
  • 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...
  • The SaaS CTO Security Checklist : This is a basic checklist that all SaaS CTOs (and anyone else) can use to harden their security. Security shouldn’t feel like a chore. Select your sta...
thumbnail

Primer for Securing Ubuntu

security server reference
2016 Guide to User Data Security https://www.inversoft.com/guides/2016-guide-to-user-data-security
06/07/2016 cluster icon
  • My First 10 Minutes On a Server : Primer for Securing Ubuntu
  • Run your own identity server : Running your own identity server allows you to act as an OpenID Provider. You could run one just for yourself, for a community of users or, if you wis...
  • XSS Filter Evasion Cheat Sheet - OWASP : This article is focused on providing application security testing professionals with a guide to assist in Cross Site Scripting testing.
  • The SaaS CTO Security Checklist : This is a basic checklist that all SaaS CTOs (and anyone else) can use to harden their security. Security shouldn’t feel like a chore. Select your sta...
  • The Big List of Naughty Strings : The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data.

This guide is for the software developer, architect or system administrator who doesn't want to spend a lifetime wading through cryptographic algorithms and complicated explanations of arcane system administration topics to tackle software security. We are a software development company and we have taken everything we know (and have learned through the years) about server and application security and distilled it into this simple yet detailed guide. This is not the sum of all things that could be or have been said about software security, but if you implement each of the concepts below your user data will be highly secure.

security server reference
AOS http://michalsnik.github.io/aos/
06/07/2016 cluster icon
  • Selectivizr : CSS3 pseudo-class and attribute selectors for IE 6-8
  • Autoprefixer : PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use.
  • 320 and up : ‘320 and Up’ is a lightweight, easy to use and content first responsive web design boilerplate.
  • Anime.js : Anime.js is a fast, multipurpose and lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM ...
  • Animate.css : Animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects.

Animate On Scroll Library.
Small library to animate elements on your page as you scroll.

css css3 scroll animation
Godot Engine https://godotengine.org/
06/07/2016 cluster icon
  • likelike-online : The tiniest MMORPG. Choose an avatar and hang out with your friends in a virtual version of LIKELIKE a videogame gallery in Pittsburgh, PA. This proje...
  • librehosters : librehosters is a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platf...
  • Sarien.net : Welcome to Sarien.net, the authorized portal for reliving classic Sierra On-Line adventure games. With its focus on instant fun and a unique multiplay...
  • gollum : A simple, Git-powered wiki with a sweet API and local frontend.
  • ABaroids : A game in the address bar using html5 history.replaceState
thumbnail

Godot is an advanced, feature-packed, multi-platform 2D and 3D open source game engine.
Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
Godot is completely free and open source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.

freesoftware game gameengine
Monaco Editor https://microsoft.github.io/monaco-editor/
26/06/2016 cluster icon
  • Slate : Slate is a completely customizable framework for building rich text editors. Slate lets you build rich, intuitive editors like those in Medium, Dropbo...
  • JSHint : This is JSHint, a tool that helps to detect errors and potential problems in your JavaScript code.
  • JS-909 : Audio experiment
  • Tabnine : Tabnine is an AI-powered code completion extension for IDEs
  • google-mobwrite : MobWrite converts forms and web applications into collaborative environments. Create a simple single-user system, add one line of JavaScript, and inst...

The Monaco Editor is the code editor that powers VS Code.
Rich IntelliSense and Validation for TypeScript, JavaScript, CSS, LESS.
Basic Syntax Colorization for HTML, XML, PHP, C#, C++, Razor, Markdown, Diff, Java, VB, CoffeeScript, Handlebars, Batch, Jade, F#, Lua, Powershell, Python, SASS, R, Objective-C.

javascript code editor syntaxhighlighting
Shumway http://mozilla.github.io/shumway/
21/06/2016 cluster icon
  • Plyr : A simple, accessible HTML5 media player
  • Hyperform : Hyperform is a complete implementation of the HTML 5 form validation API in Javascript. It replaces or polyfills the browser’s native methods and ease...
  • The HTML5 Shiv : The HTML5 Shiv enables use of HTML5 sectioning elements in legacy Internet Explorer and provides basic HTML5 styling for Internet Explorer 6-9, Safari...
  • Flowplayer : Flowplayer is a beautiful and minimalistic, yet full-featured HTML5 video player that lets your video be the star of the show. Supports all devices.
  • flv.js : An HTML5 Flash Video (FLV) Player written in pure JavaScript without Flash. LONG LIVE FLV!

Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.

html5 javascript flash player polyfill
Algolia Places https://community.algolia.com/places/
20/06/2016 cluster icon
  • OpenKeyval : OpenKeyval is a completely open key-value data store, exposed as a drop-dead simple web service. The goal is to make this a very easy way to persist d...
  • jsPDF : A library to generate PDFs in client-side JavaScript.
  • 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...
  • yepnope.js : A Conditional Loader For Your Polyfills!
  • SIMILE Widgets : This is an open-source “spin-off” from the SIMILE project at MIT. Here we offer free, open-source web widgets, mostly for data visualizations. They ar...

Algolia Places provides a fast, distributed and easy way to use an address search autocomplete JavaScript library on your website. It has been designed to improve the user experience of your HTML forms.

It harnesses OpenStreetMap’s impressive open source database of worldwide places.

autocomplete javascript geocoding
SonarQube http://www.sonarqube.org/
13/06/2016 cluster icon
  • Sonar : Sonar is an open platform to manage code quality.
  • PhpMetrics : PhpMetrics provides various metrics about PHP projects. PhpMetrics is designed to be understable and easy to use. Thanks to d3js, it will scores your ...
  • ApplicationInspector : A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'what's in it' using static analysis ...
  • Black : By using Black, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyl...
  • Semgrep : Semgrep is a fast, open-source, static analysis tool that searches code, finds bugs, and enforces secure guardrails and coding standards. Semgrep supp...
thumbnail

SonarQube is an open source platform for continuous inspection of code quality.

code quality continuousintegration staticanalysis
Selenium http://www.seleniumhq.org/
11/06/2016 cluster icon
  • TagUI : TagUI is a general purpose tool for automating web interactions
  • Cypress : JavaScript End to End Testing Framework. Fast, easy and reliable testing for anything that runs in a browser.
  • Chromeless : Chrome automation made simple. Runs locally or headless on AWS Lambda. Chromeless can be used to... Run 1000s of browser integration tests in paralle...
  • SlimerJS : A scriptable browser for Web developers
  • Browserling : Live interactive cross-browser testing

Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.

browser automation test tool
Appium http://appium.io/
11/06/2016 cluster icon
  • TagUI : TagUI is a general purpose tool for automating web interactions
  • 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...
  • Maestro : Maestro is the easiest way to automate UI testing for your mobile app.
  • Selenium : Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testin...
  • Pact : Fast, easy and reliable testing for integrating web apps, APIs and microservices. Pact is a code-first tool for testing HTTP and message integrations ...

Appium is an open source test automation framework for use with native, hybrid and mobile web apps.
It drives iOS and Android apps using the WebDriver protocol.

mobile app test automation tool
Protractor http://www.protractortest.org/
11/06/2016 cluster icon
  • Codeception : Codeception PHP Testing Framework is designed to work just out of the box. This means its installation requires minimal steps and no external dependen...
  • CodeceptJS : CodeceptJS is a new testing framework for end-to-end testing with WebDriver (or others). It abstracts browser interaction to simple steps that are wri...
  • Sixpack : Sixpack is a language-agnostic ab testing framework Sixpack makes it easy to run A/B tests across multiple web services written in different languages...
  • ngCordova : ngCordova is a set of AngularJS extensions on top of the Cordova API to make it easier to build, test, and deploy Cordova apps with AngularJS.
  • Frisby.js : Frisby is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun. Read below for a quick overv...

Protractor is an end-to-end test framework for AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would.

angularjs test framework
OpenShift Origin https://www.openshift.org/
11/06/2016 cluster icon
  • Hadolint : A smarter Dockerfile linter that helps you build best practice Docker images. The linter is parsing the Dockerfile into an AST and performs rules on t...
  • cAdvisor : cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containe...
  • Kitematic : Run containers through a simple, yet powerful graphical user interface.
  • Testcontainers : Testcontainers is an open source library for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about any...
  • Grype : A vulnerability scanner for container images and filesystems.

Origin is the upstream community project that powers OpenShift. Built around a core of Docker container packaging and Kubernetes container cluster management, Origin is also augmented by application lifecycle management functionality and DevOps tooling. Origin provides a complete open source container application platform.

docker container management
Dokku http://dokku.viewdocs.io/dokku/
11/06/2016 cluster icon
  • Gitkube : Gitkube is a tool for building and deploying docker images on Kubernetes using git push.
  • git-deploy : Straightforward, Heroku-style, push-based deployment. Your deploys can become as simple as this: $ git push production master
  • Drone : Drone is an open source Continuous Delivery platform that automates your testing and release workflows. It is built on container technology. Every bui...
  • cAdvisor : cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containe...
  • Sourcegraph : Sourcegraph Server is a free, self-hosted code search server that integrates with your code host and supports multi-repository, regexp, and diff searc...

Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.

docker paas deployment git
Nexus Repository OSS http://www.sonatype.com/nexus-repository-oss
11/06/2016 cluster icon
  • Sagui : Modern front-end development made easy. Sagui is all about good defaults. It is the single development dependency you need to worry about, taking care...
  • Batect : Batect allows you to define your development tasks (building, running, testing, linting and more) in terms of one or more Docker containers, run those...
  • Nuster : Nuster is a high performance caching proxy server based on HAProxy. It is 100% compatible with HAProxy, and takes full advantage of the ACL functional...
  • KitchenCI : Kitchen provides a test harness to execute infrastructure code on one or more platforms in isolation. A driver plugin architecture is used to run code...
  • Draft : Simple app development & deployment - into any Kubernetes cluster. Draft makes it easy to build applications that run on Kubernetes. Draft targets the...

Give your teams a single source of truth for every component they use.
Optimize build performance and reliability by caching proxies of remote repositories.
Provide universal coverage for all major package formats and types.
Install on an unlimited amount of servers for an unlimited amount of users.

Supports Docker, npm, bower, NuGet

repository build cache proxy docker npm bower
Browser Calories https://browserdiet.com/calories/
09/06/2016 cluster icon
  • 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...
  • Phantomas : PhantomJS-based web performance metrics collector and monitoring tool
  • Mobile Perf bookmarklet : It displays a menu with links that load other bookmarklets including Firebug Lite, Page Resources, DOM Monster, SpriteMe, and CSSess. The Mobile Perf ...
  • Dimensions Browser Extension : Measure between the following elements: images, input-fields, buttons, videos, gifs, text, icons. You can measure everything you see in the browser.
  • Sitespeed.io : Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It col...

The easiest way to measure your performance budget.

web frontend performance browser extension
page 38 / 82
1637 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn