Libraries tagged by block theme
locaine/lcn-template-block-bundle
253 Downloads
Populate blocks of template code from PHP/Twig and output them later in a Twig Template
sunnysideup/pagerows
6 Downloads
Add content blocks to your Silverstripe CMS pages. This allows you to manage content block individually, share them between pages and edit the content types on a page by page basis.
thezenmonkey/silverstripe-elemental-gallery
4 Downloads
Gallery ELemental Block
goldfinch/html-snippets
44 Downloads
Create custom HTML snippets and use them across your project via TinyMCE plugin. Easy to manage and customize as many snippets as you need
derralf/elemental-archive-report
27 Downloads
Simple experimantal extension to list (accidentally) archived Elements and to unarchive them
theextensionlab/widgetimage
383 Downloads
Magento extension that adds a widget helper block
paulgoodfield/craft-matrix-colours
7 Downloads
Define colours for your Craft CMS matrix field blocks to help visually separate them
flsouto/md2php
20 Downloads
Extracts php code blocks from markdown files and saves them nicely
iionly/http_blacklist
32 Downloads
Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
bestit/on-demand-assets-bundle
10810 Downloads
This bundle provides you with an easy way to include assets on demand, but still include them in your header or footer. This can be used for your BEM blocks or facilitates HTTP2.
agaric/oxford-comma
9733 Downloads
A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.
masonitedoors/wp-theme-lock
135 Downloads
An mu-plugin that forces a WordPress theme to always be active. Requires https://github.com/masonitedoors/wp-headless-theme.
chemezov/luya-module-tilda
19 Downloads
LUYA module with Tilda block
chemezov/luya-module-ckeditor
9 Downloads
LUYA module with CKEditor block
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.