#
no-dependencies
Here are 486 public repositories matching this topic...
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
javascript
css
html
bootstrap
jquery
components
less
html5
metro
css-framework
component-library
no-dependencies
metro-ui
metro-ui-css
metro-style
metro4
css-frameworks
bootstrap-replacement
no-jquery-required
-
Updated
Aug 6, 2021 - CSS
An open-source post-exploitation framework for students, researchers and developers.
encrypted-connections
post-exploitation
platform-independent
zero-configuration
no-dependencies
antiforensics
reverse-shells
-
Updated
Aug 3, 2021 - Python
A lightweight script to animate scrolling to anchor links.
-
Updated
Apr 27, 2020 - JavaScript
javascript
performance
image
zooming
medium
vanilla
ux
picture
vanilla-javascript
event
image-zoom
zoom
no-dependencies
zoomable
-
Updated
Aug 3, 2021 - JavaScript
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
enum
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
enum-to-string
string-to-enum
-
Updated
Aug 9, 2021 - C++
A JavaScript touch gesture detection library for the modern web
-
Updated
May 24, 2021 - JavaScript
CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.
-
Updated
Aug 5, 2021 - C++
-
Updated
May 9, 2021 - JavaScript
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
iot
embedded
threadsafe
format
printf
sprintf
embedded-systems
tiny
libc
no-dependencies
replacement
snprintf
tinyprintf
-
Updated
Jun 28, 2021 - C
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
nameof
nameof-operator
enum-to-string
-
Updated
Jun 26, 2021 - C++
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform - NO LONGER MAINTAINED - Please check https://github.com/cpp-redis/cpp_redis
-
Updated
Apr 1, 2019 - C++
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
c-plus-plus
cpp
cpp14
container
hash
cpp11
header-only
stl-containers
no-dependencies
hash-tables
single-file
unordered-maps
-
Updated
Jul 12, 2021 - C++
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
cpp14
unit-conversion
dimensional-analysis
template-metaprogramming
header-only
compile-time
no-dependencies
-
Updated
Mar 1, 2021 - C++
A simple 1.2 KB modal dialog with no dependencies
-
Updated
Jun 13, 2021 - JavaScript
A simple vanilla JS scrollspy script.
-
Updated
Aug 4, 2021 - JavaScript
gsl-lite – A single-file header-only version of ISO C++ Guidelines Support Library (GSL) for C++98, C++11, and later
-
Updated
Jun 25, 2021 - C++
(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
-
Updated
May 10, 2020 - HTML
Captcha gem for Rails Application. No dependencies. No ImageMagick, No RMagick.
-
Updated
Apr 5, 2021 - C
Date range picker - lightweight, no dependencies
-
Updated
Aug 4, 2021 - TypeScript
A tiny, Promise-based vanilla JS Ajax/HTTP plugin with great browser support.
-
Updated
Aug 4, 2021 - HTML
marzer
commented
Jul 20, 2020
I've recently come to realize that the 'one-size-fits-all' mega-snippets on marzer.github.io/tomlplusplus aren't necessarily useful for everyone, and I should break them up into smaller sub-examples. I'd be totally happy to accept help with this, though that may be wishful thinking!
Lightweight, accessible vanilla JS toggle tabs.
-
Updated
Aug 4, 2021 - JavaScript
The zero dependency Node.js module for tailing a file
-
Updated
Aug 1, 2021 - JavaScript
C++ TCP Library - NO LONGER MAINTAINED
-
Updated
Sep 16, 2018 - C++
span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
-
Updated
Jul 8, 2021 - C++
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
-
Updated
Jun 18, 2021 - C++
optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
-
Updated
Jul 6, 2021 - C++
Adds `swiped` events to the DOM in 0.7k of pure JavaScript
-
Updated
May 11, 2021 - JavaScript
A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
-
Updated
Jun 12, 2018 - C++
Improve this page
Add a description, image, and links to the no-dependencies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the no-dependencies topic, visit your repo's landing page and select "manage topics."
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example: