GuiXu's repositories

lucenenet

Apache Lucene.NET

License:Apache-2.0Stargazers:0Issues:0Issues:0

o2team.github.io

Site of Aotu.io

License:MITStargazers:0Issues:0Issues:0

AspNetCore.Docs

Documentation for ASP.NET Core

License:CC-BY-4.0Stargazers:0Issues:0Issues:0

KopSoftWms

KopSoft仓库管理系统

License:MITStargazers:0Issues:0Issues:0

AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package

License:Apache-2.0Stargazers:0Issues:0Issues:0

practical-aspnetcore

Practical samples of aspnet core 2.1, 2.2, 3.1 and 5.0 RC 2 projects you can use. Readme contains explanations on all projects.

License:MITStargazers:0Issues:0Issues:0

AspNetCore-Developer-Roadmap

Roadmap to becoming an ASP.NET Core developer in 2021

Stargazers:0Issues:0Issues:0

Electron.NET

:electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

License:MITStargazers:0Issues:0Issues:0

little-aspnetcore-book

简明 ASP.NET Core 手册

License:CC-BY-4.0Stargazers:0Issues:0Issues:0

Masuit.Tools

包含一些常用的操作类,大都是静态类,加密解密,反射操作,动态编译,权重随机筛选算法,简繁转换,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,**农历,大文件拷贝,图像裁剪,验证码,断点续传,实体映射等常用封装。任何性质的外包公司或996公司需要使用本类库,请联系作者进行商业授权!

License:MITStargazers:0Issues:0Issues:0

OSharp

OSharp是一个基于.NetCore的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net Core 框架更易于应用到实际项目开发中。

License:Apache-2.0Stargazers:0Issues:0Issues:0

eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET Core 3.0, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.

License:MITStargazers:0Issues:0Issues:0

doxygen

Official doxygen git repository

License:GPL-2.0Stargazers:0Issues:0Issues:0

ANetty

:envelope: ANetty 是基于Netty二次封装的Android链路通讯库,用以快速开发高性能,高可靠性的网络交互。在保证易于开发的同时还保证其应用的性能,稳定性和伸缩性。轻松实现长连接通讯。

License:Apache-2.0Stargazers:0Issues:0Issues:0

DiDiCallCar

这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.

Stargazers:0Issues:0Issues:0

aspnet-core-template

ASP.NET Core & EntityFramework Core Based Startup Template

Stargazers:0Issues:0Issues:0

kaitai_struct_compiler

Kaitai Struct: compiler to translate .ksy => .cpp / .cs / .dot / .java / .js / .php / .pm / .py / .rb

License:GPL-3.0Stargazers:0Issues:0Issues:0

IdentityServer4.Quickstart.UI

Starter UI for in-memory IdentityServer4

License:Apache-2.0Stargazers:0Issues:0Issues:0

nopCommerce

Free open-source ecommerce shopping cart (ASP.NET Core)

Language:C#License:NOASSERTIONStargazers:0Issues:0Issues:0

MobileIMSDK

一个专为移动端开发的开源原创即时通讯框架,超轻量级、高度提炼,完全基于UDP协议,支持iOS、Android、标准Java平台,服务端基于Mina和Netty编写。

License:NOASSERTIONStargazers:0Issues:0Issues:0

webkit

Unofficial mirror of the WebKit SVN repository

Stargazers:0Issues:0Issues:0

Python-100-Days

Python - 100天从新手到大师

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

Dos.ORM

Dos.ORM(原Hxj.Data)于2009年发布,2015年正式开源。在开发过程中参考了NBear与MySoft,吸取了他们的一些精华,加入新**,同时参考EF的Lambda语法进行大量扩展。该组件已在数百个成熟项目中应用。官方网站:http://ITdos.com/Dos/ORM/Index.html 交流QQ群:60831381

Language:C#Stargazers:0Issues:0Issues:0

MoveEffectTool

基于Dotween编写的动态效果工具

License:MITStargazers:0Issues:0Issues:0

terminal

The new Windows Terminal, and the original Windows console host -- all in the same place!

Language:C++License:MITStargazers:0Issues:0Issues:0

LeetCodeAnimation

Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)

Language:JavaStargazers:0Issues:0Issues:0

ShareX

ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.

Language:C#License:GPL-3.0Stargazers:0Issues:0Issues:0

awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

Language:C#Stargazers:0Issues:0Issues:0

ailab

Experience, Learn and Code the latest breakthrough innovations with Microsoft AI

Language:C#License:MITStargazers:0Issues:0Issues:0

FluentFTP

An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, UTF-8 support, Async/await support and more. Written entirely in C#, with no external dependencies.

Language:C#License:MITStargazers:0Issues:0Issues:0