🔗 The Up-Goer Five Text Editor

The Up-Goer Five Text Editor Can you explain a hard idea uso g only the ten hundred most used words? It’s not very easy. Type in the box to try it out.

March 25, 2024 · 1 min · 32 words

🔗 Difftastic, a structural diff

Difftastic, a structural diff Difftastic is a CLI diff tool that compares files based on their syntax, not line-by-line. Difftastic produces accurate diffs that are easier for humans to read.

March 22, 2024 · 1 min · 30 words

🔗 Approval Tests

Approval Tests - Home Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed. Interesting approach to testing using Combination Approvals: @Test public void upateQuality() throws Exception { CombinationApprovals.verifyAllCombinations( this::doUpdateQuality, new String []{"foo", "bar", "baz"}, new Integer []{-1, 0, 11}, new Integer[0, 1, 49, 50}); } private String doUpdateQuality(String name, int sellIn, int quality) { /*....

November 6, 2023 · 1 min · 115 words

🔗 AndrewWalsh/openapi-devtools: Effortlessly discover API behaviour with a Chrome extension

GitHub - AndrewWalsh/openapi-devtools: Effortlessly discover API behaviour with a Chrome extension OpenAPI DevTools is a Chrome extension that generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Chrome DevTools called OpenAPI. While the tool is open it automatically converts network requests into a specification.

October 30, 2023 · 1 min · 52 words

🔗 PRQL - Pipelined Relational Query Language

PRQL Pipelined Relational Query Language, pronounced “Prequel” PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement For example, “Top N by group”: from employees group role ( sort join_date take 1 ) WITH table_0 AS ( SELECT *, ROW_NUMBER() OVER ( PARTITION BY role ORDER BY join_date ) AS _expr_0 FROM employees ) SELECT * FROM table_0 WHERE _expr_0 <= 1

October 26, 2023 · 1 min · 67 words

🔗 AI Emoji Generator

AI Emoji Generator Turn your ideas into emojis in seconds. Generate your favorite Slack emojis with just one click.

October 4, 2023 · 1 min · 19 words

🔗 Leporello.js

Leporello.js · Interactive functional programming IDE for JavaScript Your code is executed instantly as you type, with the results displayed next to it. No need to set breakpoints for debugging. Just move the cursor to any line and see what’s happening. Reminds me of some of the concepts from Inventing on Principle by Bret Victor.

October 3, 2023 · 1 min · 55 words

🔗 IPA Reader

IPA Reader This is a tool for reading International Phonetic Alphabet (IPA) notation aloud. It makes it easy to actually hear how words are pronounced based on their phonetic spelling, without having to look up each character in the IPA chartand string the sounds together yourself.

September 6, 2023 · 1 min · 46 words

🔗 Intro.js

User Onboarding and Product Walkthrough Library | Intro.js Intro.js is a lightweight JavaScript library for creating step-by-step and powerful customer onboarding tours Good way to announce and introduce new features to users.

August 31, 2023 · 1 min · 32 words

🔗 Youtube to Webpage

GitHub - obra/Youtube2Webpage: I learn much better from text than from videos Youtube-to-Webpage is a Perl script to create a webpage from a Youtube video with a transcript generated from the video’s closed captions paired with screenshots of the video. You can see an example at https://obra.github.io/Youtube2Webpage/example/

August 31, 2023 · 1 min · 47 words

🔗 Interactive SVG template

From static to interactive: turn SVGs into exciting experiences | The Flourish blog Have you ever created the perfect static graphic but you just didn’t know how to bring interaction and responsiveness to it? Look no further! With the Flourish “Interactive SVG” template, you can easily make any SVG file interactive and clickable – all within our user-friendly interface. … transform static Scalable Vector Graphics (SVG) images into interactive diagrams, complete with clickable elements that reveal in-depth information....

August 30, 2023 · 1 min · 101 words

🔗 Readme Typing SVG

Readme Typing SVG Dynamically generated, customizable SVG that gives the appearance of typing and deleting text for use on your profile page, repositories, or website. See also the demo site

August 28, 2023 · 1 min · 30 words

📋 Newlines in Messaging apps

How to consistently make a newline inside a message, in the different messaging apps? 🟢 Alt+Enter = 83% 🟡 Shift+Enter = 67% 🔴 Fn+Enter = 33% Adium ✅ ❌ ✅ Facebook Comments ✅ ✅ ✅ Facebook Messages ❌ ✅ ❌ iMessage ✅ ❌ ❌ Skype ✅ ✅ ❌ Slack ✅ ✅ ❌

January 10, 2016 · 1 min · 52 words

🔗 BrowserSync – Time-saving synchronised browser testing

BrowserSync – Time-saving synchronised browser testing Efficient and pleasurable programming is all about having a “fast feedback cycle”: BrowserSync makes your tweaking and testing faster by synchronising file changes and interactions across multiple devices. It’s wicked-fast and totally free.

May 2, 2015 · 1 min · 39 words

🔗 CloudConvert – convert anything to anything

CloudConvert – convert anything to anything CloudConvert supports the conversion between more than 100 different audio, video, document, ebook, archive, image, spreadsheet and presentation formats.

September 11, 2014 · 1 min · 25 words

🏞 (image)

(via The Apollo Planner – The Planner ) Introducing the Apollo Planner, a beautifully simple daily planner that delivers powerful productivity and real results.

June 15, 2014 · 1 min · 24 words

🔗 The best Xcode plugins

iosdevtips : There are a lot of Xcode plugins to augment the IDE with additional features, conveniences etc., but it is a pain to discover and install such plugins. Alcatraz is a really great package manager that makes it a breeze to install Xcode plugins. Here’s how it looks: In Alcatraz, you’ll find plugins, color schemes and templates for code fragments. You can install it by visiting alcatraz.io. Here are some of the best Xcode plugins available in Alcatraz to boost your productivity:...

April 12, 2014 · 1 min · 85 words

🔗 Cloud services for developers, hosted developer tools, software development tools and services | Leanstack

Cloud services for developers, hosted developer tools, software development tools and services | Leanstack The software development landscape is shifting rapidly, and Leanstack is helping developers make sense of it all. Hundreds of thousands of developers have already discovered new tools to improve their products and workflows through Leanstack.

April 1, 2014 · 1 min · 49 words
Examples of a sketch, wireframe and mockup, side by side

💭 UI/UX design artefacts

Compare and contrast different design artefacts (sketch, wireframe, mockup, and prototype) in terms of their fidelity, speed, cost and use cases.

March 27, 2014 · 1 min · 134 words

🏞 (image)

Spritz : First, your eyes do not have to move from word to word or around the page that you’re reading. In fact, there’s no longer a page – with Spritz you only need 13 total characters to show all of your content. Fast streaming of text is easier and more comfortable for the reader, especially when reading areas become smaller. (via This Insane New App Will Allow You To Read Novels In Under 90 Minutes | Elite Daily )

March 7, 2014 · 1 min · 80 words