COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200901163227/https://github.com/topics/fold
Here are
53 public repositories
matching this topic...
Partial lenses is a comprehensive, high-performance optics library for JavaScript
Updated
Dec 22, 2019
JavaScript
Generalized recursion schemes and traversals for Scala.
Updated
Apr 1, 2020
Scala
Java 8 annotation processor and framework for deriving algebraic data types constructors, pattern-matching, folds, optics and typeclasses.
Avoid The One-off Problem, Infinite Loops, Statefulness and Hidden intent.
FOLD file format for origami models, crease patterns, etc.
Updated
Jul 17, 2020
CoffeeScript
A set of useful functions for transforming strings.
Updated
Aug 19, 2020
Ruby
Simple library for creating realistic page turning effects
Updated
Aug 17, 2020
TypeScript
Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
Updated
Dec 17, 2019
Python
Simple React.js wrapper for StPageFlip library, for creating realistic and beautiful page turning effect
Updated
Aug 24, 2020
JavaScript
PaperView 是一个自定义的View,它就像一张纸折叠和展开
Updated
Nov 28, 2017
Kotlin
A Sublime Text plug-in that automatically folds base64-encoded data URIs in your CSS files
Updated
Mar 2, 2017
Python
Updated
Apr 25, 2020
Vim script
A Vim plugin to improve foldtext for better looks
Updated
Jun 28, 2020
Vim script
R-package: Methods for dividing data into groups. Create balanced partitions and cross-validation folds. Perform time series windowing and general grouping and splitting of data. Balance existing groups with up- and downsampling.
Taeseung Lee's vim setting
Updated
Apr 15, 2018
Vim script
SMKFoldingTabBar - An Awesome Folding Custom View
Updated
Sep 21, 2017
Objective-C
Updated
Jul 18, 2018
Scala
An Adobe After Effect script to make curling and folding.
Updated
Feb 25, 2019
JavaScript
🗞 Finally an extension for Visual Studio that allows you to fold your code by levels ✨
Sublime Text plugin to fold functions. And it supports functions with arguments on more than one line!
Updated
Jun 27, 2017
Python
Swift µframework for functional programming and higher-order data processing
Updated
Sep 20, 2017
Swift
Updated
Nov 29, 2018
Objective-C
fold code block using regexp, multiline supported, best fold plugin for general usage
Updated
May 8, 2020
Vim script
Additional Fold Commands for VS Code. Like PhpStorm: [`Expand to level | 1, 2, 3, 4 or 5`]
Updated
Apr 16, 2020
TypeScript
A Sublime Text plugin to give an overview of your comments by folding all other code.
Updated
Apr 27, 2019
Python
Updated
Jun 29, 2018
Objective-C
Functional Programming Type Signature for JavaScript that is compatible with most modern browsers and Deno.
Updated
Aug 30, 2020
JavaScript
Manipulate datasets by chaining methods. Includes capacity to map, filter, sort, group, reduce, and merge data.
Updated
Aug 29, 2020
JavaScript
A Visual Studio Code extension to automatically fold code if a magic comment is found.
Updated
Feb 4, 2020
JavaScript
Improve this page
Add a description, image, and links to the
fold
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
fold
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Currently, a seed value is required for
foldl
which in turn causesaggregate
to require a seed value. The functions should be able to be used both with and without a seed value. Additionally, the seed value appears to be misnamed asmemo
. This should be changed to something more suitable.Unit tests should be added for these as well. #2 is close to being merged and presumably will have be