GitHub / wxxiong6 8 Repositories
wxxiong6/php-ext-snowflake
php生成分布式唯一id扩展,基于Twitter SnowFlake分布式ID生成算法,使用c实现的php Extension。默认生成ID是一个64位long型数字。单机每秒内理论上最多可以生成1024*(2^12),也就是409.6万个ID(1024 X 4096 = 4194304)。
Language: C - Size: 99.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 11 - Forks: 5

wxxiong6/go-git Fork of go-git/go-git
A highly extensible Git implementation in pure Go.
Language: Go - Size: 3.61 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

wxxiong6/docker-base-image
旨在为使用 Docker 的用户提供一个标准化、可靠、可扩展的基础镜像。这个镜像包含了常见项目的运行时环境, 例如 Kafka、Redis、MySQL、Node.js 等,方便用户在构建自己的应用镜像时进行调试和测试。 方便用户在不同的项目中共享和复用.
Language: Dockerfile - Size: 126 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 4

wxxiong6/yii-seaslog
yii2日志扩展-替换原php日志类,使用SeasLog扩展提高yii2框架写日志性能
Language: PHP - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

wxxiong6/learning_tools Fork of hwholiday/learning_tools
Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践
Language: Go - Size: 878 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wxxiong6/sdk-go Fork of cloudevents/sdk-go
Go SDK for CloudEvents
Language: Go - Size: 3.62 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

wxxiong6/devstream Fork of devstream-io/devstream
DevStream: the open-source DevOps toolchain manager (DTM).
Language: Go - Size: 30.3 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

wxxiong6/wx-kratos
这个项目是基于 kratos 的项目模板,使用 cookiecutter 生成项目模板,使用 wire 生成依赖注入代码。 在做项目中经常会遇到一些重复性的工作,比如创建项目,创建数据库连接,创建路由,创建配置文件等等,这些工作都是重复性的,而且很多时候我们都是按照自己的习惯来创建项目,这样就会导致项目之间的风格不一致,这个项目就是为了解决这些问题,基于平时开发项目提炼出来的一些常用基础组件为模板,以标准规范助力企业研发提速增效。
Language: Go - Size: 104 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

wxxiong6/dtm Fork of dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
Language: Go - Size: 2.76 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

wxxiong6/dingtalk-plugin Fork of jenkinsci/dingtalk-plugin
Dingtalk for jenkins
Language: Java - Size: 11.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wxxiong6/dingding-sso Fork of panii/dingding-sso
用钉钉扫码, 获取员工信息, 可以做内部系统的登录, 员工离职账号失效
Size: 23.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

wxxiong6/charts Fork of bitnami/charts
Bitnami Helm Charts
Size: 868 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wxxiong6/consul-k8s Fork of hashicorp/consul-k8s
First-class support for Consul Service Mesh on Kubernetes
Size: 16.2 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wxxiong6/st-1 Fork of Shourai/st
simple terminal (suckless terminal)
Size: 62.5 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/php-ext-arraylist
ArrayList是一个使用C实现类似于Java ArrayList的高性能扩展。 适用于构建超大数组,比原生数组创建数组使用时间更快,内存占用量更少。
Language: C - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 2

wxxiong6/wxxiong6
Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wxxiong6/yaf Fork of laruence/yaf
Fast php framework written in c, built in php extension
Language: C - Size: 1.77 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/st
linux terminal 2000多行代码实现一款简单好用的terminal工具
Language: C - Size: 238 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

wxxiong6/dwm
dwm
Language: C - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/go-admin Fork of go-admin-team/go-admin
基于Gin + Vue + Element UI的前后端分离权限管理系统脚手架(包含了:多租户的支持,基础用户管理功能,jwt鉴权,代码生成器,RBAC资源控制,表单构建,定时任务等)3分钟构建自己的中后台项目;文档:https://doc.go-admin.dev Demo: https://www.go-admin.dev Antd beta版本:https://preview.go-admin.dev
Language: Go - Size: 16.8 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/kratos-pkg
kratos-pkg/zap_log
Language: Go - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/sqlhooks
zap sqlhhoks
Language: Go - Size: 31.3 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/sqlhooks-1 Fork of qustavo/sqlhooks
Attach hooks to any database/sql driver
Size: 107 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wxxiong6/creating-a-pipeline-in-blue-ocean Fork of jenkins-docs/creating-a-pipeline-in-blue-ocean
For an introductory tutorial on how to use the Blue Ocean feature of Jenkins to create a Pipeline that builds an application.
Size: 14.6 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

