Posts
-
wp-super-cache
A fast caching engine for WordPress.
A very fast caching engine for WordPress that produces static html files.
Tags: #php
-
easyii
Easy yii2 cms powered by Yii framework 2
Control panel and tools based on php framework Yii2. Easy cms for easy websites.
This repository is development package (yii2 extension).
Tags: #php
-
BBScan
A fast vulnerability scanner helps pentesters pinpoint possibly vulnerable targets from a large number of web servers
BBScan是一个高并发的、轻量级的Web漏洞扫描工具。它帮助安全工程师从大量目标中,快速发现,定位可能存在弱点的目标,辅助半自动化测试。BBScanis a fast and light-weight web vulnerability scanner. It helps pen-testers pinpoint possibly vulnerable targets from a large number of web servers.- Scan common web vulnerabilities: Data Leaks / Directory Traversal / Admin Backends
- Extract API Endpoints from .js file, Scan Token/Secrets/Pass/Key Leaks
- Recognize Web Fingerprints: web frameworks, programming languages, CMS, middle-ware, open source software or commercial product name
Tags: #python
-
find-a-mentor
The Coding Coach mentors website
Please read our Mentorships Guideline
- Go to https://mentors.codingcoach.io/
- Register (or Login)
- Search for a mentor - use the filters for better matching
- Find one or more? Hit the “Apply” button in their card
- Fill the request form
- Wait for the mentor accept your request (We’ll send you an email either if the mentor accepts or declines your request)
- Contact them using one of their channels
We’re aware that some mentors are not active and we are working on ways to keep only the active mentors. If you didn’t receive any response, you can apply to more mentors. Don’t forget to let the the other mentors know once you started a mentorship with a different mentor.
Tags: #typescript
-
xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
This project is entering its SUNSET stage as we embark on an exciting migration to our new YouTrackDB graph database. Stay tuned for upcoming announcements, detailed plans, and migration guidelines as the YTDB project unfolds.
Tags: #java • embedded-database • kotlin
-
bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
JavaScript/TypeScript implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash. This package relies on non-cryptographic hash functions.
Keywords: bloom filter, cuckoo filter, HyperLogLog, MinHash, Top-K, probabilistic data-structures, XOR-Filter.
❗️Compatibility❗️
- Be careful when migrating from a version to another.
- Bug fixes were introduced in
1.3.7and from1.3.9to2.0.0+for hashing and indexing data. Then, you must re-build completely your filters from start to be compatible with the new versions. - To keep the
breaking changesrule of npm versions we will make now newmajored versionssince 1.3.9 whenever a modification is done on the hashing/indexing system or breaks the current API.
Tags: #typescript • bloom-filter • probabilistic
-
servicecomb-java-chassis
ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features
Apache ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features.
If you find this project helpful, please don’t forget to
starit.Tags: #java • servicecomb
-
rubocop-rake
A RuboCop plugin for Rake
A RuboCop plugin for Rake.
Tags: #ruby • rubocop • rake
-
Androids
提供了一些工具类以及自定义View,用于日常的Android快速开发。something about android
allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.1993hzw:Androids:1.3' }Tags: #java
-
node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema on the model output on the generation level
- Run LLMs locally on your machine
- Metal, CUDA and Vulkan support
- Pre-built binaries are provided, with a fallback to building from source without
node-gypor Python - Adapts to your hardware automatically, no need to configure anything
- A Complete suite of everything you need to use LLMs in your projects
- Use the CLI to chat with a model without writing any code
- Up-to-date with the latest
llama.cpp. Download and compile the latest release with a single CLI command - Enforce a model to generate output in a parseable format, like JSON, or even force it to follow a specific JSON schema
- Provide a model with functions it can call on demand to retrieve information or perform actions
- Embedding and reranking support
- Safe against special token injection attacks
- Great developer experience with full TypeScript support, and complete documentation
- Much more
Tags: #typescript • ai • bindings
subscribe via RSS