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/20210120222131/https://github.com/topics/builder
Here are
916 public repositories
matching this topic...
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
Updated
Jan 20, 2021
TypeScript
An architecture for building themes
Drag and drop website builder javascript library.
Updated
Oct 17, 2020
JavaScript
📐 Design pattern implementations in TypeScript
Updated
Jul 4, 2020
TypeScript
concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included
Updated
Dec 27, 2020
Java
Drag-n-Drop Email Editor Component for React.js
Updated
Jan 14, 2021
JavaScript
Mosaico - Responsive Email Template Editor
An elasticsearch query body builder 💪
Updated
Jan 11, 2021
JavaScript
Drag and drop page building using your code components
Updated
Jan 20, 2021
TypeScript
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
Updated
Jan 13, 2021
Python
🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.
Updated
Jan 19, 2021
TypeScript
CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
Updated
Jan 14, 2021
JavaScript
Angular build facade extensions (Jest and custom webpack configuration)
Updated
Jan 20, 2021
TypeScript
⛴ Docker images, and CI builders for Jekyll.
Updated
Dec 31, 2020
Shell
A PHP SQL query builder using PDO
Vue component for drag-and-drop to design and build mobile website.
🌍 multiarch cross compiling environments
Updated
Oct 22, 2020
Dockerfile
Official Now Builders created by the ZEIT team
Updated
Aug 24, 2019
JavaScript
TPPDF is a simple-to-use PDF builder for iOS
Updated
Jan 14, 2021
Swift
基于Okhttp, 结合Retrofit,使用Okio ,简化处理I/O操作,加入多种设计模式,实现基于链式的android平台多线程下载利器!
Updated
May 27, 2017
Java
Blazing fast syslog parser
Newsletter Builder with MJML components in GrapesJS
Updated
Jan 15, 2021
JavaScript
A Java Code Generator for Pojo Builders
Updated
Mar 13, 2019
Java
Updated
Sep 14, 2020
Kotlin
User-friendly Go library for building Grafana dashboards
Improve this page
Add a description, image, and links to the
builder
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
builder
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.
Describe the bug
Possibly incorrect queryParams output
To Reproduce
urlcat('https://google.com', '', {test: 'abc'})
returns https://google.com/test=abc
Expected behavior
Should return
https://google.com?test=abc