wxxiong6/canal Fork of alibaba/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
Size: 18 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

wxxiong6/generate-k8s-ymal
动态生成k8s yaml,方便统一管理。
Language: PHP - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

wxxiong6/api-server Fork of openscrm/api-server
OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。
Size: 52.4 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wxxiong6/go-kong Fork of Kong/go-kong
Go binding for Kong's admin API
Size: 2.46 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

wxxiong6/golangci-lint Fork of golangci/golangci-lint
Fast linters Runner for Go
Size: 24.1 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

wxxiong6/http-parser Fork of nodejs/http-parser
http request/response parser for c
Size: 802 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wxxiong6/tree
使用递归把有规则数据,处理成树形数据结构。适用场景菜单、权限、分类等功能。
Language: PHP - Size: 37.1 KB - Last synced at: 27 days ago - Pushed at: about 5 years ago - Stars: 6 - Forks: 3

wxxiong6/MySQL-8-Query-Performance-Tuning Fork of zxyle/MySQL-8-Query-Performance-Tuning
《MySQL8查询性能调优》
Size: 32.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/docker-compose-all-mysql Fork of treetips/docker-compose-all-mysql
MySQL and MariaDB docker containers of MySQL v5.5, v5.6, v5.7, v8.0, mariadb v10.0, v10.1, v10.2, v10.3
Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/flannel Fork of flannel-io/flannel
flannel is a network fabric for containers, designed for Kubernetes
Size: 58.1 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wxxiong6/xormzap Fork of json7/xormzap
zap logger for xorm
Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/aliyun_sms Fork of goroom/aliyun_sms
阿里云短信SDK(golang)
Size: 2.52 MB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

wxxiong6/build-web-application-with-golang Fork of astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
Size: 36.5 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wxxiong6/go-best-practice Fork of astaxie/go-best-practice
Trying to complete over 100 projects in various categories in golang.
Size: 1010 KB - Last synced at: over 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

wxxiong6/phpstorm-stubs Fork of JetBrains/phpstorm-stubs
PHP runtime & extensions header files for PhpStorm
Language: PHP - Size: 9.23 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

wxxiong6/wxpay Fork of objcoding/wxpay
🔥微信支付(WeChat Pay) SDK for Golang
Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

wxxiong6/server
Size: 0 Bytes - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wxxiong6/gin-vue-admin Fork of flipped-aurora/gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码,欢迎issue和pr~
Size: 37.3 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wxxiong6/project-layout Fork of golang-standards/project-layout
Standard Go Project Layout
Size: 286 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

wxxiong6/sync-map-analysis Fork of deckarep/sync-map-analysis
Comparing usage and performance of Go's regular map backed by a RWLock vs sync.map.
Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

wxxiong6/bootstrap-treeview Fork of jonmiles/bootstrap-treeview
Tree View for Twitter Bootstrap -
Size: 1.33 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

wxxiong6/barcode Fork of EricLiuCN/barcode
69码,超市商品条码库,商品信息库,共100万条
Size: 150 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

wxxiong6/weui-wxss Fork of Tencent/weui-wxss
A UI library by WeChat official design team, includes the most useful widgets/modules.
Size: 785 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/PhpSpreadsheet Fork of PHPOffice/PhpSpreadsheet
A pure PHP library for reading and writing spreadsheet files
Size: 31.1 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/redis-for-cpp Fork of Sherhang/redis-for-cpp
c++的redis的接口
Size: 320 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

wxxiong6/IT_book Fork of XiangLinPro/IT_book
本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)
Size: 77.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/DesignPatternsPHP Fork of DesignPatternsPHP/DesignPatternsPHP
sample code for several design patterns in PHP
Language: PHP - Size: 4.88 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

wxxiong6/wxxlogger
使用简单处理高效日志类-日志可以分级,可设置多层详细trace信息,增加I/O Buffer,提高日志写入效率
Language: PHP - Size: 85.9 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

wxxiong6/WSL2Network Fork of UnknownObject000/WSL2Network
Map WSL2's network to outside.
Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

