Library for asynchrouns bootstraping of Node.JS applications
Bootleg application contracts
Bootleg pay it backward tokens and contracts
Bootleg trading application
A simple HTML syntax highlighter for use in my personal writing
Bootleg lotdash library
Yet another 'Material Design Components' library for Vue3.
Videogular is a video application framework for desktop and mobile powered by Angular. This is a bootleg version compatible with Angular 7
An embeddable code editor for the browser. Republish to use some changes not jet released on main repo
This is a simple implementation of node's EventEmitter basic methods, that runs on any environment.
A client library for the IPFS HTTP API. Follows interface-ipfs-core spec. Includes bootleg timeouts.
windows 7 gamer edition x64 64-bit undeadcrows-iso.14
versionbackup master 5.1.2.0
Massive search for files with no download limits on paid hostings
An accessible version of the carousel based on the Enable components
A simple cli tool to copy to the clipboard
Store recordings of traces and pass them around like bootleg cassettes!. All that's missing is rewind.
Self-similar argument parsing
A small async runtime that's been bootlegged for my projects.
Provides an embedded_hal driver for the fuel gauge series bq34z100
Provides an embedded_hal driver for the fuel gauge series bq34z100
Download and train your retro-engineering skills 🖳
A tool for printing a 5e character off of dicecloud v2
A parsing library for creating and reading GTA 3/VC/SA GXT (text string) files
Rusty ROM OrgaNizer
This gems allows you to navigate through the results
Truly outrageous bootleg facets in your trinkets box.
"Harsh: Another Rails Syntax Highlighter," is just that - it highlights code in Rails, much like Radiograph or tm_syntax_highlighting. However, it does it well, _better_. Oh, and it also supports Haml, as well as ERb. And it comes with rake tasks. Firstly, it allows block form: <% harsh :theme => :dawn do %> class Testing def initialize(str) puts str end end <% end %> as well as the form the other plugins offer, which is text as a parameter: <% harsh %Q{ class Testing def initialize(str) puts str end end }, :theme => :dawn For haml, harsh is implemented as a filter. First, add this to the bottom of your environment.rb: Harsh.enable_haml Then, to use harsh in Haml: :harsh class Foo < Bar end However, haml's filters can't take options. So how on earth are we going to customize it to our heart's delight? Easily, my friend, fret not! Enter the BCL (Bootleg Configuration Line): :harsh #!harsh theme = all_hallows_eve lines=true syntax=css h1 { float:left; clear:left; position:relative; } It has to be the first line in the filter. You don't need the config line, though. Also, notice that you can have spaces between the arguments and the little = sign. Harsh also offers rake tasks for what tm_syntax_highlighting provides in generators, and a :harsh as a stylesheet-includer to load all syntax-highlighting files, as such: <%= stylesheet_include_tag :harsh %> The rake tasks for setting up your stylesheets are these: rake harsh:theme:list # lists available themes rake harsh:theme:install[twilight] # installs the twilight theme into /public/stylesheets/harsh/ rake harsh:theme:install THEME=twilight # also installs the twilight theme (for *csh shells) rake harsh:theme:uninstall[twilight] # removes the twilight theme rake harsh:theme:uninstall THEME=twilight # also uninstalls the twilight theme (for *csh shells) While purely informative, you can find out the available syntaxes as follows: rake harsh:syntax:list