Posts
-
slug-generator
Slug Generator Library for PHP, based on Unicode’s CLDR data
The delimiter can be any string, it is used to separate words. It gets stripped from the beginning and the end of the slug.
$generator->generate('Hello World!'); // Result: hello-world $generator->generate('Hello World!', ['delimiter' => '_']); // Result: hello_world $generator->generate('Hello World!', ['delimiter' => '%20']); // Result: hello%20worldTags: #php • library • slug
-
JNDI-Injection-Exploit
JNDI注入测试工具(A tool which generates JNDI links can start several servers to exploit JNDI Injection vulnerability,like Jackson,Fastjson,etc)
Materials about JNDI Injection
Tags: #java
-
design-systems-cli
A CLI toolbox for creating design systems.
Design-systems-cli is basically a Create React App for design systems.
The main benefit it brings you as a developer is time savings. Setting up all of the monorepo, storybook, and build tools for a design system takes over a week if you piece it together yourself. You can do it with this project in minutes.
Tags: #typescript • hacktoberfest
-
Zabbix-in-Telegram
Zabbix Notifications with graphs in Telegram
Zabbix Notifications with graphs in Telegram
Join us in our Telegram group via this link: https://t.me/ZbxTg
Subscribe to our channel: https://t.me/Zabbix_in_Telegram
Rate on share.zabbix.com: https://share.zabbix.com/cat-notifications/zabbix-in-telegram
Tags: #python • zabbix • telegram
-
arozos
General purposed Web Desktop Operating Platform / OS for Raspberry Pis, Now written in Go!
The current arozos is still under intense development. System structure might change at any time. Please only develop on the current existing ArOZ Gateway Interface (AGI) JavaScript Interface or standard HTML webapps with ao_module.js endpoints.
Tags: #javascript • aroz-online • golang
-
Glyphr-Studio-1
A free, web-based font editor, focusing on font design hobbyists.
Glyphr Studio is a free, web based font designer, focusing on font design for hobbyists. More information can be found at glyphrstudio.com - and/or follow @glyphrstudio on twitter.
Tags: #javascript
-
sockslib
A Java library of SOCKS5 protocol including client and server
SocksLib is a Java library for SOCKS5 protocol.
See Wiki Page (Chinese)
If you are looking for a SOCKS5 server instead of a SOKCS5 library, I hope Esocks can help you.
Tags: #java
-
Steward
A command launcher for Chrome
Tags: #typescript • efficiency • web
-
meter
Laravel package to find performance bottlenecks in your laravel application.
Laravel Meter monitors application performance for different things such as requests, commands, queries, events, etc and presents results in tables/charts. Think of it like Laravel Telescope but for performance monitoring.
Tags: #php • laravel • laravel-package
-
laravel-localization-to-vue
Make Laravel standard localization files available in format required by various JavaSript localization packages
This package collects all localizations from resources/lang directory and it’s sub-directories and converts them to plain array
which can later be converted to JSON object and used with libraries like Vue, Angular, etc.Tags: #php
subscribe via RSS