wxxiong6/Spoon-Knife Fork of octocat/Spoon-Knife
This repo is for demonstration purposes only.
Size: 1.31 GB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wxxiong6/-vue-ts-vuecli3.0-elementUi Fork of 2384830985/-vue-ts-vuecli3.0-elementUi
youzan+vue+ts+vuecli3.0+elementUi
Size: 664 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

wxxiong6/hello-algorithm Fork of geekxh/hello-algorithm
🌍 🌎 东半球最酷的学习项目 | 包括:1、我写的三十万字图解算法题典 2、100 张各语言思维导图 和 1000 本编程电子📚 3、100 篇大厂面经下载 | English version supported !!! 国人项目上榜不易,右上角助力一波 🚀🚀!干就对了,奥利给 !💪💪💪
Size: 321 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

wxxiong6/gopkg-dev Fork of gopkg-dev/gopkg-dev
Size: 245 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

wxxiong6/xdebug Fork of xdebug/xdebug
Xdebug — Step Debugger and Debugging Aid for PHP
Language: PHP - Size: 8.36 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

wxxiong6/redis Fork of redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
Size: 83.7 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/stopwords Fork of goto456/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/arithmetic-php Fork of m9rco/algorithm-php
🍭🍭 如果说各种编程语言是程序员的招式,那么数据结构和算法就相当于程序员的内功 ,用PHP的方式来修炼内功吧
Language: PHP - Size: 232 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

wxxiong6/php-ext-rsautil
这个扩展是RSA算法工具类,使用面向对象方式。使用方法简单快捷高效。可以兼容java的RSA。支持超过128个字符的数据加解密。
Language: C - Size: 66.4 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

wxxiong6/crawl
php爬虫系统
Language: PHP - Size: 326 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 23 - Forks: 14

wxxiong6/php-ext-xlswriter Fork of viest/php-ext-xlswriter
A PHP Extension for creating and reader XLSX files.
Size: 1020 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/php-src Fork of php/php-src
The PHP Interpreter
Size: 371 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/k8s-for-docker-desktop Fork of AliyunContainerService/k8s-for-docker-desktop
为Docker Desktop for Mac/Windows开启Kubernetes和Istio - Enable Kubernetes/Istio on Docker Desktop in China
Size: 2.52 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/easy-sms Fork of overtrue/easy-sms
:calling: 一款满足你的多种发送需求的短信发送组件
Size: 276 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/nginx-book Fork of taobao/nginx-book
Nginx开发从入门到精通
Size: 2.4 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

wxxiong6/scws Fork of hightman/scws
开源免费的简易中文分词系统,PHP分词的上乘之选!
Size: 6.9 MB - Last synced at: over 2 years ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

wxxiong6/renren-security Fork of renrenio/renren-security
采用Spring、MyBatis、Shiro框架,开发的一套权限系统,极低门槛,拿来即用。设计之初,就非常注重安全性,为企业系统保驾护航,让一切都变得如此简单。【QQ群:324780204、145799952】
Language: JavaScript - Size: 3.98 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/snowflake
snowflake
Language: C - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

wxxiong6/Go42 Fork of ffhelicopter/Go42
《Go语言四十二章经》详细讲述Go语言规范与语法细节及开发中常见的误区,通过研读标准库等经典代码设计模式,启发读者深刻理解Go语言的核心思维,进入Go语言开发的更高阶段。
Size: 2.03 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

wxxiong6/yii2 Fork of yiichina/yii2
Yii 2 中文翻译
Language: PHP - Size: 66.3 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

wxxiong6/design-patterns-by-php Fork of flyingalex/design-patterns-by-php
《大话设计模式》php版本
Language: PHP - Size: 993 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

wxxiong6/php7-extension-dev-book Fork of qzfzz/php7-extension-dev-book
this book is a upgrade of phpbook from walu
Size: 283 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

wxxiong6/yii2-jeasyui Fork of sheillendra/yii2-jeasyui
implement jQuery EasyUI (http://jeasyui.com/) GPL Edition in Yii2
Language: CSS - Size: 3.39 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

wxxiong6/you2php Fork of PRNDA/you2php
(迫于压力,本项目停止维护,请尽快fork代码。1月1日之后删除项目)[免翻墙工具]A free and open-source youtube video proxy script [Written in PHP]
Language: PHP - Size: 4.9 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0
