Here are
50 public repositories
matching this topic...
Build, distribute and collaborate on components.
Updated
Sep 28, 2020
TypeScript
A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App.
Updated
Sep 14, 2020
Objective-C
Package manager and build abstraction tool for FPGA/ASIC development
Updated
Aug 19, 2020
Python
♻️ Reuse React components to create new ones
Updated
Mar 25, 2019
TypeScript
UI Model major repository
Updated
Sep 4, 2020
TypeScript
Kactus2 is a graphical EDA tool based on the IP-XACT standard.
InshortsView, UICollectionView for implementing vertical swipe up-done for next/previous cards, like News Inshorts application.
Updated
Feb 9, 2020
Swift
A Componentized UITableView implementation
Updated
Sep 3, 2016
Objective-C
Easy way to create/reuse custom cells & headers with xib written in Swift
Updated
Jan 31, 2020
Swift
Get static CSS(-in-JS) selectors from React components
Updated
Oct 24, 2018
TypeScript
REUSE recommendations, tutorials, FAQ and specification
A Github action to check repositories for REUSE compliance
Updated
Aug 31, 2020
Dockerfile
⚛️ Simple value management for React components.
Updated
Sep 24, 2020
JavaScript
循环ScrollView(简单版本,Add即用,无需继承,带Nevigate功能)
A git submodule that contains a bunch of boilerplates for C#/Unity3D code.
A Page resource pool for Puppeteer.
Updated
Sep 21, 2020
JavaScript
Tiny library for reusing React components
Updated
Apr 6, 2020
TypeScript
Android Package that contains very useful data in all type of android project. You can see it as a boilerplate
Updated
Nov 29, 2017
Java
An example of common ReUse concept with widely used .NET languages family
Well designed common collaborative code frameworks with simple main principles : heavy focus on typical code reuse, ultra minimalistic, lightweight and highly efficient, extendable
Go reduce, reuse, recycle, refuse
Updated
Mar 3, 2020
JavaScript
Website for the REUSE Initiative
Updated
Sep 21, 2020
HTML
A demonstration of how to structure a complex and reusable Angular reactive forms
Updated
Sep 9, 2020
TypeScript
💫 Some cat was layin' down some get it on rock 'n' roll, he said
Updated
Nov 17, 2019
TypeScript
LCRS embedded components - "slave" + embedded linux kernel
Updated
Nov 22, 2017
Python
♻️ A collection of React hooks
Updated
Sep 12, 2020
TypeScript
Manage a collection of short Python code snippets, all tested & validated, easy to contribute to, and simple to reuse.
Updated
Sep 6, 2020
Python
An example repository to understand the basics of REUSE
Updated
Aug 6, 2019
Makefile
Examples on how-to run existing Spark applications in CDAP.
Updated
Aug 21, 2019
Java
Improve this page
Add a description, image, and links to the
reuse
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
reuse
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.
In my (ruby on rails) code, I know that all code under
app/
is mine and can be licensed and copyrighted accordingly. Ideally instead of writing bash loops or using a similar approach,reuse addheader
would implement a--recursive
option to add headers to all files under a given path, or allow for globbing (reuse addheader "app/*.rb"
or evenreuse addheader "app/**/*rb"
).