Posts
-
Mergely
Merge and diff documents online
https://mergely.com
Mergely is a JavaScript component for differencing and merging files interactively in a browser (diff/merge), providing rich API that enables you to easily integrate Mergely into your existing web application. It is suitable for comparing text files online, for example, .txt, .html, .xml, .c, .cpp, .java, etc.
Mergely has a JavaScript implementation of the Longest Common Subsequence (LCS) diff algorithm, and a customizable markup engine.
Tags: #javascript • hacktoberfest • diff
-
rails-controller-testing
Brings back
assignsandassert_templateto your Rails testsThis gem brings back
assignsto your controller tests as well asassert_templateto both controller and integration tests.These methods were removed in Rails 5.
Tags: #ruby
-
fp-ts-contrib
A community driven utility package for fp-ts
To install the stable version:
npm i fp-ts-contribNote.
fp-ts-contribdepends onfp-ts, starting from0.1.0you must installfp-tsmanually (fp-tsis listed inpeerDependency)Tags: #typescript
-
suplemon
:lemon: Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!
- Proper multi cursor editing, as in Sublime Text
- Syntax highlighting with Text Mate themes
- Autocomplete (based on words in the files that are open)
- Easy Undo/Redo (Ctrl + Z, Ctrl + Y)
- Copy & Paste, with multi line support (and native clipboard support on X11 / Unix and Mac OS)
- Multiple files in tabs
- Powerful Go To feature for jumping to files and lines
- Find, Find next and Find all (Ctrl + F, Ctrl + D, Ctrl + A)
- Custom keyboard shortcuts (and easy-to-use defaults)
- Mouse support
- Restores cursor and scroll positions when reopenning files
- Extensions (easy to write your own)
- Lots more…
Tags: #python • multi-cursor • editor
-
psiTurk
An open platform for science on Amazon Mechanical Turk.
psiTurk v3 has been released! See the migration guide here.
psiTurk v3 does not support the psiturk ad server. If you still need the psiTurk ad server, use psiTurk v2.3.12, and remove all HTML comments from your
ad.htmlfile. Versions less than v2.3.12 will not be able to post HITs due to a change implemented by the psiturk ad server’s hosting provider. You can upgrade to psiturk v2.3.12 by runningpip install --upgrade psiturk=2.3.12.Tags: #python • hacktoberfest
-
fkit
A functional programming toolkit for JavaScript.
Tags: #javascript • functional • functional-programming
-
ngx-codemirror
Codemirror Wrapper for Angular
DEMO: https://ngx-codemirror.vercel.app
Tags: #typescript • codemirror • angular
-
vscode-markdown-notes
Install from: https://ark.dance/md-notes
Use
[[wiki-links]],backlinks,#tagsand@bibtex-citationsfor fast-navigation of markdown notes.Automatically create notes from new inline
[[wiki-links]].Bring some of the awesome features from apps like Notational Velocity, nvalt, Bear, FSNotes, Obsidian to VS Code, where you also have (1) Vim key bindings and (2) excellent extensibility.
Install from the VSCode Marketplace. See more in the blog post: Suping Up VS Code as a Markdown Notebook.
For common issues / workarounds, please see TROUBLESHOOTING-FAQ.md
Also, take a look at the RECOMMENDED-SETTINGS.md
Tags: #typescript
-
oazapfts
Generate TypeScript clients to tap into OpenAPI servers
Generate TypeScript clients to tap into OpenAPI servers.
Tags: #typescript • openapi • openapi3
-
cra-build-watch
A script for create-react-app that writes development builds to the disk
The builds resulting from this script are NOT for production environment. They lack various optimizations.
This script is meant as a temporary workaround for
create-react-appproject based until this feature is built-in intoreact-scripts. See create-react-app#1070.This script is inspired by other work related such as: https://gist.github.com/jasonblanchard/ae0d2e304a647cd847c0b4493c2353d4.
Tags: #javascript • create-react-app • webpack
subscribe via RSS