update
This commit is contained in:
674
LICENSE
674
LICENSE
@ -1,674 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The GNU General Public License is a free, copyleft license for
|
||||
software and other kinds of works.
|
||||
|
||||
The licenses for most software and other practical works are designed
|
||||
to take away your freedom to share and change the works. By contrast,
|
||||
the GNU General Public License is intended to guarantee your freedom to
|
||||
share and change all versions of a program--to make sure it remains free
|
||||
software for all its users. We, the Free Software Foundation, use the
|
||||
GNU General Public License for most of our software; it applies also to
|
||||
any other work released this way by its authors. You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must pass on to the recipients the same
|
||||
freedoms that you received. You must make sure that they, too, receive
|
||||
or can get the source code. And you must show them these terms so they
|
||||
know their rights.
|
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps:
|
||||
(1) assert copyright on the software, and (2) offer you this License
|
||||
giving you legal permission to copy, distribute and/or modify it.
|
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains
|
||||
that there is no warranty for this free software. For both users' and
|
||||
authors' sake, the GPL requires that modified versions be marked as
|
||||
changed, so that their problems will not be attributed erroneously to
|
||||
authors of previous versions.
|
||||
|
||||
Some devices are designed to deny users access to install or run
|
||||
modified versions of the software inside them, although the manufacturer
|
||||
can do so. This is fundamentally incompatible with the aim of
|
||||
protecting users' freedom to change the software. The systematic
|
||||
pattern of such abuse occurs in the area of products for individuals to
|
||||
use, which is precisely where it is most unacceptable. Therefore, we
|
||||
have designed this version of the GPL to prohibit the practice for those
|
||||
products. If such problems arise substantially in other domains, we
|
||||
stand ready to extend this provision to those domains in future versions
|
||||
of the GPL, as needed to protect the freedom of users.
|
||||
|
||||
Finally, every program is threatened constantly by software patents.
|
||||
States should not allow patents to restrict development and use of
|
||||
software on general-purpose computers, but in those that do, we wish to
|
||||
avoid the special danger that patents applied to a free program could
|
||||
make it effectively proprietary. To prevent this, the GPL assures that
|
||||
patents cannot be used to render the program non-free.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
TERMS AND CONDITIONS
|
||||
|
||||
0. Definitions.
|
||||
|
||||
"This License" refers to version 3 of the GNU General Public License.
|
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||
works, such as semiconductor masks.
|
||||
|
||||
"The Program" refers to any copyrightable work licensed under this
|
||||
License. Each licensee is addressed as "you". "Licensees" and
|
||||
"recipients" may be individuals or organizations.
|
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work
|
||||
in a fashion requiring copyright permission, other than the making of an
|
||||
exact copy. The resulting work is called a "modified version" of the
|
||||
earlier work or a work "based on" the earlier work.
|
||||
|
||||
A "covered work" means either the unmodified Program or a work based
|
||||
on the Program.
|
||||
|
||||
To "propagate" a work means to do anything with it that, without
|
||||
permission, would make you directly or secondarily liable for
|
||||
infringement under applicable copyright law, except executing it on a
|
||||
computer or modifying a private copy. Propagation includes copying,
|
||||
distribution (with or without modification), making available to the
|
||||
public, and in some countries other activities as well.
|
||||
|
||||
To "convey" a work means any kind of propagation that enables other
|
||||
parties to make or receive copies. Mere interaction with a user through
|
||||
a computer network, with no transfer of a copy, is not conveying.
|
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices"
|
||||
to the extent that it includes a convenient and prominently visible
|
||||
feature that (1) displays an appropriate copyright notice, and (2)
|
||||
tells the user that there is no warranty for the work (except to the
|
||||
extent that warranties are provided), that licensees may convey the
|
||||
work under this License, and how to view a copy of this License. If
|
||||
the interface presents a list of user commands or options, such as a
|
||||
menu, a prominent item in the list meets this criterion.
|
||||
|
||||
1. Source Code.
|
||||
|
||||
The "source code" for a work means the preferred form of the work
|
||||
for making modifications to it. "Object code" means any non-source
|
||||
form of a work.
|
||||
|
||||
A "Standard Interface" means an interface that either is an official
|
||||
standard defined by a recognized standards body, or, in the case of
|
||||
interfaces specified for a particular programming language, one that
|
||||
is widely used among developers working in that language.
|
||||
|
||||
The "System Libraries" of an executable work include anything, other
|
||||
than the work as a whole, that (a) is included in the normal form of
|
||||
packaging a Major Component, but which is not part of that Major
|
||||
Component, and (b) serves only to enable use of the work with that
|
||||
Major Component, or to implement a Standard Interface for which an
|
||||
implementation is available to the public in source code form. A
|
||||
"Major Component", in this context, means a major essential component
|
||||
(kernel, window system, and so on) of the specific operating system
|
||||
(if any) on which the executable work runs, or a compiler used to
|
||||
produce the work, or an object code interpreter used to run it.
|
||||
|
||||
The "Corresponding Source" for a work in object code form means all
|
||||
the source code needed to generate, install, and (for an executable
|
||||
work) run the object code and to modify the work, including scripts to
|
||||
control those activities. However, it does not include the work's
|
||||
System Libraries, or general-purpose tools or generally available free
|
||||
programs which are used unmodified in performing those activities but
|
||||
which are not part of the work. For example, Corresponding Source
|
||||
includes interface definition files associated with source files for
|
||||
the work, and the source code for shared libraries and dynamically
|
||||
linked subprograms that the work is specifically designed to require,
|
||||
such as by intimate data communication or control flow between those
|
||||
subprograms and other parts of the work.
|
||||
|
||||
The Corresponding Source need not include anything that users
|
||||
can regenerate automatically from other parts of the Corresponding
|
||||
Source.
|
||||
|
||||
The Corresponding Source for a work in source code form is that
|
||||
same work.
|
||||
|
||||
2. Basic Permissions.
|
||||
|
||||
All rights granted under this License are granted for the term of
|
||||
copyright on the Program, and are irrevocable provided the stated
|
||||
conditions are met. This License explicitly affirms your unlimited
|
||||
permission to run the unmodified Program. The output from running a
|
||||
covered work is covered by this License only if the output, given its
|
||||
content, constitutes a covered work. This License acknowledges your
|
||||
rights of fair use or other equivalent, as provided by copyright law.
|
||||
|
||||
You may make, run and propagate covered works that you do not
|
||||
convey, without conditions so long as your license otherwise remains
|
||||
in force. You may convey covered works to others for the sole purpose
|
||||
of having them make modifications exclusively for you, or provide you
|
||||
with facilities for running those works, provided that you comply with
|
||||
the terms of this License in conveying all material for which you do
|
||||
not control copyright. Those thus making or running the covered works
|
||||
for you must do so exclusively on your behalf, under your direction
|
||||
and control, on terms that prohibit them from making any copies of
|
||||
your copyrighted material outside their relationship with you.
|
||||
|
||||
Conveying under any other circumstances is permitted solely under
|
||||
the conditions stated below. Sublicensing is not allowed; section 10
|
||||
makes it unnecessary.
|
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
||||
|
||||
No covered work shall be deemed part of an effective technological
|
||||
measure under any applicable law fulfilling obligations under article
|
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
||||
similar laws prohibiting or restricting circumvention of such
|
||||
measures.
|
||||
|
||||
When you convey a covered work, you waive any legal power to forbid
|
||||
circumvention of technological measures to the extent such circumvention
|
||||
is effected by exercising rights under this License with respect to
|
||||
the covered work, and you disclaim any intention to limit operation or
|
||||
modification of the work as a means of enforcing, against the work's
|
||||
users, your or third parties' legal rights to forbid circumvention of
|
||||
technological measures.
|
||||
|
||||
4. Conveying Verbatim Copies.
|
||||
|
||||
You may convey verbatim copies of the Program's source code as you
|
||||
receive it, in any medium, provided that you conspicuously and
|
||||
appropriately publish on each copy an appropriate copyright notice;
|
||||
keep intact all notices stating that this License and any
|
||||
non-permissive terms added in accord with section 7 apply to the code;
|
||||
keep intact all notices of the absence of any warranty; and give all
|
||||
recipients a copy of this License along with the Program.
|
||||
|
||||
You may charge any price or no price for each copy that you convey,
|
||||
and you may offer support or warranty protection for a fee.
|
||||
|
||||
5. Conveying Modified Source Versions.
|
||||
|
||||
You may convey a work based on the Program, or the modifications to
|
||||
produce it from the Program, in the form of source code under the
|
||||
terms of section 4, provided that you also meet all of these conditions:
|
||||
|
||||
a) The work must carry prominent notices stating that you modified
|
||||
it, and giving a relevant date.
|
||||
|
||||
b) The work must carry prominent notices stating that it is
|
||||
released under this License and any conditions added under section
|
||||
7. This requirement modifies the requirement in section 4 to
|
||||
"keep intact all notices".
|
||||
|
||||
c) You must license the entire work, as a whole, under this
|
||||
License to anyone who comes into possession of a copy. This
|
||||
License will therefore apply, along with any applicable section 7
|
||||
additional terms, to the whole of the work, and all its parts,
|
||||
regardless of how they are packaged. This License gives no
|
||||
permission to license the work in any other way, but it does not
|
||||
invalidate such permission if you have separately received it.
|
||||
|
||||
d) If the work has interactive user interfaces, each must display
|
||||
Appropriate Legal Notices; however, if the Program has interactive
|
||||
interfaces that do not display Appropriate Legal Notices, your
|
||||
work need not make them do so.
|
||||
|
||||
A compilation of a covered work with other separate and independent
|
||||
works, which are not by their nature extensions of the covered work,
|
||||
and which are not combined with it such as to form a larger program,
|
||||
in or on a volume of a storage or distribution medium, is called an
|
||||
"aggregate" if the compilation and its resulting copyright are not
|
||||
used to limit the access or legal rights of the compilation's users
|
||||
beyond what the individual works permit. Inclusion of a covered work
|
||||
in an aggregate does not cause this License to apply to the other
|
||||
parts of the aggregate.
|
||||
|
||||
6. Conveying Non-Source Forms.
|
||||
|
||||
You may convey a covered work in object code form under the terms
|
||||
of sections 4 and 5, provided that you also convey the
|
||||
machine-readable Corresponding Source under the terms of this License,
|
||||
in one of these ways:
|
||||
|
||||
a) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by the
|
||||
Corresponding Source fixed on a durable physical medium
|
||||
customarily used for software interchange.
|
||||
|
||||
b) Convey the object code in, or embodied in, a physical product
|
||||
(including a physical distribution medium), accompanied by a
|
||||
written offer, valid for at least three years and valid for as
|
||||
long as you offer spare parts or customer support for that product
|
||||
model, to give anyone who possesses the object code either (1) a
|
||||
copy of the Corresponding Source for all the software in the
|
||||
product that is covered by this License, on a durable physical
|
||||
medium customarily used for software interchange, for a price no
|
||||
more than your reasonable cost of physically performing this
|
||||
conveying of source, or (2) access to copy the
|
||||
Corresponding Source from a network server at no charge.
|
||||
|
||||
c) Convey individual copies of the object code with a copy of the
|
||||
written offer to provide the Corresponding Source. This
|
||||
alternative is allowed only occasionally and noncommercially, and
|
||||
only if you received the object code with such an offer, in accord
|
||||
with subsection 6b.
|
||||
|
||||
d) Convey the object code by offering access from a designated
|
||||
place (gratis or for a charge), and offer equivalent access to the
|
||||
Corresponding Source in the same way through the same place at no
|
||||
further charge. You need not require recipients to copy the
|
||||
Corresponding Source along with the object code. If the place to
|
||||
copy the object code is a network server, the Corresponding Source
|
||||
may be on a different server (operated by you or a third party)
|
||||
that supports equivalent copying facilities, provided you maintain
|
||||
clear directions next to the object code saying where to find the
|
||||
Corresponding Source. Regardless of what server hosts the
|
||||
Corresponding Source, you remain obligated to ensure that it is
|
||||
available for as long as needed to satisfy these requirements.
|
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided
|
||||
you inform other peers where the object code and Corresponding
|
||||
Source of the work are being offered to the general public at no
|
||||
charge under subsection 6d.
|
||||
|
||||
A separable portion of the object code, whose source code is excluded
|
||||
from the Corresponding Source as a System Library, need not be
|
||||
included in conveying the object code work.
|
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any
|
||||
tangible personal property which is normally used for personal, family,
|
||||
or household purposes, or (2) anything designed or sold for incorporation
|
||||
into a dwelling. In determining whether a product is a consumer product,
|
||||
doubtful cases shall be resolved in favor of coverage. For a particular
|
||||
product received by a particular user, "normally used" refers to a
|
||||
typical or common use of that class of product, regardless of the status
|
||||
of the particular user or of the way in which the particular user
|
||||
actually uses, or expects or is expected to use, the product. A product
|
||||
is a consumer product regardless of whether the product has substantial
|
||||
commercial, industrial or non-consumer uses, unless such uses represent
|
||||
the only significant mode of use of the product.
|
||||
|
||||
"Installation Information" for a User Product means any methods,
|
||||
procedures, authorization keys, or other information required to install
|
||||
and execute modified versions of a covered work in that User Product from
|
||||
a modified version of its Corresponding Source. The information must
|
||||
suffice to ensure that the continued functioning of the modified object
|
||||
code is in no case prevented or interfered with solely because
|
||||
modification has been made.
|
||||
|
||||
If you convey an object code work under this section in, or with, or
|
||||
specifically for use in, a User Product, and the conveying occurs as
|
||||
part of a transaction in which the right of possession and use of the
|
||||
User Product is transferred to the recipient in perpetuity or for a
|
||||
fixed term (regardless of how the transaction is characterized), the
|
||||
Corresponding Source conveyed under this section must be accompanied
|
||||
by the Installation Information. But this requirement does not apply
|
||||
if neither you nor any third party retains the ability to install
|
||||
modified object code on the User Product (for example, the work has
|
||||
been installed in ROM).
|
||||
|
||||
The requirement to provide Installation Information does not include a
|
||||
requirement to continue to provide support service, warranty, or updates
|
||||
for a work that has been modified or installed by the recipient, or for
|
||||
the User Product in which it has been modified or installed. Access to a
|
||||
network may be denied when the modification itself materially and
|
||||
adversely affects the operation of the network or violates the rules and
|
||||
protocols for communication across the network.
|
||||
|
||||
Corresponding Source conveyed, and Installation Information provided,
|
||||
in accord with this section must be in a format that is publicly
|
||||
documented (and with an implementation available to the public in
|
||||
source code form), and must require no special password or key for
|
||||
unpacking, reading or copying.
|
||||
|
||||
7. Additional Terms.
|
||||
|
||||
"Additional permissions" are terms that supplement the terms of this
|
||||
License by making exceptions from one or more of its conditions.
|
||||
Additional permissions that are applicable to the entire Program shall
|
||||
be treated as though they were included in this License, to the extent
|
||||
that they are valid under applicable law. If additional permissions
|
||||
apply only to part of the Program, that part may be used separately
|
||||
under those permissions, but the entire Program remains governed by
|
||||
this License without regard to the additional permissions.
|
||||
|
||||
When you convey a copy of a covered work, you may at your option
|
||||
remove any additional permissions from that copy, or from any part of
|
||||
it. (Additional permissions may be written to require their own
|
||||
removal in certain cases when you modify the work.) You may place
|
||||
additional permissions on material, added by you to a covered work,
|
||||
for which you have or can give appropriate copyright permission.
|
||||
|
||||
Notwithstanding any other provision of this License, for material you
|
||||
add to a covered work, you may (if authorized by the copyright holders of
|
||||
that material) supplement the terms of this License with terms:
|
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the
|
||||
terms of sections 15 and 16 of this License; or
|
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or
|
||||
author attributions in that material or in the Appropriate Legal
|
||||
Notices displayed by works containing it; or
|
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or
|
||||
requiring that modified versions of such material be marked in
|
||||
reasonable ways as different from the original version; or
|
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or
|
||||
authors of the material; or
|
||||
|
||||
e) Declining to grant rights under trademark law for use of some
|
||||
trade names, trademarks, or service marks; or
|
||||
|
||||
f) Requiring indemnification of licensors and authors of that
|
||||
material by anyone who conveys the material (or modified versions of
|
||||
it) with contractual assumptions of liability to the recipient, for
|
||||
any liability that these contractual assumptions directly impose on
|
||||
those licensors and authors.
|
||||
|
||||
All other non-permissive additional terms are considered "further
|
||||
restrictions" within the meaning of section 10. If the Program as you
|
||||
received it, or any part of it, contains a notice stating that it is
|
||||
governed by this License along with a term that is a further
|
||||
restriction, you may remove that term. If a license document contains
|
||||
a further restriction but permits relicensing or conveying under this
|
||||
License, you may add to a covered work material governed by the terms
|
||||
of that license document, provided that the further restriction does
|
||||
not survive such relicensing or conveying.
|
||||
|
||||
If you add terms to a covered work in accord with this section, you
|
||||
must place, in the relevant source files, a statement of the
|
||||
additional terms that apply to those files, or a notice indicating
|
||||
where to find the applicable terms.
|
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the
|
||||
form of a separately written license, or stated as exceptions;
|
||||
the above requirements apply either way.
|
||||
|
||||
8. Termination.
|
||||
|
||||
You may not propagate or modify a covered work except as expressly
|
||||
provided under this License. Any attempt otherwise to propagate or
|
||||
modify it is void, and will automatically terminate your rights under
|
||||
this License (including any patent licenses granted under the third
|
||||
paragraph of section 11).
|
||||
|
||||
However, if you cease all violation of this License, then your
|
||||
license from a particular copyright holder is reinstated (a)
|
||||
provisionally, unless and until the copyright holder explicitly and
|
||||
finally terminates your license, and (b) permanently, if the copyright
|
||||
holder fails to notify you of the violation by some reasonable means
|
||||
prior to 60 days after the cessation.
|
||||
|
||||
Moreover, your license from a particular copyright holder is
|
||||
reinstated permanently if the copyright holder notifies you of the
|
||||
violation by some reasonable means, this is the first time you have
|
||||
received notice of violation of this License (for any work) from that
|
||||
copyright holder, and you cure the violation prior to 30 days after
|
||||
your receipt of the notice.
|
||||
|
||||
Termination of your rights under this section does not terminate the
|
||||
licenses of parties who have received copies or rights from you under
|
||||
this License. If your rights have been terminated and not permanently
|
||||
reinstated, you do not qualify to receive new licenses for the same
|
||||
material under section 10.
|
||||
|
||||
9. Acceptance Not Required for Having Copies.
|
||||
|
||||
You are not required to accept this License in order to receive or
|
||||
run a copy of the Program. Ancillary propagation of a covered work
|
||||
occurring solely as a consequence of using peer-to-peer transmission
|
||||
to receive a copy likewise does not require acceptance. However,
|
||||
nothing other than this License grants you permission to propagate or
|
||||
modify any covered work. These actions infringe copyright if you do
|
||||
not accept this License. Therefore, by modifying or propagating a
|
||||
covered work, you indicate your acceptance of this License to do so.
|
||||
|
||||
10. Automatic Licensing of Downstream Recipients.
|
||||
|
||||
Each time you convey a covered work, the recipient automatically
|
||||
receives a license from the original licensors, to run, modify and
|
||||
propagate that work, subject to this License. You are not responsible
|
||||
for enforcing compliance by third parties with this License.
|
||||
|
||||
An "entity transaction" is a transaction transferring control of an
|
||||
organization, or substantially all assets of one, or subdividing an
|
||||
organization, or merging organizations. If propagation of a covered
|
||||
work results from an entity transaction, each party to that
|
||||
transaction who receives a copy of the work also receives whatever
|
||||
licenses to the work the party's predecessor in interest had or could
|
||||
give under the previous paragraph, plus a right to possession of the
|
||||
Corresponding Source of the work from the predecessor in interest, if
|
||||
the predecessor has it or can get it with reasonable efforts.
|
||||
|
||||
You may not impose any further restrictions on the exercise of the
|
||||
rights granted or affirmed under this License. For example, you may
|
||||
not impose a license fee, royalty, or other charge for exercise of
|
||||
rights granted under this License, and you may not initiate litigation
|
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
||||
any patent claim is infringed by making, using, selling, offering for
|
||||
sale, or importing the Program or any portion of it.
|
||||
|
||||
11. Patents.
|
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this
|
||||
License of the Program or a work on which the Program is based. The
|
||||
work thus licensed is called the contributor's "contributor version".
|
||||
|
||||
A contributor's "essential patent claims" are all patent claims
|
||||
owned or controlled by the contributor, whether already acquired or
|
||||
hereafter acquired, that would be infringed by some manner, permitted
|
||||
by this License, of making, using, or selling its contributor version,
|
||||
but do not include claims that would be infringed only as a
|
||||
consequence of further modification of the contributor version. For
|
||||
purposes of this definition, "control" includes the right to grant
|
||||
patent sublicenses in a manner consistent with the requirements of
|
||||
this License.
|
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
||||
patent license under the contributor's essential patent claims, to
|
||||
make, use, sell, offer for sale, import and otherwise run, modify and
|
||||
propagate the contents of its contributor version.
|
||||
|
||||
In the following three paragraphs, a "patent license" is any express
|
||||
agreement or commitment, however denominated, not to enforce a patent
|
||||
(such as an express permission to practice a patent or covenant not to
|
||||
sue for patent infringement). To "grant" such a patent license to a
|
||||
party means to make such an agreement or commitment not to enforce a
|
||||
patent against the party.
|
||||
|
||||
If you convey a covered work, knowingly relying on a patent license,
|
||||
and the Corresponding Source of the work is not available for anyone
|
||||
to copy, free of charge and under the terms of this License, through a
|
||||
publicly available network server or other readily accessible means,
|
||||
then you must either (1) cause the Corresponding Source to be so
|
||||
available, or (2) arrange to deprive yourself of the benefit of the
|
||||
patent license for this particular work, or (3) arrange, in a manner
|
||||
consistent with the requirements of this License, to extend the patent
|
||||
license to downstream recipients. "Knowingly relying" means you have
|
||||
actual knowledge that, but for the patent license, your conveying the
|
||||
covered work in a country, or your recipient's use of the covered work
|
||||
in a country, would infringe one or more identifiable patents in that
|
||||
country that you have reason to believe are valid.
|
||||
|
||||
If, pursuant to or in connection with a single transaction or
|
||||
arrangement, you convey, or propagate by procuring conveyance of, a
|
||||
covered work, and grant a patent license to some of the parties
|
||||
receiving the covered work authorizing them to use, propagate, modify
|
||||
or convey a specific copy of the covered work, then the patent license
|
||||
you grant is automatically extended to all recipients of the covered
|
||||
work and works based on it.
|
||||
|
||||
A patent license is "discriminatory" if it does not include within
|
||||
the scope of its coverage, prohibits the exercise of, or is
|
||||
conditioned on the non-exercise of one or more of the rights that are
|
||||
specifically granted under this License. You may not convey a covered
|
||||
work if you are a party to an arrangement with a third party that is
|
||||
in the business of distributing software, under which you make payment
|
||||
to the third party based on the extent of your activity of conveying
|
||||
the work, and under which the third party grants, to any of the
|
||||
parties who would receive the covered work from you, a discriminatory
|
||||
patent license (a) in connection with copies of the covered work
|
||||
conveyed by you (or copies made from those copies), or (b) primarily
|
||||
for and in connection with specific products or compilations that
|
||||
contain the covered work, unless you entered into that arrangement,
|
||||
or that patent license was granted, prior to 28 March 2007.
|
||||
|
||||
Nothing in this License shall be construed as excluding or limiting
|
||||
any implied license or other defenses to infringement that may
|
||||
otherwise be available to you under applicable patent law.
|
||||
|
||||
12. No Surrender of Others' Freedom.
|
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot convey a
|
||||
covered work so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you may
|
||||
not convey it at all. For example, if you agree to terms that obligate you
|
||||
to collect a royalty for further conveying from those to whom you convey
|
||||
the Program, the only way you could satisfy both those terms and this
|
||||
License would be to refrain entirely from conveying the Program.
|
||||
|
||||
13. Use with the GNU Affero General Public License.
|
||||
|
||||
Notwithstanding any other provision of this License, you have
|
||||
permission to link or combine any covered work with a work licensed
|
||||
under version 3 of the GNU Affero General Public License into a single
|
||||
combined work, and to convey the resulting work. The terms of this
|
||||
License will continue to apply to the part which is the covered work,
|
||||
but the special requirements of the GNU Affero General Public License,
|
||||
section 13, concerning interaction through a network will apply to the
|
||||
combination as such.
|
||||
|
||||
14. Revised Versions of this License.
|
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of
|
||||
the GNU General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the
|
||||
Program specifies that a certain numbered version of the GNU General
|
||||
Public License "or any later version" applies to it, you have the
|
||||
option of following the terms and conditions either of that numbered
|
||||
version or of any later version published by the Free Software
|
||||
Foundation. If the Program does not specify a version number of the
|
||||
GNU General Public License, you may choose any version ever published
|
||||
by the Free Software Foundation.
|
||||
|
||||
If the Program specifies that a proxy can decide which future
|
||||
versions of the GNU General Public License can be used, that proxy's
|
||||
public statement of acceptance of a version permanently authorizes you
|
||||
to choose that version for the Program.
|
||||
|
||||
Later license versions may give you additional or different
|
||||
permissions. However, no additional obligations are imposed on any
|
||||
author or copyright holder as a result of your choosing to follow a
|
||||
later version.
|
||||
|
||||
15. Disclaimer of Warranty.
|
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. Limitation of Liability.
|
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGES.
|
||||
|
||||
17. Interpretation of Sections 15 and 16.
|
||||
|
||||
If the disclaimer of warranty and limitation of liability provided
|
||||
above cannot be given local legal effect according to their terms,
|
||||
reviewing courts shall apply local law that most closely approximates
|
||||
an absolute waiver of all civil liability in connection with the
|
||||
Program, unless a warranty or assumption of liability accompanies a
|
||||
copy of the Program in return for a fee.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
state the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program does terminal interaction, make it output a short
|
||||
notice like this when it starts in an interactive mode:
|
||||
|
||||
<program> Copyright (C) <year> <name of author>
|
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, your program's commands
|
||||
might be different; for a GUI interface, you would use an "about box".
|
||||
|
||||
You should also get your employer (if you work as a programmer) or school,
|
||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||
For more information on this, and how to apply and follow the GNU GPL, see
|
||||
<https://www.gnu.org/licenses/>.
|
||||
|
||||
The GNU General Public License does not permit incorporating your program
|
||||
into proprietary programs. If your program is a subroutine library, you
|
||||
may consider it more useful to permit linking proprietary applications with
|
||||
the library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License. But first, please read
|
||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||
6
LICENSE.md
Normal file
6
LICENSE.md
Normal file
@ -0,0 +1,6 @@
|
||||
[< 返回](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜)
|
||||
|
||||
# 许可协议
|
||||
|
||||
<p></a>本作品采用<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议</a>进行许可。</p>
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a>
|
||||
1940
README-Part2.md
1940
README-Part2.md
File diff suppressed because it is too large
Load Diff
BIN
content/.DS_Store
vendored
Normal file
BIN
content/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
content/charts/.DS_Store
vendored
Normal file
BIN
content/charts/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
content/charts/growth/.DS_Store
vendored
Normal file
BIN
content/charts/growth/.DS_Store
vendored
Normal file
Binary file not shown.
216
content/charts/growth/knowledge/All-Language.md
Normal file
216
content/charts/growth/knowledge/All-Language.md
Normal file
@ -0,0 +1,216 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > All Language
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Language|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|:-|
|
||||
|1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|260202|260|Rust|2021-12-15|
|
||||
|2|[labuladong/fucking-algorithm](https://github.com/labuladong/fucking-algorithm)|刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why. |99720|149|Markdown|2021-12-10|
|
||||
|3|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|143597|102|Java|2021-12-13|
|
||||
|4|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|A complete computer science study plan to become a software engineer.|201366|100|-|2021-12-19|
|
||||
|5|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|5509|95|-|2021-12-16|
|
||||
|6|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|129490|95|JavaScript|2021-12-15|
|
||||
|7|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|154686|88|Python|2021-12-17|
|
||||
|8|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|114720|87|Java|2021-12-18|
|
||||
|9|[public-apis/public-apis](https://github.com/public-apis/public-apis)|A collective list of free APIs|171882|82|Python|2021-12-18|
|
||||
|10|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|113238|82|Python|2021-12-13|
|
||||
|11|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|:books: Freely available programming books|216084|72|-|2021-12-19|
|
||||
|12|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|2840|66|C|2021-12-16|
|
||||
|13|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)|68147|61|Java|2021-06-24|
|
||||
|14|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)|29374|52|Java|2021-10-11|
|
||||
|15|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|59150|51|Java|2021-12-17|
|
||||
|16|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|7720|50|Python|2021-12-13|
|
||||
|17|[Tencent/secguide](https://github.com/Tencent/secguide)|面向开发人员梳理的代码安全指南|9612|45|-|2021-12-17|
|
||||
|18|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|Master the command line, in one page|100489|42|-|2021-12-06|
|
||||
|19|[xingshaocheng/architect-awesome](https://github.com/xingshaocheng/architect-awesome)|后端架构师技术图谱|55051|41|-|2021-09-08|
|
||||
|20|[CSSEGISandData/COVID-19](https://github.com/CSSEGISandData/COVID-19)|Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE|27931|41|-|2021-12-19|
|
||||
|21|[vinta/awesome-python](https://github.com/vinta/awesome-python)|A curated list of awesome Python frameworks, libraries, software and resources|110286|40|Python|2021-12-19|
|
||||
|22|[iptv-org/iptv](https://github.com/iptv-org/iptv)|Collection of publicly available IPTV channels from all over the world|43358|38|JavaScript|2021-12-19|
|
||||
|23|[AobingJava/JavaFamily](https://github.com/AobingJava/JavaFamily)|【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。|28673|37|-|2021-11-25|
|
||||
|24|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|46675|37|JavaScript|2021-10-14|
|
||||
|25|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|32995|36|Python|2021-08-25|
|
||||
|26|[itdevbooks/pdf](https://github.com/itdevbooks/pdf)|编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringC ...|12003|36|-|2021-11-24|
|
||||
|27|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|117273|35|JavaScript|2021-12-02|
|
||||
|28|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|45640|34|JavaScript|2021-12-19|
|
||||
|29|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9406|34|Java|2021-11-07|
|
||||
|30|[eugeneyan/applied-ml](https://github.com/eugeneyan/applied-ml)|📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.|17824|33|-|2021-12-07|
|
||||
|31|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|60911|33|JavaScript|2021-10-31|
|
||||
|32|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1625|31|TeX|2021-11-29|
|
||||
|33|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt|4122|31|-|2021-09-22|
|
||||
|34|[justjavac/free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN)|:books: 免费的计算机编程类中文书籍,欢迎投稿|85533|29|-|2021-12-07|
|
||||
|35|[vuejs/awesome-vue](https://github.com/vuejs/awesome-vue)|🎉 A curated list of awesome things related to Vue.js|63360|28|-|2021-12-18|
|
||||
|36|[formulahendry/955.WLB](https://github.com/formulahendry/955.WLB)|955 不加班的公司名单 - 工作 955,work–life balance (工作与生活的平衡)|28077|28|-|2021-11-22|
|
||||
|37|[avelino/awesome-go](https://github.com/avelino/awesome-go)|A curated list of awesome Go frameworks, libraries and software|72385|27|Go|2021-12-19|
|
||||
|38|[youngyangyang04/leetcode-master](https://github.com/youngyangyang04/leetcode-master)|LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀 |19431|26|-|2021-12-19|
|
||||
|39|[imarvinle/awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)|经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等|11001|26|-|2021-11-21|
|
||||
|40|[sdmg15/Best-websites-a-programmer-should-visit](https://github.com/sdmg15/Best-websites-a-programmer-should-visit)|:link: Some useful websites for programmers.|44747|26|-|2021-12-17|
|
||||
|41|[binhnguyennus/awesome-scalability](https://github.com/binhnguyennus/awesome-scalability)|The Patterns of Scalable, Reliable, and Performant Large-Scale Systems|36686|25|-|2021-12-12|
|
||||
|42|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|1973|25|HTML|2021-10-31|
|
||||
|43|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|49740|24|Python|2021-11-26|
|
||||
|44|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|46675|24|JavaScript|2021-12-13|
|
||||
|45|[viraptor/reverse-interview](https://github.com/viraptor/reverse-interview)|Questions to ask the company during your interview|19830|24|-|2021-11-19|
|
||||
|46|[Solido/awesome-flutter](https://github.com/Solido/awesome-flutter)|An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.|38583|23|Dart|2021-12-12|
|
||||
|47|[slidoooor/computer_book_list](https://github.com/slidoooor/computer_book_list)|一个综合了豆瓣,goodreads综合评分的计算机书籍书单|1335|23|-|2021-10-27|
|
||||
|48|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|30432|23|JavaScript|2021-12-13|
|
||||
|49|[lib-pku/libpku](https://github.com/lib-pku/libpku)|贵校课程资料民间整理|25047|22|TeX|2021-11-01|
|
||||
|50|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|32270|22|JavaScript|2021-12-15|
|
||||
|51|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|20450|21|HTML|2021-10-12|
|
||||
|52|[ripienaar/free-for-dev](https://github.com/ripienaar/free-for-dev)|A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev|51527|21|HTML|2021-12-19|
|
||||
|53|[afatcoder/LeetcodeTop](https://github.com/afatcoder/LeetcodeTop)|汇总各大互联网公司容易考察的高频leetcode题🔥|11441|21|-|2021-08-27|
|
||||
|54|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|18384|21|C|2021-06-16|
|
||||
|55|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|13998|21|Jupyter Notebook|2021-12-07|
|
||||
|56|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|19633|20|JavaScript|2021-12-18|
|
||||
|57|[DopplerHQ/awesome-interview-questions](https://github.com/DopplerHQ/awesome-interview-questions)|:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board: |44411|20|-|2021-11-21|
|
||||
|58|[josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)|A curated list of awesome Machine Learning frameworks, libraries and software.|52124|19|Python|2021-12-17|
|
||||
|59|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|22057|19|Java|2021-12-18|
|
||||
|60|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|245|19|C++|2021-12-15|
|
||||
|61|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|17309|19|C++|2021-12-18|
|
||||
|62|[justjavac/awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp)|微信小程序开发资源汇总 :100:|36765|19|-|2021-11-06|
|
||||
|63|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|23187|19|Java|2021-12-10|
|
||||
|64|[FreeCodeCampChina/freecodecamp.cn](https://github.com/FreeCodeCampChina/freecodecamp.cn)|FCC China open source codebase and curriculum. Learn to code and help nonprofits.|36576|19|CSS|2021-08-02|
|
||||
|65|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|29301|18|JavaScript|2021-12-15|
|
||||
|66|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。|29139|18|Python|2021-12-19|
|
||||
|67|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|27763|18|Python|2021-10-30|
|
||||
|68|[awesomedata/awesome-public-datasets](https://github.com/awesomedata/awesome-public-datasets)|A topic-centric list of HQ open datasets.|46804|18|-|2021-06-14|
|
||||
|69|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|19052|18|JavaScript|2021-10-03|
|
||||
|70|[eastlakeside/awesome-productivity-cn](https://github.com/eastlakeside/awesome-productivity-cn)|绝妙的个人生产力(Awesome Productivity 中文版)|2037|17|-|2021-09-23|
|
||||
|71|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|20115|17|Python|2021-11-15|
|
||||
|72|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|22379|17|Java|2021-08-30|
|
||||
|73|[datawhalechina/pumpkin-book](https://github.com/datawhalechina/pumpkin-book)|《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book|18945|17|-|2021-11-29|
|
||||
|74|[ruanyf/weekly](https://github.com/ruanyf/weekly)|科技爱好者周刊,每周五发布|20256|17|-|2021-12-17|
|
||||
|75|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|23658|16|HTML|2021-07-23|
|
||||
|76|[0voice/audio_video_streaming](https://github.com/0voice/audio_video_streaming)|音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。|2390|16|-|2021-11-11|
|
||||
|77|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|26628|16|Kotlin|2021-11-10|
|
||||
|78|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|25953|16|JavaScript|2021-10-01|
|
||||
|79|[poteto/hiring-without-whiteboards](https://github.com/poteto/hiring-without-whiteboards)|⭐️ Companies that don't have a broken hiring process|25498|15|JavaScript|2021-12-17|
|
||||
|80|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|21603|15|C++|2021-10-06|
|
||||
|81|[halo-dev/halo](https://github.com/halo-dev/halo)|✍ 一款优秀的开源博客发布应用。|20518|15|Java|2021-12-12|
|
||||
|82|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|24597|15|JavaScript|2021-12-08|
|
||||
|83|[microsoft/qlib](https://github.com/microsoft/qlib)|Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you c ...|7583|15|Python|2021-12-18|
|
||||
|84|[LingCoder/OnJava8](https://github.com/LingCoder/OnJava8)|《On Java 8》中文版 |16521|15|-|2021-09-25|
|
||||
|85|[open-guides/og-aws](https://github.com/open-guides/og-aws)|📙 Amazon Web Services — a practical guide|30482|15|Shell|2021-11-20|
|
||||
|86|[komeiji-satori/Dress](https://github.com/komeiji-satori/Dress)|好耶 是女装|20660|15|Standard ML|2021-12-12|
|
||||
|87|[izackwu/TeachYourselfCS-CN](https://github.com/izackwu/TeachYourselfCS-CN)|TeachYourselfCS 的中文翻译 A Chinese translation of TeachYourselfCS|11776|15|-|2021-12-16|
|
||||
|88|[sebastianruder/NLP-progress](https://github.com/sebastianruder/NLP-progress)|Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.|19518|15|Python|2021-12-07|
|
||||
|89|[XiangLinPro/IT_book](https://github.com/XiangLinPro/IT_book)|本项目收藏这些年来看过或者听过的一些不错的常用的上千本书籍,没准你想找的书就在这里呢,包含了互联网行业大多数书籍和面试经验题目等等。有人工智能系列(常用深度学习框架TensorFlow、pytorch、keras。NLP、机器学习,深度学习等等),大数据系列(Spark,Hadoop,Scala,kafka等),程序员必修系列(C、C++、java、数据结构、linux,设计模式、数据库等等)|9249|15|-|2021-10-23|
|
||||
|90|[brillout/awesome-react-components](https://github.com/brillout/awesome-react-components)|Curated List of React Components & Libraries.|28625|14|-|2021-11-30|
|
||||
|91|[k88hudson/git-flight-rules](https://github.com/k88hudson/git-flight-rules)|Flight rules for git|38183|14|-|2021-09-22|
|
||||
|92|[chai2010/ugo-compiler-book](https://github.com/chai2010/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|653|14|Go|2021-12-17|
|
||||
|93|[vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)|A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects |38719|14|Swift|2021-12-18|
|
||||
|94|[davideuler/architecture.of.internet-product](https://github.com/davideuler/architecture.of.internet-product)|互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充|18661|14|HTML|2021-12-05|
|
||||
|95|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|27491|14|Shell|2021-08-10|
|
||||
|96|[ShusenTang/Dive-into-DL-PyTorch](https://github.com/ShusenTang/Dive-into-DL-PyTorch)|本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。|14235|14|Jupyter Notebook|2021-10-14|
|
||||
|97|[ZhongFuCheng3y/athena](https://github.com/ZhongFuCheng3y/athena)|:notebook:Java后端知识图谱|15766|14|-|2021-11-27|
|
||||
|98|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|15818|14|Jupyter Notebook|2021-10-25|
|
||||
|99|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|22440|14|Go|2021-12-17|
|
||||
|100|[joshbuchea/HEAD](https://github.com/joshbuchea/HEAD)|A simple guide to HTML <head> elements|28892|14|-|2021-09-17|
|
||||
|101|[mqyqingfeng/Blog](https://github.com/mqyqingfeng/Blog)|冴羽写博客的地方,预计写四个系列:JavaScript深入系列、JavaScript专题系列、ES6系列、React系列。|25110|14|-|2021-12-17|
|
||||
|102|[MLEveryday/100-Days-Of-ML-Code](https://github.com/MLEveryday/100-Days-Of-ML-Code)|100-Days-Of-ML-Code中文版|16782|14|Jupyter Notebook|2021-08-11|
|
||||
|103|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.20 安装手册,(k8s install) 在线答疑,持续更新。|12703|14|JavaScript|2021-12-05|
|
||||
|104|[r0eXpeR/supplier](https://github.com/r0eXpeR/supplier)|主流供应商的一些攻击性漏洞汇总|574|14|-|2021-11-08|
|
||||
|105|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26812|14|Java|2021-11-29|
|
||||
|106|[xitu/gold-miner](https://github.com/xitu/gold-miner)|🥇掘金翻译计划,可能是世界最大最好的英译中技术社区,最懂读者和译者的翻译平台:|29872|13|-|2021-11-09|
|
||||
|107|[wangdoc/clang-tutorial](https://github.com/wangdoc/clang-tutorial)|C 语言教程|1362|13|-|2021-12-09|
|
||||
|108|[dragen1860/Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book)|深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.|12106|13|Jupyter Notebook|2021-08-30|
|
||||
|109|[iamshuaidi/CS-Book](https://github.com/iamshuaidi/CS-Book)|计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍|9265|13|-|2021-08-10|
|
||||
|110|[Alikhll/golang-developer-roadmap](https://github.com/Alikhll/golang-developer-roadmap)|Roadmap to becoming a Go developer in 2020|13203|13|-|2021-12-16|
|
||||
|111|[forthespada/CS-Books](https://github.com/forthespada/CS-Books)|🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~|4600|13|-|2021-12-11|
|
||||
|112|[byoungd/English-level-up-tips-for-Chinese](https://github.com/byoungd/English-level-up-tips-for-Chinese)|An advanced guide to learn English that might benefit you a lot 可能是让你受益匪浅的英语进阶指南。|22391|13|-|2021-12-14|
|
||||
|113|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|2882|13|Python|2021-12-15|
|
||||
|114|[NLP-LOVE/ML-NLP](https://github.com/NLP-LOVE/ML-NLP)|此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。|10827|12|Jupyter Notebook|2021-06-26|
|
||||
|115|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源、无加密、无阉割的智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|492|12|TypeScript|2021-12-11|
|
||||
|116|[fangzesheng/free-api](https://github.com/fangzesheng/free-api)|收集免费的接口服务,做一个api的搬运工|11367|12|-|2021-12-03|
|
||||
|117|[rd2coding/Road2Coding](https://github.com/rd2coding/Road2Coding)|编程之路|3132|12|-|2021-12-01|
|
||||
|118|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|23900|12|HTML|2021-12-18|
|
||||
|119|[tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)|A list of cool features of Git and GitHub.|33595|12|-|2021-11-28|
|
||||
|120|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|16056|12|Go|2021-12-13|
|
||||
|121|[yifeikong/reverse-interview-zh](https://github.com/yifeikong/reverse-interview-zh)|技术面试最后反问面试官的话|9686|12|-|2021-10-13|
|
||||
|122|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|12552|12|Java|2021-10-18|
|
||||
|123|[Igglybuff/awesome-piracy](https://github.com/Igglybuff/awesome-piracy)|A curated list of awesome warez and piracy links|13911|12|HTML|2021-12-09|
|
||||
|124|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册(8 年 Android 开发者的成长感悟)|550|12|Java|2021-11-21|
|
||||
|125|[XIU2/TrackersListCollection](https://github.com/XIU2/TrackersListCollection)|🎈 Updated daily! A list of popular BitTorrent Trackers! / 每天更新!全网热门 BT Tracker 列表!|9762|12|-|2021-12-18|
|
||||
|126|[0voice/campus_recruitmen_questions](https://github.com/0voice/campus_recruitmen_questions)|2021年最新整理,5000道秋招/提前批/春招/常用面试题(含答案),包括leetcode,校招笔试题,面试题,算法题,语法题。|1870|11|-|2021-08-25|
|
||||
|127|[sentsin/layui](https://github.com/sentsin/layui)|采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。|25507|11|JavaScript|2021-10-26|
|
||||
|128|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|16438|11|Go|2021-12-14|
|
||||
|129|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|12806|11|Java|2021-12-15|
|
||||
|130|[thunlp/GNNPapers](https://github.com/thunlp/GNNPapers)|Must-read papers on graph neural networks (GNN)|12292|11|-|2021-09-14|
|
||||
|131|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|39283|11|Go|2021-11-28|
|
||||
|132|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2283|11|Python|2021-12-05|
|
||||
|133|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|5984|11|Python|2021-12-13|
|
||||
|134|[1c7/chinese-independent-developer](https://github.com/1c7/chinese-independent-developer)|👩🏿💻👨🏾💻👩🏼💻👨🏽💻👩🏻💻中国独立开发者项目列表 -- 分享大家都在做什么|17382|11|-|2021-12-08|
|
||||
|135|[Kaiyiwing/qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|3535|11|TypeScript|2021-12-16|
|
||||
|136|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1343|11|HTML|2021-11-20|
|
||||
|137|[keon/algorithms](https://github.com/keon/algorithms)|Minimal examples of data structures and algorithms in Python|20121|11|Python|2021-12-16|
|
||||
|138|[amusi/CVPR2021-Papers-with-Code](https://github.com/amusi/CVPR2021-Papers-with-Code)|CVPR 2021 论文和开源项目合集|7137|11|-|2021-11-15|
|
||||
|139|[dipakkr/A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students)|✅ Curated list of resources for college students |13157|11|-|2021-12-16|
|
||||
|140|[0voice/from_coder_to_expert](https://github.com/0voice/from_coder_to_expert)|2021年最新总结,从程序员到CTO,从专业走向卓越,分享大牛企业内部pdf与PPT|10442|11|-|2021-08-25|
|
||||
|141|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|1881|11|Python|2021-12-17|
|
||||
|142|[fuzhengwei/CodeGuide](https://github.com/fuzhengwei/CodeGuide)|:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!|6750|11|-|2021-12-19|
|
||||
|143|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2361|11|Java|2021-12-15|
|
||||
|144|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods |207|11|Swift|2021-12-16|
|
||||
|145|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、 ...|11378|11|Java|2021-12-18|
|
||||
|146|[leisurelicht/wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn)|wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译|11980|11|Python|2021-07-08|
|
||||
|147|[alex/what-happens-when](https://github.com/alex/what-happens-when)|An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"|31522|11|-|2021-12-17|
|
||||
|148|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|273|10|Python|2021-12-17|
|
||||
|149|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|18275|10|JavaScript|2021-12-14|
|
||||
|150|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|688|10|JavaScript|2021-12-16|
|
||||
|151|[fengdu78/deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books)|deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)|14004|10|HTML|2021-10-23|
|
||||
|152|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿满61分!免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本|252|10|JavaScript|2021-12-08|
|
||||
|153|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便 ...|12919|10|Dart|2021-12-13|
|
||||
|154|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|18815|10|JavaScript|2021-09-26|
|
||||
|155|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|16995|10|JavaScript|2021-12-17|
|
||||
|156|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套 ...|7874|10|Java|2021-08-22|
|
||||
|157|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|7950|10|JavaScript|2021-12-17|
|
||||
|158|[wangshub/wechat_jump_game](https://github.com/wangshub/wechat_jump_game)|微信《跳一跳》Python 辅助|13880|10|Python|2021-10-12|
|
||||
|159|[inancgumus/learngo](https://github.com/inancgumus/learngo)|1000+ Hand-Crafted Go Examples, Exercises, and Quizzes|11847|10|Go|2021-12-10|
|
||||
|160|[PKUFlyingPig/pku-cs-self-learning](https://github.com/PKUFlyingPig/pku-cs-self-learning)|计算机自学指南|570|10|-|2021-12-13|
|
||||
|161|[jobbole/awesome-python-cn](https://github.com/jobbole/awesome-python-cn)|Python资源大全中文版,包括:Web框架、网络爬虫、模板引擎、数据库、数据可视化、图片处理等,由「开源前哨」和「Python开发者」微信公号团队维护更新。|23408|10|Makefile|2021-12-07|
|
||||
|162|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|9447|10|JavaScript|2021-12-12|
|
||||
|163|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1036|10|Python|2021-12-15|
|
||||
|164|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。|10237|10|Java|2021-11-09|
|
||||
|165|[bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)|A curated list of awesome awesomeness|28317|10|Ruby|2021-12-08|
|
||||
|166|[ayuer/shanghai_house_knowledge](https://github.com/ayuer/shanghai_house_knowledge)|2020年11月在上海买房经历总结出来的买房购房做的一些功课分享给大家,技术人帮助技术人,希望对大家有所帮助。|4048|10|-|2021-07-23|
|
||||
|167|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.|11839|10|Python|2021-12-19|
|
||||
|168|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|23973|9|Python|2021-12-18|
|
||||
|169|[ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)|A curated list of amazingly awesome PHP libraries, resources and shiny things.|26032|9|-|2021-12-05|
|
||||
|170|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|8527|9|Python|2021-12-11|
|
||||
|171|[uber-go/guide](https://github.com/uber-go/guide)|The Uber Go Style Guide.|10135|9|-|2021-12-03|
|
||||
|172|[jaywcjlove/linux-command](https://github.com/jaywcjlove/linux-command)|Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux|17481|9|Markdown|2021-12-18|
|
||||
|173|[nefe/You-Dont-Need-jQuery](https://github.com/nefe/You-Dont-Need-jQuery)|Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.|20008|9|JavaScript|2021-09-01|
|
||||
|174|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|28323|9|Go|2021-12-07|
|
||||
|175|[getActivity/AndroidVersionAdapter](https://github.com/getActivity/AndroidVersionAdapter)|安卓版本适配全套指南|574|9|-|2021-12-13|
|
||||
|176|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work|6589|9|Python|2021-12-14|
|
||||
|177|[trekhleb/learn-python](https://github.com/trekhleb/learn-python)|📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.|11470|9|Python|2021-11-07|
|
||||
|178|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料|15946|9|JavaScript|2021-12-15|
|
||||
|179|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|A list of awesome applications, software, tools and other materials for Linux distros. |16943|9|Python|2021-12-10|
|
||||
|180|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|20044|9|JavaScript|2021-11-01|
|
||||
|181|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1060|9|JavaScript|2021-12-19|
|
||||
|182|[facert/awesome-spider](https://github.com/facert/awesome-spider)|爬虫集合|16624|9|-|2021-09-01|
|
||||
|183|[CodingDocs/awesome-java](https://github.com/CodingDocs/awesome-java)|Collection of awesome Java project on Github(非常棒的 Java 开源项目集合).|6502|9|-|2021-12-15|
|
||||
|184|[juntossomosmais/frontend-guideline](https://github.com/juntossomosmais/frontend-guideline)|📝 Front-end Guideline by Juntos Somos Mais|942|9|-|2021-11-26|
|
||||
|185|[wolverinn/Waking-Up](https://github.com/wolverinn/Waking-Up)|计算机基础(计算机网络/操作系统/数据库/Git...)面试问题全面总结,包含详细的follow-up question以及答案;全部采用【问题+追问+答案】的形式,即拿即用,直击互联网大厂面试:rocket:;可用于模拟面试、面试前复习、短期内快速备战面试...|6429|9|-|2021-11-27|
|
||||
|186|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|:green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit|28479|9|JavaScript|2021-12-16|
|
||||
|187|[changkun/modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial)|📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly https://changkun.de/modern-cpp/|15932|8|C++|2021-12-03|
|
||||
|188|[MoienTajik/AspNetCore-Developer-Roadmap](https://github.com/MoienTajik/AspNetCore-Developer-Roadmap)|Roadmap to becoming an ASP.NET Core developer in 2021|8248|8|-|2021-11-11|
|
||||
|189|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|8503|8|Python|2021-09-13|
|
||||
|190|[judasn/IntelliJ-IDEA-Tutorial](https://github.com/judasn/IntelliJ-IDEA-Tutorial)|IntelliJ IDEA 简体中文专题教程|19072|8|-|2021-08-08|
|
||||
|191|[0voice/k8s_awesome_document](https://github.com/0voice/k8s_awesome_document)|【2021年新鲜出炉】K8s(Kubernetes)的工程师资料合辑,书籍推荐,面试题,精选文章,开源项目,PPT,视频,大厂资料|452|8|-|2021-11-04|
|
||||
|192|[matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)|A collaborative list of awesome Swift libraries and resources. Feel free to contribute!|21439|8|Swift|2021-12-17|
|
||||
|193|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|18478|8|JavaScript|2021-12-19|
|
||||
|194|[Co2333/myyearwithgit](https://github.com/Co2333/myyearwithgit)|代码仓库年终总结报告。|163|8|Swift|2021-12-09|
|
||||
|195|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|14641|8|Java|2021-11-01|
|
||||
|196|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|18687|8|Python|2021-12-03|
|
||||
|197|[nndl/nndl.github.io](https://github.com/nndl/nndl.github.io)|《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |15079|8|HTML|2021-12-09|
|
||||
|198|[alebcay/awesome-shell](https://github.com/alebcay/awesome-shell)|A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.|22631|8|-|2021-12-07|
|
||||
|199|[lukasz-madon/awesome-remote-job](https://github.com/lukasz-madon/awesome-remote-job)|A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python|21451|8|-|2021-12-12|
|
||||
|200|[TeamStuQ/skill-map](https://github.com/TeamStuQ/skill-map)|程序员技能图谱|18549|8|HTML|2021-06-25|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
39
content/charts/growth/knowledge/Assembly.md
Normal file
39
content/charts/growth/knowledge/Assembly.md
Normal file
@ -0,0 +1,39 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Assembly
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[TommyGong08/Sokoban](https://github.com/TommyGong08/Sokoban)|【汇编项目】BIT大三下学期课程项目——推箱子|2|0|2021-06-09|
|
||||
|2|[yyyeying/AssemblyOn8086](https://github.com/yyyeying/AssemblyOn8086)|《微机原理与接口技术》实验|2|0|2021-10-29|
|
||||
|3|[EndlessCheng/asm-x86](https://github.com/EndlessCheng/asm-x86)|《x86 汇编语言:从实模式到保护模式》配套代码及工具|3|0|2021-10-29|
|
||||
|4|[zelinsky/CTF-Course](https://github.com/zelinsky/CTF-Course)|Course materials for teaching cybersecurity in a Capture the Flag environment|44|0|2021-08-18|
|
||||
|5|[ylcangel/linux_study](https://github.com/ylcangel/linux_study)|重温linux学习|4|0|2021-07-11|
|
||||
|6|[StevenBaby/learning-assembly](https://github.com/StevenBaby/learning-assembly)|汇编语言学习的例子|2|0|2021-08-05|
|
||||
|7|[Jolsonz/hust_kaoyan](https://github.com/Jolsonz/hust_kaoyan)|本人参与2020华中科技大学研究生考试复试期间所作的一些笔记,主要是数据库和汇编语言的。|3|0|2021-07-03|
|
||||
|8|[solo1d/sys_Code](https://github.com/solo1d/sys_Code)|操作系统源码笔记|2|0|2021-07-22|
|
||||
|9|[tanyugang/CodingMaster](https://github.com/tanyugang/CodingMaster)|Coding Master系列教程配套代码。|55|0|2021-09-04|
|
||||
|10|[Vxer-Lee/8086_AsmNotes](https://github.com/Vxer-Lee/8086_AsmNotes)|《王爽汇编语言》学习笔记,学逆向必备前置技能。|2|0|2021-09-29|
|
||||
|11|[NekoSilverFox/Assembly](https://github.com/NekoSilverFox/Assembly)|⚡ 亲手编写基于王爽老师《汇编语言》的300个汇编程序例程|50|0|2021-10-31|
|
||||
|12|[thu-cs-lab/supervisor-rv](https://github.com/thu-cs-lab/supervisor-rv)|计算机组成原理课程 RISC-V 监控程序,支持 32 位和 64 位|66|0|2021-09-20|
|
||||
|13|[djh-sudo/tiny-OS-kernel](https://github.com/djh-sudo/tiny-OS-kernel)|《从零开始写一个操作系统》|3|0|2021-10-10|
|
||||
|14|[web1992/read](https://github.com/web1992/read)|学习笔记 dubbo,spring,mybatis,netty,rocketmq 源码解析|25|0|2021-12-18|
|
||||
|15|[CtrlZ233/bochsOS](https://github.com/CtrlZ233/bochsOS)|基于bochs和x86平台的32为微型操作系统,部分参考《操作系统真象还原》|4|0|2021-07-26|
|
||||
|16|[richardhyy/AssemblyLab](https://github.com/richardhyy/AssemblyLab)|《汇编语言(第四版)》 - 王爽 - 实验/检查点 Assembly (4th Edition) - WangShuang - Labs|3|0|2021-06-12|
|
||||
|17|[sanmianti/AssemblyLanguageTest](https://github.com/sanmianti/AssemblyLanguageTest)|王爽《汇编语言》第三版课后实验及检测点答案。|72|0|2021-07-26|
|
||||
|18|[lib-hfut/lib-hfut](https://github.com/lib-hfut/lib-hfut)|贵校课程资料民间整理|157|0|2021-12-03|
|
||||
|19|[LukeLIN-web/curriculum_design](https://github.com/LukeLIN-web/curriculum_design)|一些非cs课程的笔记|4|0|2021-11-30|
|
||||
|20|[yiwangchunyu/AI-RISC](https://github.com/yiwangchunyu/AI-RISC)|Design some simple RISV-V cores via verilog and vivado. 复旦大学《计算机与智能处理器体系结构 AI Core and RISC Architecture》Projects|6|0|2021-06-28|
|
||||
|21|[lingbai-kong/computer-system](https://github.com/lingbai-kong/computer-system)|同济大学CS《计算机系统实验》实验二TongJi University CS computer system experiment assignment 2|2|0|2021-07-25|
|
||||
|22|[ghosind/HariboteOS](https://github.com/ghosind/HariboteOS)|《30天自制操作系统》NASM+GCC+QEMU实现|5|0|2021-06-05|
|
||||
|23|[Staok/ARM-Linux-Study](https://github.com/Staok/ARM-Linux-Study)|ARM Linux 的学习历程,文章遵守 CC BY NC SA 4.0 协议。|6|0|2021-09-27|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
101
content/charts/growth/knowledge/C.md
Normal file
101
content/charts/growth/knowledge/C.md
Normal file
@ -0,0 +1,101 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|2840|66|2021-12-16|
|
||||
|2|[Awesome-HarmonyOS/HarmonyOS](https://github.com/Awesome-HarmonyOS/HarmonyOS)|A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。|18384|21|2021-06-16|
|
||||
|3|[julycoding/The-Art-Of-Programming-By-July](https://github.com/julycoding/The-Art-Of-Programming-By-July)|本项目曾冲到全球第一,干货集锦见本页面最底部,另完整精致的纸质版《编程之法:面试和算法心得》已在京东/当当上销售|20191|7|2021-07-03|
|
||||
|4|[SpacehuhnTech/esp8266_deauther](https://github.com/SpacehuhnTech/esp8266_deauther)|Affordable WiFi hacking platform for testing and learning|9313|5|2021-12-12|
|
||||
|5|[SecWiki/windows-kernel-exploits](https://github.com/SecWiki/windows-kernel-exploits)|windows-kernel-exploits Windows平台提权漏洞集合|5963|4|2021-06-11|
|
||||
|6|[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)|从零开始的 JSON 库教程|5548|3|2021-12-15|
|
||||
|7|[EZLippi/Tinyhttpd](https://github.com/EZLippi/Tinyhttpd)|Tinyhttpd 是J. David Blackstone在1999年写的一个不到 500 行的超轻量型 Http Server,用来学习非常不错,可以帮助我们真正理解服务器程序的本质。官网:http://tinyhttpd.sourceforge.net|7775|3|2021-10-08|
|
||||
|8|[Ascotbe/Kernelhub](https://github.com/Ascotbe/Kernelhub)|:palm_tree:Windows Kernel privilege escalation vulnerability collection, with compilation environment, demo GIF map, vulnerability details, executable file (Windows提权漏洞合集) |1613|3|2021-12-14|
|
||||
|9|[nonstriater/Learn-Algorithms](https://github.com/nonstriater/Learn-Algorithms)|算法学习笔记|6165|2|2021-12-13|
|
||||
|10|[firmianay/CTF-All-In-One](https://github.com/firmianay/CTF-All-In-One)|CTF竞赛权威指南|2807|2|2021-11-24|
|
||||
|11|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|148|1|2021-09-12|
|
||||
|12|[gatieme/LDD-LinuxDeviceDrivers](https://github.com/gatieme/LDD-LinuxDeviceDrivers)|Linux内核与设备驱动程序学习笔记|1335|1|2021-12-17|
|
||||
|13|[FantasticLBP/knowledge-kit](https://github.com/FantasticLBP/knowledge-kit)|iOS、Web前端、后端、数据库、计算机网络、设计模式经验总结|621|1|2021-11-29|
|
||||
|14|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构(C语言描述)学习笔记|105|1|2021-11-29|
|
||||
|15|[hzcx998/xbook2](https://github.com/hzcx998/xbook2)|xbook2是一个基于x86处理器的32位操作系统,实现了大量的基础功能,可以拿来学习操作系统知识。|364|1|2021-10-31|
|
||||
|16|[r0ysue/AndroidFridaBeginnersBook](https://github.com/r0ysue/AndroidFridaBeginnersBook)|《安卓Frida逆向与抓包实战》随书附件|120|1|2021-10-15|
|
||||
|17|[DavadDi/bpf_study](https://github.com/DavadDi/bpf_study)|bpf 学习仓库|408|1|2021-09-26|
|
||||
|18|[wuxx/nanoDAP](https://github.com/wuxx/nanoDAP)|建议大家star此仓库,仓库会持续更新。由于部分淘宝卖家“借鉴”实验室出品的nanoDAP详情描述和资料,请大家认准实验室官方链接|619|1|2021-06-24|
|
||||
|19|[hairrrrr/C-CrashCourse](https://github.com/hairrrrr/C-CrashCourse)|C语言教程+博客+代码演示+课程设计。 帮助初学者更好的理解 C 难点,提升代码量! For beginners:C tuition/self-learning|456|1|2021-11-25|
|
||||
|20|[ming1016/study](https://github.com/ming1016/study)|学习记录|3675|1|2021-12-13|
|
||||
|21|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|423|1|2021-12-14|
|
||||
|22|[fenwii/OpenHarmony](https://github.com/fenwii/OpenHarmony)|华为鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,鸿蒙技术资料,手册,指南,共建国产操作系统万物互联新生态。|323|1|2021-10-29|
|
||||
|23|[huaiyukeji/verification_code](https://github.com/huaiyukeji/verification_code)|验证码研究破解心得记录。包含网易易盾,阿里云验证码,极验验证码,通用汉字识别,梦幻西游验证等主流验证码破解。包含点按验证码、点选验证、语序点选等等。已更新极验验证码、企业公示网/工商/文书采集系统、极验打码接口。|715|1|2021-11-17|
|
||||
|24|[Hansimov/csapp](https://github.com/Hansimov/csapp)|个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/|265|1|2021-08-12|
|
||||
|25|[Exely/CSAPP-Labs](https://github.com/Exely/CSAPP-Labs)|Solutions and Notes for Labs of Computer Systems: A Programmer's Perspective 3rd Editon // 《深入理解计算机系统》第三版的实验文件、解答与笔记|1187|1|2021-12-04|
|
||||
|26|[0voice/algorithm-structure](https://github.com/0voice/algorithm-structure)|2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结|505|1|2021-08-27|
|
||||
|27|[Kiprey/Skr_Learning](https://github.com/Kiprey/Skr_Learning)|天问之路 - 学习笔记&学习周报。内容包括但不限于C++ STL、编译原理、LLVM IR Pass代码优化、CSAPP Lab、uCore操作系统等等。持续更新ing...|184|0|2021-12-03|
|
||||
|28|[nevermosby/linux-bpf-learning](https://github.com/nevermosby/linux-bpf-learning)|learn how to use BPF/eBPF|203|0|2021-12-16|
|
||||
|29|[ouyangzhaoxing/color-studio](https://github.com/ouyangzhaoxing/color-studio)|轻量简洁颜值极高的IDE,非常适合萌新作为编程入门使用。(Lightweight, concise and beautiful IDE, very suitable for novices to use as a programming entry.)|45|0|2021-09-26|
|
||||
|30|[zzy991212/Nemu](https://github.com/zzy991212/Nemu)|Nemu PA——给个Star?【仅供交流学习使用,未经许可禁止传播!】(PA3有个地方取地址时存在左移右移问题,在PA4更改这个bug了,请注意!)|32|0|2021-09-15|
|
||||
|31|[SuperPung/TJU-CourseSharing](https://github.com/SuperPung/TJU-CourseSharing)|天津大学课程共享计划|31|0|2021-11-13|
|
||||
|32|[puge-up/programming-cpp](https://github.com/puge-up/programming-cpp)|Linux C/C++ 学习笔记、内含视频 + 电子书 + 项目等,专注于 C++ 技术栈!|36|0|2021-08-15|
|
||||
|33|[HuaZhuangNan/actions-build-padavan-openwrt](https://github.com/HuaZhuangNan/actions-build-padavan-openwrt)|GitHub Action 学习实例 - 自动编译 padavan 和 openWrt|203|0|2021-06-15|
|
||||
|34|[strongercjd/STM32F207VCT6](https://github.com/strongercjd/STM32F207VCT6)|STM32F207VCT6 learning resource |31|0|2021-08-23|
|
||||
|35|[poemdistance/ScreenTranslation](https://github.com/poemdistance/ScreenTranslation)|Linux屏幕取词翻译(适用于如Gnome等基于X server的桌面发行版) -- 含界面|92|0|2021-07-17|
|
||||
|36|[PiperLiu/CS-courses-notes](https://github.com/PiperLiu/CS-courses-notes)|✨终生持续更新✨ 计算机基础自学笔记/心得/实验/资源汇总;C语言为主,课程:数据结构、操作系统(MIT6.S081)等|61|0|2021-12-15|
|
||||
|37|[hhubibi/zju-isee](https://github.com/hhubibi/zju-isee)|浙江大学电子科学与技术专业部分课程仓库|30|0|2021-06-26|
|
||||
|38|[rqycpp/socket](https://github.com/rqycpp/socket)|《Linux/UNIX网络编程》习题答案&重点归纳|64|0|2021-07-23|
|
||||
|39|[volatile-static/Keyboard](https://github.com/volatile-static/Keyboard)|客制化机械键盘——从0开始全套资料|31|0|2021-06-10|
|
||||
|40|[404name/winter](https://github.com/404name/winter)|2020大一寒假从零开始的 C语言 小程序集,纯字符画逻辑实现【C语言笔记本电脑,哔哩哔哩移动端,超级玛丽,QQ,绝地求生等】让C语言课设不仅仅局限于图书馆管理系统!配套视频演示,代码均通过自己思考无任何参考实现,规范性只能说是相当于我大一的标准,欢迎分享,学习和交流|222|0|2021-11-25|
|
||||
|41|[xieyu/blog](https://github.com/xieyu/blog)|notes on papers/books/codes|167|0|2021-11-30|
|
||||
|42|[Ikaros-521/Learning-Notes](https://github.com/Ikaros-521/Learning-Notes)|学习笔记|30|0|2021-10-22|
|
||||
|43|[leleliu008/C](https://github.com/leleliu008/C)|C语言学习项目|115|0|2021-12-08|
|
||||
|44|[luopeiyu/million_game_server](https://github.com/luopeiyu/million_game_server)|《百万在线:大型游戏服务端开发》是C++与Lua方向游戏服务端开发的入门书籍,内容涵盖Skynet引擎、C++底层开发、服务端架构设计等多个方面,全景展现网络游戏核心技术。|109|0|2021-09-09|
|
||||
|45|[riba2534/TCP-IP-NetworkNote](https://github.com/riba2534/TCP-IP-NetworkNote)|📘《TCP/IP网络编程》(韩-尹圣雨)学习笔记|499|0|2021-11-30|
|
||||
|46|[aqi00/androidx](https://github.com/aqi00/androidx)|《Android Studio开发实战:从零基础到App上线》适配androidx的源码|39|0|2021-09-14|
|
||||
|47|[DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample](https://github.com/DJI-Mobile-SDK-Tutorials/Android-VideoStreamDecodingSample)|This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.|142|0|2021-12-17|
|
||||
|48|[hzcx998/BookOS](https://github.com/hzcx998/BookOS)|BookOS is a tiny OS based on xbook2 kernel, you can use it to study!|38|0|2021-10-31|
|
||||
|49|[byhook/ffmpeg4android](https://github.com/byhook/ffmpeg4android)|音视频学习实践,从移植ffmpeg库到android平台,混合编译x264库以及fdk-aac库,到相机音频采集编码推流到RTMP服务器的学习记录|523|0|2021-10-10|
|
||||
|50|[NJUPTFreeExams/NJUPT-AUTO-Free-Exams](https://github.com/NJUPTFreeExams/NJUPT-AUTO-Free-Exams)|南京邮电大学自动化专业历年学习资料|31|0|2021-08-28|
|
||||
|51|[wenjun1055/c](https://github.com/wenjun1055/c)|C语言学习代码|404|0|2021-10-02|
|
||||
|52|[Mushroom0709/ffmpeg_demo](https://github.com/Mushroom0709/ffmpeg_demo)|记录学习ffmpeg的过程中编写的demo|60|0|2021-07-30|
|
||||
|53|[sunhuiquan/tlpi-learn](https://github.com/sunhuiquan/tlpi-learn)|My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答|44|0|2021-11-07|
|
||||
|54|[yianwillis/vimcdoc](https://github.com/yianwillis/vimcdoc)|Vim 中文文档计划|1204|0|2021-08-23|
|
||||
|55|[forthespada/MyPoorWebServer](https://github.com/forthespada/MyPoorWebServer)|一款可运行的基于C++ 实现的HTTP服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。|310|0|2021-10-15|
|
||||
|56|[figozhang/runninglinuxkernel_5.0](https://github.com/figozhang/runninglinuxkernel_5.0)|奔跑吧linux内核第二版(卷1,卷2,入门篇) 实验平台|90|0|2021-11-28|
|
||||
|57|[festvox/bard](https://github.com/festvox/bard)|Bard Storyteller ebook reader with speech synthesis support|34|0|2021-07-22|
|
||||
|58|[chankeh/net-lenrning-reference](https://github.com/chankeh/net-lenrning-reference)|TCP/IP网络编程笔记|393|0|2021-08-31|
|
||||
|59|[shangzongyu/source-code](https://github.com/shangzongyu/source-code)|收集一些书的源码,方便自己查找|48|0|2021-08-12|
|
||||
|60|[zl03jsj/mupdf](https://github.com/zl03jsj/mupdf)|扩展mupdf 实现图像数字证书签名, 手写笔迹数字证书签名, 插入图片, 手写签名注释..改进手写批注,实现模拟真实手写的算法, annot自定义数据, annot插入,删除密码校验等功能...支持ios, windows, mac, linux, c++, java, android|109|0|2021-06-16|
|
||||
|61|[yocn/AndroidMediaCodec](https://github.com/yocn/AndroidMediaCodec)|Android 音视频处理集合,关联了ffmpeg\libyuv等等库|54|0|2021-09-24|
|
||||
|62|[kerwincui/wumei-smart](https://github.com/kerwincui/wumei-smart)|物美智能是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的智能家居系统。硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。|102|0|2021-07-16|
|
||||
|63|[david942j/ctf-writeups](https://github.com/david942j/ctf-writeups)|Collection of scripts and writeups|288|0|2021-12-14|
|
||||
|64|[wuzhouhui/misc](https://github.com/wuzhouhui/misc)|学习与工作中收集的一些资料|659|0|2021-10-12|
|
||||
|65|[zmrbak/PcWeChatHooK](https://github.com/zmrbak/PcWeChatHooK)|云课堂《2019 PC微信 探秘》示例代码|307|0|2021-06-03|
|
||||
|66|[bouffalolab/bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk)|bl_mcu_sdk is MCU software development kit provided by Bouffalo Lab Team for BL602/BL604, BL702/BL704/BL706 and other series of RISC-V based chips in the future.|66|0|2021-12-11|
|
||||
|67|[balloonwj/mybooksources](https://github.com/balloonwj/mybooksources)|《C++ 服务器开发精髓》随书配套源码|130|0|2021-09-01|
|
||||
|68|[Greedysky/TTKWidgetTools](https://github.com/Greedysky/TTKWidgetTools)|QWidget 自定义控件集合 持续更新中......|339|0|2021-12-09|
|
||||
|69|[alejoseb/Modbus-STM32-HAL-FreeRTOS](https://github.com/alejoseb/Modbus-STM32-HAL-FreeRTOS)|Modbus TCP and RTU, Master and Slave for STM32 using Cube HAL and FreeRTOS|147|0|2021-11-19|
|
||||
|70|[phoon/TCP-IP-NP](https://github.com/phoon/TCP-IP-NP)|《TCP/IP网络编程》((韩)尹圣雨) 学习笔记|35|0|2021-06-29|
|
||||
|71|[deepwzh/sdust-examination-materials](https://github.com/deepwzh/sdust-examination-materials)|山东科技大学课程资源共享计划|229|0|2021-10-06|
|
||||
|72|[xrandx/Student-Information-Management-System](https://github.com/xrandx/Student-Information-Management-System)|Student-information-management-system school project 学生信息管理系统(课程设计)|32|0|2021-06-15|
|
||||
|73|[Xinyuan-LilyGO/LilyGo-LoRa-Series](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series)|LilyGo LoRa Series examples|181|0|2021-10-22|
|
||||
|74|[hexhacking/xUnwind](https://github.com/hexhacking/xUnwind)|xUnwind is a collection of Android native stack unwinding solutions.|86|0|2021-08-04|
|
||||
|75|[kuangyufei/kernel_liteos_a_note](https://github.com/kuangyufei/kernel_liteos_a_note)|精读鸿蒙内核源码,百万汉字注解分析;百篇博客深入解剖,挖透内核地基工程.注解同步官方,工具文档齐全,多站点发布 . weharmonyos.com|159|0|2021-12-18|
|
||||
|76|[Lighter-z/51-Single-chip](https://github.com/Lighter-z/51-Single-chip)|51单片机入门资料|128|0|2021-08-15|
|
||||
|77|[xuhongv/StudyInEsp32](https://github.com/xuhongv/StudyInEsp32)|【深度开源】wiif+bt模块esp32学习之旅(持续更新,欢迎 Star...)|288|0|2021-11-29|
|
||||
|78|[xinntao/Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)|NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|67|0|2021-12-10|
|
||||
|79|[aqi00/android2](https://github.com/aqi00/android2)|《Android Studio开发实战:从零基础到App上线》随书源码(全面添加注释版)|564|0|2021-09-14|
|
||||
|80|[qaiu/c4droid-code](https://github.com/qaiu/c4droid-code)|c4droid代码合集|38|0|2021-11-28|
|
||||
|81|[impact-eintr/LinuxC](https://github.com/impact-eintr/LinuxC)|听说C与Linux更搭配哦~ 内容包括:C基础 C++面向对象编程 基础数据结构 linux系统编程以及一些操作系统的相关知识|58|0|2021-12-06|
|
||||
|82|[zkwlx/HiMem](https://github.com/zkwlx/HiMem)|HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。|105|0|2021-12-07|
|
||||
|83|[Spacial/awesome-csirt](https://github.com/Spacial/awesome-csirt)|Awesome CSIRT is an curated list of links and resources in security and CSIRT daily activities.|216|0|2021-12-03|
|
||||
|84|[XeiTongXueFlyMe/J1939](https://github.com/XeiTongXueFlyMe/J1939)|基于SAE J1939协议,开源可移植的J1939驱动。技术支持群: 264864184 @使用说明书:|193|0|2021-08-05|
|
||||
|85|[mrpre/atls](https://github.com/mrpre/atls)|A light TLS implementation used for learning: TLS 1.0 TLS 1.1 TLS 1.2 TLS 1.3 GMSSL 1.1(国密SSL) based on libcrypto.so.|152|0|2021-11-11|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/CPP.md
Normal file
116
content/charts/growth/knowledge/CPP.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > C++
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|245|19|2021-12-15|
|
||||
|2|[Light-City/CPlusPlusThings](https://github.com/Light-City/CPlusPlusThings)|C++那些事|17309|19|2021-12-18|
|
||||
|3|[huihut/interview](https://github.com/huihut/interview)|📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, inclu ...|21603|15|2021-10-06|
|
||||
|4|[changkun/modern-cpp-tutorial](https://github.com/changkun/modern-cpp-tutorial)|📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly https://changkun.de/modern-cpp/|15932|8|2021-12-03|
|
||||
|5|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1150|7|2021-10-21|
|
||||
|6|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB|1868|6|2021-11-30|
|
||||
|7|[ChenYilong/iOSInterviewQuestions](https://github.com/ChenYilong/iOSInterviewQuestions)|iOS interview questions;iOS面试题集锦(附答案)--学习qq群或 Telegram 群交流 https://github.com/ChenYilong/iOSBlog/issues/21|8886|4|2021-12-06|
|
||||
|8|[acm-clan/algorithm-stone](https://github.com/acm-clan/algorithm-stone)|ACM/LeetCode算法竞赛路线图,最全的算法学习地图!|780|3|2021-12-10|
|
||||
|9|[CodePanda66/CSPostgraduate-408](https://github.com/CodePanda66/CSPostgraduate-408)|💯 CSPostgraduate 计算机考研 408 专业课资料及真题资源~✍🏻 更新中~欢迎Star!⭐️|1692|3|2021-09-15|
|
||||
|10|[SFUMECJF/cmake-examples-Chinese](https://github.com/SFUMECJF/cmake-examples-Chinese)|快速入门CMake,通过例程学习语法。在线阅读地址:https://sfumecjf.github.io/cmake-examples-Chinese/|1135|3|2021-12-02|
|
||||
|11|[wuye9036/CppTemplateTutorial](https://github.com/wuye9036/CppTemplateTutorial)|中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)|5627|2|2021-12-15|
|
||||
|12|[githubhaohao/NDK_OpenGLES_3_0](https://github.com/githubhaohao/NDK_OpenGLES_3_0)|Android OpenGL ES 3.0 从入门到精通系统性学习教程|1482|2|2021-11-17|
|
||||
|13|[callmePicacho/Data-Structres](https://github.com/callmePicacho/Data-Structres)|浙江大学《数据结构》上课笔记 + 数据结构实现 + 课后题题解|1589|2|2021-08-17|
|
||||
|14|[Sugar0612/ReBirth](https://github.com/Sugar0612/ReBirth)|基于C++的Unreal4第三人称游戏学习笔记与制作过程(创建 ~ 架构思想~ 打包) A third-person game based on ue4.|106|2|2021-12-18|
|
||||
|15|[km1994/nlp_paper_study](https://github.com/km1994/nlp_paper_study)|研读顶会论文,复现论文相关代码|1913|2|2021-12-16|
|
||||
|16|[gaoxiang12/slambook2](https://github.com/gaoxiang12/slambook2)|edition 2 of the slambook|2385|2|2021-12-03|
|
||||
|17|[applenob/Cpp_Primer_Practice](https://github.com/applenob/Cpp_Primer_Practice)|搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。|3294|2|2021-11-28|
|
||||
|18|[ffffffff0x/1earn](https://github.com/ffffffff0x/1earn)|ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup|2374|2|2021-12-15|
|
||||
|19|[chengciming/wechatPc](https://github.com/chengciming/wechatPc)|PC微信hook源码,PC微信注入,逆向编程,可以制作微信机器人玩玩,仅供学习,请不要用于商业、违法途径,本人不对此源码造成的违法负责!|285|1|2021-07-08|
|
||||
|20|[FISCO-BCOS/FISCO-BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS)|FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable ...|1537|1|2021-12-18|
|
||||
|21|[HarleysZhang/2021_algorithm_intern_information](https://github.com/HarleysZhang/2021_algorithm_intern_information)|2021年的算法实习岗位/校招公司信息表,和常见深度学习基础、计算机视觉知识笔记、算法岗面试题答案,及暑期计算机视觉实习面经和总结。|1220|1|2021-10-23|
|
||||
|22|[zufuliu/notepad2](https://github.com/zufuliu/notepad2)|Notepad2 is a light-weight Scintilla-based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for about 80 programming languages/documents, bundled with file ...|943|1|2021-12-16|
|
||||
|23|[scarsty/kys-cpp](https://github.com/scarsty/kys-cpp)|《金庸群侠传》c++复刻版,已完工|1373|1|2021-12-05|
|
||||
|24|[o0o0o0o0o0o0o/image-processing-from-scratch](https://github.com/o0o0o0o0o0o0o/image-processing-from-scratch)|This project contains some interesting image processing algorithms that were wrote in python and c++ from scratch.|663|1|2021-07-23|
|
||||
|25|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |154|1|2021-11-07|
|
||||
|26|[AllentDan/LibtorchTutorials](https://github.com/AllentDan/LibtorchTutorials)|This is a code repository for pytorch c++ (or libtorch) tutorial.|202|1|2021-11-02|
|
||||
|27|[MinerProxy/WiseNoDevFee](https://github.com/MinerProxy/WiseNoDevFee)|Ethereum NoDevFee: Support for GMiner, Phoenix Miner, Claymore, NBMiner, lolMiner, TeamRedMiner,T-Rex Miner, miniZ/老矿工以太坊反抽水软件,支持大多数主流内核和主流币种(eth, rvn,ergo,cfx等),仅供内部参考学习|91|1|2021-11-09|
|
||||
|28|[githubhaohao/LearnFFmpeg](https://github.com/githubhaohao/LearnFFmpeg)|Android FFmpeg 音视频开发教程|585|1|2021-12-08|
|
||||
|29|[netwarm007/GameEngineFromScratch](https://github.com/netwarm007/GameEngineFromScratch)|配合我的知乎专栏写的项目|1139|1|2021-11-29|
|
||||
|30|[downdemo/Cpp-Templates-2ed](https://github.com/downdemo/Cpp-Templates-2ed)|📚 C++ Templates 2ed 笔记:C++11/14/17 模板技术|726|1|2021-11-25|
|
||||
|31|[xtaci/algorithms](https://github.com/xtaci/algorithms)|Algorithms & Data structures in C++.|4304|1|2021-10-11|
|
||||
|32|[AngelMonica126/GraphicAlgorithm](https://github.com/AngelMonica126/GraphicAlgorithm)|:octopus: :octopus:图形学论文实现|631|1|2021-08-24|
|
||||
|33|[huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms](https://github.com/huaxz1986/cplusplus-_Implementation_Of_Introduction_to_Algorithms)|《算法导论》第三版中算法的C++实现|2574|1|2021-06-17|
|
||||
|34|[forhappy/Cplusplus-Concurrency-In-Practice](https://github.com/forhappy/Cplusplus-Concurrency-In-Practice)|A Detailed Cplusplus Concurrency Tutorial 《C++ 并发编程指南》|3791|1|2021-07-25|
|
||||
|35|[CoderMJLee/audio-video-dev-tutorial](https://github.com/CoderMJLee/audio-video-dev-tutorial)|简单易懂的音视频开发教程|233|1|2021-07-08|
|
||||
|36|[nwpuhq/AwesomeCpp](https://github.com/nwpuhq/AwesomeCpp)|---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等,还新添了其他算法和计算机基础的难点,力求简洁清晰|902|1|2021-06-26|
|
||||
|37|[lightvector/KataGo](https://github.com/lightvector/KataGo)|GTP engine and self-play learning in Go|1461|1|2021-12-17|
|
||||
|38|[xmuli/QtExamples](https://github.com/xmuli/QtExamples)|Qt 的 GUI 控件使用和网络;DTK 重绘控件方式的框架架构解析;Qt 原理/运行机制理解;QtCrator 使用和一些小技巧;系列文章教程|939|1|2021-10-09|
|
||||
|39|[MKXJun/DirectX11-With-Windows-SDK](https://github.com/MKXJun/DirectX11-With-Windows-SDK)|现代DX11系列教程:使用Windows SDK(C++)开发Direct3D 11.x|791|1|2021-11-09|
|
||||
|40|[Tencent/UnLua](https://github.com/Tencent/UnLua)|A feature-rich, easy-learning and highly optimized Lua scripting plugin for UE.|1215|1|2021-12-19|
|
||||
|41|[Captain1986/CaptainBlackboard](https://github.com/Captain1986/CaptainBlackboard)|船长关于机器学习、计算机视觉和工程技术的总结和分享|861|1|2021-06-15|
|
||||
|42|[Simple-XX/SimpleKernel](https://github.com/Simple-XX/SimpleKernel)|Simple kernel for learning operating systems. 用于学习操作系统的简单内核|1856|1|2021-11-24|
|
||||
|43|[Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)|Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size.|75|1|2021-12-16|
|
||||
|44|[liuyubobobo/Play-Leetcode](https://github.com/liuyubobobo/Play-Leetcode)|My Solutions to Leetcode problems. All solutions support C++ language, some support Java and Python. Multiple solutions will be given by most problems. Enjoy:) 我的Leetcode解答。所有的问题都支持C++语言,一部分问题支持Java语言 ...|2216|1|2021-12-19|
|
||||
|45|[drken1215/algorithm](https://github.com/drken1215/algorithm)|Implementation of various algorithms|171|0|2021-10-21|
|
||||
|46|[Vincentqyw/LineSegmentsDetection](https://github.com/Vincentqyw/LineSegmentsDetection)|:monkey:A collection of line segments detection algorithms. |72|0|2021-09-08|
|
||||
|47|[lunnlew/weicai-scraper](https://github.com/lunnlew/weicai-scraper)|微信公众号文章采集管理工具|66|0|2021-08-11|
|
||||
|48|[adah1972/nvwa](https://github.com/adah1972/nvwa)|My small collection of C++ utilities|188|0|2021-12-19|
|
||||
|49|[tsymiar/TheLastBattle](https://github.com/tsymiar/TheLastBattle)|MOBA手游【最后一战】unity3d C++ mirror 供学习|61|0|2021-08-13|
|
||||
|50|[limbo018/DREAMPlace](https://github.com/limbo018/DREAMPlace)|Deep learning toolkit-enabled VLSI placement|289|0|2021-11-24|
|
||||
|51|[jiangzc/CuteTranslation](https://github.com/jiangzc/CuteTranslation)|Linux屏幕取词翻译软件|119|0|2021-09-11|
|
||||
|52|[jwzh222/epoll](https://github.com/jwzh222/epoll)|基于epoll机制的高并发聊天室,c语言实现,代码源于网络仅供学习|75|0|2021-09-01|
|
||||
|53|[weiyu666/GAMES202homework](https://github.com/weiyu666/GAMES202homework)|主要是学习闫老师的GAMES202高质量实时渲染完成的大作业|56|0|2021-10-08|
|
||||
|54|[AgoraIO/API-Examples](https://github.com/AgoraIO/API-Examples)|Play with AgoraSDK and have fun! Everything you need to start learning Agora.|151|0|2021-12-19|
|
||||
|55|[keyou/chromium_demo](https://github.com/keyou/chromium_demo)|A series of demos to show how chromium is constructed.|142|0|2021-09-23|
|
||||
|56|[lilinxiong/cppPrimerPlus-six-](https://github.com/lilinxiong/cppPrimerPlus-six-)|C++PrimerPlus(第6版)中文版源码|204|0|2021-11-09|
|
||||
|57|[rongweihe/CPPNotes](https://github.com/rongweihe/CPPNotes)|【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。|139|0|2021-08-28|
|
||||
|58|[exlaw/Notes](https://github.com/exlaw/Notes)|南软几个课程的本科复习资料|55|0|2021-10-12|
|
||||
|59|[feiyangqingyun/qucsdk](https://github.com/feiyangqingyun/qucsdk)|Qt编写的自定义控件插件的sdk集合,包括了各个操作系统的动态库文件以及控件的头文件和sdk使用demo。心中有坐标,万物皆painter,欢迎各位咨询、购买、定制控件,QQ:517216493 微信:feiyangqingyun。|383|0|2021-11-14|
|
||||
|60|[neil3d/50YearsOfRayTracing](https://github.com/neil3d/50YearsOfRayTracing)|以历史的发展的眼光来看光线追踪技术,1968年至2018年重点论文相关算法复现。|196|0|2021-06-06|
|
||||
|61|[thecodingwizard/competitive-programming](https://github.com/thecodingwizard/competitive-programming)|Solutions to various competitive programming problems I've solved. Check out the USACO Guide to improve at competitive programming!|55|0|2021-11-06|
|
||||
|62|[AZE98/CQUPT-Study-Data](https://github.com/AZE98/CQUPT-Study-Data)|在重邮本科阶段积累的实验报告、PPT等课程资料及课外学习资料。|283|0|2021-08-15|
|
||||
|63|[FengGuanxi/HDU-Experience](https://github.com/FengGuanxi/HDU-Experience)|用于向所有杭电学子分享在杭电的知识与经验|432|0|2021-07-24|
|
||||
|64|[XINCGer/AlgorithmTraining](https://github.com/XINCGer/AlgorithmTraining)|算法训练,包括《啊哈算法》中的算法和常用游戏算法|61|0|2021-10-31|
|
||||
|65|[webary/MySQL_Tools](https://github.com/webary/MySQL_Tools)|使用C和C++连接MySQL数据库并进行常用的数据库操作。实现了简单的学生(或职工)信息管理系统,源于大学时的数据库课程设计|68|0|2021-06-19|
|
||||
|66|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版(中文版)》原书代码和习题答案|55|0|2021-12-03|
|
||||
|67|[kongpf8848/Animation](https://github.com/kongpf8848/Animation)|Android各种动画效果合集,项目包含了丰富的动画实例(逐帧动画,补间动画,Lottie动画,GIF动画,SVGA动画),体验动画之美,让Android动起来:smile::smile::smile:|175|0|2021-12-17|
|
||||
|68|[upupming/algorithm](https://github.com/upupming/algorithm)|acwing, leetcode, kickstart, 算法模板, PAT 等等|79|0|2021-12-19|
|
||||
|69|[Tyson-Hu/RazerBlade15-Base-Model-Hackintosh_macOS_Monterey](https://github.com/Tyson-Hu/RazerBlade15-Base-Model-Hackintosh_macOS_Monterey)|一个关于RazerBlade15的黑苹果efi分享,macOS Big Sur/Monterey的安装教程,以及一些优化分享。|63|0|2021-09-01|
|
||||
|70|[xiaoxiaojx/blog](https://github.com/xiaoxiaojx/blog)|Project for learning node / libuv / gRPC internals.(💡Language: zh-CN)|157|0|2021-12-18|
|
||||
|71|[BenedictYoung/Practice](https://github.com/BenedictYoung/Practice)|王道考研机试指南(第二版) 习题代码|55|0|2021-11-25|
|
||||
|72|[GoatGirl98/Walkthrough-of-ACCoding-in-BUAA](https://github.com/GoatGirl98/Walkthrough-of-ACCoding-in-BUAA)|北航OJ通关攻略,包括北航软件学院的在线评测网站(OJ)——AC编程(accoding.cn)开放课程的全部题解|144|0|2021-11-23|
|
||||
|73|[IronsDu/brynet](https://github.com/IronsDu/brynet)|A Header-Only cross-platform C++ TCP network library . Can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install |785|0|2021-11-13|
|
||||
|74|[neil3d/UnrealCookbook](https://github.com/neil3d/UnrealCookbook)|虚幻4引擎的一些编程实践分享|159|0|2021-12-12|
|
||||
|75|[juhuaguai/duilib](https://github.com/juhuaguai/duilib)|由官方的duilib( https://github.com/duilib/duilib ) 复制过来的,仅为了个人学习使用。可以使用vs2008打开,新增一些学习测试用的demo,代码也会同步官方的后续修改。Q群:594312689。欢迎交流学习。|88|0|2021-11-23|
|
||||
|76|[iUIShop/LibUIDK](https://github.com/iUIShop/LibUIDK)|mfc skin ui,not directui。视频教程:https://v.youku.com/v_show/id_XNTczMzg5MDky.html 简单来说,LibUIDK是用来开发QQ、360安全卫士那样的漂亮软件界面的。 LibUIDK原来是商业界面库,2019年9月8号开源。是专业开发Windows平台下图形用户界面的开发包,该开发包基于Microsoft的MFC库。使用此开发工 ...|285|0|2021-08-19|
|
||||
|77|[GavinKG/ILearnVulkanFromScratch-CN](https://github.com/GavinKG/ILearnVulkanFromScratch-CN)|Gitbook repo hosting|91|0|2021-10-25|
|
||||
|78|[TJ-CSCCG/TJCS-Course](https://github.com/TJ-CSCCG/TJCS-Course)|:bulb: 同济大学计算机科学与技术、信息安全专业课程资源共享仓库。含部分科目介绍、报告模板、实验工具等内容。期待更多课程加入……|271|0|2021-12-02|
|
||||
|79|[whileskies/curriculum_design](https://github.com/whileskies/curriculum_design)|💻大学时的主要课程设计,包括【OOP(C++)-面向对象课程设计:教室管理系统】、【程序设计实践课程设计:小型超市库存与销售管理系统】、【操作系统课程设计:动态分区分配设计与实现】、【数据结构课程设计:基于哈希表的通讯录系统】、【软件体系结构课程设计:基于 C/S 架构的聊天室设计与实现】、【JavaEE课程设计:在线课堂管理平台的设计与实现】|107|0|2021-12-14|
|
||||
|80|[zguolee/WDAlgorithmsNote](https://github.com/zguolee/WDAlgorithmsNote)|王道考研机试指南(第二版)——题目链接|56|0|2021-10-18|
|
||||
|81|[HuangCongQing/pcl-learning](https://github.com/HuangCongQing/pcl-learning)|🔥PCL(Point Cloud Library)点云库学习记录|374|0|2021-09-10|
|
||||
|82|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|85|0|2021-12-17|
|
||||
|83|[loyinglin/Codeforces](https://github.com/loyinglin/Codeforces)|日常练习,保持手感。题目主要来源是Codeforces和leetcode。 面试BAT必备。|57|0|2021-07-22|
|
||||
|84|[LiveStockShapeAnalysis/Point-Cloud-Processing-example](https://github.com/LiveStockShapeAnalysis/Point-Cloud-Processing-example)|点云库PCL从入门到精通 书中配套案例|348|0|2021-09-04|
|
||||
|85|[jiaxw32/iNote](https://github.com/jiaxw32/iNote)|个人学习研究笔记,OC、iOS 逆向、Python、汇编、Bash等等!|67|0|2021-11-03|
|
||||
|86|[plamenko/altruct](https://github.com/plamenko/altruct)|Algorithms & Data Structures|64|0|2021-11-06|
|
||||
|87|[BenedictYoung/Lecture](https://github.com/BenedictYoung/Lecture)|王道考研机试指南(第二版) 例题代码|104|0|2021-11-25|
|
||||
|88|[xdnice/PCShare](https://github.com/xdnice/PCShare)|PCShare是一款强大的远程控制软件,可以监视目标机器屏幕、注册表、文件系统等。|380|0|2021-07-24|
|
||||
|89|[netbeen/flyingACE](https://github.com/netbeen/flyingACE)|A Cocos2d-3.0 games about plane fighting, using Cocos2d-x-3.3 binding c++. Cocos2dx游戏《王牌飞行员》,使用Cocos2d-x-3.3开发|109|0|2021-11-14|
|
||||
|90|[xianfei/SSE18_Homework](https://github.com/xianfei/SSE18_Homework)|北京邮电大学计算机学院软件工程系作业代码汇总,由18级王衔飞维护。|57|0|2021-07-26|
|
||||
|91|[havenow/my-C-plus-plus](https://github.com/havenow/my-C-plus-plus)|c++的学习笔记|99|0|2021-06-10|
|
||||
|92|[moranzcw/LeetCode-NOTES](https://github.com/moranzcw/LeetCode-NOTES)|LeetCode 算法解答|180|0|2021-11-14|
|
||||
|93|[wugenqiang/NoteBook](https://github.com/wugenqiang/NoteBook)|✍ 记录一路走来学习的计算机专业知识 ,力求构建 AI & CS & SE 知识体系|99|0|2021-10-07|
|
||||
|94|[gongluck/AnalysisAVP](https://github.com/gongluck/AnalysisAVP)|音视频学习,相关文件格式/协议分析,框架学习等。yuv h264 aac flv mp4 rtmp;libyuv x264 openh264 faac faad2 fdk-aac librtmp ffmpeg sdl2|125|0|2021-12-09|
|
||||
|95|[anbingxu666/WangDao-DataStructure](https://github.com/anbingxu666/WangDao-DataStructure)|《数据结构》经典算法代码|324|0|2021-07-16|
|
||||
|96|[Lartu/ldpl](https://github.com/Lartu/ldpl)|Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.|123|0|2021-12-10|
|
||||
|97|[ThreeSR/LeetCode](https://github.com/ThreeSR/LeetCode)|Zero LeetCode a day keeps the Offer away.|65|0|2021-12-07|
|
||||
|98|[espressif/esp-dl](https://github.com/espressif/esp-dl)|Espressif deep-learning library for AIoT applications|217|0|2021-12-16|
|
||||
|99|[heyhu/AndroidReverseStudy](https://github.com/heyhu/AndroidReverseStudy)|安卓逆向学习|80|0|2021-12-17|
|
||||
|100|[Chuyu-Team/VC-LTL](https://github.com/Chuyu-Team/VC-LTL)|Shared to msvcrt.dll and optimize the C/C++ application file size.|958|0|2021-12-08|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
75
content/charts/growth/knowledge/CSHARP.md
Normal file
75
content/charts/growth/knowledge/CSHARP.md
Normal file
@ -0,0 +1,75 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > C#
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[hanmin0822/MisakaTranslator](https://github.com/hanmin0822/MisakaTranslator)|御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具|2210|3|2021-11-20|
|
||||
|2|[anjoy8/Blog.Core](https://github.com/anjoy8/Blog.Core)|💖 ASP.NET Core 6.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:|3543|3|2021-12-14|
|
||||
|3|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|575|2|2021-11-19|
|
||||
|4|[YSGStudyHards/DotNetGuide](https://github.com/YSGStudyHards/DotNetGuide)|🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、文章、书籍,社区组织,工具和常见的面试题总结。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊。【让现在的自己不再迷茫✨】|773|2|2021-12-07|
|
||||
|5|[JeffreySu/WeiXinMPSDK](https://github.com/JeffreySu/WeiXinMPSDK)|微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.|7099|2|2021-12-15|
|
||||
|6|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|424|2|2021-12-18|
|
||||
|7|[wlgys8/GPUDrivenTerrainLearn](https://github.com/wlgys8/GPUDrivenTerrainLearn)|A Unity Project used for Learning GPU Driven Terrain Render|94|1|2021-07-17|
|
||||
|8|[2881099/FreeRedis](https://github.com/2881099/FreeRedis)|🦄 FreeRedis is .NET40+ redis client. supports cluster, sentinel, master-slave, pub-sub, lua, pipeline, transaction, streams, client-side-caching, and pooling.|501|1|2021-10-09|
|
||||
|9|[xuejmnet/sharding-core](https://github.com/xuejmnet/sharding-core)|high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵|397|1|2021-12-18|
|
||||
|10|[kengwang/BiliDuang](https://github.com/kengwang/BiliDuang)|(项目正在重构) Bilibili 哔哩哔哩视频下载 C# GUI版 - 支持BV 支持4K 支持地区限制下载 支持互动视频 支持无水印 支持弹幕/字幕下载转换 支持课程下载|696|1|2021-10-06|
|
||||
|11|[sidristij/dotnetbook](https://github.com/sidristij/dotnetbook)|.NET Platform Architecture book (English, Chinese, Russian)|1764|1|2021-10-24|
|
||||
|12|[YukiCoco/YukiDrive](https://github.com/YukiCoco/YukiDrive)|Onedrive & SharePoint 文件浏览网页程序|457|1|2021-11-09|
|
||||
|13|[luoyunchong/lin-cms-dotnetcore](https://github.com/luoyunchong/lin-cms-dotnetcore)|😃A simple and practical CMS implemented by .NET 6 + FreeSql;前后端分离、Docker部署、OAtuh2授权登录、自动化部署DevOps、自动同步至Gitee、代码生成器、仿掘金专栏|512|1|2021-12-05|
|
||||
|14|[Meowv/Blog](https://github.com/Meowv/Blog)|🤣本项目有不同开发版本,最新版底层基于 abp vNext 搭建和免费开源跨平台框架 .NET5 进行开发,使用 MongoDB 存储数据,Redis 缓存数据。项目采用前后端分离的模式进行开发,API 遵循 RESTful 接口规范,页面使用 Blazor 进行开发,可作为 .NET Core 入门项目进行学习。If you liked `Blog` project or if it helpe ...|1034|1|2021-09-21|
|
||||
|15|[Isayama-Kagura/TsubakiTranslator](https://github.com/Isayama-Kagura/TsubakiTranslator)|一款Galgame文本提取和翻译的工具|67|1|2021-12-17|
|
||||
|16|[tianlian0/paper_checking_system](https://github.com/tianlian0/paper_checking_system)|基于C#和C++开发的文本查重/论文查重系统,一亿字次级论文库秒级查重。关联:查重算法、数据去重、文档查重、文本去重、标书查重、辅助防串标、作业查重、duplicate check|228|0|2021-12-11|
|
||||
|17|[xyfll7/CV-translation](https://github.com/xyfll7/CV-translation)|我叫CV翻译,因为我的精髓就是Ctrl + c 不用v (原名QTranser)|204|0|2021-08-04|
|
||||
|18|[xin-lai/Magicodes.Wx.Sdk](https://github.com/xin-lai/Magicodes.Wx.Sdk)|最简洁最易于使用的微信Sdk,包括公众号Sdk、小程序Sdk、企业微信Sdk等,以及Abp VNext集成。|72|0|2021-08-26|
|
||||
|19|[sdcb/blog-data](https://github.com/sdcb/blog-data)|《.NET骚操作》的博客数据|73|0|2021-12-14|
|
||||
|20|[lprensoft/FlowerMaster](https://github.com/lprensoft/FlowerMaster)|DMM游戏《美少女花骑士》专属浏览器。|35|0|2021-08-27|
|
||||
|21|[EasyAbp/Abp.WeChat](https://github.com/EasyAbp/Abp.WeChat)|Abp 微信 SDK 模块,包含对微信小程序、公众号、企业微信、开放平台、第三方平台等相关接口封装。|220|0|2021-12-17|
|
||||
|22|[WOA-Project/Lumia-Drivers](https://github.com/WOA-Project/Lumia-Drivers)|Collection of driver binaries for Lumia devices|123|0|2021-10-31|
|
||||
|23|[axzxs2001/Asp.NetCoreExperiment](https://github.com/axzxs2001/Asp.NetCoreExperiment)|原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!|293|0|2021-12-15|
|
||||
|24|[Tlaster/WeiPo](https://github.com/Tlaster/WeiPo)|第三方微博客户端|29|0|2021-08-11|
|
||||
|25|[lesliexinxin/LeslieXin.SimpleMMF](https://github.com/lesliexinxin/LeslieXin.SimpleMMF)|简单、易用的进程间通信框架,基于共享内存实现。 A simple, easy-to-use framework for interprocess communication based on shared memory|54|0|2021-08-05|
|
||||
|26|[NewFuture/WebPrint](https://github.com/NewFuture/WebPrint)|a simple website to share your printers to others online. 简单的在线打印[局域网免驱动配置共享打印机方案]|40|0|2021-06-22|
|
||||
|27|[WeihanLi/DesignPatterns](https://github.com/WeihanLi/DesignPatterns)|DesignPatterns samples by csharp on dotnetcore 《大话设计模式》 中设计模式总结/C#(.NETCore)代码|89|0|2021-12-09|
|
||||
|28|[q315523275/FamilyBucket](https://github.com/q315523275/FamilyBucket)|集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用|668|0|2021-08-25|
|
||||
|29|[Liu233w/acm-statistics](https://github.com/Liu233w/acm-statistics)|An online tool (crawler) to analyze users performance in online judges (coding competition websites). Supported OJ: POJ, HDU, HYSBZ, CodeForces, UVA, ICPC Live Archive, FZU, SPOJ, Timus (URAL), LeetCo ...|97|0|2021-12-18|
|
||||
|30|[xiajingren/HelloAbp](https://github.com/xiajingren/HelloAbp)|ABP vNext + vue-element-admin入门级项目实践|216|0|2021-07-31|
|
||||
|31|[csdjk/LearnUnity](https://github.com/csdjk/LearnUnity)|学习Unity过程中的一些记录,demo。|48|0|2021-07-29|
|
||||
|32|[WangPney/WechatHelper7010](https://github.com/WangPney/WechatHelper7010)|Ipad、MAC、Windows协议,微信协议(本开源项目是7.0.14 C#版本的,学习用,商用JAVA源码独家804协议测试 请看下面)|33|0|2021-07-13|
|
||||
|33|[944095635/MVVM](https://github.com/944095635/MVVM)|适合新人学习的WPF MVVM案例|95|0|2021-11-28|
|
||||
|34|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|58|0|2021-12-15|
|
||||
|35|[lindexi/lindexi_gd](https://github.com/lindexi/lindexi_gd)|博客用到的代码|79|0|2021-12-16|
|
||||
|36|[Xzonn/PokemonChineseTranslationRevise](https://github.com/Xzonn/PokemonChineseTranslationRevise)|《宝可梦》第四、第五世代汉化修正|30|0|2021-10-02|
|
||||
|37|[zhaotianff/CSharpCrawler](https://github.com/zhaotianff/CSharpCrawler)|C#爬虫示例程序,想学习爬虫入门知识的可以看过来。后续会慢慢加入更多爬虫相关的知识。|124|0|2021-11-02|
|
||||
|38|[yeliudev/SeatKiller-GUI](https://github.com/yeliudev/SeatKiller-GUI)|A GUI library seat booking tool for Wuhan University - 武汉大学图书馆抢座软件,支持定时抢座、捡漏模式、座位改签、邮件提醒、座位锁定|72|0|2021-09-14|
|
||||
|39|[KevinWG/OSS.Clients.SNS](https://github.com/KevinWG/OSS.Clients.SNS)|社交网站sdk(标准库),微信公众号(订阅号,服务号,小程序)接口sdk-包含消息回复(明文和安全模式),Oauth2.0授权等|138|0|2021-12-14|
|
||||
|40|[cyanray/cx-auto-sign](https://github.com/cyanray/cx-auto-sign)|⭐超星学习通自动签到工具,通过IM协议监测签到活动。|50|0|2021-11-25|
|
||||
|41|[MoonLord-LM/QiNiuMaster](https://github.com/MoonLord-LM/QiNiuMaster)|A batch tool for the QiNiu Cloud Storage. QiNiuMaster 七牛云存储批量管理工具(C#)|44|0|2021-08-28|
|
||||
|42|[yangan666/SuperNAT](https://github.com/yangan666/SuperNAT)|SuperNAT是基于.NET 5.0开源跨平台的内网穿透程序,功能类似花生壳,可用于穿透内网web应用,微信公众号本地调试等,目前支持http穿透,tcp穿透,websocket穿透。QQ交流群:854594944|172|0|2021-09-09|
|
||||
|43|[ZetaSp/PowerToys-Chinese-TransMOD](https://github.com/ZetaSp/PowerToys-Chinese-TransMOD)|PowerToys Custom Simplified Chinese Translation Patch - 微软大力玩具自制简中翻译|291|0|2021-12-05|
|
||||
|44|[mrhuo/MrHuo.OAuth](https://github.com/mrhuo/MrHuo.OAuth)|.netcore 下最好用的第三方登录组件集合,集成了国内外大部分平台,欢迎使用。|151|0|2021-07-03|
|
||||
|45|[zhaoqingqing/blog_samplecode](https://github.com/zhaoqingqing/blog_samplecode)|my blog code snippet(代码片段) |41|0|2021-12-09|
|
||||
|46|[zLulus/NotePractice](https://github.com/zLulus/NotePractice)|My_Note 笔记练习demo|106|0|2021-12-09|
|
||||
|47|[superzhan/UnityBubbleGame](https://github.com/superzhan/UnityBubbleGame)| BubbleGame《天天萌泡泡》是一款简单好玩的消除游戏,点击三个或以上同颜色、相连接的泡泡来进行消除,简单而有趣。|257|0|2021-10-19|
|
||||
|48|[xpnas/inotify](https://github.com/xpnas/inotify)|一个简易消息通知系统,支持企业微信、电报机器人、邮件推送、内置BARK推送、钉钉群机器人、飞书群机器人,类似Server酱,支持私有Docker部署|86|0|2021-10-21|
|
||||
|49|[luoyunchong/dotnetcore-examples](https://github.com/luoyunchong/dotnetcore-examples)| about learning DotNetCore via examples. DotNetCore 教程、技术栈示例代码,快速简单上手教程。|88|0|2021-11-17|
|
||||
|50|[SeeSharpOpenSource/SeeSharpTools](https://github.com/SeeSharpOpenSource/SeeSharpTools)|This open source repository is developed and maintained by the JYTEK company, Shanghai, China, for the purpose of facilitating the development of the test and measurement using C# programming language ...|66|0|2021-06-29|
|
||||
|51|[XIU2/UACWhitelistTool](https://github.com/XIU2/UACWhitelistTool)|📃 UAC 白名单小工具!|132|0|2021-12-02|
|
||||
|52|[pwj0528/BiliBiliTool](https://github.com/pwj0528/BiliBiliTool)|.Net 5 编写的B站(哔哩哔哩)任务工具,通过GitHub Actions实现每日线上自动运行任务:每日自动登录、观看、分享、投币视频,获取每日任务的满额经验,轻松升级Level 6,实现自动领取大会员权益、月底自动为自己充电等功能。|27|0|2021-11-14|
|
||||
|53|[luckyWjr/Demo](https://github.com/luckyWjr/Demo)|一些Unity 功能测试的Demo合集|26|0|2021-07-02|
|
||||
|54|[bimangle/forge-author-samples](https://github.com/bimangle/forge-author-samples)|Demonstrate how to use ForgeAuthor manipulate Autodesk Forge Svf model.|36|0|2021-10-25|
|
||||
|55|[jiaowomomo/IntegratedSoftware](https://github.com/jiaowomomo/IntegratedSoftware)|C#Halcon视觉软件,2020年05月修整期间编写的工业集成软件框架,目前不从事该行业,因此开放出来交流学习。软件已作删减,仅保留视觉部分,需自行添加Halcon的DLL方可正常运行软件。希望对大家有帮助。|27|0|2021-11-19|
|
||||
|56|[DigitalPlatform/dp2](https://github.com/DigitalPlatform/dp2)|Integrated Library System / 图书馆集成系统|77|0|2021-12-17|
|
||||
|57|[NanaseRuri/LibraryDemo](https://github.com/NanaseRuri/LibraryDemo)|博客园示例|27|0|2021-08-11|
|
||||
|58|[dotnet-campus/AsyncWorkerCollection](https://github.com/dotnet-campus/AsyncWorkerCollection)|高性能的多线程异步工具库。A collection of tools that support asynchronous methods and support high-performance multithreading.|96|0|2021-12-14|
|
||||
|59|[Anduin2017/CameraVoyeur](https://github.com/Anduin2017/CameraVoyeur)|摄像头黑入器。(基于RickAstley论文实现)|48|0|2021-09-13|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/CSS.md
Normal file
116
content/charts/growth/knowledge/CSS.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > CSS
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[FreeCodeCampChina/freecodecamp.cn](https://github.com/FreeCodeCampChina/freecodecamp.cn)|FCC China open source codebase and curriculum. Learn to code and help nonprofits.|36576|19|2021-08-02|
|
||||
|2|[SwiftGGTeam/the-swift-programming-language-in-chinese](https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese)|中文版 Apple 官方 Swift 教程《The Swift Programming Language》|20375|7|2021-12-13|
|
||||
|3|[hehonghui/the-economist-ebooks](https://github.com/hehonghui/the-economist-ebooks)|经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wire ...|3468|5|2021-12-19|
|
||||
|4|[cssanimation/css-animation-101](https://github.com/cssanimation/css-animation-101)|Learn how to bring animation to your web projects|4236|4|2021-07-29|
|
||||
|5|[eastlakeside/interpy-zh](https://github.com/eastlakeside/interpy-zh)|📘《Python进阶》(Intermediate Python 中文版)|5964|3|2021-12-05|
|
||||
|6|[apachecn/sklearn-doc-zh](https://github.com/apachecn/sklearn-doc-zh)|:book: [译] scikit-learn(sklearn) 中文文档|4520|3|2021-10-14|
|
||||
|7|[apachecn/hands-on-ml-zh](https://github.com/apachecn/hands-on-ml-zh)|:book: [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】|3616|3|2021-08-09|
|
||||
|8|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|436|3|2021-12-13|
|
||||
|9|[LearnOpenGL-CN/LearnOpenGL-CN](https://github.com/LearnOpenGL-CN/LearnOpenGL-CN)|http://learnopengl.com 系列教程的简体中文翻译|3725|2|2021-12-16|
|
||||
|10|[codeguy/php-the-right-way](https://github.com/codeguy/php-the-right-way)|An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web|8328|2|2021-12-12|
|
||||
|11|[kaeyleo/jekyll-theme-H2O](https://github.com/kaeyleo/jekyll-theme-H2O)| 🎉 A clean and delicate Jekyll theme. Jekyll博客主题|902|1|2021-10-28|
|
||||
|12|[billie66/TLCL](https://github.com/billie66/TLCL)|《快乐的 Linux 命令行》|2896|1|2021-12-02|
|
||||
|13|[Veal98/CS-Wiki](https://github.com/Veal98/CS-Wiki)|📙 致力打造完善的 Java 后端知识体系. Not only an Interview-Guide, but also a Learning-Direction.|505|1|2021-11-07|
|
||||
|14|[yitd/wxkp](https://github.com/yitd/wxkp)|微信卡片分享链接在线制作工具|70|1|2021-12-11|
|
||||
|15|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|241|1|2021-12-16|
|
||||
|16|[viewweiwu/v2ex-zhihu-theme](https://github.com/viewweiwu/v2ex-zhihu-theme)|v2ex 知乎 主题样式|12|1|2021-12-15|
|
||||
|17|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|198|1|2021-10-26|
|
||||
|18|[HanryYu/typora-blubook-theme](https://github.com/HanryYu/typora-blubook-theme)|Blubook, a flat typora theme.|353|1|2021-07-26|
|
||||
|19|[arect/onedrive_blog](https://github.com/arect/onedrive_blog)|OneDrive/Blog 以OneDrive为储存的博客“引擎”|10|1|2021-12-16|
|
||||
|20|[leopardpan/leopardpan.github.io](https://github.com/leopardpan/leopardpan.github.io)|个人博客,看效果进入|1160|1|2021-10-17|
|
||||
|21|[beeth0ven/RxSwift-Chinese-Documentation](https://github.com/beeth0ven/RxSwift-Chinese-Documentation)|RxSwift 中文文档|1212|1|2021-10-25|
|
||||
|22|[rawchen/blog-ssm](https://github.com/rawchen/blog-ssm)|一个简单漂亮的SSM博客系统。|344|1|2021-12-05|
|
||||
|23|[zjp-CN/mdbook-theme](https://github.com/zjp-CN/mdbook-theme)|A preprocessor and a backend to config themes for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor.|9|0|2021-07-08|
|
||||
|24|[ls870061011/cesium_training](https://github.com/ls870061011/cesium_training)|Cesium开发:入门篇-1、基础篇-2、工具篇-3、高级篇-4所有课程代码|11|0|2021-11-06|
|
||||
|25|[henson/blog](https://github.com/henson/blog)|个人博客,专注于Golang、Python、树莓派Raspberry Pi的开发和应用。|6|0|2021-10-26|
|
||||
|26|[puluwen/puluwen.github.io](https://github.com/puluwen/puluwen.github.io)|学习博客|15|0|2021-07-13|
|
||||
|27|[channingbreeze/phaser-tutorial](https://github.com/channingbreeze/phaser-tutorial)|Phaser从入门到精通|36|0|2021-10-26|
|
||||
|28|[fuzhengwei/itstack-demo-netty](https://github.com/fuzhengwei/itstack-demo-netty)|微信公众号:bugstack虫洞栈 专注于原创开发专题案例。跟着案例学Netty,Netty4.x案例从简单入门到应用实战,全篇37章节优秀案例+实战源码[基础篇(13)、中级篇(13)、高级篇(3章+)、源码分析篇],以上章节全部完成并不断持续更新中。欢迎关注公众号:bugstack虫洞栈 阅读专题文章+调试案例源码学习{回复netty案例}。|360|0|2021-12-09|
|
||||
|29|[sunsetroads/iBlog](https://github.com/sunsetroads/iBlog)|Vue 开发的博客前台|6|0|2021-10-05|
|
||||
|30|[Bgods/Django-blog-material-x](https://github.com/Bgods/Django-blog-material-x)|一个基于Hexo博客主题改写的Django博客。我的博客:http://bgods.cn/|8|0|2021-09-22|
|
||||
|31|[ldqk/Masuit.MyBlogs](https://github.com/ldqk/Masuit.MyBlogs)|ldqk.xyz个人博客站项目源码,https://masuit.org ,供参考、学习、引用、非商业性质的部署。基于.net6|611|0|2021-12-17|
|
||||
|32|[yanchunlan/SourceCodeSummary](https://github.com/yanchunlan/SourceCodeSummary)|个人笔记(编译/性能优化/framework/音视频/flutter)|12|0|2021-12-12|
|
||||
|33|[teedoc/teedoc](https://github.com/teedoc/teedoc)|wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具|22|0|2021-12-09|
|
||||
|34|[RGDZ-GZU/math-knowledge-vault](https://github.com/RGDZ-GZU/math-knowledge-vault)|数学知识库|5|0|2021-11-29|
|
||||
|35|[XGuang1226/vue_manage_demo](https://github.com/XGuang1226/vue_manage_demo)|vue+elementui搭建的后台管理系统,整个项目从环境搭建、工具模块封装、优化登录流程、国际化及更改皮肤、功能组件封装、管理应用状态、接口格式定义、第三方图标库的应用、用户管理模块、页面权限控制、菜单功能实现、系统备份还原、嵌套外部网页、登录验证码实现,几乎包括了Vue项目所有知识点,希望通过此项目能给初学者带来帮助,由于完全间隙性手敲代码,难免出现bug及考虑不周之处,还望大家留言指出及贡 ...|5|0|2021-10-06|
|
||||
|36|[jsksxs360/xs-huxblog](https://github.com/jsksxs360/xs-huxblog)|一个用于搭建个人博客的 Jekyll 模板|35|0|2021-12-09|
|
||||
|37|[haozhengeng/-Django-](https://github.com/haozhengeng/-Django-)|阅读该项目得具备Python,数据库, 数据结构,前端的知识|5|0|2021-09-07|
|
||||
|38|[docrails-tw/guides](https://github.com/docrails-tw/guides)|:books: The Source of http://rails.ruby.tw|37|0|2021-10-04|
|
||||
|39|[itstack-naive-chat/demo](https://github.com/itstack-naive-chat/demo)|:rose:根据专栏课程需要完善的案例工程,主要向学习的用户逐步讲解基于JavaFx开发的UI界面是如何一步一步拆解完善的。同时还提供了一些服务端和客户端工程结构设计的案例,可以方便用户学习参考。|8|0|2021-08-25|
|
||||
|40|[frankcbliu/Interview_Notes](https://github.com/frankcbliu/Interview_Notes)|📚 程序员面试基础知识总结、优质项目分享、助力春招秋招|181|0|2021-12-14|
|
||||
|41|[xupsh/pp4fpgas-cn](https://github.com/xupsh/pp4fpgas-cn)|中文版 Parallel Programming for FPGAs|407|0|2021-10-26|
|
||||
|42|[idealclover/Life-in-NJU](https://github.com/idealclover/Life-in-NJU)|🏠 南哪指南—南哪大学网址导航|160|0|2021-08-22|
|
||||
|43|[luokangyuan/ghost-theme-mj](https://github.com/luokangyuan/ghost-theme-mj)|This is a beautiful ghost blog theme,这是一个漂亮的Ghost博客主题。|94|0|2021-09-21|
|
||||
|44|[ieiayaobb/lushi8](https://github.com/ieiayaobb/lushi8)|A tutorial for building your own collection of livestream|47|0|2021-12-08|
|
||||
|45|[Firestar-Reimu/Manjaro-KDE-Installation](https://github.com/Firestar-Reimu/Manjaro-KDE-Installation)|在 ThinkPad X13 2021 Intel/Surface Pro 6 上安装 Manjaro 21 KDE Plasma + Windows 11 双系统的指南|21|0|2021-12-13|
|
||||
|46|[Dreamer-Paul/Single](https://github.com/Dreamer-Paul/Single)|🎈 一个简洁大气,含夜间模式的 Typecho 博客主题|490|0|2021-11-30|
|
||||
|47|[dhanishgajjar/css-flags](https://github.com/dhanishgajjar/css-flags)|A collection of pure CSS flags, all single divs.|90|0|2021-08-10|
|
||||
|48|[HEYAN123/crane](https://github.com/HEYAN123/crane)|前端修炼手册 博客网站|7|0|2021-09-29|
|
||||
|49|[lyy289065406/calibre-docker](https://github.com/lyy289065406/calibre-docker)|docker 一键部署 calibre 在线书库|13|0|2021-11-07|
|
||||
|50|[grasonchan/simple-zhihu](https://github.com/grasonchan/simple-zhihu)|更干净、更好看、更合理的知乎|8|0|2021-06-21|
|
||||
|51|[Dmsansan/java-code](https://github.com/Dmsansan/java-code)|Java高级进阶代码学习|6|0|2021-10-14|
|
||||
|52|[apachecn/quant-learning](https://github.com/apachecn/quant-learning)|:books: Quant 教程整理|89|0|2021-12-12|
|
||||
|53|[pengbotao/itopic.go](https://github.com/pengbotao/itopic.go)|基于Golang+Markdown的博客系统|18|0|2021-12-03|
|
||||
|54|[RuoyuChen10/NEUQ_class](https://github.com/RuoyuChen10/NEUQ_class)|NEUQ测控专业的考试资料|7|0|2021-10-16|
|
||||
|55|[ivan-94/bobi.ink](https://github.com/ivan-94/bobi.ink)|Personal blog 个人博客 https://bobi.ink|11|0|2021-09-01|
|
||||
|56|[liuhuanyong/liuhuanyong.github.io](https://github.com/liuhuanyong/liuhuanyong.github.io)|面向中文自然语言处理的六十余类实践项目及学习索引,涵盖语言资源构建、社会计算、自然语言处理组件、知识图谱、事理图谱、知识抽取、情感分析、深度学习等几个学习主题。包括作者个人简介、学习心得、语言资源、工业落地系统等,是供自然语言处理入门学习者的一个较为全面的学习资源,欢迎大家使用,并提出批评意见。|250|0|2021-11-13|
|
||||
|57|[liangzr/blog](https://github.com/liangzr/blog)|北端的博客|28|0|2021-09-01|
|
||||
|58|[jtpio/p5-notebook](https://github.com/jtpio/p5-notebook)|A Jupyter Notebook environment for p5.js kernels running in the browser, powered by JupyterLite|70|0|2021-10-14|
|
||||
|59|[langzhou/toy-theme-for-siyuan](https://github.com/langzhou/toy-theme-for-siyuan)|思源笔记主题|5|0|2021-07-28|
|
||||
|60|[shandianlala/sdll-blog](https://github.com/shandianlala/sdll-blog)|博客|27|0|2021-12-09|
|
||||
|61|[missing-semester-zh-Hant/missing-semester-zh-Hant.github.io](https://github.com/missing-semester-zh-Hant/missing-semester-zh-Hant.github.io)|Traditional Chinese translation of course "The Missing Semester of Your CS Education"|38|0|2021-09-28|
|
||||
|62|[52bp/shadowrocket](https://github.com/52bp/shadowrocket)|iOS小火箭Shadowrocket ipa 在线安装公众号账号分享|25|0|2021-12-14|
|
||||
|63|[spring2go/spring-petclinic-msa](https://github.com/spring2go/spring-petclinic-msa)|微服务版spring-petlinic,课程《Kubernetes微服务实践》|65|0|2021-08-24|
|
||||
|64|[apiopen/LightBlogWeb](https://github.com/apiopen/LightBlogWeb)|轻博客-WEB端|5|0|2021-12-09|
|
||||
|65|[CodeIgniter-Chinese/codeigniter4-user-guide](https://github.com/CodeIgniter-Chinese/codeigniter4-user-guide)|CodeIgniter 4 Chinese User Guide - CodeIgniter 4 简体中文手册|73|0|2021-07-27|
|
||||
|66|[me1a/mini-book](https://github.com/me1a/mini-book)|基于Markdown 的静态站点文档小书|15|0|2021-08-11|
|
||||
|67|[ChenYFan-Tester/IPFS_PHOTO_SHARE](https://github.com/ChenYFan-Tester/IPFS_PHOTO_SHARE)|💰用甚嚒服务器,ServerLess搭建一个图片分享站点! 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站|58|0|2021-06-18|
|
||||
|68|[fifilyu/SystemEngineerInAction](https://github.com/fifilyu/SystemEngineerInAction)|一本关于个人成长、软件开发、系统运维、产品运营、思维、思考的杂记。|7|0|2021-11-28|
|
||||
|69|[hassanblog/navigation](https://github.com/hassanblog/navigation)|框架为Hexo主题为WebStack的网址导航之个人美化版。搭建教程:https://hassanwong.top/posts/61c6c2e8/|10|0|2021-11-18|
|
||||
|70|[BrainPicker-L/DjangoBlog](https://github.com/BrainPicker-L/DjangoBlog)|清新简单,基于Django的个人博客|13|0|2021-09-08|
|
||||
|71|[intro-nlp/intro-nlp.github.io](https://github.com/intro-nlp/intro-nlp.github.io)|《自然语言处理概论》 张奇、桂韬、黄萱菁著|20|0|2021-11-01|
|
||||
|72|[ahangchen/Chromium_doc_zh](https://github.com/ahangchen/Chromium_doc_zh)|Chromium中文文档,学习google家的架构|627|0|2021-07-02|
|
||||
|73|[pingszi/my_blog](https://github.com/pingszi/my_blog)|我的个人博客|19|0|2021-09-08|
|
||||
|74|[dolymood/dolymood.github.com](https://github.com/dolymood/dolymood.github.com)|我的博客|110|0|2021-06-17|
|
||||
|75|[caviare/clean](https://github.com/caviare/clean)|clean是一个简洁清新的ghost博客现代主题 https://www.imcaviare.com|13|0|2021-08-18|
|
||||
|76|[xdlianrong/XDLR-RXL](https://github.com/xdlianrong/XDLR-RXL)|微众比赛的融信链项目,通过区块链赋能教育证书和诚信评估|12|0|2021-12-09|
|
||||
|77|[TNK-Studio/Odoo-Book](https://github.com/TNK-Studio/Odoo-Book)|🤓Odoo 小书,Odoo 入门教程 (龟速填坑中...已更新到第 7 章第 2 节,要是看不到更新可以强制刷新一下浏览器。小书源码地址请看 README。)|83|0|2021-09-20|
|
||||
|78|[zenany/zenany.github.io](https://github.com/zenany/zenany.github.io)|记录对技术的思考和探索|98|0|2021-06-09|
|
||||
|79|[zhangkn/zhangkn.github.io](https://github.com/zhangkn/zhangkn.github.io)|新博客地址:https://kunnan.blog.csdn.net|19|0|2021-09-03|
|
||||
|80|[myPirlo/myPirlo.github.io](https://github.com/myPirlo/myPirlo.github.io)|用Github搭建个人博客|6|0|2021-07-12|
|
||||
|81|[omnilingo/omnilingo](https://github.com/omnilingo/omnilingo)|Listening-based language learning|23|0|2021-09-16|
|
||||
|82|[AIAHUB/HUST-AIA-Courses-Resource](https://github.com/AIAHUB/HUST-AIA-Courses-Resource)|HUST-AIA学院课程资源|35|0|2021-11-17|
|
||||
|83|[coolrare/DCT-108014](https://github.com/coolrare/DCT-108014)|《台北》Angular 7 開發實戰:進階開發篇|6|0|2021-10-05|
|
||||
|84|[TomMao-CN/MyRepo](https://github.com/TomMao-CN/MyRepo)|后台通用管理系统,使用asp.net mvc +sqlserver+ vue cli4 + elementUI + typescript。实现登陆,身份认证,权限分配,管理员的增删改查,博客的增删改查,爬取天气数据。花生壳内网穿透:|6|0|2021-10-06|
|
||||
|85|[jhao104/django-blog](https://github.com/jhao104/django-blog)|django搭建博客|384|0|2021-06-10|
|
||||
|86|[L-M-Sherlock/supermemo.guru-cn](https://github.com/L-M-Sherlock/supermemo.guru-cn)|supermemo.guru 翻译计划|50|0|2021-10-23|
|
||||
|87|[GiaoGiaoCat/GiaoGiaoCat.github.io](https://github.com/GiaoGiaoCat/GiaoGiaoCat.github.io)|一点笔记|7|0|2021-09-27|
|
||||
|88|[Gamuxorg/AppImage-CN](https://github.com/Gamuxorg/AppImage-CN)|AppImage中文文档,源自官方英文文档。|54|0|2021-07-12|
|
||||
|89|[feikaixin/blog](https://github.com/feikaixin/blog)|个人博客,把个人的学习收获放到这个网站上|5|0|2021-12-09|
|
||||
|90|[rongyi/note](https://github.com/rongyi/note)|个人学习笔记|8|0|2021-08-11|
|
||||
|91|[zhaoolee/FrontEndClubIsBook](https://github.com/zhaoolee/FrontEndClubIsBook)|前端娱乐圈是本书! The front end entertainment circle is the book!|31|0|2021-08-11|
|
||||
|92|[Haber8023/volunteer_manager](https://github.com/Haber8023/volunteer_manager)|基于SSM框架的Java Web项目《志愿者时长管理系统》|6|0|2021-12-09|
|
||||
|93|[selierlin/TenSquare](https://github.com/selierlin/TenSquare)|十次方社交平台源码及笔记|21|0|2021-08-11|
|
||||
|94|[sunmouren/DaXueJi](https://github.com/sunmouren/DaXueJi)|Django 模仿简书网的一个网站|10|0|2021-09-08|
|
||||
|95|[mcthulhu/jorkens](https://github.com/mcthulhu/jorkens)|epub reader based on epub.js for foreign language learners|27|0|2021-10-12|
|
||||
|96|[yammadev/flag-icons](https://github.com/yammadev/flag-icons)|A beautiful svg + png + sass + css collection of 261 flags.|46|0|2021-07-09|
|
||||
|97|[kelby/rails-beginner-s-guide](https://github.com/kelby/rails-beginner-s-guide)|Rails 6 开发进阶|5|0|2021-11-12|
|
||||
|98|[nexmoe/bilidx](https://github.com/nexmoe/bilidx)|📕 哔哩哔哩大学,收集哔哩哔哩的学习资源|8|0|2021-09-20|
|
||||
|99|[LB-nan/cat-Said](https://github.com/LB-nan/cat-Said)|记录学习与分享|9|0|2021-12-18|
|
||||
|100|[hzq-up/dragonshopping](https://github.com/hzq-up/dragonshopping)|基于SpringBoot + Mybatis + Thymeleaf + MySQL开发的购书商城系统|14|0|2021-12-18|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
67
content/charts/growth/knowledge/Dart.md
Normal file
67
content/charts/growth/knowledge/Dart.md
Normal file
@ -0,0 +1,67 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Dart
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Solido/awesome-flutter](https://github.com/Solido/awesome-flutter)|An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.|38583|23|2021-12-12|
|
||||
|2|[CarGuo/gsy_github_app_flutter](https://github.com/CarGuo/gsy_github_app_flutter)|Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便 ...|12919|10|2021-12-13|
|
||||
|3|[toly1994328/FlutterUnit](https://github.com/toly1994328/FlutterUnit)|【Flutter 集录指南 App】The unity of flutter, The unity of coder.|4462|7|2021-12-16|
|
||||
|4|[kaina404/FlutterDouBan](https://github.com/kaina404/FlutterDouBan)|🔥🔥🔥Flutter豆瓣客户端,Awesome Flutter Project,全网最100%还原豆瓣客户端。首页、书影音、小组、市集及个人中心,一个不拉。( https://img.xuvip.top/douyademo.mp4)|6775|6|2021-08-01|
|
||||
|5|[shichunlei/flutter_app](https://github.com/shichunlei/flutter_app)|🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆 ...|2138|2|2021-10-05|
|
||||
|6|[CarGuo/gsy_flutter_demo](https://github.com/CarGuo/gsy_flutter_demo)|Flutter 不同于 GSYGithubAppFlutter 完整项目,本项目将逐步完善各种 Flutter 独立例子,方便新手学习上手和小问题方案解决。 目前开始逐步补全完善,主要提供一些有用或者有趣的例子,如果你也有好例子,欢迎提交 PR 。|2140|2|2021-12-14|
|
||||
|7|[huanxsd/flutter_shuqi](https://github.com/huanxsd/flutter_shuqi)|高仿书旗小说 Flutter版,支持iOS、Android|2307|2|2021-12-03|
|
||||
|8|[lwlizhe/flutter_novel](https://github.com/lwlizhe/flutter_novel)|仿追书神器,具有仿真、滑动和滚动翻页、字体大小、行高、背景、目录等功能的Flutter 阅读APP|383|1|2021-11-22|
|
||||
|9|[lrorpilla/jidoujisho](https://github.com/lrorpilla/jidoujisho)|A highly versatile and modular framework enabling language-agnostic immersion learning on mobile.|220|1|2021-12-18|
|
||||
|10|[JoneYng/course_flutter](https://github.com/JoneYng/course_flutter)|课程|4|0|2021-09-11|
|
||||
|11|[RxReader/tencent_kit](https://github.com/RxReader/tencent_kit)|flutter版QQ登录/分享|165|0|2021-12-17|
|
||||
|12|[pheromone/Flutter_learn_demo](https://github.com/pheromone/Flutter_learn_demo)|Flutter_learn_demo Flutter学习历程|102|0|2021-12-04|
|
||||
|13|[meilab/daily_coding](https://github.com/meilab/daily_coding)|视频号:编程日课的Flutter教程关联App|7|0|2021-10-21|
|
||||
|14|[nightmare-space/speed_share](https://github.com/nightmare-space/speed_share)|Speed Share is a highly available file sharing terminal on LAN(local area network) developed by flutter framework.|66|0|2021-12-17|
|
||||
|15|[xiedong11/flutter_app](https://github.com/xiedong11/flutter_app)|Flutter进阶之旅专栏|74|0|2021-09-15|
|
||||
|16|[NewPracticer/Flutter-Dart-DataStructure](https://github.com/NewPracticer/Flutter-Dart-DataStructure)|使用flutter的dart语言重写数据结构与算法。包括线性搜索、选择排序、插入排序、栈,队列,链表、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配、图的邻接矩阵、邻接表,深度优先遍历及应用|61|0|2021-09-24|
|
||||
|17|[18824863285/BaseFlutter](https://github.com/18824863285/BaseFlutter)|Provider MVVM的最佳实践,最适合新手学习的flutter开源项目|103|0|2021-07-30|
|
||||
|18|[q805699513/flutter_books](https://github.com/q805699513/flutter_books)|Panda看书,Flutter 小说阅读 App|476|0|2021-12-16|
|
||||
|19|[kangshaojun/dart-book](https://github.com/kangshaojun/dart-book)|Dart语言实战-基于Flutter框架开发-第二版 随书源码|54|0|2021-07-18|
|
||||
|20|[starryxp/flutter_app](https://github.com/starryxp/flutter_app)|Flutter教学:从零开始->进阶之旅->深入探讨|29|0|2021-06-29|
|
||||
|21|[Wuyou1998/FlutterTrip](https://github.com/Wuyou1998/FlutterTrip)|一个flutter仿携程App,慕课网 《Flutter实战携程App》的学习成果|24|0|2021-06-22|
|
||||
|22|[liufeng125300/douyin](https://github.com/liufeng125300/douyin)|flutter 学习进行中(抖音项目)|4|0|2021-06-29|
|
||||
|23|[longer96/flutter_pickers](https://github.com/longer96/flutter_pickers)|flutter 选择器库,包括日期及时间选择器(可设置范围)、单项选择器(可用于性别、民族、学历、星座、年龄、身高、体重、温度等)、城市地址选择器(分省级、地级及县级)、多项选择器等…… 欢迎Fork & pr贡献您的代码,大家共同学习|114|0|2021-12-16|
|
||||
|24|[jiang111/flutter_code](https://github.com/jiang111/flutter_code)|b站视频教程: https://space.bilibili.com/480410119/ |247|0|2021-10-25|
|
||||
|25|[DevYao/flutter_wechat_clone](https://github.com/DevYao/flutter_wechat_clone)|flutter 学习 demo|219|0|2021-09-24|
|
||||
|26|[lizhuoyuan/flutter_study](https://github.com/lizhuoyuan/flutter_study)|flutter 学习记录|248|0|2021-08-12|
|
||||
|27|[ChessLuo/flutter_study_app](https://github.com/ChessLuo/flutter_study_app)|🔥勤能补拙,我希望能利用业余时间去学习及总结一些有关flutter的知识并运用到项目中去,Come on!!!|41|0|2021-08-01|
|
||||
|28|[ifgyong/flutter-example](https://github.com/ifgyong/flutter-example)|120多种小部件的使用例子,根据 flutter-book的例子,可以直接运行的哦|31|0|2021-08-12|
|
||||
|29|[zhou-Flutter/flutter_dome](https://github.com/zhou-Flutter/flutter_dome)|实战小红书|6|0|2021-10-31|
|
||||
|30|[mikai233/fstar-client](https://github.com/mikai233/fstar-client)|繁星课程表客户端|16|0|2021-10-23|
|
||||
|31|[ThinkerJack/flutter_demo](https://github.com/ThinkerJack/flutter_demo)|Flutter开发中常用功能合集。|5|0|2021-08-01|
|
||||
|32|[RxReader/weibo_kit](https://github.com/RxReader/weibo_kit)|flutter版新浪微博登录/分享|82|0|2021-12-02|
|
||||
|33|[AgoraIO-Community/Agora-Flutter-Quickstart](https://github.com/AgoraIO-Community/Agora-Flutter-Quickstart)|Quickstart guide for the Agora Flutter SDK(Android/iOS)|484|0|2021-10-14|
|
||||
|34|[wo5813288/wan_giao](https://github.com/wo5813288/wan_giao)|学习flutter,所以系统的做一款应用来实践一下。这款应用也开发了很多内容了,后续还要继续更新功能。开发这个项目主要也是熟悉flutter的树形结构的写法和UI组件,项目中也用到了flutter比较流行的框架。|30|0|2021-12-09|
|
||||
|35|[Daniel-Ioannou/flutter_country_picker](https://github.com/Daniel-Ioannou/flutter_country_picker)|A flutter package to select a country from a list of countries.|34|0|2021-11-22|
|
||||
|36|[woshiluoyong/FlutterNcpApp](https://github.com/woshiluoyong/FlutterNcpApp)|本应用采用kotlin语言编写查看NCP(新型冠状肺炎)疫情数据(可做Flutter入门参考项目)|6|0|2021-08-16|
|
||||
|37|[kangshaojun/flutter-book](https://github.com/kangshaojun/flutter-book)|Flutter入门与实战随书源码 第2版|532|0|2021-07-18|
|
||||
|38|[fmtjava/Flutter_Eyepetizer](https://github.com/fmtjava/Flutter_Eyepetizer)|Flutter + 组件化实现的一款精美的仿开眼视频(Eyepetizer )跨平台App,适合入门,快速掌握Dart语言以及上手flutter开发(提供Kotlin、React Native、小程序版本 😁 ),希望和大家共同成长,喜欢的话,欢迎start或fork!|301|0|2021-12-13|
|
||||
|39|[yy1300326388/flutter_widgets](https://github.com/yy1300326388/flutter_widgets)|🔥 Flutter Widgets 掘金对应专栏,欢迎关注|7|0|2021-06-30|
|
||||
|40|[AriesHoo/flutter_readhub](https://github.com/AriesHoo/flutter_readhub)|Freadhub-使用Flutter为Readhub非官方客户端;主要囊括以下功能:1、热门话题、科技动态、开发者、区块链四大模块;2、相关聚合资讯快捷查看;3、方便快捷的浅色/深色模式切换;4、丰富的彩虹颜色主题/每日主题切换;5、长按社会化分享预览图效果模式;6、方便快捷的意见反馈入口|52|0|2021-12-14|
|
||||
|41|[longer96/flutter-demo](https://github.com/longer96/flutter-demo)|🔥Flutter 那些花里胡哨的界面🔥,花里胡哨的底部导航,仿抖音、小红书底部菜单,向上展开菜单,半圆菜单,中间凹进去的菜单,动画底部导航|69|0|2021-10-14|
|
||||
|42|[RxReader/wechat_kit](https://github.com/RxReader/wechat_kit)|Flutter 版微信登录/分享/支付 SDK|478|0|2021-10-13|
|
||||
|43|[kangshaojun/study-notes](https://github.com/kangshaojun/study-notes)|Flutter React Golang WebRTC等技术学习笔记|6|0|2021-08-14|
|
||||
|44|[cocojian/flutter100days](https://github.com/cocojian/flutter100days)|这是一个flutter教程,用100天的时间来完成挑战,每天只需要完成一课,100天之后,你将遇见更好的自己。|8|0|2021-11-24|
|
||||
|45|[jiangkang/flutter-system](https://github.com/jiangkang/flutter-system)|Flutter Widgets,Components,Demos,Pages:从入门到产品级开发|23|0|2021-12-10|
|
||||
|46|[ezshine/FlutterWidgetsCatalog](https://github.com/ezshine/FlutterWidgetsCatalog)|a project for learning all Flutter Widgets , sync from flutter.dev the officia website.|28|0|2021-08-04|
|
||||
|47|[baiyuliang/Flutter-WanWan](https://github.com/baiyuliang/Flutter-WanWan)|Flutter入门项目(首页,消息,圈子,我的)|13|0|2021-08-17|
|
||||
|48|[CallMeDK/flutter_stock_project](https://github.com/CallMeDK/flutter_stock_project)|flutter仿写自选股详情,感兴趣的小伙伴fork下一起学习dart。|5|0|2021-07-26|
|
||||
|49|[githubityu/flutter_jdshop_mvvm](https://github.com/githubityu/flutter_jdshop_mvvm)|跟着大地老师学习的,模仿京东的一个实战项目,但是根据实际项目做了许多修改和优化|42|0|2021-07-27|
|
||||
|50|[canhuah/WanAndroid-Flutter](https://github.com/canhuah/WanAndroid-Flutter)|Flutter版本 WanAndroid客户端 适合Flutter入门学习 被张鸿洋微信公众号推荐为优质Flutter开源项目啦|610|0|2021-12-17|
|
||||
|51|[Lester2020/flutter_study_demo](https://github.com/Lester2020/flutter_study_demo)|一个零基础入门学习flutter的demo总结,里面覆盖flutter常用组件和APP的基本框架结构样式。|8|0|2021-10-14|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Go.md
Normal file
116
content/charts/growth/knowledge/Go.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Go
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[avelino/awesome-go](https://github.com/avelino/awesome-go)|A curated list of awesome Go frameworks, libraries and software|72385|27|2021-12-19|
|
||||
|2|[chai2010/ugo-compiler-book](https://github.com/chai2010/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|653|14|2021-12-17|
|
||||
|3|[halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)|✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解|22440|14|2021-12-17|
|
||||
|4|[quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests)|Learn Go with test-driven development|16056|12|2021-12-13|
|
||||
|5|[chai2010/advanced-go-programming-book](https://github.com/chai2010/advanced-go-programming-book)|:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)|16438|11|2021-12-14|
|
||||
|6|[astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)|A golang ebook intro how to build a web with golang|39283|11|2021-11-28|
|
||||
|7|[inancgumus/learngo](https://github.com/inancgumus/learngo)|1000+ Hand-Crafted Go Examples, Exercises, and Quizzes|11847|10|2021-12-10|
|
||||
|8|[unknwon/the-way-to-go_ZH_CN](https://github.com/unknwon/the-way-to-go_ZH_CN)|《The Way to Go》中文译本,中文正式名《Go 入门指南》|28323|9|2021-12-07|
|
||||
|9|[snail007/goproxy](https://github.com/snail007/goproxy)|🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port ...|11333|7|2021-11-29|
|
||||
|10|[yeasy/docker_practice](https://github.com/yeasy/docker_practice)|Learn and understand Docker technologies, with real DevOps practice!|19768|7|2021-12-01|
|
||||
|11|[talkgo/night](https://github.com/talkgo/night)|Weekly Go Online Meetup via Bilibili|Go 夜读|通过 bilibili 在线直播的方式分享 Go 相关的技术话题,每天大家在微信/telegram/Slack 上及时沟通交流编程技术话题。|10059|7|2021-12-10|
|
||||
|12|[moonD4rk/HackBrowserData](https://github.com/moonD4rk/HackBrowserData)|Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。|3864|7|2021-12-19|
|
||||
|13|[halfrost/Halfrost-Field](https://github.com/halfrost/Halfrost-Field)|✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地|10415|6|2021-12-18|
|
||||
|14|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|1641|5|2021-10-16|
|
||||
|15|[chai2010/go-ast-book](https://github.com/chai2010/go-ast-book)|:books: 《Go语法树入门——开启自制编程语言和编译器之旅》(开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST/凹语言)|4033|4|2021-12-14|
|
||||
|16|[fanux/sealos](https://github.com/fanux/sealos)|一条命令离线安装高可用kubernetes,3min装完,700M,100年证书,版本不要太全,生产环境稳如老狗|5251|4|2021-12-19|
|
||||
|17|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|318|4|2021-11-26|
|
||||
|18|[golang-design/Go-Questions](https://github.com/golang-design/Go-Questions)|📖 从问题切入,串连 Go 语言相关的所有知识,融会贯通。 https://golang.design/go-questions|3413|3|2021-11-17|
|
||||
|19|[senghoo/golang-design-pattern](https://github.com/senghoo/golang-design-pattern)|设计模式 Golang实现-《研磨设计模式》读书笔记|5822|3|2021-11-10|
|
||||
|20|[unknwon/go-fundamental-programming](https://github.com/unknwon/go-fundamental-programming)|《Go 编程基础》是一套针对 Google 出品的 Go 语言的视频语音教程,主要面向新手级别的学习者。|8042|3|2021-10-25|
|
||||
|21|[hantmac/Mastering_Go_ZH_CN](https://github.com/hantmac/Mastering_Go_ZH_CN)|《Mastering GO》中文译本,《玩转 GO》。|2870|3|2021-12-04|
|
||||
|22|[phachon/mm-wiki](https://github.com/phachon/mm-wiki)|MM-Wiki 一个轻量级的企业知识分享与团队协同软件,可用于快速构建企业 Wiki 和团队知识分享平台。部署方便,使用简单,帮助团队构建一个信息共享、文档管理的协作环境。|2364|2|2021-11-02|
|
||||
|23|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|444|2|2021-08-08|
|
||||
|24|[lifei6671/interview-go](https://github.com/lifei6671/interview-go)|golang面试题集合|2481|2|2021-12-19|
|
||||
|25|[hyper0x/Golang_Puzzlers](https://github.com/hyper0x/Golang_Puzzlers)|An example project, for my column named "Core Golang - 36 lessons"|2118|2|2021-10-22|
|
||||
|26|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|120|2|2021-12-03|
|
||||
|27|[tidb-incubator/tinykv](https://github.com/tidb-incubator/tinykv)|A course to build distributed key-value service based on TiKV model|1287|2|2021-12-19|
|
||||
|28|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|基于已知网站 ssl 证书的信息生成新的自签名证书,除了证书是不被信任的以外,其他的信息看上去基本一致,用于伪装流量。|82|2|2021-11-09|
|
||||
|29|[eyebluecn/tank](https://github.com/eyebluecn/tank)|《蓝眼云盘》(Eyeblue Cloud Storage)|2399|2|2021-11-26|
|
||||
|30|[qjfoidnh/BaiduPCS-Go](https://github.com/qjfoidnh/BaiduPCS-Go)|iikira/BaiduPCS-Go原版基础上集成了分享链接/秒传链接转存功能|931|2|2021-10-06|
|
||||
|31|[TruthHun/BookStack](https://github.com/TruthHun/BookStack)|BookStack,基于MinDoc,使用Beego开发的在线文档管理系统,功能类似Gitbook和看云。|2546|2|2021-11-16|
|
||||
|32|[jiujuan/go-collection](https://github.com/jiujuan/go-collection)|:tulip: awesome awesome go, study golang from basic to proficient|1379|2|2021-11-22|
|
||||
|33|[xinliangnote/Go](https://github.com/xinliangnote/Go)|【Go 从入门到实战】学习笔记,从零开始学 Go、Gin 框架,基本语法包括 26 个Demo,Gin 框架包括:Gin 自定义路由配置、Gin 使用 Logrus 进行日志记录、Gin 数据绑定和验证、Gin 自定义错误处理、Go gRPC Hello World... 持续更新中... |1976|2|2021-11-13|
|
||||
|34|[miguelmota/ethereum-development-with-go-book](https://github.com/miguelmota/ethereum-development-with-go-book)|📖 A little guide book on Ethereum Development with Go (golang)|1094|1|2021-11-07|
|
||||
|35|[liuchengxu/blockchain-tutorial](https://github.com/liuchengxu/blockchain-tutorial)|:ear_of_rice: A step-by-step blockchain tutorial in simplified Chinese|2081|1|2021-10-24|
|
||||
|36|[mohuishou/go-design-pattern](https://github.com/mohuishou/go-design-pattern)|golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记|526|1|2021-06-04|
|
||||
|37|[eallion/uBlacklist-subscription-compilation](https://github.com/eallion/uBlacklist-subscription-compilation)|🚫 uBlacklist subscription compilation 订阅合集|342|1|2021-12-19|
|
||||
|38|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|171|1|2021-08-18|
|
||||
|39|[studygolang/studygolang](https://github.com/studygolang/studygolang)|Go 语言中文网 Golang中文社区 Go语言学习园地 源码|2230|1|2021-12-14|
|
||||
|40|[wangsongyan/wblog](https://github.com/wangsongyan/wblog)|基于gin+gorm开发的个人博客项目|830|1|2021-11-28|
|
||||
|41|[baiyutang/meetup](https://github.com/baiyutang/meetup)|【❤️ 互联网最全大厂技术分享PPT 👍🏻 持续更新中!】🍻各大技术交流会、活动资料汇总 ,如 👉QCon👉全球运维技术大会 👉 GDG 👉 全球技术领导力峰会👉大前端大会👉架构师峰会👉敏捷开发DevOps👉OpenResty👉Elastic,欢迎 PR / Issues|753|1|2021-10-25|
|
||||
|42|[otokaze/189Cloud-Downloader](https://github.com/otokaze/189Cloud-Downloader)|一个不限速的天翼云网盘下载器。(支持分享链接下载、支持Windows、Linux、macOS)Based Go.|193|1|2021-11-04|
|
||||
|43|[golang-minibear2333/golang](https://github.com/golang-minibear2333/golang)|扫清go语言一切障碍,go语言实战、go语言从入门到精通,持续更新,欢迎star|347|1|2021-08-25|
|
||||
|44|[gopl-zh/gopl-zh.github.com](https://github.com/gopl-zh/gopl-zh.github.com)|Go语言圣经中文版(只接收PR, Issue请提交到golang-china/gopl-zh)|2773|1|2021-11-23|
|
||||
|45|[yqchilde/Golang-Interview](https://github.com/yqchilde/Golang-Interview)|Golang面试题,收集自Golang中文网,收集是为了自己可以巩固复习,不必要每次去找|495|1|2021-07-09|
|
||||
|46|[go-programming-tour-book/blog-service](https://github.com/go-programming-tour-book/blog-service)|《Go 语言编程之旅:一起用 Go 做项目》第二章:博客程序(HTTP Server)|326|1|2021-11-15|
|
||||
|47|[lilacsheep/HomeCenter](https://github.com/lilacsheep/HomeCenter)|A collection of commonly used tools, including proxy, file management, DDNS, offline download|276|1|2021-11-15|
|
||||
|48|[pibigstar/go-demo](https://github.com/pibigstar/go-demo)|Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等|1458|1|2021-12-18|
|
||||
|49|[Janusec/janusec](https://github.com/Janusec/janusec)|Janusec Application Gateway, Provides Fast and Secure Application Delivery (Authentication, WAF/CC, HTTPS and ACME automatic certificates). JANUSEC应用网关,提供快速、安全的应用交付(身份认证, WAF/CC, HTTPS以及ACME自动证书)。|862|1|2021-11-14|
|
||||
|50|[hwholiday/learning_tools](https://github.com/hwholiday/learning_tools)|Go 学习、Go 进阶、Go 实用工具类、Go DDD 项目落地、Go-kit 、Go-Micro 、Go 推送平台、微服务实践|1487|1|2021-12-16|
|
||||
|51|[Mikubill/transfer](https://github.com/Mikubill/transfer)|🍭 集合多个API的大文件传输工具.|472|1|2021-11-24|
|
||||
|52|[go-training/training](https://github.com/go-training/training)|Learning Golang one day|955|1|2021-07-21|
|
||||
|53|[zxh0/jvmgo-book](https://github.com/zxh0/jvmgo-book)|《自己动手写Java虚拟机》随书源代码|1269|1|2021-07-31|
|
||||
|54|[3xxx/engineercms](https://github.com/3xxx/engineercms)|工程师知识管理系统:基于golang go语言(beego框架)。每个行业都有自己的知识管理系统,engineercms旨在为土木工程师们打造一款适用的基于web的知识管理系统。它既可以用于管理个人的项目资料,也可以用于管理项目团队资料;它既可以运行于个人电脑,也可以放到服务器上。支持提取码分享文件,onlyoffice实时文档协作,直接在线编辑dwg文件、office文档,在线利用mindoc创 ...|1061|1|2021-12-05|
|
||||
|55|[smartwalle/alipay](https://github.com/smartwalle/alipay)|支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签。|1240|1|2021-11-29|
|
||||
|56|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|186|1|2021-12-14|
|
||||
|57|[txthinking/mr2](https://github.com/txthinking/mr2)|mr2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration. mr2 帮助你将本地端口暴露在外网.支持TCP/UDP, 当然也支持HTTP.|1169|1|2021-07-16|
|
||||
|58|[jaywcjlove/golang-tutorial](https://github.com/jaywcjlove/golang-tutorial)|Go语言快速入门|387|0|2021-12-05|
|
||||
|59|[deb-sig/double-entry-generator](https://github.com/deb-sig/double-entry-generator)|Rule-based double-entry bookkeeping importer (from Alipay/WeChat/Huobi to Beancount).|136|0|2021-12-16|
|
||||
|60|[yonyoucloud/install_k8s](https://github.com/yonyoucloud/install_k8s)|一键安装kubernets(k8s)系统,采用RBAC模式运行(证书安全认证模式),既可以单台安装、也可以集群安装,并且完全是生产环境的安装标准。有疑问大家可以加我微信沟通:bsh888|619|0|2021-10-28|
|
||||
|61|[galaxy-book/feishu-sdk-golang](https://github.com/galaxy-book/feishu-sdk-golang)|飞书开放平台 SDK,聚合SDK https://github.com/galaxy-book/saturn|69|0|2021-09-22|
|
||||
|62|[qbhy/go-tumblr-crawler](https://github.com/qbhy/go-tumblr-crawler)|Easily download all the photos/videos from tumblr blogs. 下载指定的 Tumblr 博客中的图片,视频。golang版本|61|0|2021-08-13|
|
||||
|63|[coding3min/interview-leetcode](https://github.com/coding3min/interview-leetcode)|【📚 技术面试高频算法+真实面试各类问答+学习指南】助力快速复习找到工作,涵盖大部分程序员所需要掌握的核心知识。|152|0|2021-09-16|
|
||||
|64|[guyan0319/golang_development_notes](https://github.com/guyan0319/golang_development_notes)|golang development notes go语言开发笔记|339|0|2021-12-09|
|
||||
|65|[go-programming-tour-book/tour](https://github.com/go-programming-tour-book/tour)|《Go 语言编程之旅:一起用 Go 做项目》第一章:命令行程序(Command)|155|0|2021-11-02|
|
||||
|66|[Go-zh/go](https://github.com/Go-zh/go)|Go 语言文档中文翻译|47|0|2021-11-23|
|
||||
|67|[yijizhichang/LeetCodeInGo](https://github.com/yijizhichang/LeetCodeInGo)|LeetCode Written In Go|82|0|2021-09-23|
|
||||
|68|[longjoy/micro-go-book](https://github.com/longjoy/micro-go-book)|《Go语言高并发与微服务实战》代码|272|0|2021-07-06|
|
||||
|69|[zc2638/go-standard](https://github.com/zc2638/go-standard)|Go常用规范定义,标准库方法使用示例,请注意这不是Go的中文版标准库(传送门)|397|0|2021-11-23|
|
||||
|70|[broqiang/mdblog](https://github.com/broqiang/mdblog)|用来显示 markdown 文档的,基于 gin 框架的, go 语言开发的博客|290|0|2021-10-19|
|
||||
|71|[bigwhite/publication](https://github.com/bigwhite/publication)|个人出版物相关资料,比如配套源码等。|45|0|2021-10-30|
|
||||
|72|[gwuhaolin/golang-book](https://github.com/gwuhaolin/golang-book)|Golang 中文学习资料汇总|120|0|2021-10-27|
|
||||
|73|[Echosong/beego_blog](https://github.com/Echosong/beego_blog)| beego+layui go入门开发 简洁美观的个人博客系统|458|0|2021-10-24|
|
||||
|74|[nanmu42/orly](https://github.com/nanmu42/orly)|:football: Generate your own O'RLY animal book cover to troll your colleagues 生成你自己的O'RLY动物书封面,让你的同事惊掉下巴|499|0|2021-12-14|
|
||||
|75|[Tinywan/golang-tutorial](https://github.com/Tinywan/golang-tutorial)|:bouquet: Golang 系列教程(译)|212|0|2021-10-27|
|
||||
|76|[xusenlin/forest-blog](https://github.com/xusenlin/forest-blog)|:seedling:ForestBlog 是基于 go 语言开发的,无第三方Go依赖的,适合用来学习和展示 markdown 文档的精美博客:)|76|0|2021-10-30|
|
||||
|77|[88250/pipe](https://github.com/88250/pipe)|🎷 B3log 分布式社区的 Go 博客端节点系统,欢迎加入下一代社区网络。B3log distributed community blog-end node based on Go, welcome to join the next generation community network. |241|0|2021-11-03|
|
||||
|78|[TomorrowWu/golang-algorithms](https://github.com/TomorrowWu/golang-algorithms)|Algorithms and data structures implemented in Golang with explanations and links to further readings|165|0|2021-09-26|
|
||||
|79|[hunterhug/goa.c](https://github.com/hunterhug/goa.c)|📚 中文书籍:数据结构和算法(Golang实现)Chinese Book|336|0|2021-11-15|
|
||||
|80|[gopcp/example.v2](https://github.com/gopcp/example.v2)|An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).|779|0|2021-11-09|
|
||||
|81|[ICKelin/article](https://github.com/ICKelin/article)|读书笔记,博客文章|69|0|2021-09-29|
|
||||
|82|[xuesongbj/Go-Notes](https://github.com/xuesongbj/Go-Notes)|🚀 Go学习笔记 📖 |82|0|2021-11-02|
|
||||
|83|[togettoyou/blockchain-real-estate](https://github.com/togettoyou/blockchain-real-estate)|🚀 基于区块链(Hyperledger Fabric)的房地产交易系统(可能是最好的 Fabric 入门项目)|211|0|2021-11-24|
|
||||
|84|[Golangltd/leafltd](https://github.com/Golangltd/leafltd)| leafltd 简介 leafltd是Golang语言社区的项目集合控制项目,其中包含:leaf社区版本,帧同步游戏服务器,H5游戏服务器,KCP,gRPC项目等|76|0|2021-08-10|
|
||||
|85|[hpb-project/go-hpb](https://github.com/hpb-project/go-hpb)|go-hpb main chain master|50|0|2021-12-07|
|
||||
|86|[kevinyan815/gocookbook](https://github.com/kevinyan815/gocookbook)|go cook book|134|0|2021-12-01|
|
||||
|87|[ystyle/kaf-cli](https://github.com/ystyle/kaf-cli)|把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)|74|0|2021-08-07|
|
||||
|88|[anzhihe/learning](https://github.com/anzhihe/learning)|Learning Shell,Python,Golang,System,Network|380|0|2021-12-17|
|
||||
|89|[sinksmell/lanblog](https://github.com/sinksmell/lanblog)|懒人博客,前后端分离,Vue+Beego Restful api 开箱即用,部署简单,后台管理系统简洁美观。好了,我编不下去了🤣|224|0|2021-09-12|
|
||||
|90|[hzde0128/gomicro_note](https://github.com/hzde0128/gomicro_note)|go-micro学习笔记|75|0|2021-07-08|
|
||||
|91|[razeencheng/demo-go](https://github.com/razeencheng/demo-go)|我的Go学习笔记|60|0|2021-07-20|
|
||||
|92|[ZZMarquis/gm](https://github.com/ZZMarquis/gm)|Go语言:实现国密SM2/SM3/SM4算法;实现SM2 X509v3证书签发和解析|235|0|2021-10-20|
|
||||
|93|[songzhibin97/gkit](https://github.com/songzhibin97/gkit)|致力于提供微服务以及单体服务的可用性基础组件工具集合,借鉴了一些优秀的开源项目功能例如:kratos、go-kit、mosn、sentinel、gf的一些核心组件... 希望大家多多使用、多提issue、pr|106|0|2021-12-15|
|
||||
|94|[weirubo/intermediate_go](https://github.com/weirubo/intermediate_go)|Golang 进阶|60|0|2021-08-15|
|
||||
|95|[Go-zh/tour](https://github.com/Go-zh/tour)|Go 语言官方教程中文版|1113|0|2021-11-04|
|
||||
|96|[mmzou/geektime-dl](https://github.com/mmzou/geektime-dl)|👾 Geektime-dl 是使用Go构建的快速、简单的极客时间下载器,支持专栏下载为PDF文档。|359|0|2021-08-17|
|
||||
|97|[kkdai/LineBotTemplate](https://github.com/kkdai/LineBotTemplate)|A simple Golang LINE bot Template and tutorial how to setup on Heroku for LINE bot API|166|0|2021-10-07|
|
||||
|98|[wx-chevalier/Go-Series](https://github.com/wx-chevalier/Go-Series)|:books: Go-Series, Go From Zero to Hero. 语法基础、工程实践、并发编程、Web 开发|101|0|2021-11-02|
|
||||
|99|[bodhiye/paste](https://github.com/bodhiye/paste)|代码便利贴,在线代码分享平台~|62|0|2021-08-13|
|
||||
|100|[gookit/validate](https://github.com/gookit/validate)|⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。|499|0|2021-11-13|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
17
content/charts/growth/knowledge/Groovy.md
Normal file
17
content/charts/growth/knowledge/Groovy.md
Normal file
@ -0,0 +1,17 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Groovy
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Jonny023/Study](https://github.com/Jonny023/Study)|学习笔记|18|0|2021-12-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/HTML.md
Normal file
116
content/charts/growth/knowledge/HTML.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > HTML
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|1973|25|2021-10-31|
|
||||
|2|[PKUanonym/REKCARC-TSC-UHT](https://github.com/PKUanonym/REKCARC-TSC-UHT)|清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University|20450|21|2021-10-12|
|
||||
|3|[ripienaar/free-for-dev](https://github.com/ripienaar/free-for-dev)|A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev|51527|21|2021-12-19|
|
||||
|4|[fengdu78/Coursera-ML-AndrewNg-Notes](https://github.com/fengdu78/Coursera-ML-AndrewNg-Notes)|吴恩达老师的机器学习课程个人笔记|23658|16|2021-07-23|
|
||||
|5|[davideuler/architecture.of.internet-product](https://github.com/davideuler/architecture.of.internet-product)|互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充|18661|14|2021-12-05|
|
||||
|6|[QSCTech/zju-icicles](https://github.com/QSCTech/zju-icicles)|浙江大学课程攻略共享计划|23900|12|2021-12-18|
|
||||
|7|[Igglybuff/awesome-piracy](https://github.com/Igglybuff/awesome-piracy)|A curated list of awesome warez and piracy links|13911|12|2021-12-09|
|
||||
|8|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1343|11|2021-11-20|
|
||||
|9|[fengdu78/deeplearning_ai_books](https://github.com/fengdu78/deeplearning_ai_books)|deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)|14004|10|2021-10-23|
|
||||
|10|[nndl/nndl.github.io](https://github.com/nndl/nndl.github.io)|《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning |15079|8|2021-12-09|
|
||||
|11|[TeamStuQ/skill-map](https://github.com/TeamStuQ/skill-map)|程序员技能图谱|18549|8|2021-06-25|
|
||||
|12|[itorr/nbnhhsh](https://github.com/itorr/nbnhhsh)|😩「能不能好好说话?」 拼音首字母缩写翻译工具|4557|7|2021-11-18|
|
||||
|13|[haixiangyan/one-day-one-npm-lib](https://github.com/haixiangyan/one-day-one-npm-lib)|🔥 🔥 这本小书会带你造 10 个非常实用的 npm 库 📦|1373|6|2021-09-09|
|
||||
|14|[javascript-tutorial/zh.javascript.info](https://github.com/javascript-tutorial/zh.javascript.info)|现代 JavaScript 教程(The Modern JavaScript Tutorial)|5656|4|2021-12-19|
|
||||
|15|[doocs/technical-books](https://github.com/doocs/technical-books)|😆 国内外互联网技术大牛们都写了哪些书籍:计算机基础、网络、前端、后端、数据库、架构、大数据、深度学习...|3956|4|2021-12-13|
|
||||
|16|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|420|4|2021-10-05|
|
||||
|17|[biaochenxuying/blog](https://github.com/biaochenxuying/blog)|大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。|3178|3|2021-10-11|
|
||||
|18|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|306|3|2021-12-06|
|
||||
|19|[HiddenStrawberry/Crawler_Illegal_Cases_In_China](https://github.com/HiddenStrawberry/Crawler_Illegal_Cases_In_China)|Collection of China illegal cases about web crawler 本项目用来整理所有中国大陆爬虫开发者涉诉与违规相关的新闻、资料与法律法规。致力于帮助在中国大陆工作的爬虫行业从业者了解我国相关法律,避免触碰数据合规红线。 [AD]中文知识图谱门户 |2448|3|2021-10-28|
|
||||
|20|[wowchemy/wowchemy-hugo-themes](https://github.com/wowchemy/wowchemy-hugo-themes)|🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。|6093|3|2021-12-18|
|
||||
|21|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|718|3|2021-10-30|
|
||||
|22|[golang101/golang101](https://github.com/golang101/golang101)|Go语言101 : 一本侧重于Go语言语法和语义的编程解释和指导书|2815|2|2021-11-17|
|
||||
|23|[ConsenSys/smart-contract-best-practices](https://github.com/ConsenSys/smart-contract-best-practices)|A guide to smart contract security best practices|4784|2|2021-12-12|
|
||||
|24|[xxlllq/system_architect](https://github.com/xxlllq/system_architect)|:100:高质量、最全面的系统架构设计师(软考高级)备考资源库。备考QQ群:系统架构设计师(⑥群:1009309733),系统分析师(②群:699260558),信息系统项目管理师(②群:785329399)。|2379|2|2021-11-29|
|
||||
|25|[gwuhaolin/dive-into-webpack](https://github.com/gwuhaolin/dive-into-webpack)|全面的Webpack教程《深入浅出Webpack》电子书|3664|2|2021-10-27|
|
||||
|26|[MikeCreken/lanlanInterview](https://github.com/MikeCreken/lanlanInterview)|此仓库将包含各大银行的基本介绍,笔试面试特点,发现这个宝库就离上岸不远了,哼|68|2|2021-11-25|
|
||||
|27|[zhangkaitao/shiro-example](https://github.com/zhangkaitao/shiro-example)|跟我学Shiro(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》) |4773|2|2021-09-01|
|
||||
|28|[paddingme/Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question)|前端开发面试题大收集,前端面试集锦 :heart: :gift_heart: :cupid:|5034|2|2021-10-13|
|
||||
|29|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|69|2|2021-12-11|
|
||||
|30|[go101/go101](https://github.com/go101/go101)|An online book focusing on Go syntax/semantics and runtime related things|4128|2|2021-11-18|
|
||||
|31|[fool2fish/dragon-book-exercise-answers](https://github.com/fool2fish/dragon-book-exercise-answers)|Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。|4949|2|2021-09-23|
|
||||
|32|[me115/linuxtools_rst](https://github.com/me115/linuxtools_rst)|Linux工具快速教程|4821|2|2021-08-16|
|
||||
|33|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|153|2|2021-11-09|
|
||||
|34|[CHYbeta/Web-Security-Learning](https://github.com/CHYbeta/Web-Security-Learning)|Web-Security-Learning|3619|2|2021-10-02|
|
||||
|35|[eddycjy/blog](https://github.com/eddycjy/blog)|煎鱼的博客,有点忙,传送门:https://eddycjy.com|2772|2|2021-11-18|
|
||||
|36|[stellarkey/912_project](https://github.com/stellarkey/912_project)|清华大学计算机系考研攻略 Guidance for postgraduate entrance examination in Department of Computer Science and Technology, Tsinghua University|921|1|2021-08-21|
|
||||
|37|[wx-chevalier/DistributedSystem-Series](https://github.com/wx-chevalier/DistributedSystem-Series)|:books: 深入浅出分布式基础架构,Linux 与操作系统篇 分布式系统篇 分布式计算篇 数据库篇 网络篇 虚拟化与编排篇 大数据与云计算篇|1270|1|2021-11-28|
|
||||
|38|[mtf-wiki/MtF-Wiki](https://github.com/mtf-wiki/MtF-Wiki)|试图整理汇总 MtF 的相关资料,为大家提供更好的帮助~|301|1|2021-12-18|
|
||||
|39|[xiaolai/blockchainlittlebook.com](https://github.com/xiaolai/blockchainlittlebook.com)|区块链小白书|571|1|2021-10-05|
|
||||
|40|[asyncins/antispider](https://github.com/asyncins/antispider)|书籍《Python3 反爬虫原理与绕过实战》配套代码|517|1|2021-10-25|
|
||||
|41|[esofar/cnblogs-theme-silence](https://github.com/esofar/cnblogs-theme-silence)|📖 一款专注于阅读的博客园主题|1668|1|2021-12-08|
|
||||
|42|[su37josephxia/bytedance-youth-training-camp](https://github.com/su37josephxia/bytedance-youth-training-camp)|字节青训营教程|119|1|2021-10-08|
|
||||
|43|[demopark/electron-api-demos-Zh_CN](https://github.com/demopark/electron-api-demos-Zh_CN)|这是 electron-api-demos 的中文版本, 更新至 v2.0.2|1831|1|2021-10-12|
|
||||
|44|[SummerSec/JavaLearnVulnerability](https://github.com/SummerSec/JavaLearnVulnerability)|Java漏洞学习笔记 Deserialization Vulnerability|391|1|2021-11-30|
|
||||
|45|[wx-chevalier/Web-Series](https://github.com/wx-chevalier/Web-Series)|:books: 现代 Web 开发语法基础与工程实践,涵盖 Web 开发基础、前端工程化、应用架构、性能与体验优化、混合开发、React 实践、Vue 实践、WebAssembly 等多方面。|666|1|2021-11-28|
|
||||
|46|[F4bwDP6a6W/FLY_US](https://github.com/F4bwDP6a6W/FLY_US)|美国大学备考资料 How to apply US colleges|1701|1|2021-11-26|
|
||||
|47|[GoSSIP-SJTU/dailyPaper](https://github.com/GoSSIP-SJTU/dailyPaper)|每日论文推荐|271|1|2021-06-21|
|
||||
|48|[koala-coding/goodBlog](https://github.com/koala-coding/goodBlog)|我是koala, 公众号【程序员成长指北】的作者, 专注Node.js技术栈分享,从前端到Node.js再到后端数据库,帮您成为优秀的Node.js全栈工程师。和我一起进阶全栈吧!|643|1|2021-10-06|
|
||||
|49|[openwhu/OpenWHU](https://github.com/openwhu/OpenWHU)|武汉大学课程资料整理-WHU课代表计划|512|1|2021-12-17|
|
||||
|50|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|96|1|2021-12-15|
|
||||
|51|[oneStarLR/myblog-mybatis](https://github.com/oneStarLR/myblog-mybatis)|个人博客系统(SpringBoot+Mybatis)|434|1|2021-08-10|
|
||||
|52|[NICEXAI/leaflet_zh](https://github.com/NICEXAI/leaflet_zh)|Leaflet中文文档|772|1|2021-12-14|
|
||||
|53|[shengxinjing/vue3-vs-vue2](https://github.com/shengxinjing/vue3-vs-vue2)|《前端会客厅第一期代码》和尤大聊vue3的 提升|351|1|2021-11-04|
|
||||
|54|[yangkun19921001/Blog](https://github.com/yangkun19921001/Blog)|Android 面试宝典、数据结构和算法、音视频 (FFmpeg、AAC、x264、MediaCodec)、 C/C++ 、OpenCV、跨平台等学习记录。【0基础音视频进阶学习路线】|1560|1|2021-10-17|
|
||||
|55|[dennis-jiang/Front-End-Knowledges](https://github.com/dennis-jiang/Front-End-Knowledges)|前端知识进阶|693|1|2021-10-22|
|
||||
|56|[HuangCongQing/UCAS_Course_2019](https://github.com/HuangCongQing/UCAS_Course_2019)|中国科学院大学2019-2020课程(秋季,春季,夏季)|822|1|2021-08-24|
|
||||
|57|[rootsongjc/awesome-cloud-native](https://github.com/rootsongjc/awesome-cloud-native)|A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/|1393|1|2021-12-09|
|
||||
|58|[doocs/coding-interview](https://github.com/doocs/coding-interview)|😀 代码面试题集,包括剑指 Offer、编程之美等|1420|1|2021-12-14|
|
||||
|59|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|103|1|2021-12-17|
|
||||
|60|[liuran001/openwrt-packages](https://github.com/liuran001/openwrt-packages)|国内常用OpenWrt软件包源码合集,每天自动更新,建议使用lean源码|565|1|2021-10-11|
|
||||
|61|[NakanoMikuOrg/arch-guide](https://github.com/NakanoMikuOrg/arch-guide)|✨ archlinux 简明指南 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 提供在线文档 ✨|104|1|2021-12-18|
|
||||
|62|[kujian/frontendDaily](https://github.com/kujian/frontendDaily)|前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。|1901|1|2021-12-18|
|
||||
|63|[TIM168/technical_books](https://github.com/TIM168/technical_books)|:books:🔥收集全网最热门的技术书籍 (GO、黑客、Android、计算机原理、人工智能、大数据、机器学习、数据库、PHP、java、架构、消息队列、算法、python、爬虫、操作系统、linux、C语言),不间断更新中:hotsprings:|996|1|2021-06-07|
|
||||
|64|[wx-chevalier/Developer-Zero-To-Mastery](https://github.com/wx-chevalier/Developer-Zero-To-Mastery)|:books: To Be Professional Developer From Zero To Mastery, Interactive MindMap, RoadMap(Learning Path/Interview Questions), xCompass, Weekly for Developer, to Learn Everything in ITCS :dizzy: 程序员的技术视 ...|2892|1|2021-12-02|
|
||||
|65|[phodal/designiot](https://github.com/phodal/designiot)|教你设计物联网系统。构建自己的Internet of Things 。|1983|1|2021-06-25|
|
||||
|66|[hornhuang/android_interviews](https://github.com/hornhuang/android_interviews)|🚀Everything you need to know to find a android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!|541|1|2021-07-26|
|
||||
|67|[Ehco1996/Python-crawler](https://github.com/Ehco1996/Python-crawler)|从头开始 系统化的 学习如何写Python爬虫。 Python版本 3.6 |1581|1|2021-12-13|
|
||||
|68|[wx-chevalier/Awesome-CS-Books-and-Digests](https://github.com/wx-chevalier/Awesome-CS-Books-and-Digests)|:books: Awesome CS Books(with Digests)/Series(.pdf by git lfs) Warehouse for Geeks, ProgrammingLanguage, SoftwareEngineering, Web, AI, ServerSideApplication, Infrastructure, FE etc. :dizzy: 优秀计算机科学与技术 ...|1375|1|2021-12-14|
|
||||
|69|[ojeveryday/AlgoWiki](https://github.com/ojeveryday/AlgoWiki)|总结算法刷题套路,在线阅读:|443|1|2021-11-30|
|
||||
|70|[godbasin/godbasin.github.io](https://github.com/godbasin/godbasin.github.io)|被删前端博客--喜欢请star|1659|1|2021-12-12|
|
||||
|71|[wardseptember/notes](https://github.com/wardseptember/notes)|算法刷题指南、Java多线程与高并发、Java集合源码、Spring boot、Spring Cloud等笔记,源码级学习笔记后续也会更新。|480|1|2021-08-31|
|
||||
|72|[zrong/blog](https://github.com/zrong/blog)|博客文章 markdown 源文件|103|0|2021-11-12|
|
||||
|73|[apachecn/fastai-ml-dl-notes-zh](https://github.com/apachecn/fastai-ml-dl-notes-zh)|:book: [译] fast.ai 机器学习和深度学习中文笔记|382|0|2021-08-13|
|
||||
|74|[PE-CN/PE-CN.github.io](https://github.com/PE-CN/PE-CN.github.io)|Project Euler 欧拉计划 中文翻译站|34|0|2021-09-08|
|
||||
|75|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|21|0|2021-11-30|
|
||||
|76|[Sayi/sayi.github.com](https://github.com/Sayi/sayi.github.com)|个人博客已切换到公众号Evoopeed,请搜索:deepoove|40|0|2021-11-08|
|
||||
|77|[su37josephxia/tiny-vue-next](https://github.com/su37josephxia/tiny-vue-next)|vue3.0的简化学习版|29|0|2021-09-22|
|
||||
|78|[ivandavidov/minimal](https://github.com/ivandavidov/minimal)|Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environ ...|1169|0|2021-11-04|
|
||||
|79|[gaowenxin95/leetcode-cookbook](https://github.com/gaowenxin95/leetcode-cookbook)|leetcode上面的一些经典算法题笔记|29|0|2021-09-16|
|
||||
|80|[Biusec/Open_the_cyber_security_door](https://github.com/Biusec/Open_the_cyber_security_door)|打开网络安全之门(网络安全各方向学习指南)|20|0|2021-08-04|
|
||||
|81|[swimos/tutorial](https://github.com/swimos/tutorial)|Tutorials to help you build your first Swim app|27|0|2021-08-17|
|
||||
|82|[karashiiro/xiv-resources](https://github.com/karashiiro/xiv-resources)|A list of websites and tools for FFXIV.|81|0|2021-12-10|
|
||||
|83|[huataihuang/cloud-atlas-draft](https://github.com/huataihuang/cloud-atlas-draft)|Cloud Compute Technology Guide|152|0|2021-11-18|
|
||||
|84|[babbittry/Front-end-notes](https://github.com/babbittry/Front-end-notes)|前端学习笔记|87|0|2021-07-08|
|
||||
|85|[javascript-tutorial/zh-hant.javascript.info](https://github.com/javascript-tutorial/zh-hant.javascript.info)|Modern JavaScript Tutorial in Chinese Traditional|31|0|2021-12-15|
|
||||
|86|[willshang/go-leetcode](https://github.com/willshang/go-leetcode)|用go刷leetcode,已更新1800+常见面试算法题目,提供多种解题思路|36|0|2021-11-28|
|
||||
|87|[mrxur/home](https://github.com/mrxur/home)|好看的个人主页,个人主页源码,博客主页模板|72|0|2021-10-07|
|
||||
|88|[mzlogin/mzlogin.github.io](https://github.com/mzlogin/mzlogin.github.io)|Jekyll Themes / GitHub Pages 博客模板 / A template repository for Jekyll based blog|1173|0|2021-12-19|
|
||||
|89|[lryong/tutorials-from-runoob](https://github.com/lryong/tutorials-from-runoob)|菜鸟教程-离线版|122|0|2021-12-13|
|
||||
|90|[smartadpole/smartadpole.github.io](https://github.com/smartadpole/smartadpole.github.io)|博客地址 https://smartadpole.github.io|44|0|2021-09-30|
|
||||
|91|[songjiayang/prometheus_practice](https://github.com/songjiayang/prometheus_practice)|包括 Prometheus 基础知识,性能优化和大量实战经验。|545|0|2021-08-18|
|
||||
|92|[HeroIsUseless/MyBook](https://github.com/HeroIsUseless/MyBook)|简约优美的电子书阅读器(支持全平台)|120|0|2021-10-25|
|
||||
|93|[YongxinLiu/MicrobiomeProtocol](https://github.com/YongxinLiu/MicrobiomeProtocol)|Microbiome Protocol eBook related documents and scripts.|21|0|2021-06-11|
|
||||
|94|[piaoliangkb/missing-semester-2020](https://github.com/piaoliangkb/missing-semester-2020)|MIT: missing semester 2020. Exercise solutions and reading notes. 学习笔记和部分习题答案|70|0|2021-10-19|
|
||||
|95|[taizihuang/wmyblog](https://github.com/taizihuang/wmyblog)|王孟源的博客镜像【可搜索】,每小时更新|42|0|2021-12-19|
|
||||
|96|[cncounter/translation](https://github.com/cncounter/translation)|翻译文档|483|0|2021-12-18|
|
||||
|97|[anjoy8/Blog.MVP.Blazor](https://github.com/anjoy8/Blog.MVP.Blazor)|一个学习Blazor的案例项目|25|0|2021-10-18|
|
||||
|98|[wx-chevalier/React-Series](https://github.com/wx-chevalier/React-Series)|:books: 现代 Web 开发之 React 篇|29|0|2021-11-02|
|
||||
|99|[bennyxguo/frontend-tutorials](https://github.com/bennyxguo/frontend-tutorials)|📘 Frontend Tutorials and Tricks — 前端技巧和教程|40|0|2021-10-06|
|
||||
|100|[gxlmyacc/sciter-samples-zh](https://github.com/gxlmyacc/sciter-samples-zh)|对sciter的一些示例文件进行了翻译|19|0|2021-08-05|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Java.md
Normal file
116
content/charts/growth/knowledge/Java.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Java
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[CyC2018/CS-Notes](https://github.com/CyC2018/CS-Notes)|:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计|143597|102|2021-12-13|
|
||||
|2|[Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide)|「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!|114720|87|2021-12-18|
|
||||
|3|[MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)|Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)|68147|61|2021-06-24|
|
||||
|4|[geekxh/hello-algorithm](https://github.com/geekxh/hello-algorithm)|🌍 针对小白的算法训练 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)|29374|52|2021-10-11|
|
||||
|5|[doocs/advanced-java](https://github.com/doocs/advanced-java)|😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识|59150|51|2021-12-17|
|
||||
|6|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9406|34|2021-11-07|
|
||||
|7|[hollischuang/toBeTopJavaer](https://github.com/hollischuang/toBeTopJavaer)|To Be Top Javaer - Java工程师成神之路|22057|19|2021-12-18|
|
||||
|8|[qiurunze123/miaosha](https://github.com/qiurunze123/miaosha)|⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓|23187|19|2021-12-10|
|
||||
|9|[wuyouzhuguli/SpringAll](https://github.com/wuyouzhuguli/SpringAll)|循序渐进,学习Spring Boot、Spring Boot & Shiro、Spring Batch、Spring Cloud、Spring Cloud Alibaba、Spring Security & Spring Security OAuth2,博客Spring系列源码:https://mrbird.cc|22379|17|2021-08-30|
|
||||
|10|[halo-dev/halo](https://github.com/halo-dev/halo)|✍ 一款优秀的开源博客发布应用。|20518|15|2021-12-12|
|
||||
|11|[ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)|about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |26812|14|2021-11-29|
|
||||
|12|[justauth/JustAuth](https://github.com/justauth/JustAuth)|🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、 ...|12552|12|2021-10-18|
|
||||
|13|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册(8 年 Android 开发者的成长感悟)|550|12|2021-11-21|
|
||||
|14|[YunaiV/SpringBoot-Labs](https://github.com/YunaiV/SpringBoot-Labs)|一个涵盖六个专栏:Spring Boot 2.X、Spring Cloud、Spring Cloud Alibaba、Dubbo、分布式消息队列、分布式事务的仓库。希望胖友小手一抖,右上角来个 Star,感恩 1024|12806|11|2021-12-15|
|
||||
|15|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2361|11|2021-12-15|
|
||||
|16|[zhisheng17/flink-learning](https://github.com/zhisheng17/flink-learning)|flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、 ...|11378|11|2021-12-18|
|
||||
|17|[macrozheng/mall-swarm](https://github.com/macrozheng/mall-swarm)|mall-swarm是一套微服务商城系统,采用了 Spring Cloud Hoxton & Alibaba、Spring Boot 2.3、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套 ...|7874|10|2021-08-22|
|
||||
|18|[macrozheng/mall-learning](https://github.com/macrozheng/mall-learning)|mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。|10237|10|2021-11-09|
|
||||
|19|[JeffLi1993/springboot-learning-example](https://github.com/JeffLi1993/springboot-learning-example)|spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。|14641|8|2021-11-01|
|
||||
|20|[frank-lam/fullstack-tutorial](https://github.com/frank-lam/fullstack-tutorial)|🚀 fullstack tutorial 2021,后台技术栈/架构师之路/全栈开发社区,春招/秋招/校招/面试|10254|8|2021-09-30|
|
||||
|21|[doocs/leetcode](https://github.com/doocs/leetcode)|😏 LeetCode solutions in any programming language 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解|9402|8|2021-12-19|
|
||||
|22|[fuzhengwei/itstack-demo-design](https://github.com/fuzhengwei/itstack-demo-design)|:art: 《重学Java设计模式》是一本互联网真实案例实践书籍。以落地解决方案为核心,从实际业务中抽离出,交易、营销、秒杀、中间件、源码等22个真实场景,来学习设计模式的运用。欢迎关注小傅哥,微信(fustack),公众号:bugstack虫洞栈,博客:https://bugstack.cn|4188|7|2021-11-10|
|
||||
|23|[williamfiset/Algorithms](https://github.com/williamfiset/Algorithms)|A collection of algorithms and data structures|11551|7|2021-11-30|
|
||||
|24|[dyc87112/SpringBoot-Learning](https://github.com/dyc87112/SpringBoot-Learning)|《Spring Boot基础教程》,2.x版本持续连载中!点击下方链接直达教程目录!|13917|7|2021-11-09|
|
||||
|25|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正|2040|7|2021-12-15|
|
||||
|26|[gyf-dev/ImmersionBar](https://github.com/gyf-dev/ImmersionBar)|android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/ ...|10030|6|2021-11-26|
|
||||
|27|[bjmashibing/InternetArchitect](https://github.com/bjmashibing/InternetArchitect)|年薪百万互联网架构师课程文档及源码(公开部分)|3866|5|2021-09-08|
|
||||
|28|[macrozheng/springcloud-learning](https://github.com/macrozheng/springcloud-learning)|一套涵盖大部分核心组件使用的Spring Cloud教程,包括Spring Cloud Alibaba及分布式事务Seata,基于Spring Cloud Greenwich及SpringBoot 2.1.7。22篇文章,篇篇精华,32个Demo,涵盖大部分应用场景。|4378|5|2021-08-23|
|
||||
|29|[phodal/migration](https://github.com/phodal/migration)|《系统重构与迁移指南》手把手教你分析、评估现有系统、制定重构策略、探索可行重构方案、搭建测试防护网、进行系统架构重构、服务架构重构、模块重构、代码重构、数据库重构、重构后的架构守护|2753|4|2021-08-12|
|
||||
|30|[h2pl/Java-Tutorial](https://github.com/h2pl/Java-Tutorial)|【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!|5359|4|2021-12-09|
|
||||
|31|[201206030/novel-plus](https://github.com/201206030/novel-plus)|小说精品屋-plus是一个多端(PC、WAP)阅读、功能完善的原创文学CMS系统,由前台门户系统、作家后台管理系统、平台后台管理系统、爬虫管理系统等多个子系统构成,支持多模版、会员充值、订阅模式、新闻发布和实时统计报表等功能,新书自动入库,老书自动更新。|2263|4|2021-12-17|
|
||||
|32|[FiboAI/EngineX](https://github.com/FiboAI/EngineX)| Engine X - 实时AI智能决策引擎、规则引擎、风控引擎、数据流引擎。 通过可视化界面进行规则配置,无需繁琐开发,节约人力,提升效率,实时监控,减少错误率,随时调整; 支持规则集、评分卡、决策树,名单库管理、机器学习模型、三方数据接入、定制化开发等;|110|4|2021-12-15|
|
||||
|33|[TanaStudy/Java-Study](https://github.com/TanaStudy/Java-Study)|🚀Java学习过程中的的代码记录。Java基础、Spring、SpringBoot、分布式项目、Demo等等等等等👍👍👍。|530|4|2021-12-19|
|
||||
|34|[CodingDocs/springboot-guide](https://github.com/CodingDocs/springboot-guide)|SpringBoot2.0+从入门到实战!|4142|4|2021-09-09|
|
||||
|35|[201206030/fiction_house](https://github.com/201206030/fiction_house)|小说精品屋是一个多平台(web、安卓app、微信小程序)、功能完善的屏幕自适应小说漫画连载系统,包含精品小说专区、轻小说专区和漫画专区。包括小说/漫画分类、小说/漫画搜索、小说/漫画排行、完本小说/漫画、小说/漫画评分、小说/漫画在线阅读、小说/漫画书架、小说/漫画阅读记录、小说下载、小说弹幕、小说/漫画自动采集/更新/纠错、小说内容自动分享到微博、邮件自动推广、链接自动推送到百度搜索引擎等功能。|2710|4|2021-11-11|
|
||||
|36|[lenve/VBlog](https://github.com/lenve/VBlog)|V部落,Vue+SpringBoot实现的多用户博客管理平台!|6356|4|2021-11-29|
|
||||
|37|[hansonwang99/Spring-Boot-In-Action](https://github.com/hansonwang99/Spring-Boot-In-Action)|Spring Boot 系列实战合集|4153|4|2021-06-07|
|
||||
|38|[CoderLeixiaoshuai/java-eight-part](https://github.com/CoderLeixiaoshuai/java-eight-part)|『Java八股文』Java面试套路,Java进阶学习,打破内卷拿大厂Offer,升职加薪!|1270|3|2021-10-22|
|
||||
|39|[zinggAI/zingg](https://github.com/zinggAI/zingg)|Scalable data mastering, deduplication and entity resolution.|334|3|2021-12-17|
|
||||
|40|[MarkerHub/vueblog](https://github.com/MarkerHub/vueblog)|一个前后端分离的简单博客案例,适合刚入门vue,学前后端分离的童鞋!|1949|3|2021-10-06|
|
||||
|41|[zlt2000/microservices-platform](https://github.com/zlt2000/microservices-platform)|基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入; ...|3273|3|2021-11-29|
|
||||
|42|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件,包含Flink实战代码和文档、200个Flink教程知识点,Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|165|3|2021-12-02|
|
||||
|43|[liyifeng1994/ssm](https://github.com/liyifeng1994/ssm)|手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis|5556|3|2021-12-09|
|
||||
|44|[zuihou/lamp-cloud](https://github.com/zuihou/lamp-cloud)|lamp-cloud 基于Jdk11 + SpringCloud + SpringBoot的微服务快速开发平台,其中的可配置的SaaS功能尤其闪耀, 具备RBAC功能、网关统一鉴权、Xss防跨站攻击、自动代码生成、多种存储系统、分布式事务、分布式定时任务等多个模块,支持多业务系统并行开发, 支持多服务并行开发,可以作为后端服务的开发脚手架。代码简洁,注释齐全,架构清晰,非常适合学习和企业作为基础框 ...|4125|3|2021-12-13|
|
||||
|45|[bitterzzZZ/MemoryShellLearn](https://github.com/bitterzzZZ/MemoryShellLearn)|分享几个直接可用的内存马,记录一下学习过程中看过的文章|495|3|2021-06-08|
|
||||
|46|[Snailclimb/guide-rpc-framework](https://github.com/Snailclimb/guide-rpc-framework)|A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)|1956|3|2021-12-04|
|
||||
|47|[ityouknow/spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples)|Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等|5829|3|2021-08-21|
|
||||
|48|[mxdldev/android-mvp-mvvm-flytour](https://github.com/mxdldev/android-mvp-mvvm-flytour)|🔥🔥🔥 FlyTour是Android MVVM+MVP+Dagger2+Retrofit+RxJava+组件化+插件组成的双编码架构+双工程架构+双语言Android应用开发框架,通过不断的升级迭代该框架已经有了十个不同的版本,5.0之前工程架构采用gradle配置实现组件化,5.0之后的工程架构采用VirtualAPK实现了插件化,5.0之前采用Java编码实现,5.0之后采用Kotlin编码 ...|2948|3|2021-06-03|
|
||||
|49|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|123|2|2021-11-18|
|
||||
|50|[chengxy-nds/Springboot-Notebook](https://github.com/chengxy-nds/Springboot-Notebook)|Springboot-Notebook 是一系列以 springboot 为基础开发框架,整合 Redis 、 Rabbitmq 、ES 、MongoDB 、Springcloud、kafka、skywalking等互联网主流技术,实现各种常见功能点的综合性案例。|909|2|2021-11-19|
|
||||
|51|[ZHENFENG13/My-Blog](https://github.com/ZHENFENG13/My-Blog)|:palm_tree::octocat:A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦 ...|2400|2|2021-12-03|
|
||||
|52|[shuzijun/leetcode-editor](https://github.com/shuzijun/leetcode-editor)|Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion ...|2221|2|2021-12-13|
|
||||
|53|[awangdev/LintCode](https://github.com/awangdev/LintCode)|Java Solutions to problems on LintCode/LeetCode|4180|2|2021-10-25|
|
||||
|54|[NiceSeason/gulimall-learning](https://github.com/NiceSeason/gulimall-learning)|2020谷粒商城代码+笔记|990|2|2021-09-20|
|
||||
|55|[Vedenin/useful-java-links](https://github.com/Vedenin/useful-java-links)|A list of useful Java frameworks, libraries, software and hello worlds examples|5126|2|2021-12-15|
|
||||
|56|[NotFound9/interviewGuide](https://github.com/NotFound9/interviewGuide)|《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/|3116|2|2021-12-19|
|
||||
|57|[Antabot/White-Jotter](https://github.com/Antabot/White-Jotter)|白卷是一款使用 Vue+Spring Boot 开发的前后端分离项目,附带全套开发教程。(A simple CMS developed by Spring Boot and Vue.js with development tutorials)|1838|2|2021-12-15|
|
||||
|58|[Jackson0714/PassJava-Platform](https://github.com/Jackson0714/PassJava-Platform)|一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题,夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目,Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch,采用Docker容器化部署。|971|2|2021-09-20|
|
||||
|59|[rememberber/WePush](https://github.com/rememberber/WePush)|专注批量推送的小而美的工具,目前支持:模板消息-公众号、模板消息-小程序、微信客服消息、微信企业号/企业微信消息、阿里云短信、阿里大于模板短信 、腾讯云短信、云片网短信、E-Mail、HTTP请求、钉钉、华为云短信、百度云短信、又拍云短信、七牛云短信|2597|2|2021-07-17|
|
||||
|60|[saysky/ForestBlog](https://github.com/saysky/ForestBlog)|一个简单漂亮的SSM(Spring+SpringMVC+Mybatis)博客系统|3459|2|2021-10-13|
|
||||
|61|[sanshengshui/netty-learning-example](https://github.com/sanshengshui/netty-learning-example)|:egg: Netty实践学习案例,见微知著!带着你的心,跟着教程。我相信你行欧。|2146|2|2021-08-02|
|
||||
|62|[WinterChenS/my-site](https://github.com/WinterChenS/my-site)|springboot2.0开发的个人网站,集成了:个人首页,个人博客,个人作品|2319|2|2021-12-03|
|
||||
|63|[rbmonster/learning-note](https://github.com/rbmonster/learning-note)|java开发 面试八股文(个人的面试及工作总结)|1000|2|2021-12-13|
|
||||
|64|[liuyubobobo/Play-with-Algorithms](https://github.com/liuyubobobo/Play-with-Algorithms)|Codes of my MOOC Course <Play with Algorithms>, Both in C++ and Java language. Updated contents and practices are also included. 我在慕课网上的课程《算法与数据结构》示例代码,包括C++和Java版本。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。|3309|2|2021-12-12|
|
||||
|65|[zhanglei-workspace/shopping-management-system](https://github.com/zhanglei-workspace/shopping-management-system)|该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。|4130|2|2021-08-06|
|
||||
|66|[Qbian61/forum-java](https://github.com/Qbian61/forum-java)|一款用 Java(spring boot) 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java(spring boot).|615|2|2021-12-16|
|
||||
|67|[JsonChao/Awesome-WanAndroid](https://github.com/JsonChao/Awesome-WanAndroid)|:zap:致力于打造一款极致体验的 http://www.wanandroid.com/ 客户端,知识和美是可以并存的哦QAQn(*≧▽≦*)n|2525|2|2021-08-17|
|
||||
|68|[ZHENFENG13/spring-boot-projects](https://github.com/ZHENFENG13/spring-boot-projects)|该仓库中主要是 Spring Boot 的入门学习教程以及一些常用的 Spring Boot 实战项目教程,包括 Spring Boot 使用的各种示例代码,同时也包括一些实战项目的项目源码和效果展示,实战项目包括基本的 web 开发以及目前大家普遍使用的线上博客项目/企业大型商城系统/前后端分离实践项目等,摆脱各种 hello world 入门案例的束缚,真正的掌握 Spring Boot 开发 ...|4022|2|2021-10-21|
|
||||
|69|[IoT-Technology/IoT-Technical-Guide](https://github.com/IoT-Technology/IoT-Technical-Guide)|:honeybee: IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 :sparkles: :sparkles: :sparkles: (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoD ...|2333|2|2021-11-02|
|
||||
|70|[Dr11ft/BigDataGuide](https://github.com/Dr11ft/BigDataGuide)|大数据学习,从零开始学习大数据,包含大数据学习各阶段学习视频、面试资料|1319|2|2021-09-23|
|
||||
|71|[Joolun/JooLun-wx](https://github.com/Joolun/JooLun-wx)|JooLun微信商城,Java + SpringBoot + Maven + Swagger + Mybatis Plus + Redis + Vue + elementUI,微信公众号开发、小程序商城、微信支付、订单管理;商业版还有微服务、多租户Sass、Uniapp商城、小程序直播、多规格SKU、拼团、砍价、商户管理、 秒杀、优惠券、积分、多店铺、商城拖拽装修、服务商收款等功能|1467|2|2021-11-11|
|
||||
|72|[88250/symphony](https://github.com/88250/symphony)|🎶 一款用 Java 实现的现代化社区(论坛/问答/BBS/社交网络/博客)系统平台。A modern community (forum/Q&A/BBS/SNS/blog) system platform implemented in Java. https://ld246.com|1314|2|2021-12-19|
|
||||
|73|[liyupi/father](https://github.com/liyupi/father)|专业的表情包网站,搜表情,找爸爸!适合前端、Java 开发者学习的全栈项目|134|2|2021-10-23|
|
||||
|74|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 ,算法图书,algorithm|274|2|2021-12-14|
|
||||
|75|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划,仅用于个人归纳总结。|373|2|2021-12-03|
|
||||
|76|[rawchen/Blog](https://github.com/rawchen/Blog)|前后端分离博客 - SpringBoot + Vue|168|1|2021-07-03|
|
||||
|77|[KunMinX/Jetpack-MVVM-Scaffold](https://github.com/KunMinX/Jetpack-MVVM-Scaffold)|人生苦短,让脚手架为你节省时间。(目前作为《最佳实践》项目的 Dev 版来优先更新)|605|1|2021-12-07|
|
||||
|78|[mercyblitz/geekbang-lessons](https://github.com/mercyblitz/geekbang-lessons)|极客时间课程工程|701|1|2021-10-24|
|
||||
|79|[JeffLi1993/java-core-learning-example](https://github.com/JeffLi1993/java-core-learning-example)|关于Java核心技术学习积累的例子,是初学者及核心技术巩固的最佳实践。|1616|1|2021-11-01|
|
||||
|80|[wuliaokankan/WeChat.CRM.SDK](https://github.com/wuliaokankan/WeChat.CRM.SDK)|微信开发sdk,微信二次开发SDK,微信开发API接口协议。非微信ipad协议、非mac协议,非安卓协议,api可实现微信99%功能; 无需扫码登录、可收发朋友圈、查看朋友圈、朋友圈互动点赞、评论、 好友列表、微信消息收发、发文本消息、图片消息、名片消息、动图表情、发文件、删好友 添加好友、微信转账、微信红包接收、分享小程序、分享名片、加通讯录好友、微信收藏、微信标签等! 清理僵尸粉、消息群发、通 ...|677|1|2021-10-28|
|
||||
|81|[crazyqiang/AndroidStudy](https://github.com/crazyqiang/AndroidStudy)|🔥 Android学习知识点总结 jetpack、mvvm、kotlin、juc多线程等,欢迎star!|1110|1|2021-12-17|
|
||||
|82|[UHungLin/AnimeDownloader](https://github.com/UHungLin/AnimeDownloader)|bilibili B站 哔哩哔哩 acfun A站 樱花动漫 番剧下载器(Video Downloader):smiley: 仅供学习交流 求 star orz|88|1|2021-11-22|
|
||||
|83|[zhisheng17/blog](https://github.com/zhisheng17/blog)|SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/|1310|1|2021-12-14|
|
||||
|84|[kongzue/DialogV3](https://github.com/kongzue/DialogV3)|🔥空祖家的对话框工具V3版,集成三种风格+夜间模式对话框,以及等待、提示、分享等特色对话框,支持花式自定义|1172|1|2021-06-25|
|
||||
|85|[dingwpmz/netty-learning](https://github.com/dingwpmz/netty-learning)|《让天下没有难学Netty》系列博文40+,并且对RocketMQ远程通信框架的提取,通过阅读大牛对Netty的封装,感悟Netty编程之美。|162|1|2021-07-17|
|
||||
|86|[superhj1987/pragmatic-java-engineer](https://github.com/superhj1987/pragmatic-java-engineer)|Java工程师修炼之道 - 梳理Java知识体系,沓实架构基础|944|1|2021-12-09|
|
||||
|87|[dunwu/javacore](https://github.com/dunwu/javacore)|:coffee: JavaCore 是对 Java 核心技术的经验总结。|1804|1|2021-12-16|
|
||||
|88|[zhangyd-c/OneBlog](https://github.com/zhangyd-c/OneBlog)|:alien: OneBlog,一个简洁美观、功能强大并且自适应的Java博客 |803|1|2021-11-19|
|
||||
|89|[Jstarfish/JavaKeeper](https://github.com/Jstarfish/JavaKeeper)|✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能|921|1|2021-12-19|
|
||||
|90|[ctripcorp/x-pipe](https://github.com/ctripcorp/x-pipe)|X-Pipe是由携程框架部门研发的Redis多数据中心复制管理系统。基于Redis的Master-Slave复制协议,实现低延时、高可用的Redis多数据中心、跨公网数据复制,并且提供一键机房切换,复制监控、异常报警等功能。开源版本和携程内部生产环境版本一致。|1509|1|2021-12-18|
|
||||
|91|[niefy/wx-api](https://github.com/niefy/wx-api)|🔥微信公众号管理系统,包含公众号菜单管理🗄、自动回复🗨、素材管理📂、模板消息☘、粉丝管理🤹♂️等功能,前后端都开源免费🛩|393|1|2021-09-20|
|
||||
|92|[xuwujing/java-study](https://github.com/xuwujing/java-study)|java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。|821|1|2021-11-03|
|
||||
|93|[Skykai521/ECTranslation](https://github.com/Skykai521/ECTranslation)|Android Studio Plugin,Translate English to Chinese. Android Studio 翻译插件,可以将英文翻译为中文.|1842|1|2021-11-06|
|
||||
|94|[ZainZhao/HIS](https://github.com/ZainZhao/HIS)|HIS英文全称 hospital information system(医疗信息就诊系统),系统主要功能按照数据流量、流向及处理过程分为临床诊疗、药品管理、财务管理、患者管理。诊疗活动由各工作站配合完成,并将临床信息进行整理、处理、汇总、统计、分析等。本系统包括以下工作站:门诊医生工作站、药房医生工作站、医技医生工作站、收费员工作站、对帐员工作站、管理员工作站。需求为东软提供的云医院。|506|1|2021-11-29|
|
||||
|95|[Hello-hao/Tbed](https://github.com/Hello-hao/Tbed)|Hellohao图床、图像托管/分享/水印、存储源分发、图像管理、前后端分离。http://Tbed.hellohao.cn|777|1|2021-12-15|
|
||||
|96|[forezp/SpringBootLearning](https://github.com/forezp/SpringBootLearning)|《Spring Boot教程》源码|2065|1|2021-07-16|
|
||||
|97|[bin392328206/six-finger](https://github.com/bin392328206/six-finger)|📓从Java基础、JavaWeb基础到常用的框架再到面试题、微服务、分布式、大数据都有完整的教程,几乎涵盖了Java必备的知识点|1054|1|2021-12-16|
|
||||
|98|[moonbig/Exchange](https://github.com/moonbig/Exchange)|2021年更新开源数字货币合约交易所,基于Java开发的比特币交易所 BTC交易所 ETH交易所 数字货币交易所 交易平台 撮合交易引擎。本项目有完整的撮合交易引擎源码、后台管理(后端+前端)、前台(交易页面、活动页面、个人中心等)、安卓APP源码、苹果APP源码、币种钱包RPC源码。开源项目仅供学习参考,请勿用于非法用途|129|1|2021-06-05|
|
||||
|99|[shatyuka/Zhiliao](https://github.com/shatyuka/Zhiliao)|知乎去广告Xposed模块|550|1|2021-12-10|
|
||||
|100|[algorithmzuo/algorithmbasic2020](https://github.com/algorithmzuo/algorithmbasic2020)|算法和数据结构体系学习班|577|1|2021-12-16|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/JavaScript.md
Normal file
116
content/charts/growth/knowledge/JavaScript.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > JavaScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings|129490|95|2021-12-15|
|
||||
|2|[iptv-org/iptv](https://github.com/iptv-org/iptv)|Collection of publicly available IPTV channels from all over the world|43358|38|2021-12-19|
|
||||
|3|[scutan90/DeepLearning-500-questions](https://github.com/scutan90/DeepLearning-500-questions)|深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.0 ...|46675|37|2021-10-14|
|
||||
|4|[airbnb/javascript](https://github.com/airbnb/javascript)|JavaScript Style Guide|117273|35|2021-12-02|
|
||||
|5|[azl397985856/leetcode](https://github.com/azl397985856/leetcode)| LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)|45640|34|2021-12-19|
|
||||
|6|[ryanmcdermott/clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript)|:bathtub: Clean Code concepts adapted for JavaScript|60911|33|2021-10-31|
|
||||
|7|[jaywcjlove/awesome-mac](https://github.com/jaywcjlove/awesome-mac)| Now we have become very big, Different from the original idea. Collect premium software in various categories.|46675|24|2021-12-13|
|
||||
|8|[typescript-cheatsheets/react](https://github.com/typescript-cheatsheets/react)|Cheatsheets for experienced React developers getting started with TypeScript|30432|23|2021-12-13|
|
||||
|9|[yangshun/front-end-interview-handbook](https://github.com/yangshun/front-end-interview-handbook)|⚡️ Front End interview preparation materials for busy engineers|32270|22|2021-12-15|
|
||||
|10|[haizlin/fe-interview](https://github.com/haizlin/fe-interview)|前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),5000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……|19633|20|2021-12-18|
|
||||
|11|[carbon-app/carbon](https://github.com/carbon-app/carbon)|:black_heart: Create and share beautiful images of your source code|29301|18|2021-12-15|
|
||||
|12|[zhaoolee/ChromeAppHeroes](https://github.com/zhaoolee/ChromeAppHeroes)|🌈谷粒-Chrome插件英雄榜, 为优秀的Chrome插件写一本中文说明书, 让Chrome插件英雄们造福人类~ ChromePluginHeroes, Write a Chinese manual for the excellent Chrome plugin, let the Chrome plugin heroes benefit the human~ 公众号「0加1」同步更新|19052|18|2021-10-03|
|
||||
|13|[elsewhencode/project-guidelines](https://github.com/elsewhencode/project-guidelines)|A set of best practices for JavaScript projects|25953|16|2021-10-01|
|
||||
|14|[poteto/hiring-without-whiteboards](https://github.com/poteto/hiring-without-whiteboards)|⭐️ Companies that don't have a broken hiring process|25498|15|2021-12-17|
|
||||
|15|[denysdovhan/wtfjs](https://github.com/denysdovhan/wtfjs)|🤪 A list of funny and tricky JavaScript examples|24597|15|2021-12-08|
|
||||
|16|[eip-work/kuboard-press](https://github.com/eip-work/kuboard-press)|Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.20 安装手册,(k8s install) 在线答疑,持续更新。|12703|14|2021-12-05|
|
||||
|17|[sentsin/layui](https://github.com/sentsin/layui)|采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写形式,极低门槛,拿来即用。|25507|11|2021-10-26|
|
||||
|18|[qianguyihao/Web](https://github.com/qianguyihao/Web)|千古前端图文教程,超详细的前端入门到进阶学习笔记。从零开始学前端,做一名精致优雅的前端工程师。公众号「千古壹号」作者。|18275|10|2021-12-14|
|
||||
|19|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|688|10|2021-12-16|
|
||||
|20|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿满61分!免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本|252|10|2021-12-08|
|
||||
|21|[verekia/js-stack-from-scratch](https://github.com/verekia/js-stack-from-scratch)|🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.|18815|10|2021-09-26|
|
||||
|22|[ascoders/weekly](https://github.com/ascoders/weekly)|前端精读周刊。帮你理解最前沿、实用的技术。|16995|10|2021-12-17|
|
||||
|23|[timqian/chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs)|中文独立博客列表|7950|10|2021-12-17|
|
||||
|24|[zhaoolee/ChineseBQB](https://github.com/zhaoolee/ChineseBQB)|🇨🇳 Chinese sticker pack,More joy / 表情包的博物馆, Github最有毒的仓库, 中国表情包大集合, 聚欢乐~|9447|10|2021-12-12|
|
||||
|25|[nefe/You-Dont-Need-jQuery](https://github.com/nefe/You-Dont-Need-jQuery)|Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.|20008|9|2021-09-01|
|
||||
|26|[chaozh/awesome-blockchain-cn](https://github.com/chaozh/awesome-blockchain-cn)|收集所有区块链(BlockChain)技术开发相关资料,包括Fabric和Ethereum开发资料|15946|9|2021-12-15|
|
||||
|27|[git-tips/tips](https://github.com/git-tips/tips)|Most commonly used git tips and tricks.|20044|9|2021-11-01|
|
||||
|28|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1060|9|2021-12-19|
|
||||
|29|[SheetJS/sheetjs](https://github.com/SheetJS/sheetjs)|:green_book: SheetJS Community Edition -- Spreadsheet Data Toolkit|28479|9|2021-12-16|
|
||||
|30|[ryanhanwu/How-To-Ask-Questions-The-Smart-Way](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way)|本文原文由知名 Hacker Eric S. Raymond 所撰寫,教你如何正確的提出技術問題並獲得你滿意的答案。|18478|8|2021-12-19|
|
||||
|31|[lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview)|🔥🔥🔥 前端面试,独有前端面试题详解,前端面试刷题必备,1000+前端面试真题,Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器|4432|8|2021-09-13|
|
||||
|32|[flutterchina/flutter-in-action](https://github.com/flutterchina/flutter-in-action)|《Flutter实战》电子书|8674|8|2021-10-06|
|
||||
|33|[ruanyf/es6tutorial](https://github.com/ruanyf/es6tutorial)|《ECMAScript 6入门》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新增的语法特性。|19729|7|2021-12-13|
|
||||
|34|[BetaSu/just-react](https://github.com/BetaSu/just-react)|「React技术揭秘」 一本自顶向下的React源码分析书|3895|7|2021-10-13|
|
||||
|35|[bailicangdu/vue2-happyfri](https://github.com/bailicangdu/vue2-happyfri)|vue2 + vue-router + vuex 入门项目|8977|5|2021-12-14|
|
||||
|36|[ljianshu/Blog](https://github.com/ljianshu/Blog)|关注基础知识,打造优质前端博客,公众号[前端工匠]的作者|6873|5|2021-10-06|
|
||||
|37|[star7th/showdoc](https://github.com/star7th/showdoc)|ShowDoc is a tool greatly applicable for an IT team to share documents online一个非常适合IT团队的在线API文档、技术文档工具|10099|5|2021-12-08|
|
||||
|38|[bailicangdu/react-pxq](https://github.com/bailicangdu/react-pxq)|一个 react + redux 的完整项目 和 个人总结|7230|4|2021-12-14|
|
||||
|39|[lyricat/wechat-format](https://github.com/lyricat/wechat-format)|微信公众号排版编辑器,转换 Markdown 到微信特制的 HTML|3758|4|2021-08-24|
|
||||
|40|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS,支持扩展任意 APP|451|4|2021-12-18|
|
||||
|41|[liyupi/code-nav](https://github.com/liyupi/code-nav)|💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!|1399|4|2021-08-30|
|
||||
|42|[HcySunYang/vue-design](https://github.com/HcySunYang/vue-design)|📖 master分支:《渲染器》|5754|4|2021-10-11|
|
||||
|43|[hackerkid/Mind-Expanding-Books](https://github.com/hackerkid/Mind-Expanding-Books)| :books: Books everyone should read!|7151|3|2021-11-01|
|
||||
|44|[apsdehal/awesome-ctf](https://github.com/apsdehal/awesome-ctf)|A curated list of CTF frameworks, libraries, resources and softwares|6465|3|2021-10-04|
|
||||
|45|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|478|3|2021-12-18|
|
||||
|46|[im3x/Scriptables](https://github.com/im3x/Scriptables)|iOS14桌面组件神器(Scriptable)开发框架、教程、精美脚本分享|1204|3|2021-10-30|
|
||||
|47|[doocs/md](https://github.com/doocs/md)|✍ 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 所有基础语法、色盘取色、一键复制并粘贴到公众号后台、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性|2242|3|2021-12-07|
|
||||
|48|[jhu-ep-coursera/fullstack-course4](https://github.com/jhu-ep-coursera/fullstack-course4)|Example code for HTML, CSS, and Javascript for Web Developers Coursera Course|6927|3|2021-12-14|
|
||||
|49|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|756|3|2021-12-09|
|
||||
|50|[feelschaotic/AndroidKnowledgeSystem](https://github.com/feelschaotic/AndroidKnowledgeSystem)|The most complete Android advanced route knowledge map ⭐️你想要的最全 Android 进阶路线知识图谱+干货资料收集🚀 |2771|3|2021-07-05|
|
||||
|51|[zmister2016/MrDoc](https://github.com/zmister2016/MrDoc)|online document system developed based on python. It is suitable for individuals and small teams to manage documents, wiki, knowledge and notes. like gitbook.|1706|3|2021-12-18|
|
||||
|52|[ncase/trust](https://github.com/ncase/trust)|An interactive guide to the game theory of cooperation|4760|3|2021-11-14|
|
||||
|53|[exceljs/exceljs](https://github.com/exceljs/exceljs)|Excel Workbook Manager|8679|3|2021-12-18|
|
||||
|54|[troyeguo/koodo-reader](https://github.com/troyeguo/koodo-reader)|A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web|2060|3|2021-12-18|
|
||||
|55|[ObjTube/front-end-roadmap](https://github.com/ObjTube/front-end-roadmap)|Tell you how to learn front end development ~|1660|3|2021-10-31|
|
||||
|56|[itheima1/BlockChain](https://github.com/itheima1/BlockChain)|黑马程序员 120天全栈区块链开发 开源教程|3479|3|2021-07-15|
|
||||
|57|[coffe1891/frontend-hard-mode-interview](https://github.com/coffe1891/frontend-hard-mode-interview)|《前端内参》,有关于JavaScript、编程范式、设计模式、软件开发的艺术等大前端范畴内的知识分享,旨在帮助前端工程师们夯实技术基础以通过一线互联网企业技术面试。|2338|3|2021-11-04|
|
||||
|58|[davidsonfellipe/awesome-wpo](https://github.com/davidsonfellipe/awesome-wpo)|:pencil: A curated list of Web Performance Optimization. Everyone can contribute here!|7310|3|2021-11-21|
|
||||
|59|[su37josephxia/wheel-awesome](https://github.com/su37josephxia/wheel-awesome)|天天造轮子,手写面试常见源码。|863|2|2021-12-18|
|
||||
|60|[jiangqizheng/BlueSea](https://github.com/jiangqizheng/BlueSea)|BlueSea,一个有趣的英语学习扩展,支持划词翻译、单词高亮、单词弹幕、记忆曲线复习、词频统计...|645|2|2021-06-30|
|
||||
|61|[lateautumn4lin/Review_Reverse](https://github.com/lateautumn4lin/Review_Reverse)|:wave:2019年末总结下今年做过的逆向,整理代码,复习思路。:pray:拼夕夕Web端anti_content参数逆向分析:japanese_goblin: WEB淘宝sign逆向分析;:smiley_cat:努比亚Cookie生成逆向分析;:raised_hands:百度指数data加密逆向分析 :footprints:今日头条WEB端_signature、as、cp参数逆向分析:note ...|1392|2|2021-12-13|
|
||||
|62|[apachecn/pytorch-doc-zh](https://github.com/apachecn/pytorch-doc-zh)|Pytorch 中文文档|3365|2|2021-12-15|
|
||||
|63|[sl1673495/leetcode-javascript](https://github.com/sl1673495/leetcode-javascript)|:beers: 喝杯小酒,一起做题。前端攻城狮从零入门算法的宝藏题库,根据知名算法老师的经验总结了 100+ 道 LeetCode 力扣的经典题型 JavaScript 题解和思路。已按题目类型分 label,一起加油。|1166|2|2021-10-09|
|
||||
|64|[miaochenxi/chaoxing-sign-cli](https://github.com/miaochenxi/chaoxing-sign-cli)|超星学习通签到Nodejs脚本。支持普通签到、拍照签到、手势签到、位置签到、二维码签到。|131|2|2021-12-06|
|
||||
|65|[chromaui/learnstorybook.com](https://github.com/chromaui/learnstorybook.com)|Static site and content for Storybook tutorials|2291|2|2021-12-18|
|
||||
|66|[langren1353/GM_script](https://github.com/langren1353/GM_script)|我就是来分享脚本玩玩的|4349|2|2021-12-14|
|
||||
|67|[leochen-g/wechatBot](https://github.com/leochen-g/wechatBot)|微信每日说,三步教你用Node做一个微信哄女友(基友)神器!还能帮女朋友解决垃圾分类难题|1592|2|2021-09-04|
|
||||
|68|[thomaspark/flexboxfroggy](https://github.com/thomaspark/flexboxfroggy)|A game for learning CSS flexbox 🐸|5334|2|2021-12-14|
|
||||
|69|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|412|2|2021-12-16|
|
||||
|70|[adlered/CSDNGreener](https://github.com/adlered/CSDNGreener)|《专 业 团 队》🕺🏿 🕺🏿 🕺🏿 🕺🏿 ⚰️🕺🏿 🕺🏿 🕺🏿 🕺🏿 专治 CSDN 广告与各种灵魂打击 🐵 油猴脚本 TamperMonkey Chrome FireFox CSDN 页面浮窗广告完全过滤净化 国服最强 CSDN 绿化脚本|1891|2|2021-12-16|
|
||||
|71|[wubaiqing/zaobao](https://github.com/wubaiqing/zaobao)|每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。|1960|2|2021-12-16|
|
||||
|72|[Snailclimb/JavaGuide-Interview](https://github.com/Snailclimb/JavaGuide-Interview)|JavaGuide面试突击版|1373|2|2021-12-03|
|
||||
|73|[lefex/FE](https://github.com/lefex/FE)|前端 100 天,帮助 10W 人入门并进阶前端。|1294|2|2021-11-03|
|
||||
|74|[Wenmoux/checkbox](https://github.com/Wenmoux/checkbox)|常用网站签到本地/云函数/青龙脚本( 人人视频、刺猬猫小说、Acfun、WPS、 时光相册、书香门第论坛、绅士领域、好游快爆、埋堆堆、多看阅读、一亩三分地、闪艺app、吾爱破解、香网小说、晋江、橙光、什么值得买、网易蜗牛读书,网易云游戏平台、龙空论坛、NGA论坛、csdn、mt论坛、sf轻小说、猫耳FM、联想智选app、联想智选联想延保、联动云租车、数码之家、玩物志好物商店、togamemod、好 ...|979|2|2021-12-19|
|
||||
|75|[YvetteLau/Blog](https://github.com/YvetteLau/Blog)|【前端进阶】优质博文|2439|2|2021-10-06|
|
||||
|76|[gys619/jdd](https://github.com/gys619/jdd)|自用的jd(京东)脚本合集|226|2|2021-12-13|
|
||||
|77|[XPoet/js-data-structures-and-algorithms](https://github.com/XPoet/js-data-structures-and-algorithms)|从 0 到 1 学习 JavaScript 数据结构与算法|807|2|2021-10-19|
|
||||
|78|[alozano-77/AWS-SAA-C02-Course](https://github.com/alozano-77/AWS-SAA-C02-Course)|Personal notes for SAA-C02 test from: https://learn.cantrill.io|1004|2|2021-11-22|
|
||||
|79|[wechatsync/Wechatsync](https://github.com/wechatsync/Wechatsync)|一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力|1070|2|2021-11-27|
|
||||
|80|[jasondu/wxa-plugin-canvas](https://github.com/jasondu/wxa-plugin-canvas)|小程序海报组件-生成朋友圈分享海报并生成图片|2691|2|2021-08-10|
|
||||
|81|[janeczku/calibre-web](https://github.com/janeczku/calibre-web)|:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database|5615|2|2021-12-19|
|
||||
|82|[denysdovhan/bash-handbook](https://github.com/denysdovhan/bash-handbook)|:book: For those who wanna learn Bash|4692|2|2021-11-16|
|
||||
|83|[reruin/sharelist](https://github.com/reruin/sharelist)|快速分享 GoogleDrive OneDrive |2206|2|2021-11-05|
|
||||
|84|[pingan8787/Leo-JavaScript](https://github.com/pingan8787/Leo-JavaScript)|欢迎关注公众号“前端自习课”,本仓库包含丰富的 JavaScript 学习资料,包括 JavaScript、前端框架、HTTP、GraphQL、TS、Webpack等,还有很多我的原创文章,喜欢的朋友欢迎stat。:rocket:持续更新中...|777|1|2021-12-17|
|
||||
|85|[meodai/color-names](https://github.com/meodai/color-names)|Large list of handpicked color names 🌈|1396|1|2021-12-17|
|
||||
|86|[teadocs/pandas-cn](https://github.com/teadocs/pandas-cn)|Pandas中文文档,欢迎贡献!|725|1|2021-10-06|
|
||||
|87|[Veal98/Echo](https://github.com/Veal98/Echo)|🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。|233|1|2021-09-30|
|
||||
|88|[alvin0216/react-blog](https://github.com/alvin0216/react-blog)| react hooks + koa2 + sequelize + mysql 构建的个人博客。具备评论、通知、上传文章等等功能|652|1|2021-10-05|
|
||||
|89|[Gitjinfeiyang/easy-canvas](https://github.com/Gitjinfeiyang/easy-canvas)|使用render函数在canvas中创建文档流布局,小程序海报图、小程序朋友圈分享图。easy-canvas is a powerful tool helps us easy to layout with canvas. |275|1|2021-11-25|
|
||||
|90|[muwoo/blogs](https://github.com/muwoo/blogs)|📚一个前端的博客。|1910|1|2021-07-28|
|
||||
|91|[Mayandev/fe-interview-handwrite](https://github.com/Mayandev/fe-interview-handwrite)|📖 前端面试常见手写题整理|219|1|2021-09-08|
|
||||
|92|[sanyuan0704/my_blog](https://github.com/sanyuan0704/my_blog)|神三元的博客,一起构建完整知识体系|1075|1|2021-10-11|
|
||||
|93|[a1029563229/blogs](https://github.com/a1029563229/blogs)|博客文章收录|514|1|2021-10-06|
|
||||
|94|[ShunCai/QZoneExport](https://github.com/ShunCai/QZoneExport)|QQ空间导出助手,用于备份QQ空间的说说、日志、私密日记、相册、视频、留言板、QQ好友、收藏夹、分享、最近访客为文件,便于迁移与保存|651|1|2021-11-30|
|
||||
|95|[sve1r/Rules-For-Quantumult-X](https://github.com/sve1r/Rules-For-Quantumult-X)|适用于 Quantumult X 规则整理集合. 所有内容源自 互联网,仅作为收集和整理 |592|1|2021-12-03|
|
||||
|96|[jdorfman/awesome-json-datasets](https://github.com/jdorfman/awesome-json-datasets)|A curated list of awesome JSON datasets that don't require authentication.|2421|1|2021-06-14|
|
||||
|97|[apachecn/apachecn-dl-zh](https://github.com/apachecn/apachecn-dl-zh)|ApacheCN 深度学习译文集|368|1|2021-12-12|
|
||||
|98|[woai3c/Front-end-articles](https://github.com/woai3c/Front-end-articles)|分享我的编程经验和学习心得,订阅请点 watch。|601|1|2021-12-15|
|
||||
|99|[lfb/nodejs-koa-blog](https://github.com/lfb/nodejs-koa-blog)|基于 Node.js Koa2 实战开发的一套完整的博客项目网站|1377|1|2021-12-17|
|
||||
|100|[thomaspark/gridgarden](https://github.com/thomaspark/gridgarden)|A game for learning CSS grid layout 🥕|2331|1|2021-11-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Jupyter-Notebook.md
Normal file
116
content/charts/growth/knowledge/Jupyter-Notebook.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Jupyter Notebook
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[fastai/fastbook](https://github.com/fastai/fastbook)|The fastai book, published as Jupyter Notebooks|13998|21|2021-12-07|
|
||||
|2|[ShusenTang/Dive-into-DL-PyTorch](https://github.com/ShusenTang/Dive-into-DL-PyTorch)|本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。|14235|14|2021-10-14|
|
||||
|3|[zergtant/pytorch-handbook](https://github.com/zergtant/pytorch-handbook)|pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行|15818|14|2021-10-25|
|
||||
|4|[MLEveryday/100-Days-Of-ML-Code](https://github.com/MLEveryday/100-Days-Of-ML-Code)|100-Days-Of-ML-Code中文版|16782|14|2021-08-11|
|
||||
|5|[dragen1860/Deep-Learning-with-TensorFlow-book](https://github.com/dragen1860/Deep-Learning-with-TensorFlow-book)|深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.|12106|13|2021-08-30|
|
||||
|6|[NLP-LOVE/ML-NLP](https://github.com/NLP-LOVE/ML-NLP)|此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。|10827|12|2021-06-26|
|
||||
|7|[fengdu78/Data-Science-Notes](https://github.com/fengdu78/Data-Science-Notes)|数据科学的笔记以及资料搜集|6073|7|2021-08-16|
|
||||
|8|[datawhalechina/easy-rl](https://github.com/datawhalechina/easy-rl)|强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/|3004|6|2021-12-17|
|
||||
|9|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页|1234|5|2021-12-14|
|
||||
|10|[apachecn/Interview](https://github.com/apachecn/Interview)|Interview = 简历指南 + LeetCode + Kaggle|7207|5|2021-11-07|
|
||||
|11|[rasbt/python-machine-learning-book](https://github.com/rasbt/python-machine-learning-book)|The "Python Machine Learning (1st edition)" book code repository and info resource|11428|5|2021-07-30|
|
||||
|12|[wesm/pydata-book](https://github.com/wesm/pydata-book)|Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media|16098|5|2021-12-16|
|
||||
|13|[Mikoto10032/DeepLearning](https://github.com/Mikoto10032/DeepLearning)|深度学习入门教程, 优秀文章, Deep Learning Tutorial|6781|5|2021-10-21|
|
||||
|14|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1336|5|2021-06-23|
|
||||
|15|[yidao620c/python3-cookbook](https://github.com/yidao620c/python3-cookbook)|《Python Cookbook》 3rd Edition Translation|9692|4|2021-08-27|
|
||||
|16|[datawhalechina/joyful-pandas](https://github.com/datawhalechina/joyful-pandas)|pandas中文教程|2787|4|2021-10-05|
|
||||
|17|[TrickyGo/Dive-into-DL-TensorFlow2.0](https://github.com/TrickyGo/Dive-into-DL-TensorFlow2.0)|本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可|3379|3|2021-08-31|
|
||||
|18|[xianhu/LearnPython](https://github.com/xianhu/LearnPython)|以撸代码的形式学习Python|6040|3|2021-11-11|
|
||||
|19|[datawhalechina/competition-baseline](https://github.com/datawhalechina/competition-baseline)|数据科学竞赛知识、代码、思路|2552|3|2021-12-03|
|
||||
|20|[snowkylin/tensorflow-handbook](https://github.com/snowkylin/tensorflow-handbook)|简单粗暴 TensorFlow 2 A Concise Handbook of TensorFlow 2 一本简明的 TensorFlow 2 入门指导教程|3616|3|2021-09-04|
|
||||
|21|[fengdu78/WZU-machine-learning-course](https://github.com/fengdu78/WZU-machine-learning-course)|温州大学《机器学习》课程资料(代码、课件等)|793|3|2021-12-10|
|
||||
|22|[xavier-zy/Awesome-pytorch-list-CNVersion](https://github.com/xavier-zy/Awesome-pytorch-list-CNVersion)|Awesome-pytorch-list 翻译工作进行中......|1500|2|2021-07-26|
|
||||
|23|[matheusfacure/python-causality-handbook](https://github.com/matheusfacure/python-causality-handbook)|Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and sensitivity analysis. |926|2|2021-12-14|
|
||||
|24|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|483|2|2021-12-19|
|
||||
|25|[datawhalechina/team-learning-data-mining](https://github.com/datawhalechina/team-learning-data-mining)|主要存储Datawhale组队学习中“数据挖掘/机器学习”方向的资料。|897|2|2021-12-02|
|
||||
|26|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|140|2|2021-09-22|
|
||||
|27|[ben1234560/AiLearning-Theory-Applying](https://github.com/ben1234560/AiLearning-Theory-Applying)|快速上手Ai理论及应用实战:基础知识Basic knowledge、机器学习MachineLearning、深度学习DeepLearning2、自然语言处理BERT,持续更新中。含大量注释及数据集,力求每一位能看懂并复现。|976|2|2021-10-27|
|
||||
|28|[datamonday/Time-Series-Analysis-Tutorial](https://github.com/datamonday/Time-Series-Analysis-Tutorial)|时间序列分析教程|182|1|2021-06-01|
|
||||
|29|[datawhalechina/team-learning-program](https://github.com/datawhalechina/team-learning-program)|主要存储Datawhale组队学习中“编程、数据结构与算法”方向的资料。|570|1|2021-12-18|
|
||||
|30|[ssssww0905/-PyTorch-](https://github.com/ssssww0905/-PyTorch-)|【PyTorch】手把手教你跑通第一个神经网络|38|1|2021-12-15|
|
||||
|31|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|164|1|2021-12-16|
|
||||
|32|[johnnychen94/Julia_and_its_applications](https://github.com/johnnychen94/Julia_and_its_applications)|2021 年《Julia 语言及其应用》系列讲座的材料|33|1|2021-12-05|
|
||||
|33|[wolfparticle/machineLearningDeepLearning](https://github.com/wolfparticle/machineLearningDeepLearning)|李宏毅2021机器学习深度学习笔记PPT作业|337|1|2021-06-14|
|
||||
|34|[datawhalechina/fantastic-matplotlib](https://github.com/datawhalechina/fantastic-matplotlib)|Matplotlib中文教程,在线阅读地址:https://datawhalechina.github.io/fantastic-matplotlib/|211|1|2021-08-09|
|
||||
|35|[huaweicloud/ModelArts-Lab](https://github.com/huaweicloud/ModelArts-Lab)|ModelArts-Lab是示例代码库。更多AI开发学习交流信息,请访问华为云AI开发者社区:huaweicloud.ai|881|1|2021-11-26|
|
||||
|36|[fly51fly/Practical_Python_Programming](https://github.com/fly51fly/Practical_Python_Programming)|北邮《Python编程与实践》课程资料|641|1|2021-06-09|
|
||||
|37|[zlotus/notes-linear-algebra](https://github.com/zlotus/notes-linear-algebra)|线性代数笔记|2392|1|2021-12-13|
|
||||
|38|[ZhiqingXiao/rl-book](https://github.com/ZhiqingXiao/rl-book)|Source codes for the book "Reinforcement Learning: Theory and Python Implementation"|601|1|2021-12-12|
|
||||
|39|[PaddlePaddle/book](https://github.com/PaddlePaddle/book)|Deep Learning 101 with PaddlePaddle (『飞桨』深度学习框架入门教程)|2621|1|2021-11-12|
|
||||
|40|[PaddlePaddle/awesome-DeepLearning](https://github.com/PaddlePaddle/awesome-DeepLearning)|深度学习入门课、资深课、特色课、学术案例、产业实践案例、深度学习知识百科及面试题库The course, case and knowledge of Deep Learning and AI|1096|1|2021-12-13|
|
||||
|41|[MemorialCheng/deep-learning-from-scratch](https://github.com/MemorialCheng/deep-learning-from-scratch)|《深度学习入门-基于Python的理论与实现》,包含源代码和高清PDF(带书签);慕课网imooc《深度学习之神经网络(CNN-RNN-GAN)算法原理-实战》;《菜菜的机器学习sklearn》|642|1|2021-11-03|
|
||||
|42|[d2l-ai/courses-zh-v2](https://github.com/d2l-ai/courses-zh-v2)|中文版 v2 课程|220|1|2021-09-14|
|
||||
|43|[DataXujing/YOLO-v5](https://github.com/DataXujing/YOLO-v5)|:art: Pytorch YOLO v5 训练自己的数据集超详细教程!!! :art: (提供PDF训练教程下载)|581|1|2021-12-17|
|
||||
|44|[zslucky/awesome-AI-books](https://github.com/zslucky/awesome-AI-books)|Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning|967|1|2021-10-30|
|
||||
|45|[advboxes/AdvBox](https://github.com/advboxes/AdvBox)|Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. ...|1187|1|2021-09-08|
|
||||
|46|[CNFeffery/DataScienceStudyNotes](https://github.com/CNFeffery/DataScienceStudyNotes)|这个仓库保管从(数据科学学习手札69)开始的所有代码、数据等相关附件内容|692|1|2021-12-05|
|
||||
|47|[zhouyanasd/or-pandas](https://github.com/zhouyanasd/or-pandas)|【运筹OR帷幄 数据科学】pandas教程系列电子书|667|1|2021-10-17|
|
||||
|48|[datawhalechina/statistical-learning-method-solutions-manual](https://github.com/datawhalechina/statistical-learning-method-solutions-manual)|《统计学习方法》(第二版)习题解答,在线阅读地址:https://datawhalechina.github.io/statistical-learning-method-solutions-manual|573|1|2021-12-17|
|
||||
|49|[ZitongLu1996/Python-EEG-Handbook](https://github.com/ZitongLu1996/Python-EEG-Handbook)|Python脑电数据处理中文手册 - A Chinese handbook for EEG data analysis based on Python|86|1|2021-09-23|
|
||||
|50|[szcf-weiya/ESL-CN](https://github.com/szcf-weiya/ESL-CN)|The Elements of Statistical Learning (ESL)的中文翻译、代码实现及其习题解答。|1855|1|2021-11-23|
|
||||
|51|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|97|1|2021-12-17|
|
||||
|52|[datawhalechina/hands-on-data-analysis](https://github.com/datawhalechina/hands-on-data-analysis)|动手学数据分析以项目为主线,知识点孕育其中,通过边学、边做、边引导来得到更好的学习效果|497|1|2021-09-09|
|
||||
|53|[datawhalechina/team-learning-nlp](https://github.com/datawhalechina/team-learning-nlp)|主要存储Datawhale组队学习中“自然语言处理”方向的资料。|388|1|2021-09-17|
|
||||
|54|[evanzd/ICLR2021-OpenReviewData](https://github.com/evanzd/ICLR2021-OpenReviewData)|Crawl & visualize ICLR papers and reviews.|390|1|2021-11-09|
|
||||
|55|[datawhalechina/wow-plotly](https://github.com/datawhalechina/wow-plotly)|高级可视化神器plotly的学习|15|0|2021-07-04|
|
||||
|56|[wmpscc/CNN-Series-Getting-Started-and-PyTorch-Implementation](https://github.com/wmpscc/CNN-Series-Getting-Started-and-PyTorch-Implementation)|我的笔记和Demo,包含分类,检测、分割、知识蒸馏。|48|0|2021-10-27|
|
||||
|57|[zzy99/competition-solutions](https://github.com/zzy99/competition-solutions)|我的数据竞赛方案总结|17|0|2021-11-16|
|
||||
|58|[fry404006308/fry_course_materials](https://github.com/fry404006308/fry_course_materials)|范仁义录播课资料|17|0|2021-11-03|
|
||||
|59|[hitlic/python_book](https://github.com/hitlic/python_book)|清华大学出版社《Python从入门到提高》源代码、课件|13|0|2021-10-02|
|
||||
|60|[shibing624/python-tutorial](https://github.com/shibing624/python-tutorial)|Python实用教程,包括:Python基础,Python高级特性,面向对象编程,多线程,数据库,数据科学,Flask,爬虫开发教程。|546|0|2021-11-05|
|
||||
|61|[wowchemy/hugo-blog-theme](https://github.com/wowchemy/hugo-blog-theme)|📝 Hugo Academic Blog Theme. 轻松创建一个简约博客. No code, highly customizable using widgets.|45|0|2021-12-11|
|
||||
|62|[binzhouchn/machine_learning](https://github.com/binzhouchn/machine_learning)|抽象来讲,机器学习问题是把数据转换成信息再提炼到知识的过程,特征是“数据-->信息”的过程,决定了结果的上限,而分类器是“信息-->知识”的过程,则是去逼近这个上限|18|0|2021-10-15|
|
||||
|63|[sijichun/MathStatsCode](https://github.com/sijichun/MathStatsCode)|Codes for my mathematical statistics course|148|0|2021-10-25|
|
||||
|64|[ymzis69/gddw_track3](https://github.com/ymzis69/gddw_track3)|阿里云天池广东电网识别挑战赛(赛道三) 亚军方案分享|11|0|2021-09-15|
|
||||
|65|[datawhalechina/team-learning-cv](https://github.com/datawhalechina/team-learning-cv)|主要存储Datawhale组队学习中“计算机视觉”方向的资料。|171|0|2021-09-06|
|
||||
|66|[cador/Python_Predict_Analysis_Algorithm_Book_Codes](https://github.com/cador/Python_Predict_Analysis_Algorithm_Book_Codes)|《Python预测之美:数据分析与算法实战》书籍代码维护|33|0|2021-08-25|
|
||||
|67|[zhiyu1998/Python-Basis-Notes](https://github.com/zhiyu1998/Python-Basis-Notes)|一份包含了Python基础学习需要的知识框架 :snake: + 爬虫基础 :spider: + numpy基础 :bar_chart: + pandas基础 :panda_face:|46|0|2021-12-11|
|
||||
|68|[Mazeqi/PaperNote](https://github.com/Mazeqi/PaperNote)|阅读论文的一些笔记|11|0|2021-12-09|
|
||||
|69|[reganzm/Learn-Pytorch-And-Become-A-Data-Scientist](https://github.com/reganzm/Learn-Pytorch-And-Become-A-Data-Scientist)|《学好Pytorch成为数据科学家》书籍随书代码|19|0|2021-10-21|
|
||||
|70|[OUCTheoryGroup/colab_demo](https://github.com/OUCTheoryGroup/colab_demo)|中国海洋大学视觉实验室前沿理论小组 pytorch 学习|48|0|2021-10-16|
|
||||
|71|[BrikerMan/tf2-101](https://github.com/BrikerMan/tf2-101)|Repository for Book 《TensorFlow 2.0 入门实践》|11|0|2021-10-28|
|
||||
|72|[kingname/SourceCodeofMongoRedis](https://github.com/kingname/SourceCodeofMongoRedis)|《左手MongoDB,右手Redis——从入门到商业实战》书籍配套源代码。|165|0|2021-08-19|
|
||||
|73|[WYGNG/USTC_SSE_AI](https://github.com/WYGNG/USTC_SSE_AI)|中国科学技术大学软件学院人工智能课程|12|0|2021-09-08|
|
||||
|74|[ljyslyc/Book-KnowledgeGraph-Recommendation](https://github.com/ljyslyc/Book-KnowledgeGraph-Recommendation)|书籍知识图谱推荐系统|25|0|2021-07-20|
|
||||
|75|[chinapnr/python_study](https://github.com/chinapnr/python_study)|python 入门培训教材,实用、快速、清晰|42|0|2021-06-24|
|
||||
|76|[xhnae86/100python-](https://github.com/xhnae86/100python-)|Python 100天练习进阶|19|0|2021-06-01|
|
||||
|77|[jinhualee/datashine](https://github.com/jinhualee/datashine)|《Python统计与数据分析实战》课程代码,包含了大部分统计与非参数统计和数据分析的模型、算法。回归分析、方差分析、点估计、假设检验、主成分分析、因子分析、聚类分析、判别分析、对数线性模型、分位回归模型以及列联表分析、非参数平滑、非参数密度估计等各种非参数统计方法。|30|0|2021-08-16|
|
||||
|78|[hxchua/datadoubleconfirm](https://github.com/hxchua/datadoubleconfirm)|Simple datasets and notebooks for data visualization, statistical analysis and modelling - with write-ups here: http://projectosyo.wix.com/datadoubleconfirm. |35|0|2021-12-14|
|
||||
|79|[howie6879/pylab](https://github.com/howie6879/pylab)|和Python相关的学习笔记:机器学习、算法、进阶书籍、文档,博客地址:https://www.howie6879.cn|37|0|2021-12-09|
|
||||
|80|[JULIELab/MEmoLon](https://github.com/JULIELab/MEmoLon)|Repository for our ACL 2020 paper "Learning and Evaluating Emotion Lexicons for 91 Languages"|17|0|2021-08-23|
|
||||
|81|[aialgorithm/AiPy](https://github.com/aialgorithm/AiPy)|Python机器学习、深度学习算法开发等学习资源分享|30|0|2021-12-14|
|
||||
|82|[NjtechCVLab/Level_1](https://github.com/NjtechCVLab/Level_1)|入门资料|12|0|2021-11-29|
|
||||
|83|[SocratesAcademy/css](https://github.com/SocratesAcademy/css)|《计算社会科学》课程|42|0|2021-09-11|
|
||||
|84|[Global-Policy-Lab/gpl-covid](https://github.com/Global-Policy-Lab/gpl-covid)|Repo for code and small datasets related to Global Policy Lab's COVID-19 policy analysis. Read and share the acompanying article here:|11|0|2021-07-09|
|
||||
|85|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|62|0|2021-12-11|
|
||||
|86|[Relph1119/statistical-learning-method-camp](https://github.com/Relph1119/statistical-learning-method-camp)|统计学习方法训练营课程作业及答案,视频笔记在线阅读地址:https://relph1119.github.io/statistical-learning-method-camp|189|0|2021-09-08|
|
||||
|87|[fancyerii/deep_learning_theory_and_practice](https://github.com/fancyerii/deep_learning_theory_and_practice)|《深度学习理论与实战:基础篇》代码|118|0|2021-06-07|
|
||||
|88|[xiaoyusmd/PythonDataScience](https://github.com/xiaoyusmd/PythonDataScience)|Python数据科学系专栏(pandas、Numpy、SKlearn、Matplotlib)、实战项目(代码、讲解、数据集)|31|0|2021-12-18|
|
||||
|89|[wanghao15536870732/StudyNotes](https://github.com/wanghao15536870732/StudyNotes)|📖 学习笔记|10|0|2021-11-08|
|
||||
|90|[fly51fly/Principle_of_Web_Search_2021](https://github.com/fly51fly/Principle_of_Web_Search_2021)|北邮《网络搜索引擎原理》课程(2021)|38|0|2021-11-05|
|
||||
|91|[ZhiningLiu1998/mesa](https://github.com/ZhiningLiu1998/mesa)|NeurIPS’20 Build powerful ensemble class-imbalanced learning models via meta-knowledge-powered resampler. 设计元知识驱动的采样器解决类别不平衡问题|64|0|2021-08-18|
|
||||
|92|[fire717/Python-Toolkit](https://github.com/fire717/Python-Toolkit)|轮子/ 常用库/ 书籍笔记/ 小程序|16|0|2021-12-06|
|
||||
|93|[rhidra/autopilot](https://github.com/rhidra/autopilot)|A UAV autonomous navigation autopilot, made with ROS, MAVROS, PX4 and Gazebo. Check out my master thesis in the repo for more info.|10|0|2021-09-23|
|
||||
|94|[LemenChao/PythonFromDAToDS](https://github.com/LemenChao/PythonFromDAToDS)|图书《Python编程:从数据分析到数据科学》的配套资源|187|0|2021-10-10|
|
||||
|95|[chansonZ/book-ml-sem](https://github.com/chansonZ/book-ml-sem)|《机器学习:软件工程方法与实现》Method and implementation of machine learning software engineering|123|0|2021-11-29|
|
||||
|96|[Amberlan1001/eat_tensorflow2_in_30_days_ipynb](https://github.com/Amberlan1001/eat_tensorflow2_in_30_days_ipynb)|30天掌握Tensorflow2.1 Jupyter Notebook 版|49|0|2021-12-17|
|
||||
|97|[dota2heqiuzhi/dota2_data_analysis_tutorial](https://github.com/dota2heqiuzhi/dota2_data_analysis_tutorial)|《数据分析入门课程》配套代码|57|0|2021-12-10|
|
||||
|98|[hzcforever/Something](https://github.com/hzcforever/Something)|面试知识点 + 笔试刷题总结。|21|0|2021-09-15|
|
||||
|99|[dmarx/anthology-of-modern-ml](https://github.com/dmarx/anthology-of-modern-ml)|Collection of important articles to be treated as a textbook|20|0|2021-12-16|
|
||||
|100|[tsaac/Python](https://github.com/tsaac/Python)|YINUXY的python脚本分享|22|0|2021-09-20|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
84
content/charts/growth/knowledge/Kotlin.md
Normal file
84
content/charts/growth/knowledge/Kotlin.md
Normal file
@ -0,0 +1,84 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Kotlin
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[alibaba/p3c](https://github.com/alibaba/p3c)|Alibaba Java Coding Guidelines pmd implements and IDE plugin|26628|16|2021-11-10|
|
||||
|2|[Tamsiree/RxTool](https://github.com/Tamsiree/RxTool)|Android开发人员不得不收集的工具类集合 支付宝支付 微信支付(统一下单) 微信分享 Zip4j压缩(支持分卷压缩与加密) 一键集成UCrop选择圆形头像 一键集成二维码和条形码的扫描与生成 常用Dialog WebView的封装可播放视频 仿斗鱼滑动验证码 Toast封装 震动 GPS Location定位 图片缩放 Exif 图片 ...|11567|6|2021-12-11|
|
||||
|3|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|479|2|2021-12-17|
|
||||
|4|[blindmonk/WanArchitecture](https://github.com/blindmonk/WanArchitecture)|汇聚了业界知名架构文章。从建筑学的知识中得到一些对架构的思考,并以架构设计原则和目的对Jetpack MVVM 重新构造!|191|1|2021-06-17|
|
||||
|5|[miaowmiaow/fragmject](https://github.com/miaowmiaow/fragmject)|真正的入门级的项目,通过对Kotlin和Jetpack全家桶的系统运用,实现的一个功能完备符合主流市场标准App。 一个代码够简单,内容够全面,知识够详细,能让你快速上手的项目,对理解其他项目设计思想和封装技巧也很有帮助。项目结构清晰,代码简洁优雅。|234|1|2021-12-18|
|
||||
|6|[eprendre/tingshu](https://github.com/eprendre/tingshu)|一款可在线播放多个免费听书站点的安卓app|492|1|2021-12-06|
|
||||
|7|[hi-dhl/Leetcode-Solutions-with-Java-And-Kotlin](https://github.com/hi-dhl/Leetcode-Solutions-with-Java-And-Kotlin)|LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com|339|1|2021-09-13|
|
||||
|8|[CarGuo/GSYGithubAppKotlin](https://github.com/CarGuo/GSYGithubAppKotlin)|超完整的Android Kotlin 项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:目前已经拥有Flutter、Weex、ReactNative、Kotlin四个版本。 功能齐全,项目框架内技术涉及面广,完成度高。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本: ...|1149|1|2021-09-04|
|
||||
|9|[JiaYang627/QuickAndroid](https://github.com/JiaYang627/QuickAndroid)|:octocat:使用Kotlin搭建的一个基础框架。目的旨在学习Kotlin,更好的从Java过渡到Kotlin,并且针对此项目编写了一键生成页面插件。具体可看README:book:|10|1|2021-12-15|
|
||||
|10|[biubiuqiu0/flow-event-bus](https://github.com/biubiuqiu0/flow-event-bus)|EventBus for Android,消息总线,基于SharedFlow,具有生命周期感知能力,支持Sticky,支持线程切换,支持延迟发送。|84|1|2021-08-18|
|
||||
|11|[qingmei2/RxImagePicker](https://github.com/qingmei2/RxImagePicker)|:rocket:RxJava2 and RxJava3 external support. Android flexible picture selector, provides the support for theme of Zhihu and WeChat (灵活的Android图片选择器,提供了知乎和微信主题的支持).|1133|1|2021-10-13|
|
||||
|12|[mCyp/Hoo](https://github.com/mCyp/Hoo)|🚀 Android Jetpack系列组件实战案例,配上专栏学习更轻松~|988|1|2021-08-15|
|
||||
|13|[adisonhuang/awesome-kotlin-android](https://github.com/adisonhuang/awesome-kotlin-android)|🔥📱收集利用 Kotlin 进行 Android 开发的开源库,扩展,工具,开源项目,资料等高质量资源|828|1|2021-10-19|
|
||||
|14|[SkyD666/Imomoe](https://github.com/SkyD666/Imomoe)|樱花动漫第三方安卓Android客户端,不含广告,免费开源,目的是学习Android开发。|471|1|2021-12-05|
|
||||
|15|[aqi00/kotlin](https://github.com/aqi00/kotlin)|《Kotlin从零到精通Android开发》附录源码|73|0|2021-07-30|
|
||||
|16|[HMS-Core/hms-safetydetect-demo-kotlin](https://github.com/HMS-Core/hms-safetydetect-demo-kotlin)|SafetyDetect Sample provides many sample programs for your reference or usage.This example demonstrates how to integrate services provided by Safetydetect Kit, such as APPchecks, URLcheck, Userdetect, ...|10|0|2021-08-24|
|
||||
|17|[kongqw/WeChatHelper](https://github.com/kongqw/WeChatHelper)|WeChatHelper for androidx ,微信开放平台封装,包含微信分享、微信授权登录、微信支付|14|0|2021-08-05|
|
||||
|18|[hanjoongcho/aaf-easydiary](https://github.com/hanjoongcho/aaf-easydiary)|:blue_book: A diary application optimized for user experience.|274|0|2021-12-18|
|
||||
|19|[HuRuWo/WeChat8Xposed](https://github.com/HuRuWo/WeChat8Xposed)|WeChat8Xposed 是 WechatSpellbook的衍生项目 适配最新的微信 原Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。|6|0|2021-09-12|
|
||||
|20|[anyRTC-UseCase/StudyLive](https://github.com/anyRTC-UseCase/StudyLive)|StudyLive是anyRTC开发的示例项目,演示了如何通过anyRTC云服务,配合anyRTC RTC SDK、anyRTC RTM SDK、anyRTC播放插件,实现在线自习室的场景。|9|0|2021-12-14|
|
||||
|21|[leavesC/KVHolder](https://github.com/leavesC/KVHolder)|一文读懂 SharedPreferences 的缺陷及一点点思考|6|0|2021-10-16|
|
||||
|22|[yongjiu8/yjys](https://github.com/yongjiu8/yjys)|永久影视app,kotlin学习,安卓新手练习项目,影视项目,安卓练习项目,安卓新手学习参考项目|8|0|2021-09-08|
|
||||
|23|[hsicen/HencoderPlus](https://github.com/hsicen/HencoderPlus)|扔物线Hencoder plus系列课程 |38|0|2021-12-13|
|
||||
|24|[HMS-Core/hms-image-render-kotlin](https://github.com/HMS-Core/hms-image-render-kotlin)|This sample code is to guide the developer how to integrate the Image Render Sub-service in the Image Kit, achieving a variety of effects design. This sub-service provides 5 basic animations and 9 adv ...|9|0|2021-07-26|
|
||||
|25|[collaction/freehkkai-android](https://github.com/collaction/freehkkai-android)|只需在 App 內用慣常的輸入法輸入中文字,就可以看到「自由香港楷書」(該字根據香港教育局出版《常用字字形表》2007年版定義) 的參考寫法。|10|0|2021-08-26|
|
||||
|26|[ibaozi-cn/RecyclerViewAdapter](https://github.com/ibaozi-cn/RecyclerViewAdapter)|科学分包,动态扩展,功能完善,书写简洁,按需依赖,合理抽象,超高内聚,超低耦合,没有最好,只有更好,希望能帮助到您,🙏❤️感谢您的光临🙏❤️|250|0|2021-09-01|
|
||||
|27|[WinWang/ReadingGallery](https://github.com/WinWang/ReadingGallery)|提交组件化听书廊项目|5|0|2021-11-27|
|
||||
|28|[AllanWang/KAU](https://github.com/AllanWang/KAU)|An extensive collection of Kotlin Android Utils|198|0|2021-11-18|
|
||||
|29|[honglei92/ScreenRecord](https://github.com/honglei92/ScreenRecord)|安卓免费录屏软件,生成mp4文件,本地目录查看视频和分享到微信QQ,转gif动画等。|12|0|2021-07-30|
|
||||
|30|[itning/YunShuClassSchedule](https://github.com/itning/YunShuClassSchedule)|Android的开源课程表应用,支持上下课提醒,上课手机自动静音等功能。遵循Material Design设计|47|0|2021-09-18|
|
||||
|31|[AllanWang/Frost-for-Facebook](https://github.com/AllanWang/Frost-for-Facebook)|An extensive and functional third party app for Facebook|682|0|2021-11-24|
|
||||
|32|[JereChen11/Wanandroid_Learning_Kotlin](https://github.com/JereChen11/Wanandroid_Learning_Kotlin)|基于Wanandroid开放API,使用Kotlin语言开发,以供学习。|6|0|2021-11-16|
|
||||
|33|[AoEiuV020/PaNovel](https://github.com/AoEiuV020/PaNovel)|我们不生产小说,我们只做网站的搬运工,|84|0|2021-12-17|
|
||||
|34|[hjhjw1991/build_your_home_in_chengdu](https://github.com/hjhjw1991/build_your_home_in_chengdu)|成都买房攻略|9|0|2021-12-06|
|
||||
|35|[crazyandcoder/blog_backups](https://github.com/crazyandcoder/blog_backups)|Android 项目优化、面试题集,包含Android、Java、数据结构、算法、个人blog备份等。|429|0|2021-07-22|
|
||||
|36|[androidmalin/AndroidComponentPlugin](https://github.com/androidmalin/AndroidComponentPlugin)|Android上简单实现四大组件的插件化,供学习使用|339|0|2021-12-15|
|
||||
|37|[Anddd7/a-blackhorse](https://github.com/Anddd7/a-blackhorse)|tell you how to manage your blackhorse|16|0|2021-12-17|
|
||||
|38|[kukyxs/CoroutinesWanAndroid](https://github.com/kukyxs/CoroutinesWanAndroid)|超完整的「玩 Android」客户端,项目采用 MVVM, Android Jetpack, Retrofit, Kotlin 协程, Koin 编写。如果该项目对你学习过程有用,请给个 star,感谢|295|0|2021-09-29|
|
||||
|39|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中:wink::wink::wink:|64|0|2021-08-17|
|
||||
|40|[maoqitian/Nice-Knowledge-System](https://github.com/maoqitian/Nice-Knowledge-System)|:books:不积跬步无以至千里,每天进步一点点,Passion,Self-regulation,Love and Share|145|0|2021-11-11|
|
||||
|41|[Iseason2000/DeEnchantment](https://github.com/Iseason2000/DeEnchantment)|负魔书|8|0|2021-12-06|
|
||||
|42|[benhero/GLStudio](https://github.com/benhero/GLStudio)|OpenGL基础入门|254|0|2021-07-26|
|
||||
|43|[HMS-Core/hms-image-vision-kotlin](https://github.com/HMS-Core/hms-image-vision-kotlin)|This sample code is to guide the developer how to integrate the Image Vision Sub-service of the Image Kit, calling the image filter function. This sub-service provides 24 unique filter effects to enha ...|10|0|2021-07-26|
|
||||
|44|[m-i-n-a-r/birday](https://github.com/m-i-n-a-r/birday)|🎉 A beautiful Kotlin app to remember birthdays and events without having to open Facebook, set alarms or rely on Google Calendar.|153|0|2021-12-15|
|
||||
|45|[Nthily/DeepL-Translator](https://github.com/Nthily/DeepL-Translator)|免费,开源的非官方 DeepL 翻译软件|4|0|2021-07-03|
|
||||
|46|[ShiSheng233/Open2Share-Kotlin](https://github.com/ShiSheng233/Open2Share-Kotlin)|使用Kotlin重制的Open2Share|8|0|2021-10-17|
|
||||
|47|[zhujiang521/ComposeBookSource](https://github.com/zhujiang521/ComposeBookSource)|《Jetpack Compose:Android全新UI编程》全书源代码|7|0|2021-07-29|
|
||||
|48|[Starrah/THUCourseHelperBackend](https://github.com/Starrah/THUCourseHelperBackend)|清华课程小助手的后端服务器|4|0|2021-10-27|
|
||||
|49|[yunshuipiao/Potato](https://github.com/yunshuipiao/Potato)|Read the fucking source code for the Android interview|60|0|2021-11-07|
|
||||
|50|[junerver/CloudNote](https://github.com/junerver/CloudNote)|基于Bmob云后端的Android云笔记|19|0|2021-10-19|
|
||||
|51|[Flywith24/Android-Detail](https://github.com/Flywith24/Android-Detail)|Android Detail demo —— 专栏 Android Detail 配套代码|32|0|2021-12-17|
|
||||
|52|[qdsfdhvh/demo-base-layout](https://github.com/qdsfdhvh/demo-base-layout)|基于Drakeet分享的自定义ViewGroup思路,编写的demo|10|0|2021-09-16|
|
||||
|53|[zsqw123/SUESjxxt](https://github.com/zsqw123/SUESjxxt)|上海工程技术大学教学系统课程表转日程表|10|0|2021-06-13|
|
||||
|54|[yechaoa/YUtils](https://github.com/yechaoa/YUtils)|Android快速开发工具集合——YUtils,同时支持java和kotlin|53|0|2021-10-16|
|
||||
|55|[leavesC/RobustWebView](https://github.com/leavesC/RobustWebView)|Android WebView H5 秒开方案总结|18|0|2021-11-21|
|
||||
|56|[funnywolfdadada/HollowKit](https://github.com/funnywolfdadada/HollowKit)|自己常用的一些工具的合集|200|0|2021-11-24|
|
||||
|57|[idisfkj/daily_algorithm](https://github.com/idisfkj/daily_algorithm)|🔥算法进阶,由浅入深,欢迎加入一起共勉(A daily algorithm,Welcome to join and share together)|32|0|2021-07-30|
|
||||
|58|[lelelongwang/WanJetpack](https://github.com/lelelongwang/WanJetpack)|💪 持续更新。WanJetpack使用Jetpack MVVM开发架构、单Activity多Fragment设计,项目结构清晰,代码简洁优雅,追求最官方的实现方式。欢迎star,非常感谢。已用到知识点:LiveData、ViewModel、DataBinding、ViewBinding、coroutines、Hilt、Paging3、Room、Navigation、TabLayout、Bottom ...|80|0|2021-08-07|
|
||||
|59|[smashinggit/Study](https://github.com/smashinggit/Study)|记录学习过程中的demo及博客|335|0|2021-08-16|
|
||||
|60|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|12|0|2021-12-15|
|
||||
|61|[390057892/reader](https://github.com/390057892/reader)|小说阅读软件📕,采用 Jetpack + 协程实现的 MVVM 架构。Kotlin+AndroidX编写,支持TTS听书,字体切换,繁简转换,黑夜模式,各种翻页(仿真、滚动、滑动、覆盖、无动画),插页图片加载等。|185|0|2021-07-02|
|
||||
|62|[Edsuns/Star](https://github.com/Edsuns/Star)|超星学习通签到助手(使用JetpackCompose开发)|11|0|2021-10-28|
|
||||
|63|[mazouri/kvcache](https://github.com/mazouri/kvcache)|在Android开发中优雅的存取key/value数据,从此不用再写SharedPreference代码。This library is a tool to help you set and get key-vlue data with better way in Andrtoid development.|34|0|2021-07-29|
|
||||
|64|[lizijin/zijiexiaozhan](https://github.com/lizijin/zijiexiaozhan)|字节小站博客Demo|18|0|2021-12-16|
|
||||
|65|[CNawalol/qndxx-action](https://github.com/CNawalol/qndxx-action)|用于南宁青年大学习的自动打卡|4|0|2021-10-06|
|
||||
|66|[albert-lii/fly-android](https://github.com/albert-lii/fly-android)|总结Android的MVVM开发模式,并编写和集成常用的工具类和扩展|42|0|2021-10-22|
|
||||
|67|[DylanCaiCoding/Longan](https://github.com/DylanCaiCoding/Longan)|A collection of Kotlin utils which makes Android application development faster and easier. (让 Android 开发更简单的 Kotlin 工具类集合)|162|0|2021-12-18|
|
||||
|68|[YiiGuxing/asclepius](https://github.com/YiiGuxing/asclepius)|VTK医学影像三维重建学习|27|0|2021-06-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
35
content/charts/growth/knowledge/Lua.md
Normal file
35
content/charts/growth/knowledge/Lua.md
Normal file
@ -0,0 +1,35 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Lua
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|91|2|2021-12-18|
|
||||
|2|[skywind3000/z.lua](https://github.com/skywind3000/z.lua)|:zap: A new cd command that helps you navigate faster by learning your habits.|2164|2|2021-11-13|
|
||||
|3|[Wscats/articles](https://github.com/Wscats/articles)|🔖My Learning Notes and Memories - 分享我的学习片段和与你的回忆|3040|1|2021-10-30|
|
||||
|4|[Kengxxiao/ArknightsGameData](https://github.com/Kengxxiao/ArknightsGameData)|《明日方舟》游戏数据|635|1|2021-12-17|
|
||||
|5|[ouwen000/lua-touchsprte](https://github.com/ouwen000/lua-touchsprte)|触动精灵代码合集|9|0|2021-11-09|
|
||||
|6|[WanKcn/HouTu](https://github.com/WanKcn/HouTu)|后土娘娘是中国古代神话中的天神,她掌阴阳,育万物,因此被称为大地之母,在这个文件夹里我将自己计算机组成原理、操作系统和计算机网络的学习笔记进行总结和整理,我相信这三门基础课程就像后土育万物一样,是我计算机更进一步的根基。所以我将这个仓库命名为HouTu|3|0|2021-12-13|
|
||||
|7|[whsir/ngx_lua_waf](https://github.com/whsir/ngx_lua_waf)|ngx_lua_waf改版,增加网段白名单等新功能|28|0|2021-07-27|
|
||||
|8|[bayard/acamar](https://github.com/bayard/acamar)|Acamar auto-learning spam blocker addon for WoW / Acamar 自学习垃圾消息屏蔽插件。支持WoW怀旧版。|14|0|2021-06-21|
|
||||
|9|[max-ri/Guidelime](https://github.com/max-ri/Guidelime)|Guidelime: A WoW Classic addon for leveling guides with automatic progress updates|132|0|2021-11-30|
|
||||
|10|[simdsoft/x-studio](https://github.com/simdsoft/x-studio)|This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2021 Simdsoft Limited|81|0|2021-12-19|
|
||||
|11|[jinzhen-lin/ds_mods](https://github.com/jinzhen-lin/ds_mods)|自己写的一些《饥荒》mod|3|0|2021-12-11|
|
||||
|12|[openresty/lua-resty-lock](https://github.com/openresty/lua-resty-lock)|Simple nonblocking lock API for ngx_lua based on shared memory dictionaries|270|0|2021-10-08|
|
||||
|13|[njjjay/IOTQQPlugins_selfuse](https://github.com/njjjay/IOTQQPlugins_selfuse)|自用IOTQQ/OPQbot插件合集|17|0|2021-08-30|
|
||||
|14|[flily/lua-performance](https://github.com/flily/lua-performance)|Lua performance guide|35|0|2021-08-11|
|
||||
|15|[Yeatol/skada_plus](https://github.com/Yeatol/skada_plus)|《魔兽世界》游戏插件|5|0|2021-12-18|
|
||||
|16|[Tinywan/lua-nginx-redis](https://github.com/Tinywan/lua-nginx-redis)|:hibiscus: Redis、Lua、Nginx、OpenResty 笔记和资料|838|0|2021-10-26|
|
||||
|17|[k8scat/lua-resty-feishu-auth](https://github.com/k8scat/lua-resty-feishu-auth)|适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证|20|0|2021-11-24|
|
||||
|18|[Seekladoom/Seekladoom-ASS-Effect](https://github.com/Seekladoom/Seekladoom-ASS-Effect)|分享一下鄙人自己做的一些特效字幕,如有写得不当的地方还请多多包涵。|50|0|2021-12-17|
|
||||
|19|[akkuman/training_place](https://github.com/akkuman/training_place)|代码学习练武场|7|0|2021-11-08|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
43
content/charts/growth/knowledge/MATLAB.md
Normal file
43
content/charts/growth/knowledge/MATLAB.md
Normal file
@ -0,0 +1,43 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > MATLAB
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文,数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|304|4|2021-12-09|
|
||||
|2|[Kivy-CN/Stanford-CS-229-CN](https://github.com/Kivy-CN/Stanford-CS-229-CN)|A Chinese Translation of Stanford CS229 notes 斯坦福机器学习CS229课程讲义的中文翻译|2957|2|2021-11-24|
|
||||
|3|[dawnlh/awesome-low-light-image-enhancement](https://github.com/dawnlh/awesome-low-light-image-enhancement)|This is a resouce list for low light image enhancement|332|1|2021-11-11|
|
||||
|4|[iChunyu/LearnCtrlSys](https://github.com/iChunyu/LearnCtrlSys)|控制理论学习记录|2|0|2021-12-08|
|
||||
|5|[SilverFT/GJTU-lib](https://github.com/SilverFT/GJTU-lib)|资料整理|4|0|2021-07-05|
|
||||
|6|[Tyler2025/Machine_Learning](https://github.com/Tyler2025/Machine_Learning)|台湾大学李宏毅教授课程作业练习|9|0|2021-09-02|
|
||||
|7|[kerenfu/JLDCF](https://github.com/kerenfu/JLDCF)|Code for CVPR-2020 paper "JL-DCF: Joint Learning and Densely-Cooperative Fusion Framework for RGB-D Salient Object Detection"|57|0|2021-06-23|
|
||||
|8|[FanDady/Communication-Simulation](https://github.com/FanDady/Communication-Simulation)|这是福州大学通信原理课程设计——2ASK,2FSK,2PSK等调制解调系统的仿真实现|5|0|2021-07-20|
|
||||
|9|[qxr777/NumericalMethod](https://github.com/qxr777/NumericalMethod)|数值计算方法课程|17|0|2021-11-15|
|
||||
|10|[MrCaiDev/matlab-experiment](https://github.com/MrCaiDev/matlab-experiment)|电子科技大学《数学实验》源码。|2|0|2021-12-08|
|
||||
|11|[sunshineclover/HFUT-EISAT-CoursesData](https://github.com/sunshineclover/HFUT-EISAT-CoursesData)|合肥工业大学宣城校区 电子信息科学与技术专业课程资料|4|0|2021-12-02|
|
||||
|12|[AngeloUNIMI/PalmSeg](https://github.com/AngeloUNIMI/PalmSeg)|Source code for palmprint segmentation and ROI extraction used in the IEEE TIFS 2019 and IEEE CIVEMSA 2019 papers|15|0|2021-09-06|
|
||||
|13|[ZhuliuAiagle/MyCourse](https://github.com/ZhuliuAiagle/MyCourse)|本科阶段一些课程资料整理|11|0|2021-08-23|
|
||||
|14|[89461561511656/matlab](https://github.com/89461561511656/matlab)|matlab数学建模学习。CSDN配套源码,讲解看博客。|2|0|2021-10-29|
|
||||
|15|[xiesp/IntroductionToLinearAlgebra-Chinese-note](https://github.com/xiesp/IntroductionToLinearAlgebra-Chinese-note)|MIT Gilbert Strang教授的线性导数导论笔记,包含全中文书本内容和视频笔记|5|0|2021-07-15|
|
||||
|16|[QiuJueqin/ISP-based-on-responses-prediction-model](https://github.com/QiuJueqin/ISP-based-on-responses-prediction-model)|Study on Methodology and Technology of Digital Camera Image signal Processing Based on Raw Responses Prediction Model|27|0|2021-10-09|
|
||||
|17|[sailaoda/hust_Software_radio](https://github.com/sailaoda/hust_Software_radio)|华中科技大学电信学院软件无线电MATLAB实验代码、实验报告、学习资料等。(个人版)16QAM,OFDM,DDC,无线电信道化接收机等。|4|0|2021-09-20|
|
||||
|18|[yooongchun/MatlabCourse](https://github.com/yooongchun/MatlabCourse)|数模课程Matlab代码资源仓库|31|0|2021-06-24|
|
||||
|19|[sailaoda/HUSTEIC_family](https://github.com/sailaoda/HUSTEIC_family)|🔥华中科技大学电信专业 课程资料 作业 代码 实验报告 HUSTEIC 课程分享计划 |6|0|2021-09-20|
|
||||
|20|[zuster/EconometricsResources](https://github.com/zuster/EconometricsResources)|经济学相关专业资料集|37|0|2021-12-16|
|
||||
|21|[NMID-CQUPT/CLF-CQPUT](https://github.com/NMID-CQUPT/CLF-CQPUT)|🛰重庆邮电大学课程攻略 Learning files for courses and training in Chongqing University of Posts and Telecommunications|60|0|2021-11-13|
|
||||
|22|[kaichen686/GINav](https://github.com/kaichen686/GINav)|GNSS and GNSS/INS integration algorithms|37|0|2021-12-05|
|
||||
|23|[chenguangwei/tech-knowledge](https://github.com/chenguangwei/tech-knowledge)|整理自己的一些 github stars项目和学习记录|4|0|2021-09-17|
|
||||
|24|[sxy0818/ucas-course-2020](https://github.com/sxy0818/ucas-course-2020)|2020-2021学年的国科大雁栖湖集中教学选修课程课件|10|0|2021-08-28|
|
||||
|25|[JackHCC/TheAlgorithm](https://github.com/JackHCC/TheAlgorithm)|Matlab实现的一些数学基础算法(Some mathematical basic algorithms implemented by Matlab)|12|0|2021-06-29|
|
||||
|26|[WHUzxp/Supports_for_PST_Paper](https://github.com/WHUzxp/Supports_for_PST_Paper)|论文《考虑实时市场联动的电力零售商鲁棒定价策略》的支撑文件,已投稿《电网技术》杂志。2021年10月23日。|8|0|2021-10-28|
|
||||
|27|[ohmyjesus/robotProject](https://github.com/ohmyjesus/robotProject)|研究生期间完成的项目代码 -- 包括机械臂运动学、动力学建模,轨迹规划、运动控制仿真以及参数辨识等的相关知识|3|0|2021-12-14|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
98
content/charts/growth/knowledge/Objective-C.md
Normal file
98
content/charts/growth/knowledge/Objective-C.md
Normal file
@ -0,0 +1,98 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Objective-C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[ripperhe/Bob](https://github.com/ripperhe/Bob)|Bob 是一款 Mac 端翻译软件,支持划词翻译、截图翻译以及手动输入翻译。|4607|6|2021-12-07|
|
||||
|2|[pujiaxin33/JXCategoryView](https://github.com/pujiaxin33/JXCategoryView)|A powerful and easy to use category view (segmentedcontrol, segmentview, pagingview, pagerview, pagecontrol) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|5561|4|2021-10-25|
|
||||
|3|[liberalisman/iOS-InterviewQuestion-collection](https://github.com/liberalisman/iOS-InterviewQuestion-collection)|iOS 开发者在面试过程中,常见的一些面试题,建议尽量弄懂了原理,并且多实践。|2924|2|2021-06-09|
|
||||
|4|[pujiaxin33/JXPagingView](https://github.com/pujiaxin33/JXPagingView)|类似微博主页、简书主页等效果。多页面嵌套,既可以上下滑动,也可以左右滑动切换页面。支持HeaderView悬浮、支持下拉刷新、上拉加载更多。|2309|2|2021-12-16|
|
||||
|5|[LGCooci/KCiOSGrocery](https://github.com/LGCooci/KCiOSGrocery)|iOS开发杂货铺: 面试题+考试试卷+懒人开发tips|428|1|2021-10-10|
|
||||
|6|[SunshineBrother/JHBlog](https://github.com/SunshineBrother/JHBlog)|iOS开发:我的初级到中级的晋级之路|1180|1|2021-07-29|
|
||||
|7|[wwmz/WMZPageController](https://github.com/wwmz/WMZPageController)|分页控制器,替换UIPageController方案,具备完整的生命周期,多种指示器样式,多种标题样式,可悬浮,支持ios13暗黑模式(仿优酷,爱奇艺,今日头条,简书,京东等多种标题菜单) (Pagination controller with full life cycle, multiple indicator styles, multiple title styles)|542|1|2021-12-08|
|
||||
|8|[HeathWang/HWPanModal](https://github.com/HeathWang/HWPanModal)|HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。|868|1|2021-11-30|
|
||||
|9|[wwmz/WMZDialog](https://github.com/wwmz/WMZDialog)|功能最多样式最多的弹窗,支持普通/底部/日期/地区/日历/选择/编辑/分享/菜单/自定义弹窗等,支持多种动画,链式编程调用(Pop-up windows with the most functions and styles, support normal/bottom/date/region/calendar/select/edit/share/menu/custom pop-up windows ...|836|1|2021-12-13|
|
||||
|10|[objccn/articles](https://github.com/objccn/articles)|Articles for objccn.io. objc.io的完整、准确、优雅的中文翻译版本|2088|1|2021-11-02|
|
||||
|11|[GGGHub/Reader](https://github.com/GGGHub/Reader)|iOS基于CoreText实现的电子书阅读器,支持txt,epub格式|1115|1|2021-08-28|
|
||||
|12|[H2OB/FFPage](https://github.com/H2OB/FFPage)|类似微博个人主页、抖音个人主页、简书个人主页的控件,支持刷新放大,可悬浮组件|33|0|2021-11-30|
|
||||
|13|[DJI-Mobile-SDK-Tutorials/iOS-PlaybackDemo](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-PlaybackDemo)|A demo help you learn how to use DJI Mobile SDK to access the media resources in the SD card of the aircraft's camera to preview photos, play videos, download or delete files.|10|0|2021-10-11|
|
||||
|14|[yuansirios/iOS-Learning-Collection](https://github.com/yuansirios/iOS-Learning-Collection)|关于iOS日常开发整理,希望能给正在学习的你提供点帮助,原创资料,有不对的地方或者有更好的实现方法,希望大家指正,不胜感激|2|0|2021-07-09|
|
||||
|15|[wsl2ls/UIActivityViewController](https://github.com/wsl2ls/UIActivityViewController)|仿简书分享--系统原生分享:利用UIActivityViewController实现系统原生分享,不需要三方SDK,支持自定义分享,可以分享到微博、微信、QQ、信息、邮件、备忘录、通讯录、剪贴板、FaceBook.....等等|140|0|2021-10-07|
|
||||
|16|[WangGuibin/TestDemo](https://github.com/WangGuibin/TestDemo)|平时学习或者测试轮子时的demo|4|0|2021-08-15|
|
||||
|17|[ZenonHuang/MyDemos](https://github.com/ZenonHuang/MyDemos)|💾 Demo 集合 . 黑发不知勤学早,白首方悔读书迟.|62|0|2021-11-26|
|
||||
|18|[muzipiao/OOB](https://github.com/muzipiao/OOB)|基于 OpenCV,使用模板匹配法识别图像,供参考学习。|123|0|2021-11-08|
|
||||
|19|[BrooksWon/Blogs](https://github.com/BrooksWon/Blogs)|一些笔记|2|0|2021-12-08|
|
||||
|20|[crazypoo/PTools](https://github.com/crazypoo/PTools)|iOS开发工具小集合,不定期更新|9|0|2021-12-01|
|
||||
|21|[HemingTai/HTProject](https://github.com/HemingTai/HTProject)|记录平时的学习心得,包括AFN、SD、GCD、Socket...|4|0|2021-11-16|
|
||||
|22|[DJI-Mobile-SDK-Tutorials/iOS-Phantom4Missions](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-Phantom4Missions)|This demo shows you how to use the new TapFly and ActiveTrack Missions for Mavic Pro using DJI iOS SDK.|7|0|2021-10-12|
|
||||
|23|[mc3747/2_ObjectiveCSummary](https://github.com/mc3747/2_ObjectiveCSummary)|ObjectiveC各种知识点汇总!|2|0|2021-11-03|
|
||||
|24|[wjd-jax/WJDStudyLibrary](https://github.com/wjd-jax/WJDStudyLibrary)|这是一个大工程,里边包含了项目中常用模块的封装,我的简书地址:|342|0|2021-08-23|
|
||||
|25|[xingtianyoulong/index-learning](https://github.com/xingtianyoulong/index-learning)|构建高速互联网发展中最快、最好、最全的索引学习体系|2|0|2021-07-22|
|
||||
|26|[xiaoxinbo118/react-native-sns-share](https://github.com/xiaoxinbo118/react-native-sns-share)|RN集成微信、微博、QQ及支付宝SDK。实现分享、授权登陆、支付功能|31|0|2021-09-21|
|
||||
|27|[CocoaML/RecordingTranscoding](https://github.com/CocoaML/RecordingTranscoding)|录音模块、支持录音时WAV转码AMR 、支持断点续录,原地址: https://github.com/Blazeice/RecordingTranscoding 感谢分享 ~|2|0|2021-06-19|
|
||||
|28|[tianya2416/GKiOSNovel](https://github.com/tianya2416/GKiOSNovel)|Swift、小说、小说阅读、读书神器、自定义首页、千万部小说任你选择、数据缓存|96|0|2021-11-28|
|
||||
|29|[kuiZhang98/ZkDemo](https://github.com/kuiZhang98/ZkDemo)|分享快乐|6|0|2021-06-22|
|
||||
|30|[Veeco/WGExtension](https://github.com/Veeco/WGExtension)|iOS实用工具小合集|5|0|2021-08-09|
|
||||
|31|[DJI-Mobile-SDK-Tutorials/iOS-GSDemo](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-GSDemo)|A demo teaches you how to construct a DJIWaypoint Mission app, which allows you to plot a flight route for your drone by placing waypoints on a map.|26|0|2021-10-11|
|
||||
|32|[onezens/WeChatBot](https://github.com/onezens/WeChatBot)|Tweak 工程创建、配置教程 & 实现logos语法自动补全|28|0|2021-09-24|
|
||||
|33|[BlackStarLang/BSFramework](https://github.com/BlackStarLang/BSFramework)|多功能 framework,持续集成中。已开发pod组件:图片、视频选择器、图片视频预览控件、自定义相机:拍照+拍摄 ,3D轮播图 + iOS功能点学习(如 runloop、runtime、多线程、AutoreleasePool、DynamicBehavior 等等)|12|0|2021-12-06|
|
||||
|34|[DJI-Mobile-SDK-Tutorials/iOS-SimulatorDemo](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-SimulatorDemo)|This demo shows you how to use the DJISimulator of DJI Mobile SDK.|17|0|2021-10-11|
|
||||
|35|[MarkWangLike/WHPageFlipTwoSide](https://github.com/MarkWangLike/WHPageFlipTwoSide)|翻书效果预览图片|18|0|2021-06-14|
|
||||
|36|[tangtiancheng/DouYinComment](https://github.com/tangtiancheng/DouYinComment)|1.抖音视频转场动画, 评论手势拖拽效果 , 视频播放, 边下边播, 预加载, TikTok 2.铃声多多,上传铃声音频到库乐队(GarageBand) 3.微博主页、简书主页等。多页面嵌套列表分页滚动,上下滑动,左右滑动切换页面。类似TableView共用HeaderView悬浮,仿头条标签编辑,铃声多多音乐播放界面(豆瓣电影主页)。|278|0|2021-11-29|
|
||||
|37|[Xcoder1011/OC_StudyDemo](https://github.com/Xcoder1011/OC_StudyDemo)|记录个人学习Objective-C的一些demo ,基于AFNetworking3.x封装网络请求,实现GET、POST请求、多任务断点续传|2|0|2021-09-28|
|
||||
|38|[faisalmemon/ios-crash-dump-analysis-book](https://github.com/faisalmemon/ios-crash-dump-analysis-book)|iOS Crash Dump Analysis Book|430|0|2021-10-28|
|
||||
|39|[CorderC/flutter_wechat_share_plugin](https://github.com/CorderC/flutter_wechat_share_plugin)|flutter版本的关于微信分享功能组件,包括分享文字,图片,音乐,网页以及打开微信小程序等,ios与安卓均已实现对应的功能|2|0|2021-06-03|
|
||||
|40|[aolan/iOS_Develop](https://github.com/aolan/iOS_Develop)|该文档都是日常开发过程中解决问题的经验总结。|7|0|2021-11-30|
|
||||
|41|[inverse-inc/sogo](https://github.com/inverse-inc/sogo)|SOGo is a very fast and scalable modern collaboration suite (groupware). It offers calendaring, address book management, and a full-featured Webmail client along with resource sharing and permission h ...|1179|0|2021-12-17|
|
||||
|42|[Lin-Bing/SampleCode](https://github.com/Lin-Bing/SampleCode)|博客相关代码示例|7|0|2021-09-22|
|
||||
|43|[lingjye/iOS-Learning](https://github.com/lingjye/iOS-Learning)|iOS知识总结|61|0|2021-07-13|
|
||||
|44|[kopuCoder/iOS_Development-Book](https://github.com/kopuCoder/iOS_Development-Book)|适合iOS中高级开发工程狮提升个人能力业务水平的书籍|79|0|2021-11-01|
|
||||
|45|[Dioq/ReverseOC](https://github.com/Dioq/ReverseOC)|iOS逆向学习的一些记录|4|0|2021-12-06|
|
||||
|46|[yangKJ/KJEmitterView](https://github.com/yangKJ/KJEmitterView)|🎸🎸🎸 工具箱:粒子效果,图文混排,手势封装,圆角渐变内外阴影,图片裁剪、压缩、拼接、水印滤镜渲染、GIF,LeetCode算法,富文本点击,文本撤销,数组字典高级用法,正则谓词,线程处理,多语言等|29|0|2021-12-13|
|
||||
|47|[vvusu/LNRefresh](https://github.com/vvusu/LNRefresh)|轻量级下拉刷新控件,各种动画集合(京东,天猫,淘宝,考拉海购,美团,今日头条,飞猪)|336|0|2021-06-16|
|
||||
|48|[chenjialin1016/IOS_Knowledge_Structure](https://github.com/chenjialin1016/IOS_Knowledge_Structure)|ios知识总结|5|0|2021-06-04|
|
||||
|49|[XLsn0w/XLsn0w](https://github.com/XLsn0w/XLsn0w)|🔥🔥🔥联系我:XLsn00w@gmail.com 微信公众号: Cydia Cydia官方源: https://xlsn0w.github.io/tweaks/ 🔥🔥🔥|15|0|2021-07-23|
|
||||
|50|[zhangxistudy11/KnowledgeSummaryOfObjectC](https://github.com/zhangxistudy11/KnowledgeSummaryOfObjectC)|本项目集合了我写的很多Demo,以及封装的工具类,大部分Demo的实现思路、技巧、细节我都会对应一篇简书的文章:http://www.jianshu.com/u/c4d558e26604 |4|0|2021-12-19|
|
||||
|51|[huangboju/Study](https://github.com/huangboju/Study)|一些学习的东西|4|0|2021-06-09|
|
||||
|52|[zhangzhongyan/FSGridView](https://github.com/zhangzhongyan/FSGridView)|iOS网格视图,主要用于类似股票、课程表、属性表。 使用CollectionViewCell定制,重用机制,标准数据源委托协议,更容易嵌入。|6|0|2021-10-09|
|
||||
|53|[wcly/blog](https://github.com/wcly/blog)|个人博客|5|0|2021-09-27|
|
||||
|54|[rabbitmouse/ZQSearchController](https://github.com/rabbitmouse/ZQSearchController)|Search,SearchBar, 仿《饿了么》搜索栏。自定义搜索结果界面。搜索主页、模糊匹配、结果界面之间的状态切换。支持搜索历史和热门设置|124|0|2021-06-02|
|
||||
|55|[MobClub/ShareSDK-for-iOS](https://github.com/MobClub/ShareSDK-for-iOS)|快捷好用的社会化分享组件 Convenient SDK for SNS Share Feature|443|0|2021-12-03|
|
||||
|56|[poholo/MCShare](https://github.com/poholo/MCShare)|Social share & Auth(QQ、微信、微博、支付宝、Telegram、钉钉).|4|0|2021-08-10|
|
||||
|57|[Baffin-HSL/Flutter_UI](https://github.com/Baffin-HSL/Flutter_UI)|适合Flutter初学者学习的项目|3|0|2021-08-19|
|
||||
|58|[1691665955/StudyDemo](https://github.com/1691665955/StudyDemo)|一些关于iOS的学习总结|3|0|2021-07-28|
|
||||
|59|[fanyuecheng/SoulHook](https://github.com/fanyuecheng/SoulHook)|Soul iOS App逆向实战(仅用于学习)|24|0|2021-10-19|
|
||||
|60|[duhongxing/iOS-Dev-OC](https://github.com/duhongxing/iOS-Dev-OC)|iOS开发基础知识回顾|2|0|2021-08-30|
|
||||
|61|[yungfan/iOS-continuous-learning](https://github.com/yungfan/iOS-continuous-learning)|不断学习中写的案例|36|0|2021-12-15|
|
||||
|62|[bytesking/YJCategories](https://github.com/bytesking/YJCategories)|Objective-C 常用分类集合,支持Cocoapods|88|0|2021-06-15|
|
||||
|63|[DJI-Mobile-SDK-Tutorials/iOS-FPVDemo](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-FPVDemo)|A demo to introduce how to implement the FPV view, take photo and record video using DJI Mobile SDK.|37|0|2021-10-11|
|
||||
|64|[Meterwhite/KeyPathExtension](https://github.com/Meterwhite/KeyPathExtension)|An extension of KeyPath for KVC.You can use struct, predicate in KeyPath.在KVC中使用谓词和结构体|4|0|2021-11-09|
|
||||
|65|[kevindcw/DNebula](https://github.com/kevindcw/DNebula)|模仿SOUL布局,写的一个笔记类应用|130|0|2021-10-08|
|
||||
|66|[YoungerLi/LYDemo](https://github.com/YoungerLi/LYDemo)|此项目总结了我工作过程中的常用的类及方法等等|2|0|2021-09-09|
|
||||
|67|[smart1024/ios_demos](https://github.com/smart1024/ios_demos)|oc学习项目|4|0|2021-07-26|
|
||||
|68|[haxibiao/react-native-qq-lib](https://github.com/haxibiao/react-native-qq-lib)|🔥 React Native bridging library that integrates QQ SDKs. QQ 登陆 分享,集成 QQ SDK |16|0|2021-11-12|
|
||||
|69|[HMS-Core/hms-analytics-demo-ios](https://github.com/HMS-Core/hms-analytics-demo-ios)|HMS analytics kit demo provides an example of integrating HUAWEI Analytics Kit with an app. It illustrates how to collect predefined events and custom events on two pages, namely, question page or use ...|11|0|2021-09-13|
|
||||
|70|[xiaoeteam/XiaoeAppSDK-iOS](https://github.com/xiaoeteam/XiaoeAppSDK-iOS)|通过小鹅通APP内嵌SDK可以在 App 内快速集成小鹅通提供的整个交易服务,享受完善的基础知识商品能力、营销玩法,更有小鹅通强劲的技术及服务作保障,实现低成本、高效率、强融合的移动商城方案,快速获得 App 流量的商业化变现。|13|0|2021-10-26|
|
||||
|71|[wlpiaoyi/PYUtile](https://github.com/wlpiaoyi/PYUtile)|常用功能集合|3|0|2021-08-10|
|
||||
|72|[orilme/OCSummary](https://github.com/orilme/OCSummary)|OC知识和常用的一些小Demo|8|0|2021-07-17|
|
||||
|73|[rongcloud/ios-ui-sdk-set](https://github.com/rongcloud/ios-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|11|0|2021-12-16|
|
||||
|74|[HansenCCC/QMKKXProduct](https://github.com/HansenCCC/QMKKXProduct)|iOS技术分享(APP图标制作、苹果内购支付、仿微信朋友圈、仿微信图片查看器、防新浪@人、仿支付宝密码弹框、仿发圈、黑科技-无限刷简书知乎流量、标签、js交互+wk、加载网页、自适应cell高度、TableView嵌入播放器防卡顿、定制好看弹框、选择地址、选择时间、选择颜色、导航自定义控制、轮播图、二维码扫描、人脸追踪、自定义相机、身份证拍照、ios播放器、AVPlayer封装、下拉选项弹框、贪吃 ...|41|0|2021-10-20|
|
||||
|75|[poholo/LDSDKManager_IOS](https://github.com/poholo/LDSDKManager_IOS)|聚合QQ、微信、微博、支付宝、Telegram、钉钉第三方库,抽象封装分享、授权、支付功能,以便其他开发者能快速接入。(LD团队自16年不再更新)|5|0|2021-08-12|
|
||||
|76|[zdrjson/note](https://github.com/zdrjson/note)|Software Engineering knowledge collection of everything you want to know|8|0|2021-12-11|
|
||||
|77|[skyming/Study](https://github.com/skyming/Study)|学习日志记录、笔记|22|0|2021-12-01|
|
||||
|78|[zhanglexiaoge/flutter_zl](https://github.com/zhanglexiaoge/flutter_zl)|对自己学习flutter总结,相当于完整flutter app 开发|2|0|2021-06-15|
|
||||
|79|[LYajun/LGNote](https://github.com/LYajun/LGNote)|笔记工具|2|0|2021-07-16|
|
||||
|80|[bqlin/Apple-Sample-Code](https://github.com/bqlin/Apple-Sample-Code)|苹果示例代码学习|18|0|2021-09-02|
|
||||
|81|[debugly/FFmpegTutorial](https://github.com/debugly/FFmpegTutorial)|MoviePlayer which based on FFmpeg step by step tutorials for iOS/macOS developer. (使用 FFMpeg 封装播放器系列教程,适合零基础的 iOS/macOS 开发者学习)|141|0|2021-11-29|
|
||||
|82|[BrightcoveOS/ios-player-samples](https://github.com/BrightcoveOS/ios-player-samples)|A collection of samples for the Brightcove Player SDK for iOS|63|0|2021-12-13|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
80
content/charts/growth/knowledge/PHP.md
Normal file
80
content/charts/growth/knowledge/PHP.md
Normal file
@ -0,0 +1,80 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > PHP
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|598|3|2021-12-19|
|
||||
|2|[Qsnh/meedu](https://github.com/Qsnh/meedu)|知识付费、企业线上培训解决方案。|2742|2|2021-12-19|
|
||||
|3|[mashirozx/sakura](https://github.com/mashirozx/sakura)|A Wonderful WordPress Theme: 樱花庄的白猫博客主题|2421|2|2021-11-13|
|
||||
|4|[summerblue/laravel-shop](https://github.com/summerblue/laravel-shop)|Laravel 电商实战教程的项目代码|2341|2|2021-10-05|
|
||||
|5|[bettershop/LaikeTui](https://github.com/bettershop/LaikeTui)|来客电商,微信小程序商城 + APP商城 + 公众号商城 + PC商城系统 + 支付宝小程序商城 + 抖音小程序商城 + 百度小程序电商系统(前后端代码全部开源) 注重界面美感与用户体验,打造独特电商系统生态圈|551|1|2021-12-17|
|
||||
|6|[xzncit/A3Mall](https://github.com/xzncit/A3Mall)|A3Mall B2C开源商城系统使用Thinkphp6开源框架,前端采用uniapp开发,支持微信公众号商城、H5商城、小程序商城、APP商城、PC商城,前后端源码100%开源,支持免费商用。|434|1|2021-12-16|
|
||||
|7|[leadshop/leadshop](https://github.com/leadshop/leadshop)|Leadshop是一款提供持续更新迭代服务的轻量级、高性能开源电商系统,前后端分离(uniapp +电商专用yii2.0),可视化DIY拖拽装修,旨在打造极致的用户体验! 支持微信小程序,公众号等|137|1|2021-11-23|
|
||||
|8|[magicblack/maccms10](https://github.com/magicblack/maccms10)|苹果cms官网,苹果cmsv10,maccmsv10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|1127|1|2021-12-13|
|
||||
|9|[basicmi/AI-Chip](https://github.com/basicmi/AI-Chip)|A list of ICs and IPs for AI, Machine Learning and Deep Learning.|1202|1|2021-12-03|
|
||||
|10|[xianyunyh/PHP-Interview](https://github.com/xianyunyh/PHP-Interview)|This is the information I prepared for the PHP interview.The notes include PHP, MySql, Linux, etc.|1134|1|2021-12-12|
|
||||
|11|[FlxSNX/TeambitionShare](https://github.com/FlxSNX/TeambitionShare)|挂载Teambition文件 可直链分享 支持网盘(需申请)和项目文件(无需邀请码)|341|1|2021-06-16|
|
||||
|12|[owner888/phpspider](https://github.com/owner888/phpspider)|《我用爬虫一天时间“偷了”知乎一百万用户,只为证明PHP是世界上最好的语言 》所使用的程序|3408|1|2021-07-01|
|
||||
|13|[orangetw/My-CTF-Web-Challenges](https://github.com/orangetw/My-CTF-Web-Challenges)|Collection of CTF Web challenges I made|2262|1|2021-12-05|
|
||||
|14|[dnomd343/Encryption365](https://github.com/dnomd343/Encryption365)|Encryption365免费IP证书命令行工具|72|1|2021-10-24|
|
||||
|15|[xiebruce/PicUploader](https://github.com/xiebruce/PicUploader)|一个还不错的图床工具,支持Mac/Win/Linux服务器、支持压缩后上传、添加图片或文字水印、多文件同时上传、同时上传到多个云、右击任意文件上传、快捷键上传剪贴板截图、Web版上传、支持作为Mweb/Typora发布图片接口、作为PicGo/ShareX/uPic等的自定义图床,支持在服务器上部署作为图床接口,支持上传任意格式文件。|948|1|2021-09-30|
|
||||
|16|[helloxz/onenav](https://github.com/helloxz/onenav)|使用PHP开发的简约导航/书签管理系统。|467|1|2021-09-10|
|
||||
|17|[wususu/effective-resourses](https://github.com/wususu/effective-resourses)| :book:学习资源整合|1839|1|2021-06-10|
|
||||
|18|[iqiqiya/iqiqiya-API](https://github.com/iqiqiya/iqiqiya-API)|API接口大全不断更新中~欢迎Fork和Star(✎ 1.一言(古诗句版)api ✎ 2.必应每日一图api ✎ 3.在线ip查询 ✎ 4.m3u8视频在线解析api ✎ 5.随机生成二次元图片api ✎ 6.快递查询api-支持国内百家快递 ✎ 7.flv视频在线解析api ✎ 8.抖音视频无水印解析api✎ 9.一句话随机图片api✎ 10.QQ用户信息获取api✎11.哔哩哔哩封 ...|1072|1|2021-08-26|
|
||||
|19|[xiaochong0302/course-tencent-cloud](https://github.com/xiaochong0302/course-tencent-cloud)|网课系统,网校系统,知识付费系统,在线教育系统,基于高性能 C 扩展框架 Phalcon ,可免费商用。|482|1|2021-11-28|
|
||||
|20|[Fanli2012/nbnbk](https://github.com/Fanli2012/nbnbk)|基于thinkphp5的cms管理系统,B2C电商开源php商城系统平台,tp5开源cms,thinkphp企业网站源码,适合博客、中小企业建站二次开发。|65|0|2021-10-14|
|
||||
|21|[lcp0578/cheat-sheets](https://github.com/lcp0578/cheat-sheets)|:elephant: :elephant: my cheat sheets :memo: , Symfony, Go, Python, MySQL, Twig, Doctrine, Nginx, ElasticSearch, TiDB, Linux etc.|43|0|2021-12-06|
|
||||
|22|[kasuganosoras/Pigeon](https://github.com/kasuganosoras/Pigeon)|💬 一个轻量化的留言板 / 记事本 / 社交系统 / 博客。人类的本质是……咕咕咕?|314|0|2021-10-25|
|
||||
|23|[zdhxiong/Material-Design-Chinese](https://github.com/zdhxiong/Material-Design-Chinese)|Material Design 指南的中文翻译|550|0|2021-11-09|
|
||||
|24|[maccmspro/maccms8](https://github.com/maccmspro/maccms8)|苹果cms-v8,maccms-v8,麦克cms,开源cms,视频分享程序,文章程序,专题程序,免费程序|53|0|2021-07-29|
|
||||
|25|[aliliin/LeetCode-Algorithms](https://github.com/aliliin/LeetCode-Algorithms)| LeetCode Algorithms PHP 算法 leetcode php|68|0|2021-08-26|
|
||||
|26|[longwenjunjie/jiangqie_theme](https://github.com/longwenjunjie/jiangqie_theme)|酱茄Free主题由酱茄( www.jiangqie.com )开发的一款免费开源的WordPress主题,主题专为WordPress博客、资讯、自媒体网站而设计。|69|0|2021-11-02|
|
||||
|27|[LychApe/DreamCat](https://github.com/LychApe/DreamCat)|DreamCat 是一个极简自适应博客主题,年轻人追梦良品!|136|0|2021-10-04|
|
||||
|28|[magicblack/maccms8](https://github.com/magicblack/maccms8)|苹果cms官方,苹果cmsv8,maccmsv8,麦克cms,开源cms,视频分享程序,文章程序,专题程序,免费程序|58|0|2021-09-28|
|
||||
|29|[opensource-socialnetwork/opensource-socialnetwork](https://github.com/opensource-socialnetwork/opensource-socialnetwork)|Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who s ...|821|0|2021-12-14|
|
||||
|30|[learnku/learnku](https://github.com/learnku/learnku)|learnku.net 网站使用 laravel5.5 重新架构|155|0|2021-10-05|
|
||||
|31|[summerblue/weibo](https://github.com/summerblue/weibo)|Laravel 中文新手课程《L01 Laravel 教程 - Web 开发实战入门》的源代码 |86|0|2021-10-27|
|
||||
|32|[guanguans/notify](https://github.com/guanguans/notify)|多平台推送通知 SDK(Bark、Chanify、钉钉群机器人、邮件、飞书群机器人、Gitter、Google Chat、Logger、Mattermost、Rocket Chat、Server 酱、企业微信群机器人、息知、Zulip)。|74|0|2021-12-13|
|
||||
|33|[mokeyjay/Pixiv-daily-ranking-widget](https://github.com/mokeyjay/Pixiv-daily-ranking-widget)|会自动更新的P站每日榜小挂件,适合放在博客侧边栏等地方 Pixiv daily list widget that automatically updates, suitable for blog sidebar, etc.|203|0|2021-09-26|
|
||||
|34|[pudongping/larablog](https://github.com/pudongping/larablog)|基于 Laravel6.x 构建的博客应用,支持 Markdown,支持图片拖拽上传,基于 RBAC 权限管理系统|29|0|2021-10-12|
|
||||
|35|[wyq2214368/remove-water-mark-server](https://github.com/wyq2214368/remove-water-mark-server)|短视频去水印小程序系列教程源码【服务端-php】|55|0|2021-06-02|
|
||||
|36|[weipxiu/Art_Blog](https://github.com/weipxiu/Art_Blog)|WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:|402|0|2021-12-19|
|
||||
|37|[emlog/emlog](https://github.com/emlog/emlog)|emlog是一款基于PHP和MySQL的功能强大的博客及CMS建站系统,追求快速、稳定、简单、舒适的建站体验 (emlog is a fast, stable and easy-to-use blog and CMS website building system based on PHP and MySQL)。|432|0|2021-12-18|
|
||||
|38|[pl1998/laravel-casbin-admin](https://github.com/pl1998/laravel-casbin-admin)|Front and back end separation RBAC permission management system based on Vue-Element-Admin + Laravel。qq254046307 拉你进学习交流群|78|0|2021-12-16|
|
||||
|39|[FlyingSky-CN/MDr](https://github.com/FlyingSky-CN/MDr)|Typecho Theme MDr - 书写你的篇章|84|0|2021-08-20|
|
||||
|40|[Seevil/fantasy](https://github.com/Seevil/fantasy)|一款极简Typecho 博客主题|152|0|2021-11-22|
|
||||
|41|[Hanson/laravel-admin-wechat](https://github.com/Hanson/laravel-admin-wechat)|laravel admin 的微信扩展包,支持多公众号、多小程序、多微信支付,包含基础接口与后台|227|0|2021-08-29|
|
||||
|42|[422926799/note](https://github.com/422926799/note)|记录自己写的工具和学习笔记|288|0|2021-12-08|
|
||||
|43|[leafmirror/hyperf-study](https://github.com/leafmirror/hyperf-study)|hyperf框架学习之路,会持续更新。敬请期待|43|0|2021-08-12|
|
||||
|44|[inbjo/CoreBlog](https://github.com/inbjo/CoreBlog)|一款优雅的博客系统|124|0|2021-09-10|
|
||||
|45|[PrintNow/ChaoxingSign](https://github.com/PrintNow/ChaoxingSign)|PHP版超星学习通自动签到(包括普通签到、手势签到、位置签到,不支持二维码签到),支持多用户,二次开发便捷!|40|0|2021-09-03|
|
||||
|46|[cxp1539/laravel-core-learn](https://github.com/cxp1539/laravel-core-learn)|laravel核心知识学习|174|0|2021-11-17|
|
||||
|47|[zblogcn/zblogphp](https://github.com/zblogcn/zblogphp)|Z-BlogPHP博客程序|600|0|2021-12-18|
|
||||
|48|[xianyunyh/studynotes](https://github.com/xianyunyh/studynotes)|学习和工作记录笔记的地方。整理包含遇到的问题,以及学习的笔记的记录,内容涵盖了PHP、Python、Go等编程语言,主要为自己作记录,方便自己以后查阅|53|0|2021-12-18|
|
||||
|49|[luvvien/laravel-blog](https://github.com/luvvien/laravel-blog)|基于Laravel5.8构建的轻量博客应用,支持Markdown,支持图片拖拽上传,界面简洁,SEO友好,支持百度链接自动和手动提交|90|0|2021-10-05|
|
||||
|50|[filhodanuvem/awesome-php-jobs](https://github.com/filhodanuvem/awesome-php-jobs)|🐘A curated list of companies using php |110|0|2021-10-21|
|
||||
|51|[wmhello/workManger](https://github.com/wmhello/workManger)|简单易用的学校信息管理系统(管理教职工基础信息、教学过程、短信消息和模板消息发送 学校微信公众号管理 简单事项审批)|44|0|2021-11-24|
|
||||
|52|[0xs1riu5/vulawdhub](https://github.com/0xs1riu5/vulawdhub)|该项目是利用docker技术创建的有漏洞的cms环境集合,可以进行练习|136|0|2021-10-26|
|
||||
|53|[houdunwang/hdcms](https://github.com/houdunwang/hdcms)|支持 PC、H5、微信公众号、微信小程序多应用平台|145|0|2021-11-16|
|
||||
|54|[storyflow/PHPer](https://github.com/storyflow/PHPer)|一个PHPer的升级之路|371|0|2021-11-01|
|
||||
|55|[OMGZui/noteBook](https://github.com/OMGZui/noteBook)|🍎 笔记本|386|0|2021-12-17|
|
||||
|56|[sy-records/design-patterns](https://github.com/sy-records/design-patterns)|👨🏻💻 Swoole微课程-PHP设计模式相关代码|49|0|2021-11-22|
|
||||
|57|[syfxlin/xknote](https://github.com/syfxlin/xknote)| :ledger: XK-Note 一个集各种神奇功能的云笔记|60|0|2021-10-06|
|
||||
|58|[zhan3333/note](https://github.com/zhan3333/note)|编程笔记:算法、语言、工具、面试|45|0|2021-10-20|
|
||||
|59|[oubingbing/wechatAlliance](https://github.com/oubingbing/wechatAlliance)|微信小程序--校园小情书后台源码,好玩的表白墙,告白墙。|371|0|2021-10-20|
|
||||
|60|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|32|0|2021-07-04|
|
||||
|61|[changbin1997/MWordStar](https://github.com/changbin1997/MWordStar)|响应式双栏 Typecho 博客主题|108|0|2021-12-16|
|
||||
|62|[pmlic/PHP-ML-study](https://github.com/pmlic/PHP-ML-study)|This is a PHP-ML Chinese learning example|98|0|2021-08-20|
|
||||
|63|[anerg2046/sns_auth](https://github.com/anerg2046/sns_auth)|通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google|547|0|2021-11-15|
|
||||
|64|[poetries/mywiki](https://github.com/poetries/mywiki)|:books:收集整理日常发现的好资源、前端资源汇总。关注公众号「前端进阶之旅」,一起学习|643|0|2021-10-03|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
21
content/charts/growth/knowledge/Pascal.md
Normal file
21
content/charts/growth/knowledge/Pascal.md
Normal file
@ -0,0 +1,21 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Pascal
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Fr0sT-Brutal/awesome-pascal](https://github.com/Fr0sT-Brutal/awesome-pascal)|A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!|1189|0|2021-12-09|
|
||||
|2|[msfm2018/wxDbTools](https://github.com/msfm2018/wxDbTools)|PC微信hook源码,PC微信注入,逆向编程,可以制作微信机器人玩玩,仅供学习,请不要用于商业、违法途径,本人不对此源码造成的违法负责!vx数据库学习工具|3|0|2021-08-19|
|
||||
|3|[msfm2018/wxrobot](https://github.com/msfm2018/wxrobot)|PC微信hook源码,PC微信注入,逆向编程,可以制作微信机器人玩玩,仅供学习,请不要用于商业、违法途径,本人不对此源码造成的违法负责!|9|0|2021-10-30|
|
||||
|4|[yzfuture/yzfuture](https://github.com/yzfuture/yzfuture)|鱼住未来相关开发资料|31|0|2021-12-17|
|
||||
|5|[himselfv/wakan](https://github.com/himselfv/wakan)|Japanese and Chinese learning tool with dictionary|24|0|2021-08-10|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
23
content/charts/growth/knowledge/Perl.md
Normal file
23
content/charts/growth/knowledge/Perl.md
Normal file
@ -0,0 +1,23 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Perl
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[jlord/git-it-electron](https://github.com/jlord/git-it-electron)|:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub|3924|2|2021-12-19|
|
||||
|2|[bollwarm/SecToolSet](https://github.com/bollwarm/SecToolSet)|The security tool(project) Set from github。github安全项目工具集合 |1000|1|2021-11-04|
|
||||
|3|[StefanSchroeder/Golang-Regex-Tutorial](https://github.com/StefanSchroeder/Golang-Regex-Tutorial)|Golang - Regular Expression Tutorial|1060|0|2021-10-15|
|
||||
|4|[mizu-bai/yinglish-perl](https://github.com/mizu-bai/yinglish-perl)|【yinglish】淫语翻译机!现以 Perl 版呈现!|8|0|2021-12-13|
|
||||
|5|[coolmissmile/wiznote_search_engine](https://github.com/coolmissmile/wiznote_search_engine)|在Mac上打造一个搜索引擎, 搜索你自己的为知笔记|9|0|2021-10-26|
|
||||
|6|[iceiceiceYu/A-BitTorrent-Like-File-Transfer-Application](https://github.com/iceiceiceYu/A-BitTorrent-Like-File-Transfer-Application)|Computer Network Course Project in Fudan University 复旦大学《计算机网络》课程 project|2|0|2021-07-03|
|
||||
|7|[jim-kirisame/jpgramma-cn-pdf-converter](https://github.com/jim-kirisame/jpgramma-cn-pdf-converter)|一个将日语语法指南网页版转成pdf的小工具|29|0|2021-10-10|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Python.md
Normal file
116
content/charts/growth/knowledge/Python.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Python
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[donnemartin/system-design-primer](https://github.com/donnemartin/system-design-primer)|Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.|154686|88|2021-12-17|
|
||||
|2|[public-apis/public-apis](https://github.com/public-apis/public-apis)|A collective list of free APIs|171882|82|2021-12-18|
|
||||
|3|[jackfrued/Python-100-Days](https://github.com/jackfrued/Python-100-Days)|Python - 100天从新手到大师|113238|82|2021-12-13|
|
||||
|4|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|7720|50|2021-12-13|
|
||||
|5|[vinta/awesome-python](https://github.com/vinta/awesome-python)|A curated list of awesome Python frameworks, libraries, software and resources|110286|40|2021-12-19|
|
||||
|6|[0voice/interview_internal_reference](https://github.com/0voice/interview_internal_reference)|2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。|32995|36|2021-08-25|
|
||||
|7|[521xueweihan/HelloGitHub](https://github.com/521xueweihan/HelloGitHub)|:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.|49740|24|2021-11-26|
|
||||
|8|[josephmisiti/awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning)|A curated list of awesome Machine Learning frameworks, libraries and software.|52124|19|2021-12-17|
|
||||
|9|[d2l-ai/d2l-zh](https://github.com/d2l-ai/d2l-zh)|《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。|29139|18|2021-12-19|
|
||||
|10|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|What the f*ck Python? 😱|27763|18|2021-10-30|
|
||||
|11|[wangzheng0822/algo](https://github.com/wangzheng0822/algo)|数据结构和算法必知必会的50个代码实现|20115|17|2021-11-15|
|
||||
|12|[microsoft/qlib](https://github.com/microsoft/qlib)|Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you c ...|7583|15|2021-12-18|
|
||||
|13|[sebastianruder/NLP-progress](https://github.com/sebastianruder/NLP-progress)|Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.|19518|15|2021-12-07|
|
||||
|14|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|2882|13|2021-12-15|
|
||||
|15|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2283|11|2021-12-05|
|
||||
|16|[kangvcar/InfoSpider](https://github.com/kangvcar/InfoSpider)|INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源 ...|5984|11|2021-12-13|
|
||||
|17|[keon/algorithms](https://github.com/keon/algorithms)|Minimal examples of data structures and algorithms in Python|20121|11|2021-12-16|
|
||||
|18|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|1881|11|2021-12-17|
|
||||
|19|[leisurelicht/wtfpython-cn](https://github.com/leisurelicht/wtfpython-cn)|wtfpython的中文翻译/施工结束/ 能力有限,欢迎帮我改进翻译|11980|11|2021-07-08|
|
||||
|20|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|273|10|2021-12-17|
|
||||
|21|[wangshub/wechat_jump_game](https://github.com/wangshub/wechat_jump_game)|微信《跳一跳》Python 辅助|13880|10|2021-10-12|
|
||||
|22|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1036|10|2021-12-15|
|
||||
|23|[d2l-ai/d2l-en](https://github.com/d2l-ai/d2l-en)|Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 300 universities from 55 countries including Stanford, MIT, Harvard, and Cambridge.|11839|10|2021-12-19|
|
||||
|24|[0xAX/linux-insides](https://github.com/0xAX/linux-insides)|A little bit about a linux kernel|23973|9|2021-12-18|
|
||||
|25|[wistbean/learn_python3_spider](https://github.com/wistbean/learn_python3_spider)|python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,分布式 ...|8527|9|2021-12-11|
|
||||
|26|[jackzhenguo/python-small-examples](https://github.com/jackzhenguo/python-small-examples)|告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 Python中文网 http://www.zglg.work|6589|9|2021-12-14|
|
||||
|27|[trekhleb/learn-python](https://github.com/trekhleb/learn-python)|📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.|11470|9|2021-11-07|
|
||||
|28|[luong-komorebi/Awesome-Linux-Software](https://github.com/luong-komorebi/Awesome-Linux-Software)|A list of awesome applications, software, tools and other materials for Linux distros. |16943|9|2021-12-10|
|
||||
|29|[Dod-o/Statistical-Learning-Method_Code](https://github.com/Dod-o/Statistical-Learning-Method_Code)|手写实现李航《统计学习方法》书中全部算法|8503|8|2021-09-13|
|
||||
|30|[drduh/macOS-Security-and-Privacy-Guide](https://github.com/drduh/macOS-Security-and-Privacy-Guide)|Guide to securing and improving privacy on macOS|18687|8|2021-12-03|
|
||||
|31|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1425|8|2021-12-18|
|
||||
|32|[Jack-Cherish/PythonPark](https://github.com/Jack-Cherish/PythonPark)|Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。|4291|7|2021-12-18|
|
||||
|33|[hindupuravinash/the-gan-zoo](https://github.com/hindupuravinash/the-gan-zoo)|A list of all named GANs!|11456|7|2021-09-08|
|
||||
|34|[charlax/professional-programming](https://github.com/charlax/professional-programming)|A collection of full-stack resources for programmers.|15936|7|2021-12-10|
|
||||
|35|[Vonng/ddia](https://github.com/Vonng/ddia)|《Designing Data-Intensive Application》DDIA中文翻译|10458|7|2021-12-15|
|
||||
|36|[huangsam/ultimate-python](https://github.com/huangsam/ultimate-python)|Ultimate Python study guide for newcomers and professionals alike. :snake: :snake: :snake:|3309|6|2021-11-29|
|
||||
|37|[microsoft/nlp-recipes](https://github.com/microsoft/nlp-recipes)|Natural Language Processing Best Practices & Examples|5783|6|2021-09-07|
|
||||
|38|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|412|6|2021-12-03|
|
||||
|39|[shengxinjing/it-roadmap](https://github.com/shengxinjing/it-roadmap)|大圣的前端学习路线图|133|6|2021-12-13|
|
||||
|40|[public-api-lists/public-api-lists](https://github.com/public-api-lists/public-api-lists)|A collective list of free APIs for use in software and web development 🚀 (Clone of https://github.com/public-apis/public-apis)|4018|6|2021-11-30|
|
||||
|41|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1546|6|2021-11-26|
|
||||
|42|[PantsuDango/Dango-Translator](https://github.com/PantsuDango/Dango-Translator)|团子翻译器 —— 个人兴趣制作的一款基于OCR技术的翻译器|3420|5|2021-12-12|
|
||||
|43|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体,包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家,行业511个,产品95,559条、上游材料56,824条,上级行业480条,下游产品390条,产品小类52,937条,所属行业3,946条。 |275|5|2021-10-26|
|
||||
|44|[DA-southampton/NLP_ability](https://github.com/DA-southampton/NLP_ability)|总结梳理自然语言处理工程师(NLP)需要积累的各方面知识,包括面试题,各种基础知识,工程能力等等,提升核心竞争力|2998|5|2021-12-18|
|
||||
|45|[huangrt01/CS-Notes](https://github.com/huangrt01/CS-Notes)|我的自学笔记,终身更新,当前专注System基础、MLSys。|2913|5|2021-08-18|
|
||||
|46|[jindongwang/transferlearning](https://github.com/jindongwang/transferlearning)|Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习|8482|5|2021-12-16|
|
||||
|47|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1032|5|2021-12-14|
|
||||
|48|[akfamily/akshare](https://github.com/akfamily/akshare)|AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库|4332|5|2021-12-19|
|
||||
|49|[Yorko/mlcourse.ai](https://github.com/Yorko/mlcourse.ai)|Open Machine Learning Course|7965|5|2021-12-19|
|
||||
|50|[ownthink/KnowledgeGraphData](https://github.com/ownthink/KnowledgeGraphData)|史上最大规模1.4亿中文知识图谱开源下载|3848|5|2021-06-02|
|
||||
|51|[donnemartin/awesome-aws](https://github.com/donnemartin/awesome-aws)|A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.|9895|4|2021-12-17|
|
||||
|52|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|933|4|2021-12-17|
|
||||
|53|[shenweichen/DeepCTR](https://github.com/shenweichen/DeepCTR)|Easy-to-use,Modular and Extendible package of deep-learning based CTR models .|5686|4|2021-12-15|
|
||||
|54|[injetlee/Python](https://github.com/injetlee/Python)|Python脚本。模拟登录知乎, 爬虫,操作excel,微信公众号,远程开机|7355|4|2021-12-06|
|
||||
|55|[google-research/albert](https://github.com/google-research/albert)|ALBERT: A Lite BERT for Self-supervised Learning of Language Representations|2842|4|2021-12-13|
|
||||
|56|[waditu/tushare](https://github.com/waditu/tushare)|TuShare is a utility for crawling historical data of China stocks|11291|4|2021-10-17|
|
||||
|57|[programthink/zhao](https://github.com/programthink/zhao)|【编程随想】整理的《太子党关系网络》,专门揭露赵国的权贵|8925|4|2021-08-01|
|
||||
|58|[wilsonfreitas/awesome-quant](https://github.com/wilsonfreitas/awesome-quant)|A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)|8202|4|2021-12-17|
|
||||
|59|[TingsongYu/PyTorch_Tutorial](https://github.com/TingsongYu/PyTorch_Tutorial)|《Pytorch模型训练实用教程》中配套代码|3492|3|2021-10-12|
|
||||
|60|[lucidrains/x-transformers](https://github.com/lucidrains/x-transformers)|A simple but complete full-attention transformer with a set of promising experimental features from various papers|1281|3|2021-12-13|
|
||||
|61|[humphd/have-fun-with-machine-learning](https://github.com/humphd/have-fun-with-machine-learning)|An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks|4912|3|2021-12-19|
|
||||
|62|[open-mmlab/mmselfsup](https://github.com/open-mmlab/mmselfsup)|OpenMMLab Self-Supervised Learning Toolbox and Benchmark|1681|3|2021-12-17|
|
||||
|63|[iswbm/pycharm-guide](https://github.com/iswbm/pycharm-guide)|PyCharm 中文指南:安装 破解 效率 技巧|1560|3|2021-12-12|
|
||||
|64|[justinzm/gopup](https://github.com/justinzm/gopup)|数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…|1669|3|2021-12-13|
|
||||
|65|[lauris/awesome-scala](https://github.com/lauris/awesome-scala)|A community driven list of useful Scala libraries, frameworks and software.|8223|3|2021-10-25|
|
||||
|66|[chyroc/WechatSogou](https://github.com/chyroc/WechatSogou)|基于搜狗微信搜索的微信公众号爬虫接口|5220|3|2021-12-13|
|
||||
|67|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|661|3|2021-10-01|
|
||||
|68|[ct-Open-Source/tuya-convert](https://github.com/ct-Open-Source/tuya-convert)|A collection of scripts to flash Tuya IoT devices to alternative firmwares|3338|3|2021-12-10|
|
||||
|69|[lcdevelop/ChatBotCourse](https://github.com/lcdevelop/ChatBotCourse)|自己动手做聊天机器人教程|5247|3|2021-09-06|
|
||||
|70|[DropsDevopsOrg/ECommerceCrawlers](https://github.com/DropsDevopsOrg/ECommerceCrawlers)|实战🐍多种网站、电商数据爬虫🕷。包含🕸:淘宝商品、微信公众号、大众点评、企查查、招聘网站、闲鱼、阿里任务、博客园、微博、百度贴吧、豆瓣电影、包图网、全景网、豆瓣音乐、某省药监局、搜狐新闻、机器学习文本采集、fofa资产采集、汽车之家、国家统计局、百度关键词收录数、蜘蛛泛目录、今日头条、豆瓣影评、携程、小米应用商店、安居客、途家民宿❤️❤️❤️。微信爬虫展示项目:|3071|3|2021-12-13|
|
||||
|71|[liuhuanyong/QASystemOnMedicalKG](https://github.com/liuhuanyong/QASystemOnMedicalKG)| A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。|3585|3|2021-10-14|
|
||||
|72|[LiyuanLucasLiu/RAdam](https://github.com/LiyuanLucasLiu/RAdam)|On the Variance of the Adaptive Learning Rate and Beyond|2442|3|2021-07-31|
|
||||
|73|[G-Security-Team/GSLibrary](https://github.com/G-Security-Team/GSLibrary)|轻量级知识库&POC管理平台|405|3|2021-10-11|
|
||||
|74|[PegasusWang/python_data_structures_and_algorithms](https://github.com/PegasusWang/python_data_structures_and_algorithms)|Python 中文数据结构和算法教程|2194|2|2021-12-03|
|
||||
|75|[lining0806/PythonSpiderNotes](https://github.com/lining0806/PythonSpiderNotes)|Python入门网络爬虫之精华版|5634|2|2021-06-21|
|
||||
|76|[coursera-dl/coursera-dl](https://github.com/coursera-dl/coursera-dl)|Script for downloading Coursera.org videos and naming them.|8609|2|2021-11-17|
|
||||
|77|[ines/spacy-course](https://github.com/ines/spacy-course)|👩🏫 Advanced NLP with spaCy: A free online course|1919|2|2021-12-10|
|
||||
|78|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|255|2|2021-12-13|
|
||||
|79|[ownthink/Jiagu](https://github.com/ownthink/Jiagu)|Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类|2368|2|2021-06-02|
|
||||
|80|[EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10](https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10)|How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows|2746|2|2021-10-21|
|
||||
|81|[liangliangyy/DjangoBlog](https://github.com/liangliangyy/DjangoBlog)|🍺基于Django的博客系统|4256|2|2021-12-15|
|
||||
|82|[datawhalechina/fun-rec](https://github.com/datawhalechina/fun-rec)|本推荐算法教程主要是针对具有机器学习基础并想找推荐算法岗位的同学,教程由推荐算法基础、推荐算法入门赛、新闻推荐项目及推荐算法面经组成,形成了一个完整的从基础到实战再到面试的闭环。|922|2|2021-12-19|
|
||||
|83|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记:使用pycharm编程,基于pytorch框架实现。|452|2|2021-08-09|
|
||||
|84|[deepset-ai/FARM](https://github.com/deepset-ai/FARM)|:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.|1440|2|2021-11-23|
|
||||
|85|[phodal/awesome-iot](https://github.com/phodal/awesome-iot)|Awesome IoT. A collaborative list of great resources about IoT Framework, Library, OS, Platform|3458|2|2021-10-25|
|
||||
|86|[Baiyuetribe/kamiFaka](https://github.com/Baiyuetribe/kamiFaka)|一款基于VUE3.0的高颜值卡密发卡系统,特别适合虚拟商品、知识付费等。|644|2|2021-11-22|
|
||||
|87|[youyuge34/PI-REC](https://github.com/youyuge34/PI-REC)|:fire: PI-REC: Progressive Image Reconstruction Network With Edge and Color Domain. :fire: 图像翻译,条件GAN,AI绘画|1619|2|2021-10-12|
|
||||
|88|[firmai/financial-machine-learning](https://github.com/firmai/financial-machine-learning)|A curated list of practical financial machine learning tools and applications.|2172|2|2021-12-19|
|
||||
|89|[thuml/Transfer-Learning-Library](https://github.com/thuml/Transfer-Learning-Library)|Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization|1195|2|2021-12-07|
|
||||
|90|[BrikerMan/Kashgari](https://github.com/BrikerMan/Kashgari)|Kashgari is a production-level NLP Transfer learning framework built on top of tf.keras for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.|2235|2|2021-07-09|
|
||||
|91|[graph4ai/graph4nlp](https://github.com/graph4ai/graph4nlp)|Graph4nlp is the library for the easy use of Graph Neural Networks for NLP. Welcome to visit our DLG4NLP website (https://dlg4nlp.github.io/index.html) for various learning resources! |1139|2|2021-12-19|
|
||||
|92|[PyJun/Mooc_Downloader](https://github.com/PyJun/Mooc_Downloader)|学无止下载器,慕课下载器,Mooc下载,慕课网下载,中国大学下载,爱课程下载,网易云课堂下载,学堂在线下载,超星学习通下载;支持视频,课件同时下载|2291|2|2021-12-12|
|
||||
|93|[PyQt5/PyQt](https://github.com/PyQt5/PyQt)|PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5|3781|2|2021-12-15|
|
||||
|94|[Mr-xn/BurpSuite-collections](https://github.com/Mr-xn/BurpSuite-collections)|有关burpsuite的插件(非商店),文章以及使用技巧的收集(此项目不再提供burpsuite破解文件,如需要请在博客mrxn.net下载)---Collection of burpsuite plugins (non-stores), articles and tips for using Burpsuite, no crack version file|1580|2|2021-12-15|
|
||||
|95|[layumi/Person_reID_baseline_pytorch](https://github.com/layumi/Person_reID_baseline_pytorch)|Pytorch ReID: A tiny, friendly, strong pytorch implement of object re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial|2961|2|2021-12-17|
|
||||
|96|[SleepyBag/Statistical-Learning-Methods](https://github.com/SleepyBag/Statistical-Learning-Methods)|Implement Statistical Leanring Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现|884|2|2021-11-14|
|
||||
|97|[PeterH0323/Smart_Construction](https://github.com/PeterH0323/Smart_Construction)|Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗|1094|2|2021-09-28|
|
||||
|98|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|552|2|2021-12-15|
|
||||
|99|[shenweichen/DeepCTR-Torch](https://github.com/shenweichen/DeepCTR-Torch)|【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.|1642|2|2021-08-25|
|
||||
|100|[alibaba/EasyTransfer](https://github.com/alibaba/EasyTransfer)|EasyTransfer is designed to make the development of transfer learning in NLP applications easier.|718|2|2021-12-02|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
31
content/charts/growth/knowledge/R.md
Normal file
31
content/charts/growth/knowledge/R.md
Normal file
@ -0,0 +1,31 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > R
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[qinwf/awesome-R](https://github.com/qinwf/awesome-R)|A curated list of awesome R packages, frameworks and software.|4858|2|2021-10-07|
|
||||
|2|[briatte/awesome-network-analysis](https://github.com/briatte/awesome-network-analysis)|A curated list of awesome network analysis resources.|2524|1|2021-11-17|
|
||||
|3|[lei-zhang/COSN_webinar](https://github.com/lei-zhang/COSN_webinar)|Tutorial talks at the Chinese Open Science Webinar series|22|0|2021-08-31|
|
||||
|4|[Fayehh/R-for-Quantitative-Research](https://github.com/Fayehh/R-for-Quantitative-Research)|中国科学院大学中丹学院Research Methods课程定量部分|4|0|2021-08-23|
|
||||
|5|[wangyi-fudan/BIOL130173](https://github.com/wangyi-fudan/BIOL130173)|复旦大学生命科学学院《生命科学中的机器学习》|25|0|2021-10-02|
|
||||
|6|[ShixiangWang/LeetCode](https://github.com/ShixiangWang/LeetCode)|LeetCode题解:使用 R/Python/Go 学习和锻炼算法能力。|4|0|2021-06-30|
|
||||
|7|[GuangchuangYu/biobabble](https://github.com/GuangchuangYu/biobabble)|公众号:biobabble|56|0|2021-09-26|
|
||||
|8|[yihui/MSG](https://github.com/yihui/MSG)|Modern Statistical Graphics (《现代统计图形》的附加包)|33|0|2021-08-15|
|
||||
|9|[Hayeke/RAssignment](https://github.com/Hayeke/RAssignment)|超市销售数据分析练习(R课程)|7|0|2021-10-10|
|
||||
|10|[pzhaonet/bookdownplus](https://github.com/pzhaonet/bookdownplus)|The easiest way to use R package bookdown for writing varied types of books and documents |227|0|2021-08-06|
|
||||
|11|[cosname/rmarkdown-guide](https://github.com/cosname/rmarkdown-guide)|R Markdown 指南(一本八字还没一撇的中文书)|40|0|2021-12-08|
|
||||
|12|[thomasWeise/bookbuildeR](https://github.com/thomasWeise/bookbuildeR)|An R Package for Building Books or Documents using pandoc|7|0|2021-08-31|
|
||||
|13|[lexcomber/SpatInt](https://github.com/lexcomber/SpatInt)|Examples of different Spatial Interpolation approaches in R |7|0|2021-12-13|
|
||||
|14|[stablemarkets/ChiRP](https://github.com/stablemarkets/ChiRP)|Chinese Restaurant Process Models for Regression and Clustering. Master branch contains latest stable build.|9|0|2021-07-22|
|
||||
|15|[frankcsliu/R4surveyresearch](https://github.com/frankcsliu/R4surveyresearch)|《民意調查資料分析的R實戰手冊》的語法檔及資料檔(2018五南出版) |13|0|2021-06-12|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
37
content/charts/growth/knowledge/Ruby.md
Normal file
37
content/charts/growth/knowledge/Ruby.md
Normal file
@ -0,0 +1,37 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Ruby
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[bayandin/awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)|A curated list of awesome awesomeness|28317|10|2021-12-08|
|
||||
|2|[r0eXpeR/fingerprint](https://github.com/r0eXpeR/fingerprint)|各种工具指纹收集分享|190|4|2021-11-03|
|
||||
|3|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|A guide to contributing to open source|5952|3|2021-12-18|
|
||||
|4|[guipdutra/awesome-geek-podcasts](https://github.com/guipdutra/awesome-geek-podcasts)|A curated list of podcasts we like to listen to. |1602|1|2021-07-15|
|
||||
|5|[airbnb/ruby](https://github.com/airbnb/ruby)|Ruby Style Guide|3361|1|2021-09-21|
|
||||
|6|[JapanExchangeGroup/J-Quants-Tutorial](https://github.com/JapanExchangeGroup/J-Quants-Tutorial)|J-Quants-Tutorial|106|0|2021-07-27|
|
||||
|7|[YOURLS/awesome-yourls](https://github.com/YOURLS/awesome-yourls)|🎉 A curated list of awesome things related to YOURLS|398|0|2021-12-16|
|
||||
|8|[rubytaiwan/ruby-taiwan](https://github.com/rubytaiwan/ruby-taiwan)|ruby-taiwan.org website source code. # master 追 ruby-china , production 才是 ruby-taiwan|141|0|2021-09-27|
|
||||
|9|[erlzhang/erl.im](https://github.com/erlzhang/erl.im)|Blog博客|9|0|2021-09-27|
|
||||
|10|[liuzhenangel/RBlog](https://github.com/liuzhenangel/RBlog)|个人博客系统v2.0|36|0|2021-10-12|
|
||||
|11|[jinhucheung/milog](https://github.com/jinhucheung/milog)|Milog 是一基于 Ruby on Rails 的个人博客网站|28|0|2021-09-27|
|
||||
|12|[dsh0416/ruby-relearning](https://github.com/dsh0416/ruby-relearning)|《Ruby 再入门》:一本关于重新思考编程入门的教程|97|0|2021-09-28|
|
||||
|13|[ChrisZou/geekweibo](https://github.com/ChrisZou/geekweibo)|A twitter-like app where you can save and share short notes around programming. You can think of it as "twitter for programmers".|43|0|2021-10-26|
|
||||
|14|[xcatliu/jekyllcn](https://github.com/xcatliu/jekyllcn)|Jekyll 的中文翻译网站|447|0|2021-09-02|
|
||||
|15|[diguage/byte-buddy-tutorial](https://github.com/diguage/byte-buddy-tutorial)|“Byte Buddy Tutorial” 中文翻译:Byte Buddy 教程。|77|0|2021-11-16|
|
||||
|16|[worldimprovementlab/coronavirus-cheatsheet](https://github.com/worldimprovementlab/coronavirus-cheatsheet)|A cheatsheet of information and links about the COVID-19 outbreak. Please contribute! |19|0|2021-07-13|
|
||||
|17|[ifmeorg/ifme](https://github.com/ifmeorg/ifme)|Free, open source mental health communication web app to share experiences with loved ones|1242|0|2021-12-16|
|
||||
|18|[mycolorway/lark-ruby-sdk](https://github.com/mycolorway/lark-ruby-sdk)|Ruby SDKs for Lark(飞书) API https://open.feishu.cn/|9|0|2021-10-24|
|
||||
|19|[BranLiang/demo-rails-webrtc](https://github.com/BranLiang/demo-rails-webrtc)|A demo project shows how to use webrtc on rails|18|0|2021-10-12|
|
||||
|20|[mischa78/boxroom](https://github.com/mischa78/boxroom)|Boxroom is a Rails application that aims to be a simple interface for managing and sharing files in a web browser. It lets users create folders and upload, download and share files. Admins can manage ...|318|0|2021-11-04|
|
||||
|21|[flink-china/flink-china-doc](https://github.com/flink-china/flink-china-doc)|Flink 官方文档中文翻译项目 :cn:|370|0|2021-07-12|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
54
content/charts/growth/knowledge/Rust.md
Normal file
54
content/charts/growth/knowledge/Rust.md
Normal file
@ -0,0 +1,54 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Rust
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|260202|260|2021-12-15|
|
||||
|2|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|180|6|2021-12-18|
|
||||
|3|[rust-embedded/rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)|:books: Learn to write an embedded OS in Rust :crab:|7271|5|2021-12-02|
|
||||
|4|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件,利用DeepL翻译,无需注册api token|409|3|2021-11-08|
|
||||
|5|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|366|3|2021-08-18|
|
||||
|6|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|249|2|2021-12-18|
|
||||
|7|[aik2mlj/raytracer-tutorial](https://github.com/aik2mlj/raytracer-tutorial)|Raytracer tutorial for PPCA 2021, written in Rust.|101|1|2021-08-10|
|
||||
|8|[rcore-os/rCore-Tutorial-v3](https://github.com/rcore-os/rCore-Tutorial-v3)|v3.5 https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html|356|1|2021-12-13|
|
||||
|9|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools, and can also generate local API documentation)|327|1|2021-12-18|
|
||||
|10|[rustcc/writing-an-os-in-rust](https://github.com/rustcc/writing-an-os-in-rust)|《使用Rust编写操作系统》|1319|1|2021-09-14|
|
||||
|11|[anshulrgoyal/rust-web-developer-roadmap](https://github.com/anshulrgoyal/rust-web-developer-roadmap)|Roadmap to becoming a Rust Web Developer in 2021|1014|1|2021-08-16|
|
||||
|12|[rcore-os/rCore-Tutorial](https://github.com/rcore-os/rCore-Tutorial)|Tutorial for rCore OS step by step (3rd edition) |362|1|2021-08-09|
|
||||
|13|[iolivia/rust-sokoban](https://github.com/iolivia/rust-sokoban)|Rust Sokoban book and code samples|99|0|2021-11-21|
|
||||
|14|[citahub/libsm](https://github.com/citahub/libsm)|A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)|102|0|2021-08-31|
|
||||
|15|[divinerapier/weaver](https://github.com/divinerapier/weaver)|A distributed object file system inspired by the paper Beaver which was published by Facebook Inc. at 2010.|16|0|2021-07-14|
|
||||
|16|[suhanyujie/learn-computer](https://github.com/suhanyujie/learn-computer)|PHP函数源码分析、计算机相关知识|12|0|2021-11-07|
|
||||
|17|[liyiheng/blog-gen](https://github.com/liyiheng/blog-gen)|乱七八糟的笔记和代码,浏览者将会产生眩晕、恶心等不适症状|12|0|2021-12-06|
|
||||
|18|[aylei/leetcode-rust](https://github.com/aylei/leetcode-rust)|my leetcode solutions in rust|433|0|2021-09-23|
|
||||
|19|[inrust/Rust-Programming-in-Action](https://github.com/inrust/Rust-Programming-in-Action)|《Rust编程:入门、实战与进阶》源码|41|0|2021-07-16|
|
||||
|20|[xuesongbj/Rust-Notes](https://github.com/xuesongbj/Rust-Notes)| 🦀️ Rust学习笔记 📖 |88|0|2021-12-17|
|
||||
|21|[chongyi/inspirer-rs](https://github.com/chongyi/inspirer-rs)|博客 Rust 版|11|0|2021-10-05|
|
||||
|22|[chengluyu/turnip-price](https://github.com/chengluyu/turnip-price)|《动物森友会》大头菜价格算法 Rust & WebAssembly 版 / The Rust & WebAssembly implementation of the algorithm of the turnip price in Animal Crossing: New Horizon.|29|0|2021-11-26|
|
||||
|23|[zhangyuang/leetcode](https://github.com/zhangyuang/leetcode)|solve questions in leetcode by Rust|218|0|2021-12-17|
|
||||
|24|[nange/blog](https://github.com/nange/blog)|记录一些知识。。|33|0|2021-11-21|
|
||||
|25|[shaipe/wechat-sdk-rs](https://github.com/shaipe/wechat-sdk-rs)|微信公众号、开放平台、小程序、小商店、微信支付接口,采用Rust语言的对接实现接口对接的sdk,方便使用Rust语言进行微信开发的同学开箱即用.|13|0|2021-10-13|
|
||||
|26|[nintha/demo-myblog](https://github.com/nintha/demo-myblog)|使用Rust、Actix-web和MongoDB构建简单博客网站|33|0|2021-08-22|
|
||||
|27|[chinanf-boy/exercism-rust-zh](https://github.com/chinanf-boy/exercism-rust-zh)|中文翻译: <exercism/rust> exercism.io的rust练习题 (网页版,准备中) :heart: 校对 ✅|18|0|2021-06-21|
|
||||
|28|[rcore-os/zCore-Tutorial](https://github.com/rcore-os/zCore-Tutorial)|[WIP] Tutorial for zCore kernel.|41|0|2021-08-28|
|
||||
|29|[fruit-in/leetcode](https://github.com/fruit-in/leetcode)|:bald_woman: LeetCode solutions (algorithms problems only) :bald_man:|15|0|2021-07-18|
|
||||
|30|[rust-cli/book](https://github.com/rust-cli/book)| Documentation on how to use the Rust Programming Language to develop commandline applications|229|0|2021-12-16|
|
||||
|31|[wsgggws/rust-leetcode](https://github.com/wsgggws/rust-leetcode)|练习使用rust语言刷leetcode算法题目|14|0|2021-06-19|
|
||||
|32|[weihanglo/rust-algorithm-club](https://github.com/weihanglo/rust-algorithm-club)|Learn algorithms and data structures with Rust|247|0|2021-08-25|
|
||||
|33|[FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs)|static site generator from markdown files(markdown 格式静态博客生成器)|40|0|2021-11-18|
|
||||
|34|[BUAA-SE-Compiling/natrium](https://github.com/BUAA-SE-Compiling/natrium)|北航 2020 年软院编译原理相关资料与规划 Docs and planning on Compilers class in 2020 for College of Software of BUAA|28|0|2021-10-06|
|
||||
|35|[auula/learning-rust-zh](https://github.com/auula/learning-rust-zh)|个人的 rust 学习资料|15|0|2021-08-06|
|
||||
|36|[ZhangHanDong/inviting-rust](https://github.com/ZhangHanDong/inviting-rust)|Rust实战视频课程代码示例|165|0|2021-08-30|
|
||||
|37|[xxg1413/inviting-rust-note](https://github.com/xxg1413/inviting-rust-note)|Rust实战课程笔记|37|0|2021-11-25|
|
||||
|38|[rust-lang-cn/book-cn](https://github.com/rust-lang-cn/book-cn)|Rust 程序设计语言——Chinese translation of The Rust Programming Language (Book)|86|0|2021-11-29|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Shell.md
Normal file
116
content/charts/growth/knowledge/Shell.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Shell
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[open-guides/og-aws](https://github.com/open-guides/og-aws)|📙 Amazon Web Services — a practical guide|30482|15|2021-11-20|
|
||||
|2|[shengxinjing/programmer-job-blacklist](https://github.com/shengxinjing/programmer-job-blacklist)|:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞|27491|14|2021-08-10|
|
||||
|3|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅||1550|7|2021-12-15|
|
||||
|4|[daliansky/Hackintosh](https://github.com/daliansky/Hackintosh)|Hackintosh long-term maintenance model EFI and installation tutorial|6590|6|2021-12-17|
|
||||
|5|[rootsongjc/kubernetes-handbook](https://github.com/rootsongjc/kubernetes-handbook)|Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook|9419|6|2021-12-17|
|
||||
|6|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等,解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|92|5|2021-12-09|
|
||||
|7|[kiddin9/OpenWrt_x86-r2s-r4s](https://github.com/kiddin9/OpenWrt_x86-r2s-r4s)|Automatic unattended weekly builds of the current OpenWrt development master branch for X86_64, NanoPi-R2S, NanoPi-R4S, Rpi-4B|1600|3|2021-12-19|
|
||||
|8|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|383|3|2021-10-13|
|
||||
|9|[ben1234560/k8s_PaaS](https://github.com/ben1234560/k8s_PaaS)|如何基于K8s(Kubernetes)部署成PaaS/DevOps(一套完整的软件研发和部署平台)--教程/学习(实战代码/欢迎讨论/大量注释/操作配图),你将习得部署如:K8S(Kubernetes)、dashboard、Harbor、Jenkins、本地gitlab、Apollo框架、promtheus、grafana、spinnaker等。|1352|3|2021-12-11|
|
||||
|10|[judasn/Linux-Tutorial](https://github.com/judasn/Linux-Tutorial)|《Java 程序员眼中的 Linux》|7757|3|2021-07-05|
|
||||
|11|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|174|2|2021-12-19|
|
||||
|12|[wangdoc/bash-tutorial](https://github.com/wangdoc/bash-tutorial)|Bash 教程|3316|2|2021-12-18|
|
||||
|13|[johnrosen1/vpstoolbox](https://github.com/johnrosen1/vpstoolbox)|厌倦了总是需要手动输入命令安装博客,网盘,邮箱,代理了吗?VPSToolBox提供了一种全自动化的解决方案,解放双手,从今天开始!|1260|2|2021-11-22|
|
||||
|14|[wind-liang/leetcode](https://github.com/wind-liang/leetcode)|leetcode 顺序刷题,详细通俗题解,with JAVA|2192|2|2021-09-02|
|
||||
|15|[jghoman/awesome-apache-airflow](https://github.com/jghoman/awesome-apache-airflow)|Curated list of resources about Apache Airflow|2755|2|2021-12-02|
|
||||
|16|[wangdoc/javascript-tutorial](https://github.com/wangdoc/javascript-tutorial)|JavaScript 教程 https://wangdoc.com/javascript|3138|2|2021-10-29|
|
||||
|17|[duguying/parsing-techniques](https://github.com/duguying/parsing-techniques)|📕 parsing techniques 中文译本——《解析技术》|1248|1|2021-11-08|
|
||||
|18|[godbasin/vue-ebook](https://github.com/godbasin/vue-ebook)|《深入理解Vue.js实战》- 介绍Vue.js框架的出现、设计和使用,结合实战让读者更深入理解Vue.js框架,掌握使用方法。|777|1|2021-11-03|
|
||||
|19|[collabH/repository](https://github.com/collabH/repository)|知识仓库涉及到数据仓库建模、实时计算、大数据、数据中台、系统设计、Java、算法等。|368|1|2021-12-17|
|
||||
|20|[wangdoc/es6-tutorial](https://github.com/wangdoc/es6-tutorial)|一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。|623|1|2021-12-02|
|
||||
|21|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程,对没有编程经验的同学也非常友好。在vim下从浅入深,逐步学习。|132|1|2021-12-10|
|
||||
|22|[wslutilities/wslu](https://github.com/wslutilities/wslu)|A collection of utilities for Windows 10 Linux Subsystems|2019|1|2021-12-03|
|
||||
|23|[goreliu/zshguide](https://github.com/goreliu/zshguide)|Zsh 开发指南|873|1|2021-11-26|
|
||||
|24|[charlax/engineering-management](https://github.com/charlax/engineering-management)|A collection of inspiring resources related to engineering management and tech leadership|2519|1|2021-12-10|
|
||||
|25|[studygolang/GCTT](https://github.com/studygolang/GCTT)|GCTT Go中文网翻译组。|1317|1|2021-10-20|
|
||||
|26|[LCTT/TranslateProject](https://github.com/LCTT/TranslateProject)|Linux中国翻译项目|1847|1|2021-12-19|
|
||||
|27|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|125|1|2021-11-05|
|
||||
|28|[Petit-Abba/black_and_white_list](https://github.com/Petit-Abba/black_and_white_list)|Magisk模块: 定时清理黑名单列表路径文件or文件夹|68|1|2021-11-13|
|
||||
|29|[kumakichi/easy_rust_chs](https://github.com/kumakichi/easy_rust_chs)|https://github.com/Dhghomon/easy_rust 简体中文翻译|159|0|2021-09-29|
|
||||
|30|[wangtunan/blog](https://github.com/wangtunan/blog)|:memo: 记录个人博客,见证成长之路 https://wangtunan.github.io/blog/|186|0|2021-12-14|
|
||||
|31|[lbc-team/Pioneer](https://github.com/lbc-team/Pioneer)|登链翻译计划|58|0|2021-12-12|
|
||||
|32|[cloudnativeto/community](https://github.com/cloudnativeto/community)|云原生社区资料库 - https://cloudnative.to/community/|150|0|2021-09-03|
|
||||
|33|[daliansky/Lenovo-Air13-IWL-Hackintosh](https://github.com/daliansky/Lenovo-Air13-IWL-Hackintosh)|联想小新Air 13 IWL笔记本EFI|127|0|2021-06-23|
|
||||
|34|[rentianyu/Ad-set-hosts](https://github.com/rentianyu/Ad-set-hosts)|集合多个去广告hosts并去重|58|0|2021-12-19|
|
||||
|35|[qichengzx/gopher-reading-list-zh_CN](https://github.com/qichengzx/gopher-reading-list-zh_CN)|Golang中文博客文章阅读列表|400|0|2021-11-28|
|
||||
|36|[wxnacy/book](https://github.com/wxnacy/book)|记录看过的书|26|0|2021-12-15|
|
||||
|37|[imroc/kubernetes-practice-guide](https://github.com/imroc/kubernetes-practice-guide)|Kubernetes Practice Guide (Kubernetes 实践指南)|165|0|2021-08-19|
|
||||
|38|[youyouYoung/shell](https://github.com/youyouYoung/shell)|介绍一些有关与Bash Shell的内容。如Linux中的命令、Shell脚本的写法、Shell语言的知识。|35|0|2021-12-09|
|
||||
|39|[Tamshen/Lenovo-WEI6-Pro-13-IWL-Hackintosh](https://github.com/Tamshen/Lenovo-WEI6-Pro-13-IWL-Hackintosh)|联想威 6 Pro/Thinkbook 13s/扬天 S540 黑苹果EFI|26|0|2021-10-04|
|
||||
|40|[BlockchainOne/WeChat](https://github.com/BlockchainOne/WeChat)|区块链技术指北(ChainONE)社区微信群价值信息汇总。|66|0|2021-10-17|
|
||||
|41|[wangdoc/webapi-tutorial](https://github.com/wangdoc/webapi-tutorial)|Web API 教程|180|0|2021-09-05|
|
||||
|42|[veaba/web-advanced](https://github.com/veaba/web-advanced)|进阶web高级前端 + 全栈知识体系,web前端面试题,学习文档. |26|0|2021-08-09|
|
||||
|43|[HansenCCC/HSAddUdids](https://github.com/HansenCCC/HSAddUdids)|超级签名中最重要的一步:跳过双重认证,自动化脚本添加udid并下载描述文件(证书和bundleid不存在时,会自动创建)|72|0|2021-08-26|
|
||||
|44|[anran758/front-end-lab](https://github.com/anran758/front-end-lab)|:notebook_with_decorative_cover: 前端的研究和规范及踩坑的记录|58|0|2021-12-17|
|
||||
|45|[lxchuan12/blog](https://github.com/lxchuan12/blog)|若川的博客—撰写了学习源码整体架构系列20余篇。组织了源码共读活动,每周一起学习200行左右的源码,加我微信 ruochuan12 参与。|386|0|2021-12-14|
|
||||
|46|[tinyclub/cloud-lab](https://github.com/tinyclub/cloud-lab)|Docker based Cloud Lab Center, with noVNC and Gateone attachable LXDE Desktop and SSH Terminal. 本项目作者发布了《360° 剖析 Linux ELF》视频课程,欢迎订阅:https://www.cctalk.com/m/group/88089283|194|0|2021-11-09|
|
||||
|47|[wuleying/PHP](https://github.com/wuleying/PHP)|PHP相关资料|234|0|2021-11-19|
|
||||
|48|[soulteary/Home-Network-Note](https://github.com/soulteary/Home-Network-Note)|🚧 持续更新 🚧 记录搭建兼顾学习娱乐的家用网络环境的过程,折腾过的一些软硬件小经验。|525|0|2021-11-09|
|
||||
|49|[huweihuang/golang-notes](https://github.com/huweihuang/golang-notes)|Golang 学习笔记-https://www.huweihuang.com/golang-notes/|32|0|2021-11-18|
|
||||
|50|[developers-youcong/Personal-Learning-Library](https://github.com/developers-youcong/Personal-Learning-Library)|本人从事Java开发工作,该库作为我个人资料库存储,主要将平时常常阅读的或者其它有用的保存下来。|41|0|2021-10-09|
|
||||
|51|[yangruihan/Notes](https://github.com/yangruihan/Notes)|个人笔记|47|0|2021-11-27|
|
||||
|52|[andyzhshg/syno-acme](https://github.com/andyzhshg/syno-acme)|通过acme协议更新群晖HTTPS泛域名证书的自动脚本|465|0|2021-12-03|
|
||||
|53|[lihaoyun6/BigSur-icons](https://github.com/lihaoyun6/BigSur-icons)|Replacement icons for some apps in the style of macOS BigSur / 自制Big Sur风格圆角图标合集, 持续更新中|88|0|2021-11-30|
|
||||
|54|[zq99299/java-tutorial](https://github.com/zq99299/java-tutorial)|Java 8 官网教程阅读笔记 |44|0|2021-06-28|
|
||||
|55|[hbulpf/aipath](https://github.com/hbulpf/aipath)|AI学习之路|62|0|2021-10-16|
|
||||
|56|[DPsystems/Login-Shield](https://github.com/DPsystems/Login-Shield)|Your first line of defense against Internet bots, hacks and probes. Login-Shield is a small set of bash scripts that implements an iptables/ipset blocklist of known sources of hack activity. Works g ...|26|0|2021-08-14|
|
||||
|57|[linpenghui958/note](https://github.com/linpenghui958/note)|分享一些随手记下的笔记|43|0|2021-10-06|
|
||||
|58|[felix-fly/v2ray-padavan-doh](https://github.com/felix-fly/v2ray-padavan-doh)|k2p路由器使用padavan(N56U/改华硕)固件安装配置v2ray的进阶流程|48|0|2021-12-13|
|
||||
|59|[jiangtao/blog](https://github.com/jiangtao/blog)|深入基础,沉淀下来。欢迎watch或star. 更多信息关注: 公众号 前端进制|51|0|2021-10-19|
|
||||
|60|[veip007/doubi](https://github.com/veip007/doubi)|逗比大神的一键合集~|41|0|2021-09-05|
|
||||
|61|[CloudNativeIndustryAlliance/whitepaper2020](https://github.com/CloudNativeIndustryAlliance/whitepaper2020)|中国信息通信研究院(CAICT)云原生发展白皮书(2020)- https://cloudnativeindustryalliance.github.io/whitepaper2020/|97|0|2021-08-12|
|
||||
|62|[huweihuang/linux-notes](https://github.com/huweihuang/linux-notes)|Linux 学习笔记-https://www.huweihuang.com/linux-notes/|22|0|2021-07-03|
|
||||
|63|[yuyicai/update-kube-cert](https://github.com/yuyicai/update-kube-cert)|K8s集群证书过期处理,更新kubeadm生成的证书有效期为10年。针对旧版集群(小于v1.15),当然大于等于v1.15也是可以用这个脚本更新,新版可直接kubeadm alpha certs renew <cert_name>更新 (deal with K8s cluster certificate expired)|173|0|2021-09-26|
|
||||
|64|[ifuture-pro/developer-notes](https://github.com/ifuture-pro/developer-notes)|开发者笔记。包含:DevOps,微服务,分布式,高可用,区块链,白皮书,算法,黑客,设计模式,面试题|56|0|2021-12-12|
|
||||
|65|[ArminJo/arduino-test-compile](https://github.com/ArminJo/arduino-test-compile)|Github Action to compile all examples of an Arduino library for one board and check for errors|30|0|2021-10-22|
|
||||
|66|[tiankonguse/bash-study](https://github.com/tiankonguse/bash-study)|shell学习笔记|36|0|2021-06-13|
|
||||
|67|[ctf-wiki/ctf-tools](https://github.com/ctf-wiki/ctf-tools)|CTF 工具集合|684|0|2021-08-14|
|
||||
|68|[jaywcjlove/shell-tutorial](https://github.com/jaywcjlove/shell-tutorial)|Shell入门教程(Shell tutorial book)|253|0|2021-12-06|
|
||||
|69|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|29|0|2021-12-17|
|
||||
|70|[twitter/cache-trace](https://github.com/twitter/cache-trace)|A collection of Twitter's anonymized production cache traces.|82|0|2021-12-13|
|
||||
|71|[cdk8s/cdk8s-team-style](https://github.com/cdk8s/cdk8s-team-style)|寻找志同道合的人,引发自身的思考|309|0|2021-12-12|
|
||||
|72|[itclanCode/blogcode](https://github.com/itclanCode/blogcode)|前端面试题,微信小程序,云开发,开发实用性技能,itclanCoder的技术后花园,源码,欢迎star,提issues|28|0|2021-12-17|
|
||||
|73|[Apocalypsor/SmartDNS-GFWList](https://github.com/Apocalypsor/SmartDNS-GFWList)|GFWList for Smartdns to solve dns poisoning|37|0|2021-12-18|
|
||||
|74|[aalmiray/java-champions](https://github.com/aalmiray/java-champions)|A list of Java Champions|209|0|2021-11-29|
|
||||
|75|[rime/rime-essay](https://github.com/rime/rime-essay)|【八股文】Essay - the shared vocabulary and language model|28|0|2021-11-21|
|
||||
|76|[howborn/blog](https://github.com/howborn/blog)|:fire:个人博客|35|0|2021-12-10|
|
||||
|77|[wuyumin/tutorial](https://github.com/wuyumin/tutorial)|一些笔记 · 一些教程· Some tutorials|25|0|2021-11-14|
|
||||
|78|[zhonghuasheng/Tutorial](https://github.com/zhonghuasheng/Tutorial)|Java全栈知识架构体系总结|665|0|2021-12-18|
|
||||
|79|[orangbus/Tool](https://github.com/orangbus/Tool)|Manjaro从入门到爱不释手.|221|0|2021-06-10|
|
||||
|80|[xry111/lfs-book-i18n](https://github.com/xry111/lfs-book-i18n)|Repository for LFS book translation (currently only Simplified Chinese).|50|0|2021-12-15|
|
||||
|81|[wangdoc/html-tutorial](https://github.com/wangdoc/html-tutorial)|HTML 语言教程|204|0|2021-09-23|
|
||||
|82|[Christoph-D/Japanese-Tools](https://github.com/Christoph-D/Japanese-Tools)|IRC bot and small scripts for learners of the Japanese language|36|0|2021-06-27|
|
||||
|83|[greedbell/blog](https://github.com/greedbell/blog)|技术博客|19|0|2021-10-18|
|
||||
|84|[jgsrty/jgsrty.github.io](https://github.com/jgsrty/jgsrty.github.io)|:sunny: 英语学习 :feet: 项目预览:https://jgsrty.github.io 国内访问:https://rtyxmd.gitee.io|291|0|2021-12-14|
|
||||
|85|[rootsongjc/serverless-handbook](https://github.com/rootsongjc/serverless-handbook)|Serverless Handbook 无服务架构实践手册 - https://jimmysong.io/serverless-handbook|110|0|2021-10-28|
|
||||
|86|[KeKe-Li/kubernetes-tutorial](https://github.com/KeKe-Li/kubernetes-tutorial)|Running Kubernetes cluster Locally tutorial |266|0|2021-10-23|
|
||||
|87|[tuya/tuya-panel-demo](https://github.com/tuya/tuya-panel-demo)|Tuya IoT Panel demo provides a series of common template codes.|32|0|2021-12-08|
|
||||
|88|[rootsongjc/istio-handbook](https://github.com/rootsongjc/istio-handbook)|Istio 服务网格 —— 后 Kubernetes 时代的应用网络 - https://jimmysong.io/istio-handbook|429|0|2021-11-21|
|
||||
|89|[weijiew/codestep](https://github.com/weijiew/codestep)|🤖 写点笔记。|65|0|2021-12-07|
|
||||
|90|[skyline75489/Heart-First-JavaWeb](https://github.com/skyline75489/Heart-First-JavaWeb)|一个走心的 Java Web 入门开发教程|676|0|2021-11-11|
|
||||
|91|[Rashomon511/MyBlog](https://github.com/Rashomon511/MyBlog)|用于记录学习过程中的笔记,以及自己产出的文章心得,便于梳理前端知识架构以形成自己的前端知识体系 |31|0|2021-08-26|
|
||||
|92|[liusy58/WhyThis](https://github.com/liusy58/WhyThis)|we'll try to answer some questions during our study about computer systems.|62|0|2021-06-12|
|
||||
|93|[the0demiurge/CharlesScripts](https://github.com/the0demiurge/CharlesScripts)|My awesome scripts for Arch Linux or Ubuntu Gnome latest LTS or MacBook.|962|0|2021-10-28|
|
||||
|94|[jaydenwen123/boltdb_book](https://github.com/jaydenwen123/boltdb_book)|自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book|37|0|2021-06-22|
|
||||
|95|[discourse/discourse_docker](https://github.com/discourse/discourse_docker)|A Docker image for Discourse|1383|0|2021-12-15|
|
||||
|96|[gyli/Blocklist](https://github.com/gyli/Blocklist)|List of shit websites for blocking Google search result.|286|0|2021-11-16|
|
||||
|97|[rootsongjc/migrating-to-cloud-native-application-architectures](https://github.com/rootsongjc/migrating-to-cloud-native-application-architectures)|《迁移到云原生应用架构》中文版 https://jimmysong.io/migrating-to-cloud-native-application-architectures/|224|0|2021-10-22|
|
||||
|98|[ibisheng/deploy](https://github.com/ibisheng/deploy)|onlyoffice 一键安装 :毕升文档包括drive和在线文件服务功能。其中drive实现文件的在线管理,组织结构权限,分享,团队协作等,文件的全文检索等功能;在线文件服务能够处理word,ppt,excel格式文件的带水印预览以及多人协同编辑,另外还能处理pdf,视频,音频文件的预览以及实现了100多种文本文件带语法高亮的预览 |81|0|2021-12-03|
|
||||
|99|[hegphegp/docker-learning](https://github.com/hegphegp/docker-learning)|docker学习笔记|83|0|2021-12-13|
|
||||
|100|[huweihuang/kubernetes-notes](https://github.com/huweihuang/kubernetes-notes)|Kubernetes 学习笔记-https://www.huweihuang.com/kubernetes-notes/|183|0|2021-11-26|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
73
content/charts/growth/knowledge/Swift.md
Normal file
73
content/charts/growth/knowledge/Swift.md
Normal file
@ -0,0 +1,73 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Swift
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)|A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects |38719|14|2021-12-18|
|
||||
|2|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods |207|11|2021-12-16|
|
||||
|3|[matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)|A collaborative list of awesome Swift libraries and resources. Feel free to contribute!|21439|8|2021-12-17|
|
||||
|4|[Co2333/myyearwithgit](https://github.com/Co2333/myyearwithgit)|代码仓库年终总结报告。|163|8|2021-12-09|
|
||||
|5|[pock/pock](https://github.com/pock/pock)|Widgets manager for MacBook Touch Bar|9591|6|2021-09-30|
|
||||
|6|[Jinxiansen/SwiftUI](https://github.com/Jinxiansen/SwiftUI)|`SwiftUI` Framework Learning and Usage Guide. 🚀 |3987|4|2021-09-14|
|
||||
|7|[pujiaxin33/JXSegmentedView](https://github.com/pujiaxin33/JXSegmentedView)|A powerful and easy to use segmented view (segmentedcontrol, pagingview, pagerview, pagecontrol, categoryview) (腾讯新闻、今日头条、QQ音乐、网易云音乐、京东、爱奇艺、腾讯视频、淘宝、天猫、简书、微博等所有主流APP分类切换滚动视图)|1905|2|2021-08-18|
|
||||
|8|[dengzemiao/DZMeBookRead](https://github.com/dengzemiao/DZMeBookRead)|支持项目使用!最完整小说阅读器Demo!仿iReader(掌阅),QQ阅读 ... 常用阅读器阅读页面,支持 翻页效果(仿真,覆盖,平移,滚动,无效果)、字体切换、书签功能、阅读记录、亮度调整、背景颜色切换 ...|1036|1|2021-12-16|
|
||||
|9|[gltwy/public](https://github.com/gltwy/public)|微信公众号 "技术大咖社" 文章合集|5|0|2021-06-06|
|
||||
|10|[coyingcat/15DaysofAnimationsinSwift](https://github.com/coyingcat/15DaysofAnimationsinSwift)|Swift,学习动画,升级原版本 , larrynatalicio/15DaysofAnimationsinSwift|8|0|2021-09-28|
|
||||
|11|[Binlogo/LeetCode-Swift-Track](https://github.com/Binlogo/LeetCode-Swift-Track)|LeetCode 💖 Swift,攻克数据结构与算法。|15|0|2021-06-02|
|
||||
|12|[ZhongshanHuang/PoReader](https://github.com/ZhongshanHuang/PoReader)|本地小说阅读器,支持深色模式,Wifi传书,代码简洁有注释(local text reader, support dark modal, upload text by wifi)|32|0|2021-10-20|
|
||||
|13|[MoonStartMan/SwiftUI-Study](https://github.com/MoonStartMan/SwiftUI-Study)|SwiftUI学习记录|4|0|2021-07-31|
|
||||
|14|[dyeeee/NotesApp](https://github.com/dyeeee/NotesApp)|完整的便签本app,支持待办事项、笔记本、专注时长等。完全由swiftUI编写|16|0|2021-07-15|
|
||||
|15|[Cosmos-Front-end/tech-architecture](https://github.com/Cosmos-Front-end/tech-architecture)|Technology Architecture study and learn,技术架构研究和学习。|4|0|2021-08-07|
|
||||
|16|[lionsom/XiOS](https://github.com/lionsom/XiOS)|工作学习记录,留给以后的自己。希望能给大家些许帮助!|19|0|2021-12-10|
|
||||
|17|[Liaoworking/Advanced-Swift](https://github.com/Liaoworking/Advanced-Swift)|Notes of Advanced Swift. 《swift进阶》学习笔记 swift 5.3|309|0|2021-10-30|
|
||||
|18|[jaywcjlove/swiftui-example](https://github.com/jaywcjlove/swiftui-example)|SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。|44|0|2021-12-05|
|
||||
|19|[Li-JianXin/Swift_Leetcode](https://github.com/Li-JianXin/Swift_Leetcode)|leetcode学习|5|0|2021-06-08|
|
||||
|20|[ZamzamInc/ZamzamKit](https://github.com/ZamzamInc/ZamzamKit)|A Swift package for rapid development using a collection of micro utility extensions for Standard Library, Foundation, and other native frameworks.|248|0|2021-12-10|
|
||||
|21|[Light413/dctt](https://github.com/Light413/dctt)|xx头条【完整项目持续迭代中】(一款本地生活信息发布APP,分享新鲜事、找人找对象等生活服务)。已App Store上架,这里仅供学习交流|247|0|2021-09-22|
|
||||
|22|[ethanwa/credit-card-scanner-and-validator](https://github.com/ethanwa/credit-card-scanner-and-validator)|Uses the iOS Vision text recognizer framework to visually read credit card numbers and expiration dates. Then uses the Luhn algorithm to make sure the CC number is valid. Also checks agains a list of ...|7|0|2021-06-18|
|
||||
|23|[gl-lei/algorithm](https://github.com/gl-lei/algorithm)|《数据结构与算法之美》学习笔记以及 Swift 代码实现 ,原始仓库 https://github.com/wangzheng0822/algo|115|0|2021-08-24|
|
||||
|24|[merlos/iOS-Open-GPX-Tracker](https://github.com/merlos/iOS-Open-GPX-Tracker)|GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift|407|0|2021-08-30|
|
||||
|25|[yungfan/SwiftUI-learning](https://github.com/yungfan/SwiftUI-learning)|SwiftUI教程配套代码(SwiftUI+SwiftUI 2.0+SwiftUI 3.0)|47|0|2021-12-15|
|
||||
|26|[ccworld1000/OKKLineMin](https://github.com/ccworld1000/OKKLineMin)|OKKLineMin kline for min for learning for iPhone (support Swift5 & the latest iPhone & iOS 15)(min K线图 用于学习了解)|22|0|2021-08-09|
|
||||
|27|[pro648/BasicDemos-iOS](https://github.com/pro648/BasicDemos-iOS)|iOS学习进程中的demo汇总|354|0|2021-10-14|
|
||||
|28|[Noah37/zhuishushenqi](https://github.com/Noah37/zhuishushenqi)|追书神器Swift版客户端(非官方)。 不断更新中......|210|0|2021-12-15|
|
||||
|29|[MengLiMing/EasyKits](https://github.com/MengLiMing/EasyKits)|日常开发使用到的一些简单封装,目前包含:常用扩展,分类导航,类似简书的UIScrollView嵌套、复杂列表等|32|0|2021-12-13|
|
||||
|30|[SurveyCake/webhook](https://github.com/SurveyCake/webhook)|How to use SurveyCake webhook|11|0|2021-09-06|
|
||||
|31|[LINGLemon/LXFSwiftApp](https://github.com/LINGLemon/LXFSwiftApp)|学习swift记录使用|7|0|2021-09-29|
|
||||
|32|[DJI-Mobile-SDK-Tutorials/iOS-ImportAndActivateSDKInXcode-Swift](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-ImportAndActivateSDKInXcode-Swift)|This demo teaches you how to import and activate DJI SDK in your Xcode project using Swift.|6|0|2021-10-11|
|
||||
|33|[ZXKitCode/ZXKitLogger](https://github.com/ZXKitCode/ZXKitLogger)|The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information when the real machine is not connected to xcode. iOS端将输出日志log悬浮 ...|20|0|2021-12-15|
|
||||
|34|[easyui/algorithm-pattern-swift](https://github.com/easyui/algorithm-pattern-swift)|算法模板,最科学的刷题方式,最快速的刷题路径,你值得拥有~|25|0|2021-11-07|
|
||||
|35|[TortugaPower/BookPlayer](https://github.com/TortugaPower/BookPlayer)|Player for your DRM-free audiobooks|739|0|2021-12-17|
|
||||
|36|[kingcos/Swift-X-Algorithms](https://github.com/kingcos/Swift-X-Algorithms)|🔨 Algorithms & Data Structures implemented in Swift X. `let X = 5.0`|21|0|2021-06-03|
|
||||
|37|[KyleBing/WubiBuddy](https://github.com/KyleBing/WubiBuddy)|《码表助手》鼠须管五笔用户词添加工具 (macOS) |15|0|2021-08-11|
|
||||
|38|[DJI-Mobile-SDK-Tutorials/iOS-FPVDemo-Swift](https://github.com/DJI-Mobile-SDK-Tutorials/iOS-FPVDemo-Swift)|A demo to introduce how to implement the FPV view, take photo and record video using DJI Mobile SDK.|16|0|2021-10-11|
|
||||
|39|[tianguanghui/PushWithP8](https://github.com/tianguanghui/PushWithP8)|用P8证书发送Push|3|0|2021-08-30|
|
||||
|40|[zhuzhuxingtianxia/GitBlog](https://github.com/zhuzhuxingtianxia/GitBlog)|github博客~ios|3|0|2021-12-10|
|
||||
|41|[chenminjie92/MJThirdManager](https://github.com/chenminjie92/MJThirdManager)|常用三方的支付、登录、分享二次封装|4|0|2021-08-04|
|
||||
|42|[flywo/SwiftKnowledgePoint](https://github.com/flywo/SwiftKnowledgePoint)|swift3知识点,温故而知新!|6|0|2021-12-01|
|
||||
|43|[yaoxp/DemoSwift](https://github.com/yaoxp/DemoSwift)|swift 学习demo|22|0|2021-12-01|
|
||||
|44|[Code-T/salon-resources](https://github.com/Code-T/salon-resources)|你可以在这里获取相关的资料。|219|0|2021-07-21|
|
||||
|45|[Rogue24/JPCrop](https://github.com/Rogue24/JPCrop)|高仿小红书App裁剪功能的轻量级工具。|19|0|2021-12-12|
|
||||
|46|[Tliens/SSPlan](https://github.com/Tliens/SSPlan)|《今日计划》源代码(open source for the app:今日计划)|32|0|2021-10-07|
|
||||
|47|[Panway/PandaNote](https://github.com/Panway/PandaNote)|iOS markdown Note App / iOS的markdown笔记应用|25|0|2021-11-28|
|
||||
|48|[Jiafu-Ziran/an-app-from-scratch-video-materials](https://github.com/Jiafu-Ziran/an-app-from-scratch-video-materials)| 「使用 SwiftUI 开发 iOS App 新手教程」课程材料|11|0|2021-09-13|
|
||||
|49|[Hardercoder/blog](https://github.com/Hardercoder/blog)|博客记录|5|0|2021-10-15|
|
||||
|50|[zhangzhb369/x-reader-languages](https://github.com/zhangzhb369/x-reader-languages)|Txt,Pdf,Epub,Mobi,Azw book reader for iOS/iPad/Mac OS. 苹果多平台文档阅读器.多语言翻译工程.|3|0|2021-12-04|
|
||||
|51|[simplismvip/SRBook](https://github.com/simplismvip/SRBook)|电子书阅读器,支持epub和txt格式|19|0|2021-10-21|
|
||||
|52|[yanglfree/SwiftUI-Combine-Coding](https://github.com/yanglfree/SwiftUI-Combine-Coding)|objc中国 SwiftUI与Combine编程 学习笔记,课后练习,代码|12|0|2021-06-30|
|
||||
|53|[Sophia-fez/Standford-CS193p-2020Spring-SwiftUI](https://github.com/Sophia-fez/Standford-CS193p-2020Spring-SwiftUI)|Stanford University's course CS193p in the spring quarter of 2020 (Developing Applications for iOS using SwiftUI) |108|0|2021-08-02|
|
||||
|54|[fanyunfei786452470/learningSwift](https://github.com/fanyunfei786452470/learningSwift)|基于swift4.2的语言、框架、项目学习|5|0|2021-07-22|
|
||||
|55|[christhoper/WorkingIssues](https://github.com/christhoper/WorkingIssues)|记录一些工作上的问题、优秀博客等|4|0|2021-11-23|
|
||||
|56|[simplismvip/Ebook](https://github.com/simplismvip/Ebook)|使用Swift写的电纸书阅读器,目前支持epub、txt格式电子书。|6|0|2021-09-18|
|
||||
|57|[yungfan/iOS-BasedOnSwift](https://github.com/yungfan/iOS-BasedOnSwift)|iOS开发教程案例代码|27|0|2021-09-22|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/TeX.md
Normal file
116
content/charts/growth/knowledge/TeX.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > TeX
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1625|31|2021-11-29|
|
||||
|2|[lib-pku/libpku](https://github.com/lib-pku/libpku)|贵校课程资料民间整理|25047|22|2021-11-01|
|
||||
|3|[NiuTrans/MTBook](https://github.com/NiuTrans/MTBook)|《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models|2304|4|2021-11-25|
|
||||
|4|[zhanwen/MathModel](https://github.com/zhanwen/MathModel)|研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT|3831|3|2021-12-10|
|
||||
|5|[soulmachine/leetcode](https://github.com/soulmachine/leetcode)|LeetCode题解,151道题完整版|10250|3|2021-06-05|
|
||||
|6|[horance-liu/tensorflow-internals](https://github.com/horance-liu/tensorflow-internals)|It is open source ebook about TensorFlow kernel and implementation mechanism.|2683|2|2021-11-13|
|
||||
|7|[note286/xdupgthesis](https://github.com/note286/xdupgthesis)|西安电子科技大学研究生学位论文XeLaTeX模板|130|2|2021-12-14|
|
||||
|8|[sjtug/SJTUThesis](https://github.com/sjtug/SJTUThesis)|上海交通大学 XeLaTeX 学位论文及课程论文模板 Shanghai Jiao Tong University XeLaTeX Thesis Template|2376|1|2021-11-27|
|
||||
|9|[liuxinyu95/unplugged](https://github.com/liuxinyu95/unplugged)|Open book about math and programming.|2290|1|2021-12-04|
|
||||
|10|[doubleZ0108/pkuthss-mac](https://github.com/doubleZ0108/pkuthss-mac)|北京大学学位论文Latex模板(for Mac),基于pkuthss v1.9.1修改,主要进行Mac的适配修改、个人最佳实践说明、配置踩坑经验|4|1|2021-12-18|
|
||||
|11|[xcfcode/Summarization-Papers](https://github.com/xcfcode/Summarization-Papers)|Summarization Papers|551|1|2021-12-17|
|
||||
|12|[MeouSker77/Cpp17](https://github.com/MeouSker77/Cpp17)|本书为《C++17 the complete guide》的个人中文翻译,仅供学习和交流使用,侵删|573|1|2021-08-15|
|
||||
|13|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文 LaTeX 模板|115|1|2021-12-16|
|
||||
|14|[dustincys/hithesis](https://github.com/dustincys/hithesis)|嗨!thesis!哈尔滨工业大学毕业论文LaTeX模板|900|1|2021-12-09|
|
||||
|15|[liuxinyu95/AlgoXY](https://github.com/liuxinyu95/AlgoXY)|Book of Elementary Algorithms and Data structures|4984|1|2021-12-19|
|
||||
|16|[Duan-JM/awesome-papers-fewshot](https://github.com/Duan-JM/awesome-papers-fewshot)|Collection for Few-shot Learning|668|1|2021-11-10|
|
||||
|17|[thunlp/KRLPapers](https://github.com/thunlp/KRLPapers)|Must-read papers on knowledge representation learning (KRL) / knowledge embedding (KE)|1427|1|2021-08-29|
|
||||
|18|[xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12)|《Learn LLVM 12》的非专业个人翻译|118|1|2021-10-05|
|
||||
|19|[jankapunkt/latexcv](https://github.com/jankapunkt/latexcv)|:necktie: A collection of cv and resume templates written in LaTeX. Leave an issue if your language is not supported!|1424|1|2021-11-22|
|
||||
|20|[optimass/continual_learning_papers](https://github.com/optimass/continual_learning_papers)|Relevant papers in Continual Learning|463|1|2021-12-09|
|
||||
|21|[a171232886/TJUThesis_master_2021](https://github.com/a171232886/TJUThesis_master_2021)|天大博士/硕士学位论文Latex模板,根据2021年版要求修改,可直接在Overleaf上运行|58|1|2021-12-11|
|
||||
|22|[loaden/linux-notes](https://github.com/loaden/linux-notes)|Linux技术笔记:拥抱开源,专注 Linux 技术分享与交流,共同解决 Linux 系统办公娱乐遇到的各种问题。欢迎加群19346666、111601117交流维护。|2|0|2021-11-01|
|
||||
|23|[XinzeZhang/HUST-PhD-Thesis-Latex](https://github.com/XinzeZhang/HUST-PhD-Thesis-Latex)|华中科技大学博士毕业论文Latex模板|22|0|2021-07-09|
|
||||
|24|[wuzhouhui/awk](https://github.com/wuzhouhui/awk)|The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版|969|0|2021-11-21|
|
||||
|25|[wangxdouc/ouc-java-course](https://github.com/wangxdouc/ouc-java-course)|Java course slides and materials (CS, Ocean University of China)|43|0|2021-06-04|
|
||||
|26|[latexstudio/CUMCMThesis](https://github.com/latexstudio/CUMCMThesis)|全国大学生数学建模竞赛LaTeX论文模板 已经适配到 2020 年格式|460|0|2021-07-13|
|
||||
|27|[circlelq/PKU_COE_Thss](https://github.com/circlelq/PKU_COE_Thss)|北京大学工学院本科毕业论文参考模版|5|0|2021-11-26|
|
||||
|28|[whutug/whu-thesis](https://github.com/whutug/whu-thesis)|:memo: 武汉大学毕业论文 LaTeX 模版 2021|362|0|2021-06-18|
|
||||
|29|[CSUcse/CSUthesis](https://github.com/CSUcse/CSUthesis)|中南大学研究生学位论文LaTex模版(博士和硕士)|25|0|2021-11-22|
|
||||
|30|[langsci/langscibook](https://github.com/langsci/langscibook)|LaTeX class and additions for typesetting books|29|0|2021-12-16|
|
||||
|31|[LLLgoyour/Math_Olympiad_moyuNotes](https://github.com/LLLgoyour/Math_Olympiad_moyuNotes)|用来摸鱼的数竞笔记|2|0|2021-10-31|
|
||||
|32|[obster-y/XJTU-thesis](https://github.com/obster-y/XJTU-thesis)|西安交通大学学位论文模板(LaTeX)(适用硕士、博士学位)An official LaTeX template for Xi'an Jiaotong University degree thesis (Chinese and English)|16|0|2021-12-04|
|
||||
|33|[FreeBSD-Ask/FreeBSD-Ask](https://github.com/FreeBSD-Ask/FreeBSD-Ask)|FreeBSD 从入门到跑路。|12|0|2021-12-18|
|
||||
|34|[EdwardSaidZhou/NJU-thesis-esz](https://github.com/EdwardSaidZhou/NJU-thesis-esz)|南京大学研究生学位论文模板(自己修改)|3|0|2021-10-09|
|
||||
|35|[NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis](https://github.com/NWPUMetaphysicsOffice/Yet-Another-LaTeX-Template-for-NPU-Thesis)|西北工业大学硕博学位论文模版 Yet Another Thesis Template for Northwestern Polytechnical University|64|0|2021-09-08|
|
||||
|36|[AIRicky/Ph.D-Thesis-On-CAES](https://github.com/AIRicky/Ph.D-Thesis-On-CAES)|All materials associated with my Ph.D. thesis, titled 'Research on Flexibility Modeling and Operation of Advanced Adiabatic Compressed Air Energy Storage at Source-Grid-Load Side'. 博士论文:源-网-荷先进绝热压缩空气储 ...|2|0|2021-07-10|
|
||||
|37|[hailiang-wang/book-of-tao](https://github.com/hailiang-wang/book-of-tao)|《道德经》是中国历史上春秋时期末期老子写作的论述处世哲学的作品|24|0|2021-11-15|
|
||||
|38|[zhijl/MyNote](https://github.com/zhijl/MyNote)|简单记录,简单分享|5|0|2021-06-17|
|
||||
|39|[BITNP/BIThesis-scaffold](https://github.com/BITNP/BIThesis-scaffold)|📖 北京理工大学非官方 LaTeX 模板集合,基于 BIThesis。已经获得官方支持 🎉(2019 - 2021)。|8|0|2021-12-16|
|
||||
|40|[wenweili/Modulform](https://github.com/wenweili/Modulform)|Introduction to Modular Forms: A Chinese textbook about modular forms|18|0|2021-06-17|
|
||||
|41|[xiaoweiChen/Data-Paralle-Cpp](https://github.com/xiaoweiChen/Data-Paralle-Cpp)|个人翻译《Data Parallel C++》|22|0|2021-07-08|
|
||||
|42|[jycnb-666/NEEPUTHESIS](https://github.com/jycnb-666/NEEPUTHESIS)|东北电力大学本科毕业论文模板|3|0|2021-07-01|
|
||||
|43|[arisukawa/SDU-Latex-Template-for-dissertations](https://github.com/arisukawa/SDU-Latex-Template-for-dissertations)|适用于山东大学硕博论文写作规范的Latex模板,根据北大模板pkuthss改编。|4|0|2021-09-07|
|
||||
|44|[syvshc/2019Fall_FA](https://github.com/syvshc/2019Fall_FA)|2019秋季学期泛函分析笔记QAQ:unicorn:|37|0|2021-09-08|
|
||||
|45|[andy123t/shnuthesis](https://github.com/andy123t/shnuthesis)|上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU|5|0|2021-12-06|
|
||||
|46|[langsci/latex-skeletons](https://github.com/langsci/latex-skeletons)|Templates for monographs, papers, and edited volumes|14|0|2021-09-14|
|
||||
|47|[sikouhjw/gdutthesis](https://github.com/sikouhjw/gdutthesis)|广东工业大学 LaTeX 论文模板|58|0|2021-12-15|
|
||||
|48|[Hipkevin/ccks-task1](https://github.com/Hipkevin/ccks-task1)|专业综合设计课程作业-CCKS文本分类及事件主体抽取|3|0|2021-06-01|
|
||||
|49|[Yixf-Education/course_Linux](https://github.com/Yixf-Education/course_Linux)|天津医科大学,生物医学工程与技术学院,《Linux系统概论》课程资料|13|0|2021-12-15|
|
||||
|50|[yufree/hjhbb](https://github.com/yufree/hjhbb)|公众号 环境黑板报 的文章存档|3|0|2021-12-05|
|
||||
|51|[BHOSC/BUAAthesis](https://github.com/BHOSC/BUAAthesis)|北航毕设论文LaTeX模板|628|0|2021-12-17|
|
||||
|52|[XiangyunHuang/bookdown-broken](https://github.com/XiangyunHuang/bookdown-broken)|学习 R Markdown 功能和 Github Action 的测试环境|5|0|2021-11-15|
|
||||
|53|[ZebinWang/ructhesis](https://github.com/ZebinWang/ructhesis)|中国人民大学LaTeX论文模板|60|0|2021-12-08|
|
||||
|54|[shuyong/study-notes-math](https://github.com/shuyong/study-notes-math)|读书笔记-数学|16|0|2021-11-30|
|
||||
|55|[tigerneil/dlbook-zh-cn](https://github.com/tigerneil/dlbook-zh-cn)|Ian Goodfellow, Yoshua Bengio and Aaron Courville's deep learning book Chinese translation|54|0|2021-08-13|
|
||||
|56|[kanition/pbrtbook](https://github.com/kanition/pbrtbook)|pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation|77|0|2021-12-18|
|
||||
|57|[shaodongtang/calculus-note](https://github.com/shaodongtang/calculus-note)|微积分笔记—简单题和野鸡题|5|0|2021-10-01|
|
||||
|58|[nanmu42/CQUThesis](https://github.com/nanmu42/CQUThesis)|:pencil: 重庆大学毕业论文LaTeX模板---LaTeX Thesis Template for Chongqing University|163|0|2021-06-06|
|
||||
|59|[xiaoxuan-yu/template-for-experimental-report](https://github.com/xiaoxuan-yu/template-for-experimental-report)|适用于北京大学各类课程报告的通用latex模板|4|0|2021-08-12|
|
||||
|60|[SUSTech-CRA/sustech-master-thesis](https://github.com/SUSTech-CRA/sustech-master-thesis)|南方科技大学研究生学位论文LaTeX模板|25|0|2021-12-12|
|
||||
|61|[CheckBoxStudio/BUAAThesis](https://github.com/CheckBoxStudio/BUAAThesis)|北航研究生学位论文模板(Word+LaTeX).|244|0|2021-10-13|
|
||||
|62|[chenboshuo/cumcm_template](https://github.com/chenboshuo/cumcm_template)|全国大学生数学建模竞赛LaTeX论文模板(分文件,自动化脚本,有linux 字体)|10|0|2021-09-10|
|
||||
|63|[wenweili/AlJabr-1](https://github.com/wenweili/AlJabr-1)|Methods in Algebra (Volume 1): A Chinese textbook on Algebra|112|0|2021-11-20|
|
||||
|64|[AmnesiaBeing/CUC-Thesis-Template](https://github.com/AmnesiaBeing/CUC-Thesis-Template)|中国传媒大学工科研究生毕业论文Latex模板|5|0|2021-06-09|
|
||||
|65|[ECNU-ICA/ECNU_graduation_thesis_template](https://github.com/ECNU-ICA/ECNU_graduation_thesis_template)|华东师范大学研究生毕业论文 Latex 模板|9|0|2021-11-17|
|
||||
|66|[jiafeng5513/JLU_Dissertation](https://github.com/jiafeng5513/JLU_Dissertation)|吉林大学学位论文Latex模板|33|0|2021-06-05|
|
||||
|67|[ElunDai/gdutthesis](https://github.com/ElunDai/gdutthesis)|广东工业大学LaTeX论文模板项目(非官方)|17|0|2021-06-15|
|
||||
|68|[BenderBlog/Subtitles](https://github.com/BenderBlog/Subtitles)|我翻译的字幕|3|0|2021-10-15|
|
||||
|69|[mike2718/ham](https://github.com/mike2718/ham)|《业余无线电操作技能考核攻略本(类别:A、B)》|9|0|2021-12-19|
|
||||
|70|[Spacial/csstuff](https://github.com/Spacial/csstuff)|CS Stuff is an awesome collection of Computer Science Stuff.|45|0|2021-10-18|
|
||||
|71|[huangyxi/WHUT-Bachelor](https://github.com/huangyxi/WHUT-Bachelor)|武汉理工大学本科生毕业设计(论文) LaTeX 模板 LaTeX Template for Bachelor's Degree Thesis at Wuhan University of Technology (WHUT)|16|0|2021-10-20|
|
||||
|72|[zhuyuanxiang/StudyNotes-CN](https://github.com/zhuyuanxiang/StudyNotes-CN)|使用 MD 文件记录 Java, Python, ML, DL, NLP 的学习笔记|14|0|2021-08-26|
|
||||
|73|[SUSTech-CRA/latex-talk](https://github.com/SUSTech-CRA/latex-talk)|南方科技大学图书馆LaTeX培训讲座,⬇️是讨论区|5|0|2021-09-07|
|
||||
|74|[DeepTrial/ECNU-Dissertations-Latex-Template](https://github.com/DeepTrial/ECNU-Dissertations-Latex-Template)|华东师范大学硕(博)士论文LaTex模板|23|0|2021-11-15|
|
||||
|75|[xiaoweiChen/CPP-Move-Semantics](https://github.com/xiaoweiChen/CPP-Move-Semantics)|《C++ Move Semantics》的非专业个人翻译|29|0|2021-07-25|
|
||||
|76|[ChaoYan/CSUThesis](https://github.com/ChaoYan/CSUThesis)|中南大学大学 XeLaTeX 学位论文及课程论文模板 Central South University XeLaTeX Thesis Template|5|0|2021-07-22|
|
||||
|77|[moesoha/debian-media-box](https://github.com/moesoha/debian-media-box)|“Debian 小药盒”,一个用来包装 Debian 安装介质的盒子设计和介绍用的说明书。|381|0|2021-08-15|
|
||||
|78|[kevinleeex/scu_thesis_template](https://github.com/kevinleeex/scu_thesis_template)|四川大学2020研究生学业论文LaTex模版样式文件|6|0|2021-12-05|
|
||||
|79|[XuehaiPan/LaTeX-Templates](https://github.com/XuehaiPan/LaTeX-Templates)|A collection of LaTeX templates in English/Chinese, with VS Code settings for LaTeX Workshop.|23|0|2021-12-13|
|
||||
|80|[ChimesZ/THU-PUMC-Courses-Project](https://github.com/ChimesZ/THU-PUMC-Courses-Project)|收集协和预科相关资料。|2|0|2021-09-08|
|
||||
|81|[Vitzron/HHU-thesis](https://github.com/Vitzron/HHU-thesis)|河海大学研究生学位论文LaTeX模板|6|0|2021-08-16|
|
||||
|82|[MonteCarloClub/PaperNote](https://github.com/MonteCarloClub/PaperNote)|“大家一边要参加应用项目开发,同时也要加强基础理论学习。请大家一定要抓紧时间”|2|0|2021-11-19|
|
||||
|83|[applekajela/new-world-of-jelin](https://github.com/applekajela/new-world-of-jelin)|原名《叶林的平行世界》|2|0|2021-11-24|
|
||||
|84|[ylsislove/make-a-little-progress-every-day](https://github.com/ylsislove/make-a-little-progress-every-day)|学无止境,督促自己学习。每天进步一点点,水滴石穿-贵在坚持。|41|0|2021-11-24|
|
||||
|85|[hellckt/SHMTUThesis](https://github.com/hellckt/SHMTUThesis)|上海海事大学 LaTeX 学位论文模板|21|0|2021-08-25|
|
||||
|86|[YuZhang/cryptography](https://github.com/YuZhang/cryptography)|Cryptography course slides at Harbin Institute of Technology|86|0|2021-11-02|
|
||||
|87|[TomHeaven/nudt_thesis](https://github.com/TomHeaven/nudt_thesis)|NUDT硕士博士毕业论文latex模板|70|0|2021-06-05|
|
||||
|88|[mohuangrui/latexspine](https://github.com/mohuangrui/latexspine)|LaTeX Template for Producing Book Spine|33|0|2021-10-29|
|
||||
|89|[SwitWu/LaTeX-packages-zh-cn](https://github.com/SwitWu/LaTeX-packages-zh-cn)|LaTeX常用宏包中文翻译版|10|0|2021-07-31|
|
||||
|90|[DeeDive/BJFUThesis](https://github.com/DeeDive/BJFUThesis)|北京林业大学 LaTeX 学位论文模板 LaTeX Thesis Template for Beijing Forestry University|12|0|2021-12-16|
|
||||
|91|[x-magus/ThesisUESTC](https://github.com/x-magus/ThesisUESTC)|ThesisUESTC-电子科技大学毕业论文模板|686|0|2021-09-06|
|
||||
|92|[hyangq/HyNote](https://github.com/hyangq/HyNote)|HyNote 个人笔记|5|0|2021-11-05|
|
||||
|93|[iChunyu/signal-process-demo](https://github.com/iChunyu/signal-process-demo)|数字信号处理学习记录|9|0|2021-12-02|
|
||||
|94|[fcampelo/EC-Bestiary](https://github.com/fcampelo/EC-Bestiary)|A bestiary of evolutionary, swarm and other metaphor-based algorithms|392|0|2021-12-05|
|
||||
|95|[yuhldr/LZUThesis2020](https://github.com/yuhldr/LZUThesis2020)|兰州大学2021毕业论文LaTex模板|29|0|2021-12-14|
|
||||
|96|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除|11|0|2021-12-18|
|
||||
|97|[boudinfl/acm-cr](https://github.com/boudinfl/acm-cr)|ACM-CR: A Manually Annotated Test Collection for Citation Recommendation|6|0|2021-10-15|
|
||||
|98|[HuangCongQing/LaTeX](https://github.com/HuangCongQing/LaTeX)|LaTeX学习记录|2|0|2021-10-27|
|
||||
|99|[fangcun010/VkGPUDrivenCNGuide](https://github.com/fangcun010/VkGPUDrivenCNGuide)|基于Vulkan的GPU Driven Rendering教程|17|0|2021-11-03|
|
||||
|100|[wjsong365/ECUST_Thesis_LaTeX](https://github.com/wjsong365/ECUST_Thesis_LaTeX)|华东理工大学博士论文LaTeX模板|3|0|2021-06-08|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
84
content/charts/growth/knowledge/TypeScript.md
Normal file
84
content/charts/growth/knowledge/TypeScript.md
Normal file
@ -0,0 +1,84 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > TypeScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源、无加密、无阉割的智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|492|12|2021-12-11|
|
||||
|2|[Kaiyiwing/qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|3535|11|2021-12-16|
|
||||
|3|[basarat/typescript-book](https://github.com/basarat/typescript-book)|:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹|16261|7|2021-10-12|
|
||||
|4|[antonioru/beautiful-react-hooks](https://github.com/antonioru/beautiful-react-hooks)|🔥 A collection of beautiful and (hopefully) useful React hooks to speed-up your components and hooks development 🔥|5242|7|2021-10-18|
|
||||
|5|[cuixiaorui/mini-vue](https://github.com/cuixiaorui/mini-vue)|实现最简 vue3 模型( Help you learn more efficiently vue3 source code )|3735|7|2021-12-17|
|
||||
|6|[any86/any-rule](https://github.com/any86/any-rule)|🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台|5708|6|2021-11-19|
|
||||
|7|[doodlewind/jshistory-cn](https://github.com/doodlewind/jshistory-cn)|🇨🇳 《JavaScript 二十年》中文版|3686|6|2021-11-25|
|
||||
|8|[xcatliu/typescript-tutorial](https://github.com/xcatliu/typescript-tutorial)|TypeScript 入门教程|8391|4|2021-12-09|
|
||||
|9|[jkchao/typescript-book-chinese](https://github.com/jkchao/typescript-book-chinese)|TypeScript Deep Dive 中文版 |5027|4|2021-11-11|
|
||||
|10|[crimx/ext-saladict](https://github.com/crimx/ext-saladict)|🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.|8419|4|2021-11-04|
|
||||
|11|[phodal/ledge](https://github.com/phodal/ledge)|Ledge —— DevOps knowledge learning platform. DevOps、研发效能知识和工具平台,是我们基于在 ThoughtWorks 进行的一系列 DevOps 实践、敏捷实践、软件开发与测试、精益实践提炼出来的知识体系。它包含了各种最佳实践、操作手册、原则与模式、度量、工具,用于帮助您的企业在数字化时代更好地前进,还有 DevOps 转型。|1763|3|2021-10-26|
|
||||
|12|[alibaba/pipcook](https://github.com/alibaba/pipcook)|Machine learning platform for Web developers|2186|3|2021-12-19|
|
||||
|13|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|750|3|2021-12-12|
|
||||
|14|[tal-tech/electron-playground](https://github.com/tal-tech/electron-playground)|This is a project to quickly experiment and learn electron related APIs|1178|3|2021-07-13|
|
||||
|15|[btroncone/learn-rxjs](https://github.com/btroncone/learn-rxjs)|Clear examples, explanations, and resources for RxJS|3475|2|2021-10-22|
|
||||
|16|[soroushchehresa/awesome-coronavirus](https://github.com/soroushchehresa/awesome-coronavirus)|🦠 Huge collection of useful projects and resources for COVID-19 (2019 novel Coronavirus)|1461|2|2021-12-18|
|
||||
|17|[zhongsp/TypeScript](https://github.com/zhongsp/TypeScript)|TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org|5385|2|2021-11-20|
|
||||
|18|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|459|2|2021-08-07|
|
||||
|19|[lint-md/lint-md](https://github.com/lint-md/lint-md)|:books: 检查中文 markdown 编写格式规范的命令行工具,基于 AST,方便集成 ci,写博客 / 文档必备。支持 API 调用!|757|1|2021-12-15|
|
||||
|20|[alanhzw/WarblerHomepage](https://github.com/alanhzw/WarblerHomepage)|流莺书签|124|1|2021-12-14|
|
||||
|21|[dzzzzzy/Nestjs-Learning](https://github.com/dzzzzzy/Nestjs-Learning)|nestjs 学习教程 :books:,跟我一起学习 nest 框架~ :muscle:|754|1|2021-10-18|
|
||||
|22|[hylerrix/deno-tutorial](https://github.com/hylerrix/deno-tutorial)|:sauropod: 长期更新的《Deno 钻研之术》!循序渐进学 Deno & 先易后难补 Node & 面向未来的 Deno Web 应用开发|715|1|2021-07-22|
|
||||
|23|[tiddly-gittly/TidGi-Desktop](https://github.com/tiddly-gittly/TidGi-Desktop)|TidGi is an auto-git-backup, privatcy-in-mind, freely-deployed Tiddlywiki knowledgement Desktop app, with local REST API. 「 太记 」是一个基于「 太微 TiddlyWiki 」的知识管理桌面应用,能自动用Git备份、保护隐私内容、部署为博客,且可通过RESTAPI与Anki等 ...|360|1|2021-12-19|
|
||||
|24|[zenghongtu/react-use-chinese](https://github.com/zenghongtu/react-use-chinese)|中文文档@react-use|825|1|2021-12-06|
|
||||
|25|[loomnetwork/cryptozombie-lessons](https://github.com/loomnetwork/cryptozombie-lessons)|Lesson content for cryptozombies.io|783|1|2021-12-18|
|
||||
|26|[RxJS-CN/learn-rxjs-operators](https://github.com/RxJS-CN/learn-rxjs-operators)|Learn RxJS 中文版 (通过清晰的示例来学习 RxJS 5 操作符)|851|1|2021-07-08|
|
||||
|27|[loiane/javascript-datastructures-algorithms](https://github.com/loiane/javascript-datastructures-algorithms)|:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book|3221|1|2021-10-01|
|
||||
|28|[EhTagTranslation/EhSyringe](https://github.com/EhTagTranslation/EhSyringe)|E 站注射器,将中文翻译注入到 E 站体内|1234|1|2021-12-16|
|
||||
|29|[wistingcn/WiLearning](https://github.com/wistingcn/WiLearning)|Multiparty meeting&e-learning using mediasoup, webrtc ,angular and ionic with powerful whiteboard support|398|1|2021-10-28|
|
||||
|30|[CodFrm/cxmooc-tools](https://github.com/CodFrm/cxmooc-tools)|一个 超星(学习通)/智慧树(知到)/中国大学mooc 学习工具,火狐,谷歌,油猴支持.全自动任务,视频倍速秒过,作业考试题库,验证码自动打码(੧ᐛ੭挂科模式,启动)|1615|1|2021-12-13|
|
||||
|31|[CQBoyBrand/Koa2-nuxt-MySQL](https://github.com/CQBoyBrand/Koa2-nuxt-MySQL)|Koa2+nuxt+MySQL重构博客,项目中包括前端,后端和服务端,以及数据库文件,项目基于Vue+node.js+MySQL|105|0|2021-12-16|
|
||||
|32|[likun7981/hlink](https://github.com/likun7981/hlink)|批量硬链接创建工具,又能PT做种,又能刮削电影资料|123|0|2021-11-23|
|
||||
|33|[xluos/demo](https://github.com/xluos/demo)|平时学习练习的一些小Demo的仓库|200|0|2021-10-05|
|
||||
|34|[GregorBiswanger/rxjs-fruits](https://github.com/GregorBiswanger/rxjs-fruits)|A game for learning RxJS 🍎🍌|159|0|2021-10-06|
|
||||
|35|[hjlld/LearningWebGPU](https://github.com/hjlld/LearningWebGPU)|WebGPU tutorials inspired by LearningWebGL.com. Use both WGSL and GLSL/SPIR-V.|281|0|2021-10-13|
|
||||
|36|[brucx/mp-push-nestjs](https://github.com/brucx/mp-push-nestjs)|微信公众号消息推送服务,类似“server酱”,提供Docker镜像部署|99|0|2021-08-13|
|
||||
|37|[MrTreasure/Algorithm](https://github.com/MrTreasure/Algorithm)|算法学习以及一些编程领域的文档、知识、技巧、个人想法|174|0|2021-09-20|
|
||||
|38|[Firefox-Pro-Coding/iciba-translate-userscript](https://github.com/Firefox-Pro-Coding/iciba-translate-userscript)|iciba划词翻译 userscript|119|0|2021-11-19|
|
||||
|39|[topfullstack/topfullstack](https://github.com/topfullstack/topfullstack)|NodeJs+VueJs全栈开发《全栈之巅》视频网站 - 源码|312|0|2021-10-06|
|
||||
|40|[shidenggui/bloghub](https://github.com/shidenggui/bloghub)|一群自由而有趣的灵魂,终将在此相遇 独立个人博客推荐导航|316|0|2021-12-09|
|
||||
|41|[purocean/yn](https://github.com/purocean/yn)|A Hackable Markdown Note Application for Programmers. Documents encryption, code snippet running, integrated terminal, chart embedding, HTML applets, plug-in, and macro replacement.|637|0|2021-12-19|
|
||||
|42|[frederick-wang/scu-urp-assistant](https://github.com/frederick-wang/scu-urp-assistant)|四川大学综合教务系统助手,是一个优化四川大学综合教务系统的「Userscript」,即用户脚本。这不是一个独立的软件,也不是一个浏览器的插件,但可以依赖浏览器的插件运行,或者作为一个Bookmarklet在点击后运行。该脚本可以为综合教务系统增加以下功能:1. 外观美化:会自动美化教务系统界面上部分元素的外观;2. 快捷评教:自动为「希望给好评」的老师打满分好评,并附上随机的正面评语;3. 自动登 ...|153|0|2021-12-12|
|
||||
|43|[SSmJaE/WELearnHelper](https://github.com/SSmJaE/WELearnHelper)|显示WE Learn随行课堂题目答案;支持班级测试;自动答题;刷时长;开放自定义设置|159|0|2021-12-17|
|
||||
|44|[jiayisheji/jianshu](https://github.com/jiayisheji/jianshu)|仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫|302|0|2021-11-25|
|
||||
|45|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|Dynamically creates a user interface for adjusting theme, plugin, and snippet CSS variables|104|0|2021-12-14|
|
||||
|46|[justjavac/zhihu-trending-top-search](https://github.com/justjavac/zhihu-trending-top-search)|知乎热搜榜,记录从 2020-11-24 日开始的知乎热搜榜单。每小时抓取一次数据,按天归档。|83|0|2021-12-19|
|
||||
|47|[tuture-dev/tuture](https://github.com/tuture-dev/tuture)|Write tutorials from the future, with the power of Git and community. 『图雀写作工具』|196|0|2021-11-07|
|
||||
|48|[yanlele/node-index](https://github.com/yanlele/node-index)|学习笔记、博文、简书、工作日常踩坑记录以及一些独立作品的汇总目录|324|0|2021-12-15|
|
||||
|49|[leer0911/myXHR](https://github.com/leer0911/myXHR)|TypeScript 重构 Axios 经验分享,包括开发技巧, API 实现,XMLHttpRequest 运用,单元测试等|107|0|2021-09-01|
|
||||
|50|[MoeFE/GoogleTranslate](https://github.com/MoeFE/GoogleTranslate)|🌐 Google 翻译 Mac 客户端|732|0|2021-07-26|
|
||||
|51|[chuyun/taro-plugin-canvas](https://github.com/chuyun/taro-plugin-canvas)|基于 Taro 框架的微信小程序 canvas 绘图组件,封装了常用的操作,通过配置的方式生成分享图片|397|0|2021-10-05|
|
||||
|52|[tsejx/javascript-guidebook](https://github.com/tsejx/javascript-guidebook)|:books:JavaScript 前端知识图谱 A guidebook for the convenience of the front-end developers|160|0|2021-12-01|
|
||||
|53|[eyebluecn/tank-front](https://github.com/eyebluecn/tank-front)|蓝眼系列软件之《蓝眼云盘》前端项目|494|0|2021-11-26|
|
||||
|54|[YaoZeyuan/zhihuhelp](https://github.com/YaoZeyuan/zhihuhelp)|基于node&typescript重写知乎助手|462|0|2021-09-13|
|
||||
|55|[robertying/learnX](https://github.com/robertying/learnX)|清华大学网络学堂 App,以 React Native 构建。App for Tsinghua University Web Learning, developed with React Native. ⚛️|156|0|2021-12-14|
|
||||
|56|[scdt-china/interview-assignments](https://github.com/scdt-china/interview-assignments)|The monorepo for interview take home assignments.|132|0|2021-12-19|
|
||||
|57|[meowtec/relyzer](https://github.com/meowtec/relyzer)|Debugger for React functional components. Online demo: https://meowtec.github.io/relyzer/examples/todomvc/build/|133|0|2021-11-10|
|
||||
|58|[intellism/vscode-comment-translate](https://github.com/intellism/vscode-comment-translate)|vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。|277|0|2021-09-02|
|
||||
|59|[L-Leite/cso2-master-server](https://github.com/L-Leite/cso2-master-server)|A master server for CSO2|109|0|2021-08-16|
|
||||
|60|[fxy5869571/blog-react](https://github.com/fxy5869571/blog-react)|基于typescript koa2 react的个人博客|321|0|2021-09-21|
|
||||
|61|[18888628835/Blog](https://github.com/18888628835/Blog)|从学习到总结,记录前端重要知识点,涉及 Javascript 深入、HTTP 协议、数据结构和算法、浏览器原理、ES6等内容,正在更新中...|120|0|2021-12-18|
|
||||
|62|[Javen205/TNWX](https://github.com/Javen205/TNWX)|TNWX: TypeScript + Node.js + WeiXin 微信系开发脚手架,支持微信公众号、微信支付、微信小游戏、微信小程序、企业微信/企业号。最最最重要的是能快速的集成至任何 Node.js 框架(Express、Nest、Egg、Koa 等)|417|0|2021-10-06|
|
||||
|63|[yuque-helper/yuque2book](https://github.com/yuque-helper/yuque2book)|export yuque repo to a book 将你的语雀文档导出的工具|164|0|2021-12-14|
|
||||
|64|[fantasticit/coding](https://github.com/fantasticit/coding)|编程技术学习笔记 https://coding.fantasticit.vercel.app|144|0|2021-10-06|
|
||||
|65|[chengpeiquan/learning-vue3](https://github.com/chengpeiquan/learning-vue3)|A starting learning tutorial on Vue 3.0 + TypeScript, suitable for complete Vue novices and Vue 2.0 veterans, incorporating some of my own practical experience on the basis of official documents.|98|0|2021-12-14|
|
||||
|66|[roojay520/bobplugin-google-translate](https://github.com/roojay520/bobplugin-google-translate)| Bob 的一个Google 翻译插件|116|0|2021-11-03|
|
||||
|67|[worldzhao/react-ui-library-tutorial](https://github.com/worldzhao/react-ui-library-tutorial)|📚React组件库搭建指南|271|0|2021-11-04|
|
||||
|68|[FreeCodeCamp-Chengdu/IT-Technology-weekly](https://github.com/FreeCodeCamp-Chengdu/IT-Technology-weekly)|FCC 成都社区 - 技术周刊|90|0|2021-09-21|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
27
content/charts/growth/knowledge/Vim-script.md
Normal file
27
content/charts/growth/knowledge/Vim-script.md
Normal file
@ -0,0 +1,27 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Vim script
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[wsdjeg/vim-galore-zh_cn](https://github.com/wsdjeg/vim-galore-zh_cn)|Vim 从入门到精通|8619|5|2021-08-21|
|
||||
|2|[overmind1980/oeasyvim](https://github.com/overmind1980/oeasyvim)|这是oeasy制作的的一套关于vim的教程 可以在 https://www.lanqiao.cn/teacher/courses/2840 做实验 邀请码FJWYIMGB 本教程从0基础开始,到精通vim配置,和高级命令。希望能让vim是你的开发更高效。|113|1|2021-12-10|
|
||||
|3|[dolotech/ebook](https://github.com/dolotech/ebook)|学习资料|1425|1|2021-12-02|
|
||||
|4|[dofy/learn-vim](https://github.com/dofy/learn-vim)|Vim 实操教程(Learning Vim)Vim practical tutorial.|1292|1|2021-09-30|
|
||||
|5|[chengpengzhao/My_vimrc](https://github.com/chengpengzhao/My_vimrc)|从开始使用Vim起、累积的学习记录,附带几个自用一键配置linux脚本|5|0|2021-08-26|
|
||||
|6|[lymslive/motherbless](https://github.com/lymslive/motherbless)|《母亲在上》:一部有关 2098 末日题材科幻神话英雄史诗的电影文学剧本|2|0|2021-08-20|
|
||||
|7|[lymslive/vimllearn](https://github.com/lymslive/vimllearn)|A book for VimL Script language|396|0|2021-12-07|
|
||||
|8|[bujnlc8/vim-translator](https://github.com/bujnlc8/vim-translator)|一个有用的翻译vim插件, 提供有道和百度两种选择,既能查英文也能查中文。|2|0|2021-10-27|
|
||||
|9|[lululxvi/oh-my-linux-apps](https://github.com/lululxvi/oh-my-linux-apps)|My list of essential Linux applications.|10|0|2021-11-18|
|
||||
|10|[kktao/vim-learn](https://github.com/kktao/vim-learn)|《Vim实用技巧》阅读笔记|2|0|2021-11-06|
|
||||
|11|[MDGSF/MyVim](https://github.com/MDGSF/MyVim)|vim, vimrc, vimrc template, vim document, vim note, vim study, vimtutor, learn vim, vim practice, vim学习, vim笔记, vim训练营, vim教程, vim入门教程, vim简明教程, vim实操教程, vim入门文档, vimtutor中文版|23|0|2021-12-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/knowledge/Vue.md
Normal file
116
content/charts/growth/knowledge/Vue.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 资料类 > Vue
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[hyw123456/gugu](https://github.com/hyw123456/gugu)|咕咕语翻译器|14|4|2021-12-15|
|
||||
|2|[shfshanyue/Daily-Question](https://github.com/shfshanyue/Daily-Question)|互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中|2952|4|2021-12-17|
|
||||
|3|[crmeb/CRMEB](https://github.com/crmeb/CRMEB)|🔥🔥🔥 CRMEB打通版v4免费开源商城系统,uni-app+thinkphp6框架商城,系统可商用;包含小程序商城、H5商城、公众号商城、PC商城,支持分销、拼团、砍价、秒杀、优惠券、积分、会员等级、小程序直播、可视化设置,前后端分离,方便二开,更有详细使用文档、接口文档、数据字典、二开文档/视频教程,欢迎大家提出宝贵意见和建议|3447|3|2021-12-17|
|
||||
|4|[xugaoyi/vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing)|🚀一款简洁高效的VuePress知识管理&博客(blog)主题|1592|2|2021-12-16|
|
||||
|5|[biaochenxuying/blog-vue-typescript](https://github.com/biaochenxuying/blog-vue-typescript)|Vue3 + TypeScript + Vite2 + Vuex4 + Vue-Router4 + element-plus 支持 markdown 渲染的博客前台展示|1863|2|2021-08-29|
|
||||
|6|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|392|2|2021-12-16|
|
||||
|7|[wangy8961/flask-vuejs-madblog](https://github.com/wangy8961/flask-vuejs-madblog)|基于 Flask 和 Vue.js 前后端分离的微型博客项目,支持多用户、Markdown文章(喜欢/收藏文章)、粉丝关注、用户评论(点赞)、动态通知、站内私信、黑名单、邮件支持、管理后台、权限管理、RQ任务队列、Elasticsearch全文搜索、Linux VPS部署、Docker容器部署等|635|1|2021-06-01|
|
||||
|8|[zhangyuang/fe-dev-playbook](https://github.com/zhangyuang/fe-dev-playbook)|教你如何打造舒适、高效、时尚的前端开发环境|633|1|2021-09-29|
|
||||
|9|[ezshine/uniapp-unicloud-dnms](https://github.com/ezshine/uniapp-unicloud-dnms)|一个基于uniapp和unicloud开发的以书会友小程序|75|1|2021-08-27|
|
||||
|10|[powerdong/Music-player](https://github.com/powerdong/Music-player)|Vue高仿网易云音乐(Vue入门实践)——在线预览 -- 暂时停止|454|1|2021-10-06|
|
||||
|11|[Acmenlei/Many-people-blog](https://github.com/Acmenlei/Many-people-blog)|基于Vue2+Nodejs+MySQL的博客,有后台管理系统。支持:登陆/注册,留言,评论/回复,点赞,记录浏览数,相册,发表文章等,内容丰富。|375|1|2021-10-06|
|
||||
|12|[lmiller1990/vue-testing-handbook](https://github.com/lmiller1990/vue-testing-handbook)|A guide on testing Vue components and applications|755|1|2021-11-16|
|
||||
|13|[eshengsky/iBlog](https://github.com/eshengsky/iBlog)|基于 Node.js 的开源个人博客系统,采用 Nuxt + Vue + TypeScript 技术栈。|1114|1|2021-08-11|
|
||||
|14|[hql7/wl-micro-frontends](https://github.com/hql7/wl-micro-frontends)|Micro front end practical project tutorial. 微前端项目实战vue项目。基于vue3.0&qiankun2.0进阶版:https://github.com/wl-ui/wl-mfe|456|1|2021-10-06|
|
||||
|15|[qq449245884/vue-okr-tree](https://github.com/qq449245884/vue-okr-tree)|http://www.longstudy.club/vue-okr-tree-doc/index.html|397|1|2021-09-07|
|
||||
|16|[niefy/wx-manage](https://github.com/niefy/wx-manage)|🔥微信公众号管理系统,包含公众号菜单管理🗄、自动回复🗨、素材管理📂、模板消息☘、粉丝管理🤹♂️等功能,前后端都开源免费🛩|650|1|2021-10-06|
|
||||
|17|[wsydxiangwang/Mood](https://github.com/wsydxiangwang/Mood)|Vue的Nuxt.js服务端渲染框架,NodeJS为后端的全栈项目,Docker一键部署,面向小白的完美博客系统|689|1|2021-11-30|
|
||||
|18|[inoutcode/ethereum_book](https://github.com/inoutcode/ethereum_book)|精通以太坊 (中文版)|1538|1|2021-09-19|
|
||||
|19|[vuepress-aurora/vuepress-theme-aurora](https://github.com/vuepress-aurora/vuepress-theme-aurora)|🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。|61|1|2021-12-18|
|
||||
|20|[seeksdream/relation-graph](https://github.com/seeksdream/relation-graph)|Vue 关联关系图谱组件,可以展示如组织机构图谱、股权架构图谱、集团关系图谱等知识图谱,可提供多种图谱布局,包括树状布局、中心布局、力学布局自动布局等。Vue component for relationship graph , which can display knowledge graphs, such as organization graph, equity structure grap ...|466|1|2021-10-20|
|
||||
|21|[CS-Tao/whu-library-seat](https://github.com/CS-Tao/whu-library-seat)|武汉大学图书馆助手 - 桌面端|670|1|2021-12-15|
|
||||
|22|[zhangyuang/vite-design](https://github.com/zhangyuang/vite-design)|下一代构建工具 vite 文档翻译 源码解析|278|1|2021-10-17|
|
||||
|23|[wmhello/laravel_template_with_vue](https://github.com/wmhello/laravel_template_with_vue)|laravel6和vue.js结合的前后端分离项目模板。包含接口端、管理端、小程序和微信公众号端,绝对是你做外包或者自建项目的首选模板。模板内容包括基础的用户管理和权限管理、日志管理、集成第三方登录,整合laravel-echo-server 实现了websocket 做到了消息的实时推送,并在此基础上,实现了聊天室和客服功能。|816|1|2021-12-14|
|
||||
|24|[GitHub-Laziji/VBlog](https://github.com/GitHub-Laziji/VBlog)|使用GitHub API 搭建一个可动态发布文章的博客|1422|1|2021-11-29|
|
||||
|25|[daoshengfu/Vue-NeteaseCloud-WebMusicApp](https://github.com/daoshengfu/Vue-NeteaseCloud-WebMusicApp)|Vue高仿网易云音乐,基本实现网易云所有音乐、MV相关功能,现已更新到第二版,仅用于学习,下面有详细教程。 |539|1|2021-10-06|
|
||||
|26|[FXLP/MarkTool](https://github.com/FXLP/MarkTool)|DoTAT 是一款基于web、面向领域的通用文本标注工具,支持大规模实体标注、关系标注、事件标注、文本分类、基于字典匹配和正则匹配的自动标注以及用于实现归一化的标准名标注,同时也支持迭代标注、嵌套实体标注和嵌套事件标注。标注规范可自定义且同类型任务中可“一次创建多次复用”。通过分级实体集合扩大了实体类型的规模,并设计了全新高效的标注方式,提升了用户体验和标注效率。此外,本工具增加了审核环节,可对多 ...|257|0|2021-12-10|
|
||||
|27|[superBlithe/vue-ts-imooc-dell](https://github.com/superBlithe/vue-ts-imooc-dell)|vue-ts-demo for imooc dell TypeScript -系统入门到项目实战|8|0|2021-10-06|
|
||||
|28|[leetcode-pp/leetcode-pp](https://github.com/leetcode-pp/leetcode-pp)|《力扣加加》官方网站,力扣加加是一个专注于算法知识分享的平台,旨在通过通俗易懂的语言还原解题全过程。|19|0|2021-12-15|
|
||||
|29|[zxsongc/vue-pro](https://github.com/zxsongc/vue-pro)|个人博客后台管理|11|0|2021-10-06|
|
||||
|30|[imoyao/idealyard](https://github.com/imoyao/idealyard)|使用 Vue 和 Flask 搭建前后端分离的 RESTful 个人博客|91|0|2021-11-29|
|
||||
|31|[wangxinleo/practise-vue-shop-front](https://github.com/wangxinleo/practise-vue-shop-front)|📦📈【2019】关于 element 的初级学习代码项目。 附全套学习资源和vscode配置|61|0|2021-10-06|
|
||||
|32|[jiangshanmeta/leetcode-notebook](https://github.com/jiangshanmeta/leetcode-notebook)|leetcode笔记桌面应用|11|0|2021-10-06|
|
||||
|33|[RookieDouby/fe-interview](https://github.com/RookieDouby/fe-interview)|前端每日学习跟着https://github.com/haizlin/fe-interview |6|0|2021-10-06|
|
||||
|34|[hellowoody/web-lesson](https://github.com/hellowoody/web-lesson)|web前端学习|16|0|2021-12-10|
|
||||
|35|[OldsixShang/wechat-menu-editor](https://github.com/OldsixShang/wechat-menu-editor)|微信公众号自定义菜单编辑组建|11|0|2021-09-07|
|
||||
|36|[EchoDzg/SpBook](https://github.com/EchoDzg/SpBook)|基于mpvue框架打造的小程序在线阅读书城|13|0|2021-08-04|
|
||||
|37|[githubWj07/supermall](https://github.com/githubWj07/supermall)|学习codewhy老师,a vuejs supermall|85|0|2021-10-06|
|
||||
|38|[uom-assistant/uom-assistant](https://github.com/uom-assistant/uom-assistant)|A web app that can improve your study experience in University of Manchester|15|0|2021-12-07|
|
||||
|39|[chenstarx/vuecabulary](https://github.com/chenstarx/vuecabulary)|用Vue写的高效背单词App,方法来自《17天搞定GRE单词》|37|0|2021-10-06|
|
||||
|40|[pbw123/myblog-management](https://github.com/pbw123/myblog-management)|个人博客后台管理系统开源代码,技术栈有:Vue , Vue Router , Vue CLI , Axios , npm , webpack , Sass , Element UI 等,欢迎Star和Fork|11|0|2021-11-29|
|
||||
|41|[pwx123/shop-store-client](https://github.com/pwx123/shop-store-client)|网上书店商城-前端|32|0|2021-08-10|
|
||||
|42|[anjoy8/Blog.Vue](https://github.com/anjoy8/Blog.Vue)|☘ 一个vue的个人博客项目,配合.net core api教程,打造前后端分离|399|0|2021-11-28|
|
||||
|43|[Newway1997/book_mng_sys_2019](https://github.com/Newway1997/book_mng_sys_2019)|基于后端SSM框架和前端Vue+Element-UI的图书管理系统|39|0|2021-12-14|
|
||||
|44|[Longbao521/symbolMe](https://github.com/Longbao521/symbolMe)|使用vue全家桶、Express与mongoose自定义自己的简历博客网站|11|0|2021-10-06|
|
||||
|45|[uoyoCsharp/MiCake.Samples](https://github.com/uoyoCsharp/MiCake.Samples)|🍰MiCake的示例项目集合|24|0|2021-10-06|
|
||||
|46|[ctts/vue-long-ripple](https://github.com/ctts/vue-long-ripple)|仿知乎、掘金点击动画效果,支持移动端长按特效|8|0|2021-10-06|
|
||||
|47|[pengnima/supermall](https://github.com/pengnima/supermall)|用vue做的商城supermall项目,学习自coderwhy的项目,目前已达到老师的项目进度,接下来自己整整其他的内容|60|0|2021-10-06|
|
||||
|48|[bthtml/equb](https://github.com/bthtml/equb)|uni-app epub电子书阅读器|8|0|2021-10-06|
|
||||
|49|[Tzlibai/uni-app-video](https://github.com/Tzlibai/uni-app-video)|一个优秀的uni-app影视视频源码项目案例分享,旨在帮助大家更快的上手uniapp视频类项目,个人网站: https://zhaohongcheng.com|248|0|2021-12-07|
|
||||
|50|[zx88cvb/vue-magicode](https://github.com/zx88cvb/vue-magicode)|Vue博客前台展示页面|6|0|2021-10-05|
|
||||
|51|[GStarP/vuetify-study](https://github.com/GStarP/vuetify-study)|学习 Vuetify 的一些记录和实践|12|0|2021-10-06|
|
||||
|52|[coderdwt/MyVueBlog](https://github.com/coderdwt/MyVueBlog)|基于Vue+Node+Mongodb开发的个人博客|7|0|2021-10-06|
|
||||
|53|[blockchain-neu/federated-learning-blockchain-web](https://github.com/blockchain-neu/federated-learning-blockchain-web)|联邦学习区块链web端demo|14|0|2021-08-12|
|
||||
|54|[imzbf/vue3-admin](https://github.com/imzbf/vue3-admin)|master分支为后台管理模板,tsx分支为使用jsx语法开发vue3项目的demo,vite环境,动态菜单。|26|0|2021-12-06|
|
||||
|55|[mrwdhasd0903/cesonblogfront](https://github.com/mrwdhasd0903/cesonblogfront)|使用vue开发的博客前端页面 |23|0|2021-10-06|
|
||||
|56|[calpa/zhihu-unlimited-web](https://github.com/calpa/zhihu-unlimited-web)|知乎无限 live 数据流网站|8|0|2021-09-01|
|
||||
|57|[Major-333/OS_course_project](https://github.com/Major-333/OS_course_project)|2020 Tongji SSE OS 课程作业|8|0|2021-10-06|
|
||||
|58|[ialmost/almost-components_uniapp](https://github.com/ialmost/almost-components_uniapp)|uni-app 使用的多端组件集合,支持APP、H5、小程序|34|0|2021-11-29|
|
||||
|59|[Peachick/fontend2](https://github.com/Peachick/fontend2)|接上一个前端教程的前端页面,运用Node(Express)、Vue、ElementUI、iViewUI等等开发的综合网站|29|0|2021-11-29|
|
||||
|60|[FEZIRO/vue-vant-video-learning-webapp](https://github.com/FEZIRO/vue-vant-video-learning-webapp)|基于Vue+Vant的移动端WebApp在线视频学习平台|5|0|2021-10-06|
|
||||
|61|[wuyuanaaa/vue-blog](https://github.com/wuyuanaaa/vue-blog)|基于 vue + express + mongoDB 的个人博客,已上线... https://blog.yuanaaa.top|10|0|2021-10-06|
|
||||
|62|[lxhyl/desktop-music](https://github.com/lxhyl/desktop-music)|可以以弹幕形式播放评论,二维码分享单曲的仿桌面版网易云音乐的网站|12|0|2021-10-06|
|
||||
|63|[pbw123/myblog-client](https://github.com/pbw123/myblog-client)|个人博客前台开源代码,技术栈有Nuxt , Vuex Store , Vue Router , Vue CLI , Element UI , Vant , Axios , npm , webpack , Sass等,欢迎Star和Fork|8|0|2021-11-29|
|
||||
|64|[kvker/stray_cat_uni](https://github.com/kvker/stray_cat_uni)|《街猫档案》小程序是 纯公益项目,让大家可以爱猫护猫,云吸猫,互相协助养猫。 由于我们是个人开发者,完整项目在小程序上很多资质我们目前欠缺,所以应急先拆分一个《街猫档案》出来。 我们开源出来,一是为了更多人一起参与,二是由于此项目前端代码非常简单,但是又涉及Serverless,所以也能辅助学习。|5|0|2021-09-14|
|
||||
|65|[zmsnlxx/my-blog](https://github.com/zmsnlxx/my-blog)|基于vue的个人博客系统|7|0|2021-10-06|
|
||||
|66|[kodyWang1994/game-box](https://github.com/kodyWang1994/game-box)|边想边写的小游戏集合,包括:贪吃蛇、消消乐、烧脑颜色、拼图、蜘蛛卡牌(蜘蛛纸牌)等|19|0|2021-08-10|
|
||||
|67|[caiheping/vue-cms](https://github.com/caiheping/vue-cms)|vue-cms是一个中后台系统,后端主要由node(egg.js),MySQL,JWT,Sequelize,前端主要由vue全家桶,elementUI编写的通用后台管理系统,暂时功能包括用户鉴权,用户管理,角色管理,菜单管理,博客管理等等。|8|0|2021-09-27|
|
||||
|68|[zhuss/in2UI](https://github.com/zhuss/in2UI)|基于Vue.js 的UI组件库 轮子 😀😀😀,学习组件库封装|5|0|2021-10-05|
|
||||
|69|[lxs24sxl/vue-blog](https://github.com/lxs24sxl/vue-blog)|个人vue版的博客网站-林晓舜|6|0|2021-10-05|
|
||||
|70|[Junvary/gin-quasar-admin](https://github.com/Junvary/gin-quasar-admin)|Gin-Quasar-Admin 使用 Go+Gin+Vue3+Quasar2 搭建,可以通过简单的配置快速形成自己的网站,并通过插件形式开发个性化逻辑。项目通过简单的代码实现众多功能,是Quasar和Go入门佳品。|8|0|2021-12-18|
|
||||
|71|[Marcabo/everyknow-seims-web](https://github.com/Marcabo/everyknow-seims-web)|南昌大学本科生毕业论文_学生就业信息管理系统|7|0|2021-10-06|
|
||||
|72|[tianyong90/blog](https://github.com/tianyong90/blog)|田勇的博客|14|0|2021-12-15|
|
||||
|73|[caiheping/oa-sys](https://github.com/caiheping/oa-sys)|通用后台管理系统,后端主要由node(egg.js),MySQL,JWT,Sequelize,前端主要由vue3.0,typescript,pinia,ant-design-vue,windicss,vite编写的后台管理系统,master分支是通用后台管理系统,feature-oa是员工管理系统|5|0|2021-12-08|
|
||||
|74|[sustly/blog_vue_web](https://github.com/sustly/blog_vue_web)|bootstrap+vue+vue router + vuex 博客系统前端 后端:https://github.com/sustly/blog_vue_server |14|0|2021-11-29|
|
||||
|75|[Sweet0954/supermall](https://github.com/Sweet0954/supermall)|学习coderwhy老师的vue课程,里面的vue移动端项目|9|0|2021-10-10|
|
||||
|76|[kastnerorz/animal-crossing-trading-system](https://github.com/kastnerorz/animal-crossing-trading-system)|🥬 《集合啦!动物森友会》的大头菜交易市场。|52|0|2021-08-12|
|
||||
|77|[ActivePeter/MarkdownEverywhere](https://github.com/ActivePeter/MarkdownEverywhere)|A web project to auto sync notes in git repositories, then present them by vue. 一个自动同步git仓库笔记并且通过vue呈现出来的web项目(作为我的博客|15|0|2021-12-09|
|
||||
|78|[myxzjie/et-shop-uni-app](https://github.com/myxzjie/et-shop-uni-app)|好酒仓库小程序商城,基于uni-app、colorUi等开源组件开发. 项目功能:自定义TabBar与顶部、banner轮播、通知公告、酒品分类、发现/文章、购物车、个人中心、促销功能(新品,推荐,热销、促销)、签到、团购、秒杀、砍价、收藏、积分、优惠卷、分销/佣金、我的余额、推广二维码、小程序分享等等...|6|0|2021-12-08|
|
||||
|79|[shenghy/my-blog](https://github.com/shenghy/my-blog)|我的博客系统|21|0|2021-10-05|
|
||||
|80|[YTU94/vuex-demp](https://github.com/YTU94/vuex-demp)|vuex入门demo|6|0|2021-10-05|
|
||||
|81|[duola8789/vue-cli-learning](https://github.com/duola8789/vue-cli-learning)|vue-cli-learning|37|0|2021-10-05|
|
||||
|82|[shengxinjing/file-upload](https://github.com/shengxinjing/file-upload)|面试造火箭系列|74|0|2021-10-06|
|
||||
|83|[zxuqian/vuejs-examples](https://github.com/zxuqian/vuejs-examples)|Vue.js 示例项目合集|64|0|2021-09-06|
|
||||
|84|[MaLunan/vuepress-blog](https://github.com/MaLunan/vuepress-blog)|以vuepress基础搭建的个人博客,配置简单,只需要专注于md文档的编写即可|6|0|2021-06-09|
|
||||
|85|[NolanGit/PersonalHomepage](https://github.com/NolanGit/PersonalHomepage)|使用Vue.js、Element UI作为前端,Python、Flask提供后端接口的一个前后端分离的导航页。Keywords:导航 主页 天气 书签 便签 翻译 苹果商店 App Store 价格监控 黄金 股票 基金 必应壁纸 热门新闻聚合 爬虫 网盘 图床 权限管理 短链接生成 异步脚本运行|111|0|2021-12-13|
|
||||
|86|[yanghuanrong/yanghuanrong.github.io](https://github.com/yanghuanrong/yanghuanrong.github.io)|:octocat: 个人博客,个人网站,blog,酷站|7|0|2021-09-06|
|
||||
|87|[ln-hbw/supermall](https://github.com/ln-hbw/supermall)|vue learning(vue电子商城项目,手机端)|10|0|2021-12-18|
|
||||
|88|[onaug6th/super-ui](https://github.com/onaug6th/super-ui)|轮子合集|8|0|2021-10-05|
|
||||
|89|[catbuli/ciblog](https://github.com/catbuli/ciblog)|基于vue.js(2.6.10)开发的个人博客平台|5|0|2021-10-06|
|
||||
|90|[lucky131/Games](https://github.com/lucky131/Games)|vue小游戏合集|18|0|2021-10-06|
|
||||
|91|[ragnar-document/ZhihuWeb](https://github.com/ragnar-document/ZhihuWeb)|一个vue-cli搭建的简易交互网站,数据来源知乎/mock数据|43|0|2021-10-06|
|
||||
|92|[carrieguo/vue.js-todolist](https://github.com/carrieguo/vue.js-todolist)|这是一个为了学习vue和webpack实现的一个todo-list demo|85|0|2021-06-16|
|
||||
|93|[miniclound/vue-bpmn](https://github.com/miniclound/vue-bpmn)|在vue中使用 bpmn-js(进阶)|167|0|2021-10-06|
|
||||
|94|[qiheizhiya/myBlog](https://github.com/qiheizhiya/myBlog)|前端+后端。个人博客项目|170|0|2021-12-09|
|
||||
|95|[CAVINNN/XiangshanCulture-Frontend](https://github.com/CAVINNN/XiangshanCulture-Frontend)|香山文化知识图谱系统-前端 Xiangshan Culture Knowledge Grpah System - Frontend|6|0|2021-10-05|
|
||||
|96|[zmsnlxx/my-blog-server](https://github.com/zmsnlxx/my-blog-server)|vue+ts 实现个人博客后台项目|5|0|2021-10-06|
|
||||
|97|[CrazyMrYan/blog](https://github.com/CrazyMrYan/blog)|使用vitepress+vue3来创作的一个博客,带有 Gitalk 评论,暗黑模式,局部打印等功能|31|0|2021-09-15|
|
||||
|98|[YYNGUFD/vue-styleguide-demo](https://github.com/YYNGUFD/vue-styleguide-demo)|关于vue-styleguide组件生成文档的一个小demo|5|0|2021-10-06|
|
||||
|99|[JabinPeng/pengBlog](https://github.com/JabinPeng/pengBlog)|个人博客完全开放代码,更新中+++|34|0|2021-09-02|
|
||||
|100|[Benbinbin/TagDown](https://github.com/Benbinbin/TagDown)|A bookmarks manager Chrome extension.|23|0|2021-10-24|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
216
content/charts/growth/software/All-Language.md
Normal file
216
content/charts/growth/software/All-Language.md
Normal file
@ -0,0 +1,216 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > All Language
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Language|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|:-|
|
||||
|1|[tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce)|Apache Log4j 远程代码执行|2481|248|Java|2021-12-15|
|
||||
|2|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|15007|112|JavaScript|2021-12-15|
|
||||
|3|[whwlsfb/Log4j2Scan](https://github.com/whwlsfb/Log4j2Scan)|Log4j2 RCE Passive Scanner plugin for BurpSuite|973|108|Java|2021-12-15|
|
||||
|4|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|4927|90|TypeScript|2021-12-17|
|
||||
|5|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1554|82|Rust|2021-12-17|
|
||||
|6|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5406|74|C|2021-11-30|
|
||||
|7|[0voice/learning_mind_map](https://github.com/0voice/learning_mind_map)|2021年【思维导图】盒子,C/C++,Golang,Linux,云原生,数据库,DPDK,音视频开发,TCP/IP,数据结构,计算机原理等|1801|67|-|2021-12-02|
|
||||
|8|[vuejs/vue](https://github.com/vuejs/vue)|🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.|191406|62|JavaScript|2021-12-17|
|
||||
|9|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|488|54|C++|2021-12-18|
|
||||
|10|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|55757|49|Python|2021-12-19|
|
||||
|11|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|4945|45|Python|2021-12-10|
|
||||
|12|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|73047|43|Vue|2021-12-10|
|
||||
|13|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库。An enterprise-class package of Flutter components for mobile applications.|507|42|Dart|2021-12-18|
|
||||
|14|[willmcgugan/rich](https://github.com/willmcgugan/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|31673|41|Python|2021-12-18|
|
||||
|15|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|54804|40|Java|2021-12-15|
|
||||
|16|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能、轻量级神经网络部署框架。目前已为Hago、VOO、VFly、马克相机等App提供20余种AI能力的支持,覆盖直播、短视频、视频编辑等泛娱乐场景和工程场景|449|37|C|2021-12-18|
|
||||
|17|[JDFED/leo](https://github.com/JDFED/leo)|一个可覆盖前端开发全链路、可扩展、可定制的终端运行的脚手架工具|147|37|TypeScript|2021-12-15|
|
||||
|18|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7159|36|TypeScript|2021-12-18|
|
||||
|19|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2140|33|JavaScript|2021-12-18|
|
||||
|20|[RimoChan/match-you](https://github.com/RimoChan/match-you)|【您配吗】配你吗|956|32|JavaScript|2021-12-06|
|
||||
|21|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Follow to stay updated about our public Beta.|25157|31|TypeScript|2021-12-18|
|
||||
|22|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|18088|31|Python|2021-12-19|
|
||||
|23|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|99390|31|C++|2021-12-18|
|
||||
|24|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|Yet another remote desktop software|13952|31|Rust|2021-12-10|
|
||||
|25|[pmiaowu/log4j2Scan](https://github.com/pmiaowu/log4j2Scan)|用于帮助企业内部快速扫描log4j2的jndi漏洞的burp插件|185|31|Java|2021-12-15|
|
||||
|26|[tangxiaofeng7/BurpLog4j2Scan](https://github.com/tangxiaofeng7/BurpLog4j2Scan)|Burpsuite extension for log4j2rce|249|31|Java|2021-12-13|
|
||||
|27|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|76500|31|TypeScript|2021-12-19|
|
||||
|28|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |12989|30|JavaScript|2021-12-19|
|
||||
|29|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|2862|29|Python|2021-12-04|
|
||||
|30|[ming1016/SwiftPamphletApp](https://github.com/ming1016/SwiftPamphletApp)|戴铭的 Swift 小册子,一本活的 Swift 手册|1031|29|Swift|2021-12-18|
|
||||
|31|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架|34954|28|JavaScript|2021-12-19|
|
||||
|32|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功 ...|5890|28|Go|2021-12-17|
|
||||
|33|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|37373|28|JavaScript|2021-12-17|
|
||||
|34|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|29364|27|JavaScript|2021-12-14|
|
||||
|35|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|51417|27|Vue|2021-12-18|
|
||||
|36|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.|13157|26|Go|2021-12-18|
|
||||
|37|[KpLi0rn/Log4j2Scan](https://github.com/KpLi0rn/Log4j2Scan)|一款无须借助dnslog且完全无害的log4j2反连检测工具(已有burp插件适配可搭配进行被动扫描),解析RMI和LDAP协议实现,可用于甲方内网自查|128|26|Go|2021-12-15|
|
||||
|38|[phith0n/conote-community](https://github.com/phith0n/conote-community)|Conote 综合安全测试平台社区版。|264|26|CSS|2021-12-09|
|
||||
|39|[google-research/bert](https://github.com/google-research/bert)|TensorFlow code and pre-trained models for BERT|29973|26|Python|2021-09-11|
|
||||
|40|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|475|25|Python|2021-12-12|
|
||||
|41|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|26432|24|Java|2021-12-16|
|
||||
|42|[peng-zhihui/XUAN](https://github.com/peng-zhihui/XUAN)|-|4643|24|-|2021-06-25|
|
||||
|43|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|51752|24|Go|2021-12-17|
|
||||
|44|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|17824|24|TypeScript|2021-10-24|
|
||||
|45|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|42550|24|Python|2021-12-04|
|
||||
|46|[fingerchar/fingernft](https://github.com/fingerchar/fingernft)|FingerNFT是一款开源NFT市场,兼容Opensea、Rarible。|660|24|CSS|2021-12-17|
|
||||
|47|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|27985|23|Java|2021-12-18|
|
||||
|48|[romkatv/powerlevel10k](https://github.com/romkatv/powerlevel10k)|A Zsh theme|23697|23|Shell|2021-12-18|
|
||||
|49|[Co2333/FishUpgrade](https://github.com/Co2333/FishUpgrade)|macOS 摸鱼模拟器|69|23|Swift|2021-12-18|
|
||||
|50|[f0ng/log4j2burpscanner](https://github.com/f0ng/log4j2burpscanner)|CVE-2021-44228,log4j2 burp插件 Java版本,可自定义ceye.io,也可以自定义内网的dnslog平台及请求接口定位内网漏洞机器(log4j2 RCE Burp Suite Passive Scanner,can customize the ceye.io api or other apis,including internal networks)|175|22|Java|2021-12-15|
|
||||
|51|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|30231|22|TypeScript|2021-12-17|
|
||||
|52|[JaidedAI/EasyOCR](https://github.com/JaidedAI/EasyOCR)|Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.|13379|21|Python|2021-12-13|
|
||||
|53|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3459|21|Go|2021-12-17|
|
||||
|54|[taosdata/TDengine](https://github.com/taosdata/TDengine)|An open-source big data platform designed and optimized for the Internet of Things (IoT).|17438|20|C|2021-12-19|
|
||||
|55|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻💻👩🏻💻 Use Ant Design like a Pro!|30911|20|TypeScript|2021-11-25|
|
||||
|56|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|37325|20|Vue|2021-09-13|
|
||||
|57|[oceanbase/oceanbase](https://github.com/oceanbase/oceanbase)|OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.|4004|20|C++|2021-12-17|
|
||||
|58|[seata/seata](https://github.com/seata/seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|21351|20|Java|2021-12-19|
|
||||
|59|[editso/fuso](https://github.com/editso/fuso)|一款快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission en ...|450|20|Rust|2021-12-18|
|
||||
|60|[jas502n/Grafana-CVE-2021-43798](https://github.com/jas502n/Grafana-CVE-2021-43798)|Grafana Unauthorized arbitrary file reading vulnerability|225|19|Go|2021-12-09|
|
||||
|61|[MustangYM/WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)|18892|19|Objective-C|2021-11-26|
|
||||
|62|[hasura/graphql-engine](https://github.com/hasura/graphql-engine)|Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.|24846|19|Haskell|2021-12-18|
|
||||
|63|[yedf/dtm](https://github.com/yedf/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4062|19|Go|2021-12-19|
|
||||
|64|[menzi11/BullshitGenerator](https://github.com/menzi11/BullshitGenerator)| Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.|15259|19|JavaScript|2021-07-10|
|
||||
|65|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|43200|19|JavaScript|2021-10-01|
|
||||
|66|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|52189|19|Assembly|2021-12-10|
|
||||
|67|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|3430|18|C#|2021-12-03|
|
||||
|68|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。|34882|18|JavaScript|2021-12-13|
|
||||
|69|[testerSunshine/12306](https://github.com/testerSunshine/12306)|12306智能刷票,订票|30339|18|Python|2021-08-25|
|
||||
|70|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|460|18|Python|2021-12-18|
|
||||
|71|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨🎓 Java Core Sprout : basic, concurrent, algorithm |26538|18|Java|2021-10-12|
|
||||
|72|[apachecn/AiLearning](https://github.com/apachecn/AiLearning)|AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP|32316|18|Python|2021-09-07|
|
||||
|73|[golang-standards/project-layout](https://github.com/golang-standards/project-layout)|Standard Go Project Layout|28276|18|Makefile|2021-12-15|
|
||||
|74|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|4339|18|Dart|2021-12-13|
|
||||
|75|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|722|18|TypeScript|2021-11-29|
|
||||
|76|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|4988|18|TypeScript|2021-12-18|
|
||||
|77|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计|4021|17|Go|2021-11-06|
|
||||
|78|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|19537|17|Go|2021-11-09|
|
||||
|79|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3379|17|C#|2021-11-28|
|
||||
|80|[chuzhixin/vue-admin-beautiful-pro](https://github.com/chuzhixin/vue-admin-beautiful-pro)|🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三 ...|10967|17|Vue|2021-12-14|
|
||||
|81|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|14969|17|JavaScript|2021-12-17|
|
||||
|82|[open-mmlab/mmhuman3d](https://github.com/open-mmlab/mmhuman3d)|OpenMMLab 3D Human Parametric Model Toolbox and Benchmark|334|17|Python|2021-12-18|
|
||||
|83|[mengshukeji/Luckysheet](https://github.com/mengshukeji/Luckysheet)|Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.|9773|17|JavaScript|2021-12-17|
|
||||
|84|[proxyee-down-org/proxyee-down](https://github.com/proxyee-down-org/proxyee-down)|http下载工具,基于http代理,支持多连接分块下载|25338|17|Java|2021-06-04|
|
||||
|85|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – |41581|17|JavaScript|2021-12-17|
|
||||
|86|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的OR ...|24261|16|Java|2021-11-07|
|
||||
|87|[EmYiQing/LDAPKit](https://github.com/EmYiQing/LDAPKit)|自用的LDAP测试工具,一键启动|124|16|Java|2021-12-13|
|
||||
|88|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|20692|16|Java|2021-12-18|
|
||||
|89|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|49729|16|JavaScript|2021-09-05|
|
||||
|90|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简单避免OOM的java处理Excel工具|22135|16|Java|2021-12-15|
|
||||
|91|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板(A timed task management panel that supports typescript, javaScript, python3, and shell)|4410|16|TypeScript|2021-12-11|
|
||||
|92|[API-Security/APIKit](https://github.com/API-Security/APIKit)|APIKit:Discovery, Scan and Audit APIs Toolkit All In One.|408|16|Java|2021-11-24|
|
||||
|93|[0x192/universal-android-debloater](https://github.com/0x192/universal-android-debloater)|Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.|1149|16|Rust|2021-12-10|
|
||||
|94|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|39698|16|Python|2021-12-17|
|
||||
|95|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)|13976|16|JavaScript|2021-11-21|
|
||||
|96|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.|17706|16|JavaScript|2021-12-16|
|
||||
|97|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|22886|16|Java|2021-11-02|
|
||||
|98|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|49120|15|TypeScript|2021-12-19|
|
||||
|99|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|3326|15|C#|2021-12-18|
|
||||
|100|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performanc ...|5404|15|TypeScript|2021-12-19|
|
||||
|101|[meilisearch/MeiliSearch](https://github.com/meilisearch/MeiliSearch)|Powerful, fast, and an easy to use search engine|20238|15|Rust|2021-12-16|
|
||||
|102|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|925|15|JavaScript|2021-10-30|
|
||||
|103|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagram and flowchart from text in a similar manner as markdown|39019|15|JavaScript|2021-12-17|
|
||||
|104|[Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)|:fire: Android developers should collect the following utils(updating).|30240|15|Java|2021-12-11|
|
||||
|105|[didi/DoraemonKit](https://github.com/didi/DoraemonKit)|一款面向泛前端产品研发全生命周期的效率平台。|18305|15|Java|2021-12-08|
|
||||
|106|[alyssaxuu/screenity](https://github.com/alyssaxuu/screenity)|The most powerful screen recorder & annotation tool for Chrome 🎥|6229|15|JavaScript|2021-12-16|
|
||||
|107|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|17649|15|Python|2021-12-19|
|
||||
|108|[elunez/eladmin](https://github.com/elunez/eladmin)|项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|16943|15|Java|2021-12-15|
|
||||
|109|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|915|15|TypeScript|2021-11-15|
|
||||
|110|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|8769|15|Python|2021-12-19|
|
||||
|111|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea, painless self-hosted git service|27321|15|Go|2021-12-19|
|
||||
|112|[Meituan-Dianping/mpvue](https://github.com/Meituan-Dianping/mpvue)|基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。|20384|15|JavaScript|2021-08-11|
|
||||
|113|[anncwb/vue-vben-admin](https://github.com/anncwb/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!|8029|15|Vue|2021-12-18|
|
||||
|114|[lyhue1991/eat_tensorflow2_in_30_days](https://github.com/lyhue1991/eat_tensorflow2_in_30_days)|Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋|9166|14|Python|2021-09-20|
|
||||
|115|[alibaba/spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)|Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.|20934|14|Java|2021-12-08|
|
||||
|116|[docmirror/dev-sidecar](https://github.com/docmirror/dev-sidecar)|开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速|6143|14|JavaScript|2021-12-15|
|
||||
|117|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1012|14|C|2021-10-15|
|
||||
|118|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。|1583|14|Go|2021-11-12|
|
||||
|119|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4078|14|JavaScript|2021-10-20|
|
||||
|120|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|908|14|Java|2021-12-14|
|
||||
|121|[cuiocean/ZY-Player](https://github.com/cuiocean/ZY-Player)|▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞|10473|14|Vue|2021-10-13|
|
||||
|122|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1245|14|TypeScript|2021-11-26|
|
||||
|123|[taowen/awesome-lowcode](https://github.com/taowen/awesome-lowcode)|国内低代码平台从业者交流|7098|14|-|2021-12-18|
|
||||
|124|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|28568|14|Rust|2021-12-16|
|
||||
|125|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)|12487|14|C#|2021-09-17|
|
||||
|126|[modern-js-dev/modern.js](https://github.com/modern-js-dev/modern.js)|The meta-framework suite designed from scratch for frontend-focused modern web development.|2349|14|TypeScript|2021-12-19|
|
||||
|127|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|23186|14|Java|2021-12-03|
|
||||
|128|[DayBreak-u/chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite)|超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M |8297|13|C++|2021-12-16|
|
||||
|129|[jantic/DeOldify](https://github.com/jantic/DeOldify)|A Deep Learning based project for colorizing and restoring old images (and video!)|14467|13|Jupyter Notebook|2021-12-13|
|
||||
|130|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用、动态编译、BCEL、defineClass0,ScriptEngine、Expression等技术的一款免杀JSP Webshell生成工具|564|13|Java|2021-12-16|
|
||||
|131|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|4062|13|Java|2021-12-19|
|
||||
|132|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派防吃灰小分队,让树莓派不再吃灰~|796|13|-|2021-12-01|
|
||||
|133|[test502git/log4j-fuzz-head-poc](https://github.com/test502git/log4j-fuzz-head-poc)|批量检测log4j漏洞,主要还是批量fuzzz 头|107|13|-|2021-12-12|
|
||||
|134|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open source distributed HTAP database compatible with the MySQL protocol |29876|13|Go|2021-12-19|
|
||||
|135|[soimort/you-get](https://github.com/soimort/you-get)|:arrow_double_down: Dumb downloader that scrapes the web|42631|13|Python|2021-12-16|
|
||||
|136|[Kr1s77/awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model)|😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟|13953|13|Python|2021-07-24|
|
||||
|137|[googlehosts/hosts](https://github.com/googlehosts/hosts)|镜像:https://scaffrey.coding.net/p/hosts/git / https://git.qvq.network/googlehosts/hosts|20789|13|-|2021-06-19|
|
||||
|138|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码。|10716|13|Go|2021-12-14|
|
||||
|139|[InvoluteHell/HelloWorldContest](https://github.com/InvoluteHell/HelloWorldContest)|Print "Hello World" without HELLOWORLD 不使用 HELLOWORLD 来输出 "Hello World" 的比赛!|26|13|Shell|2021-12-19|
|
||||
|140|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|18113|13|JavaScript|2021-12-19|
|
||||
|141|[r00tSe7en/JNDIMonitor](https://github.com/r00tSe7en/JNDIMonitor)|一个LDAP请求监听器,摆脱dnslog平台|105|13|Java|2021-12-16|
|
||||
|142|[sogou/workflow](https://github.com/sogou/workflow)|C++ Parallel Computing and Asynchronous Networking Engine|6675|13|C++|2021-12-19|
|
||||
|143|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|13007|13|Jupyter Notebook|2021-11-27|
|
||||
|144|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|2578|13|JavaScript|2021-12-19|
|
||||
|145|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|38150|13|Go|2021-12-18|
|
||||
|146|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|18552|13|Shell|2021-11-10|
|
||||
|147|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|18072|13|Java|2021-12-18|
|
||||
|148|[unlock-music/unlock-music](https://github.com/unlock-music/unlock-music)|Unlock encrypted music file in browser. 在浏览器中解锁加密的音乐文件。|10436|12|TypeScript|2021-12-18|
|
||||
|149|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|13900|12|C++|2021-12-16|
|
||||
|150|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|16630|12|Java|2021-10-07|
|
||||
|151|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|11499|12|TypeScript|2021-12-13|
|
||||
|152|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。|4454|12|C#|2021-12-18|
|
||||
|153|[peterq/pan-light](https://github.com/peterq/pan-light)|百度网盘不限速客户端, golang + qt5, 跨平台图形界面|11706|12|Go|2021-10-06|
|
||||
|154|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写,目的hvv期间快速利用漏洞、降低漏洞利用门槛。|683|12|Java|2021-12-13|
|
||||
|155|[Dhghomon/easy_rust](https://github.com/Dhghomon/easy_rust)|Rust explained using easy English|6331|12|Shell|2021-11-29|
|
||||
|156|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|921|12|Rust|2021-12-05|
|
||||
|157|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for building client web apps|18248|12|Rust|2021-12-19|
|
||||
|158|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|21649|12|JavaScript|2021-11-16|
|
||||
|159|[iview/iview](https://github.com/iview/iview)|A high quality UI Toolkit built on Vue.js 2.0|23930|12|Vue|2021-12-15|
|
||||
|160|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2344|12|JavaScript|2021-12-09|
|
||||
|161|[zyylhn/zscan](https://github.com/zyylhn/zscan)|Zscan a scan blasting tool set|327|12|Go|2021-12-18|
|
||||
|162|[valeriansaliou/sonic](https://github.com/valeriansaliou/sonic)|🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.|12347|12|Rust|2021-12-01|
|
||||
|163|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's OpenWrt source|19069|12|C|2021-12-18|
|
||||
|164|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|19851|12|Rust|2021-12-14|
|
||||
|165|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|2640|12|JavaScript|2021-12-11|
|
||||
|166|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|745|12|Vue|2021-12-11|
|
||||
|167|[XX-net/XX-Net](https://github.com/XX-net/XX-Net)|A proxy tool to bypass GFW.|30966|12|Python|2021-12-11|
|
||||
|168|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|26051|12|Java|2021-12-19|
|
||||
|169|[MrXujiang/h5-Dooring](https://github.com/MrXujiang/h5-Dooring)|H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.|5832|12|JavaScript|2021-12-08|
|
||||
|170|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|37068|11|TypeScript|2021-12-19|
|
||||
|171|[apache/dubbo](https://github.com/apache/dubbo)|Apache Dubbo is a high-performance, java based, open source RPC framework.|36588|11|Java|2021-12-19|
|
||||
|172|[lwch/natpass](https://github.com/lwch/natpass)|新一代主机管理工具|1566|11|Go|2021-12-17|
|
||||
|173|[Ed1s0nZ/cool](https://github.com/Ed1s0nZ/cool)|Golang-Gin 框架写的免杀平台,内置分离、捆绑等多种BypassAV方式。|432|11|HTML|2021-11-25|
|
||||
|174|[ShameCom/ShameCom](https://github.com/ShameCom/ShameCom)|收集校招污点公司或组织,帮助学弟学妹避雷。互联网不曾遗忘!|4671|11|-|2021-10-28|
|
||||
|175|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|:scroll: 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12518|11|JavaScript|2021-08-12|
|
||||
|176|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2290|11|Python|2021-11-23|
|
||||
|177|[open-mmlab/labelbee-client](https://github.com/open-mmlab/labelbee-client)|Out-of-the-box Annotation Toolbox|179|11|TypeScript|2021-12-14|
|
||||
|178|[lucidrains/DALLE-pytorch](https://github.com/lucidrains/DALLE-pytorch)|Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch|3660|11|Python|2021-12-02|
|
||||
|179|[geektutu/7days-golang](https://github.com/geektutu/7days-golang)|7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列|9280|11|Go|2021-12-12|
|
||||
|180|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|24726|11|Shell|2021-12-17|
|
||||
|181|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...|7490|11|Java|2021-12-18|
|
||||
|182|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|21491|11|JavaScript|2021-12-18|
|
||||
|183|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |11510|11|Python|2021-12-13|
|
||||
|184|[CodingGay/BlackObfuscator-ASPlugin](https://github.com/CodingGay/BlackObfuscator-ASPlugin)|This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically. More information about this project are in BlackObfuscator.|21|11|Groovy|2021-12-18|
|
||||
|185|[open-mmlab/mmflow](https://github.com/open-mmlab/mmflow)|OpenMMLab optical flow toolbox and benchmark|364|11|Python|2021-12-17|
|
||||
|186|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具,用 TypeScript 类型系统写的中国象棋|609|11|TypeScript|2021-11-07|
|
||||
|187|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|22524|11|Java|2021-12-13|
|
||||
|188|[naptha/tesseract.js](https://github.com/naptha/tesseract.js)|Pure Javascript OCR for more than 100 Languages 📖🎉🖥|25247|11|JavaScript|2021-11-25|
|
||||
|189|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|22301|11|JavaScript|2021-12-18|
|
||||
|190|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|32975|11|JavaScript|2021-12-13|
|
||||
|191|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|23251|11|JavaScript|2021-11-30|
|
||||
|192|[CopyTranslator/CopyTranslator](https://github.com/CopyTranslator/CopyTranslator)|Foreign language reading and translation assistant based on copy and translate.|12791|10|TypeScript|2021-10-12|
|
||||
|193|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|9445|10|Go|2021-12-18|
|
||||
|194|[myliang/x-spreadsheet](https://github.com/myliang/x-spreadsheet)|A web-based JavaScript(canvas) spreadsheet|12046|10|JavaScript|2021-12-15|
|
||||
|195|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|15749|10|Vue|2021-12-19|
|
||||
|196|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Parallel programming for everyone.|17627|10|C++|2021-12-19|
|
||||
|197|[nytimes/covid-19-data](https://github.com/nytimes/covid-19-data)|An ongoing repository of data on coronavirus cases and deaths in the U.S.|6645|10|-|2021-12-19|
|
||||
|198|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|645|10|JavaScript|2021-12-17|
|
||||
|199|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视bot,完全对接人人影视全部无删减资源|8418|10|Python|2021-12-18|
|
||||
|200|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|32088|10|JavaScript|2021-12-14|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
57
content/charts/growth/software/Assembly.md
Normal file
57
content/charts/growth/software/Assembly.md
Normal file
@ -0,0 +1,57 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Assembly
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[chrislgarry/Apollo-11](https://github.com/chrislgarry/Apollo-11)|Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.|52189|19|2021-12-10|
|
||||
|2|[Panda381/ATX80](https://github.com/Panda381/ATX80)|ZX-80 computer clone with ATmega8 processor and with BASIC interpreter written in AVR assembler.|9|2|2021-12-15|
|
||||
|3|[leachim6/hello-world](https://github.com/leachim6/hello-world)|Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see CONTRIBUTING.md for contribution instructions!|7624|2|2021-12-19|
|
||||
|4|[BUAADreamer/BUAA-CO-2020](https://github.com/BUAADreamer/BUAA-CO-2020)|2020年北航计组课设代码 This is the BUAA Computer Orgnization code project files.|6|0|2021-11-27|
|
||||
|5|[xboot/xfel](https://github.com/xboot/xfel)|Tiny FEL tools for allwinner SOC, support RISC-V D1 chip|41|0|2021-12-16|
|
||||
|6|[zhtmuyue/computer_system](https://github.com/zhtmuyue/computer_system)|孙仲武带带我|4|0|2021-12-13|
|
||||
|7|[HelloWorld-Ian/8086_asm_experiment](https://github.com/HelloWorld-Ian/8086_asm_experiment)|中南大学智能科学与技术计组汇编实验,需要的自取|2|0|2021-07-10|
|
||||
|8|[lishaojiang/talkcoroutine](https://github.com/lishaojiang/talkcoroutine)|coroutine;fiber;boost fiber|22|0|2021-08-03|
|
||||
|9|[Chao-wei-chu/MIPS-Snake-Game](https://github.com/Chao-wei-chu/MIPS-Snake-Game)|這是我使用MIPS組合語言撰寫的貪食蛇遊戲|3|0|2021-09-03|
|
||||
|10|[bereal/AdventOfCode2020](https://github.com/bereal/AdventOfCode2020)|Solving Advent of Code 2020, each day in a different language|22|0|2021-07-28|
|
||||
|11|[pleasewhy/startos](https://github.com/pleasewhy/startos)|rewrite subset of linux 2.6 by OOP, C++ advanced topics|10|0|2021-07-22|
|
||||
|12|[tsg-ut/tsgctf2020](https://github.com/tsg-ut/tsgctf2020)|Everything about TSG CTF 2020|22|0|2021-07-02|
|
||||
|13|[Cute-Cube/CubeOS](https://github.com/Cute-Cube/CubeOS)|Cute-Cube自己制作创新的操作系统。|2|0|2021-08-18|
|
||||
|14|[zmrbak/ReverseAnalysis2](https://github.com/zmrbak/ReverseAnalysis2)|X86/X64软件逆向分析【提高】|2|0|2021-08-25|
|
||||
|15|[Dfinitski/ATU-10-10W-QRP-antenna-tuner](https://github.com/Dfinitski/ATU-10-10W-QRP-antenna-tuner)|-|23|0|2021-12-09|
|
||||
|16|[Wuzimeng/CO_BUAA](https://github.com/Wuzimeng/CO_BUAA)|北航计算机组成|3|0|2021-09-22|
|
||||
|17|[lmafia/WeatherClock](https://github.com/lmafia/WeatherClock)|☀️物联网-天气闹钟☁️|9|0|2021-07-16|
|
||||
|18|[kimoye/XOS](https://github.com/kimoye/XOS)|由DLUT老年代码选手发起的业余操作系统项目|2|0|2021-09-04|
|
||||
|19|[fumiama/c64-snake](https://github.com/fumiama/c64-snake)|C64上的贪吃蛇|5|0|2021-10-18|
|
||||
|20|[uraninite/win32-stuxnet](https://github.com/uraninite/win32-stuxnet)|Stuxnet is an extremely sophisticated computer worm that exploits multiple previously unknown Windows zero-day vulnerabilities to infect computers and spread. Its purpose was not just to infect PCs bu ...|8|0|2021-09-01|
|
||||
|21|[ayaka14732/TinyPE-on-Win10](https://github.com/ayaka14732/TinyPE-on-Win10)|Minimal 64-bit Portable Executable (PE) file that displays a message box on Windows 10 Version 1903 (268 bytes)|28|0|2021-11-27|
|
||||
|22|[junchao-ustc/csapp](https://github.com/junchao-ustc/csapp)|记录csapp的实验|2|0|2021-10-30|
|
||||
|23|[FZU-CS-BlueSkyXN/Logisim-FZU-CS](https://github.com/FZU-CS-BlueSkyXN/Logisim-FZU-CS)|FZU 福州大学 Logisim 系统综合实验/实践(数字运动码表/ALU运算器/存储器寄存器等)|6|0|2021-06-27|
|
||||
|24|[wangyule/flutter_to_exist_app](https://github.com/wangyule/flutter_to_exist_app)|flutter与iOS/android混合开发、flutter源码集成到已有原生项目中|2|0|2021-07-16|
|
||||
|25|[leomil72/LM80C](https://github.com/leomil72/LM80C)|A Z80-based homebrew computer withTMS9918, AY-3-8910, Z80 CTC, Z80 PIO, and Z80 SIO|61|0|2021-12-12|
|
||||
|26|[yuhixyz/Text-enc-and-dec-by-assembly](https://github.com/yuhixyz/Text-enc-and-dec-by-assembly)|汇编实践周,文件 / 字符串加密解密|2|0|2021-06-23|
|
||||
|27|[li-jinpeng/Colorful_Block](https://github.com/li-jinpeng/Colorful_Block)|汇编大作业|2|0|2021-11-10|
|
||||
|28|[xiyanxy/Cemu_graphicPacks_CHS](https://github.com/xiyanxy/Cemu_graphicPacks_CHS)|cemu模拟器的图像插件汉化包:graphicPacks|55|0|2021-12-12|
|
||||
|29|[n13eho/CalciferCompiler](https://github.com/n13eho/CalciferCompiler)|2021年全国大学生计算机系统能力大赛—— 编译系统设计赛(华为毕昇杯)中,Calcifer队伍的作品|2|0|2021-11-21|
|
||||
|30|[jayzhou1024/ft](https://github.com/jayzhou1024/ft)|项目自用|6|0|2021-09-30|
|
||||
|31|[Insomnia-y/Gold-Miner](https://github.com/Insomnia-y/Gold-Miner)|汇编大作业,黄金矿工|4|0|2021-06-17|
|
||||
|32|[TG9541/stm8ef](https://github.com/TG9541/stm8ef)|STM8 eForth: a user-friendly Forth for cheap µCs with docs|258|0|2021-11-30|
|
||||
|33|[fzf404/MiniSys](https://github.com/fzf404/MiniSys)|Nasm汇编写操作系统|4|0|2021-09-23|
|
||||
|34|[mysterywolf/rt_memcpy_cm](https://github.com/mysterywolf/rt_memcpy_cm)|rt_memcpy Cortex-M 汇编加速版|2|0|2021-12-08|
|
||||
|35|[LiQiang0307/Web_OpenCV_JS](https://github.com/LiQiang0307/Web_OpenCV_JS)|web 计算机视觉之初识OpenCV.js|4|0|2021-07-06|
|
||||
|36|[FztTony/ucore2021](https://github.com/FztTony/ucore2021)|清华大学2021操作系统实验代码|2|0|2021-06-05|
|
||||
|37|[Blue-rabbit-tube/Tracked-tank](https://github.com/Blue-rabbit-tube/Tracked-tank)|履带坦克底盘驱动程序 基于STC8a8k64s4a12 早期项目系列|2|0|2021-06-29|
|
||||
|38|[arttnba3/OS_Kernel_Learning](https://github.com/arttnba3/OS_Kernel_Learning)|为我自己准备的 OS 大作业:从零开始写一个操作系统内核|4|0|2021-06-08|
|
||||
|39|[Blue-rabbit-tube/A-clock-auto-recode-based-on-51](https://github.com/Blue-rabbit-tube/A-clock-auto-recode-based-on-51)|基于51(stc89c52)单片机的秒表 电脑自动输出为csv 包含上下位机|2|0|2021-06-07|
|
||||
|40|[JimmyLiang-lzm/Simulation-of-PID-DC-Motor](https://github.com/JimmyLiang-lzm/Simulation-of-PID-DC-Motor)|基于AT89C52单片机搭建的PID直流电机控制程序,本程序为C语言编写,主要用于Proteus电路仿真。|2|0|2021-08-30|
|
||||
|41|[huang-jl/LLCL-MIPS](https://github.com/huang-jl/LLCL-MIPS)|LLCL-MIPS is a superscalar MIPS processor, which supports MIPS Release 1 instructions and is capable of booting linux kernel. (第五届龙芯杯特等奖作品)|2|0|2021-09-25|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/C.md
Normal file
116
content/charts/growth/software/C.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5406|74|2021-11-30|
|
||||
|2|[joyycom/VNN](https://github.com/joyycom/VNN)|VNN是由欢聚集团(Joyy Inc.)推出的高性能、轻量级神经网络部署框架。目前已为Hago、VOO、VFly、马克相机等App提供20余种AI能力的支持,覆盖直播、短视频、视频编辑等泛娱乐场景和工程场景|449|37|2021-12-18|
|
||||
|3|[taosdata/TDengine](https://github.com/taosdata/TDengine)|An open-source big data platform designed and optimized for the Internet of Things (IoT).|17438|20|2021-12-19|
|
||||
|4|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1012|14|2021-10-15|
|
||||
|5|[coolsnowwolf/lede](https://github.com/coolsnowwolf/lede)|Lean's OpenWrt source|19069|12|2021-12-18|
|
||||
|6|[sandboxie-plus/Sandboxie](https://github.com/sandboxie-plus/Sandboxie)|Sandboxie - Open Source|5931|10|2021-12-17|
|
||||
|7|[peng-zhihui/HoloCubic](https://github.com/peng-zhihui/HoloCubic)|带网络功能的伪全息透明显示桌面站|3160|9|2021-12-11|
|
||||
|8|[monyhar/monyhar-lite](https://github.com/monyhar/monyhar-lite)|梦弘浏览器 自主研发版本 - 完全自主研发,打破国外垄断,比 Chrome 快 600%。缺少上网功能。|1796|9|2021-08-19|
|
||||
|9|[bytedance/bhook](https://github.com/bytedance/bhook)|🔥 ByteHook(aka bhook) is a PLT hook framework for Android app.|889|7|2021-11-05|
|
||||
|10|[badafans/better-cloudflare-ip](https://github.com/badafans/better-cloudflare-ip)|查找适合自己当前网络环境的优选cloudflare anycast IP|2893|6|2021-11-11|
|
||||
|11|[OpenAtomFoundation/TencentOS-tiny](https://github.com/OpenAtomFoundation/TencentOS-tiny)|腾讯物联网终端操作系统|5283|6|2021-12-17|
|
||||
|12|[Tencent/wcdb](https://github.com/Tencent/wcdb)|WCDB is a cross-platform database framework developed by WeChat.|9264|6|2021-12-17|
|
||||
|13|[wszqkzqk/deepin-wine-ubuntu](https://github.com/wszqkzqk/deepin-wine-ubuntu)|Deepin Wine for Ubuntu/Debian|5790|5|2021-11-16|
|
||||
|14|[peng-zhihui/OpenHeat](https://github.com/peng-zhihui/OpenHeat)|-|497|5|2021-12-16|
|
||||
|15|[Tencent/puerts](https://github.com/Tencent/puerts)|Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)|2180|4|2021-12-18|
|
||||
|16|[swaywm/sway](https://github.com/swaywm/sway)|i3-compatible Wayland compositor|9854|4|2021-12-17|
|
||||
|17|[go-vgo/robotgo](https://github.com/go-vgo/robotgo)|RobotGo, Go Native cross-platform GUI automation @vcaesar|7096|4|2021-12-14|
|
||||
|18|[flightlessmango/MangoHud](https://github.com/flightlessmango/MangoHud)|A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb|2994|4|2021-12-18|
|
||||
|19|[Tencent/xLua](https://github.com/Tencent/xLua)|xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.|7224|4|2021-12-06|
|
||||
|20|[espressif/esp-idf](https://github.com/espressif/esp-idf)|Espressif IoT Development Framework. Official development framework for Espressif SoCs.|7616|4|2021-12-19|
|
||||
|21|[skywind3000/kcp](https://github.com/skywind3000/kcp)|:zap: KCP - A Fast and Reliable ARQ Protocol|10474|4|2021-11-24|
|
||||
|22|[happyfish100/fastdfs](https://github.com/happyfish100/fastdfs)|FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. We ...|7752|3|2021-11-29|
|
||||
|23|[atc1441/ATC_MiThermometer](https://github.com/atc1441/ATC_MiThermometer)|Custom firmware for the Xiaomi Thermometer LYWSD03MMC and Telink Flasher via USB to Serial converter|1543|3|2021-10-28|
|
||||
|24|[ithewei/libhv](https://github.com/ithewei/libhv)|🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.|3355|3|2021-12-18|
|
||||
|25|[alibaba/tengine](https://github.com/alibaba/tengine)|A distribution of Nginx with some advanced features|11232|3|2021-12-14|
|
||||
|26|[alibaba/AliOS-Things](https://github.com/alibaba/AliOS-Things)|AliOS Things latest version: https://github.com/alibaba/AliOS-Things/tree/rel_3.3.0 Please go to https://aliosthings.iot.aliyun.com to get your minimal code.|4047|3|2021-11-23|
|
||||
|27|[dog-qiuqiu/Yolo-Fastest](https://github.com/dog-qiuqiu/Yolo-Fastest)|:zap: Based on yolo's ultra-lightweight universal target detection algorithm, the calculation amount is only 250mflops, the ncnn model size is only 666kb, the Raspberry Pi 3b can run up to 15fps+, and ...|1492|3|2021-08-11|
|
||||
|28|[cloudwu/skynet](https://github.com/cloudwu/skynet)|A lightweight online game framework|10801|3|2021-12-14|
|
||||
|29|[Meituan-Dianping/Logan](https://github.com/Meituan-Dianping/Logan)|Logan is a lightweight case logging system based on mobile platform.|4064|3|2021-10-06|
|
||||
|30|[microshow/RxFFmpeg](https://github.com/microshow/RxFFmpeg)|🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频 ...|3358|3|2021-08-02|
|
||||
|31|[pymumu/smartdns](https://github.com/pymumu/smartdns)|A local DNS server to obtain the fastest website IP for the best Internet experience, 一个本地DNS服务器,获取最快的网站IP,获得最佳上网体验。|4333|3|2021-11-26|
|
||||
|32|[hydromisc/hydromisc](https://github.com/hydromisc/hydromisc)|Open hardware to measure EC and pH, drive pumps, and otherwise manage a mid-size hydroponic grow over Wi-Fi.|453|3|2021-11-15|
|
||||
|33|[taviso/ctftool](https://github.com/taviso/ctftool)|Interactive CTF Exploration Tool|1563|2|2021-09-17|
|
||||
|34|[ptitSeb/box86](https://github.com/ptitSeb/box86)|Box86 - Linux Userspace x86 Emulator with a twist, targeted at ARM Linux devices|1801|2|2021-12-18|
|
||||
|35|[ADD-SP/ngx_waf](https://github.com/ADD-SP/ngx_waf)|Handy, High performance, ModSecurity compatible Nginx firewall module & 方便、高性能、兼容 ModSecurity 的 Nginx 防火墙模块|828|2|2021-12-16|
|
||||
|36|[lpereira/lwan](https://github.com/lpereira/lwan)|Experimental, scalable, high performance HTTP server|5520|2|2021-12-16|
|
||||
|37|[hanwckf/rt-n56u](https://github.com/hanwckf/rt-n56u)|Padavan|2774|2|2021-12-18|
|
||||
|38|[RediSearch/RediSearch](https://github.com/RediSearch/RediSearch)|A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations. |3389|2|2021-12-19|
|
||||
|39|[momotech/MLN](https://github.com/momotech/MLN)|高性能、小巧、易上手的移动跨平台开发框架. A framework for building Mobile cross-platform apps with Lua|1478|2|2021-11-01|
|
||||
|40|[zlgopen/awtk](https://github.com/zlgopen/awtk)|AWTK = Toolkit AnyWhere(为嵌入式、手机和PC打造的通用GUI系统)|2328|2|2021-12-19|
|
||||
|41|[openresty/openresty](https://github.com/openresty/openresty)|High Performance Web Platform Based on Nginx and LuaJIT|10066|2|2021-12-11|
|
||||
|42|[Rand312/xv6](https://github.com/Rand312/xv6)|-|78|2|2021-11-28|
|
||||
|43|[XorTroll/Goldleaf](https://github.com/XorTroll/Goldleaf)|🍂 Multipurpose homebrew tool for Nintendo Switch|2026|2|2021-11-28|
|
||||
|44|[Tencent/TencentOS-kernel](https://github.com/Tencent/TencentOS-kernel)|腾讯针对云的场景研发的服务器操作系统|1086|2|2021-12-16|
|
||||
|45|[y123456yz/reading-code-of-nginx-1.9.2](https://github.com/y123456yz/reading-code-of-nginx-1.9.2)|nginx-1.9.2源码通读分析注释,带详尽函数中文分析注释以及相关函数流程调用注释,最全面的nginx源码阅读分析中文注释,更新完毕|3457|2|2021-07-26|
|
||||
|46|[edk2-porting/edk2-sdm845](https://github.com/edk2-porting/edk2-sdm845)|Broken edk2 port for sdm845 xD|1201|2|2021-12-16|
|
||||
|47|[xufuji456/FFmpegAndroid](https://github.com/xufuji456/FFmpegAndroid)|android端基于FFmpeg实现音频剪切、拼接、转码、编解码;视频剪切、水印、截图、转码、编解码、转Gif动图;音视频合成与分离,配音;音视频解码、同步与播放;FFmpeg本地推流、H264与RTMP实时推流直播;FFmpeg滤镜:素描、色彩平衡、hue、lut、模糊、九宫格等;歌词解析与显示|2858|2|2021-12-19|
|
||||
|48|[ptitSeb/box64](https://github.com/ptitSeb/box64)|Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices|755|2|2021-12-13|
|
||||
|49|[openresty/lua-nginx-module](https://github.com/openresty/lua-nginx-module)|Embed the Power of Lua into NGINX HTTP servers|9688|2|2021-12-17|
|
||||
|50|[riscv2os/riscv2os](https://github.com/riscv2os/riscv2os)|從 RISC-V 處理器到 UNIX 作業系統|244|2|2021-11-25|
|
||||
|51|[kbengine/kbengine](https://github.com/kbengine/kbengine)|A MMOG engine of server.|4714|2|2021-12-02|
|
||||
|52|[sm64pc/sm64ex](https://github.com/sm64pc/sm64ex)|Fork of https://github.com/sm64-port/sm64-port with additional features.|1166|2|2021-12-05|
|
||||
|53|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|601|2|2021-12-13|
|
||||
|54|[zuoqing1988/ZQCNN](https://github.com/zuoqing1988/ZQCNN)|一款比mini-caffe更快的Forward库,觉得好用请点星啊,400星公布快速人脸检测模型,500星公布106点landmark,600星公布人头检测模型,700星公布人脸检测套餐(六种pnet,两种rnet随意混合使用满足各种速度/精度要求),800星公布更准的106点模型|2113|2|2021-12-14|
|
||||
|55|[NWPU-OUGE/ATOM_LINKER](https://github.com/NWPU-OUGE/ATOM_LINKER)|NWPU足基 ATOM_LINKER 唐天扬负责 硬件组|52|2|2021-11-23|
|
||||
|56|[LiteOS/LiteOS](https://github.com/LiteOS/LiteOS)|code and manual|4450|2|2021-06-03|
|
||||
|57|[bytedance/tailor](https://github.com/bytedance/tailor)|-|583|2|2021-12-13|
|
||||
|58|[betaflight/betaflight](https://github.com/betaflight/betaflight)|Open Source Flight Controller Firmware|4986|2|2021-12-19|
|
||||
|59|[alibaba/Patrons](https://github.com/alibaba/Patrons)|🎉 A framework for improving android 32bit app stability. (Alleviate crashes caused by insufficient virtual memory)|307|2|2021-07-28|
|
||||
|60|[AttackTeamFamily/cobaltstrike-bof-toolset](https://github.com/AttackTeamFamily/cobaltstrike-bof-toolset)|在cobaltstrike中使用的bof工具集,收集整理验证好用的bof。|99|1|2021-11-08|
|
||||
|61|[lotabout/write-a-C-interpreter](https://github.com/lotabout/write-a-C-interpreter)|Write a simple interpreter of C. Inspired by c4 and largely based on it.|2858|1|2021-07-15|
|
||||
|62|[rock-app/fabu.love](https://github.com/rock-app/fabu.love)|应用发布平台类似fir.im/蒲公英,支持检查更新,灰度发布等等.Demo地址:https://fabu.apppills.com/|867|1|2021-09-02|
|
||||
|63|[Harry-hhj/CVRM2021-sjtu](https://github.com/Harry-hhj/CVRM2021-sjtu)|2021赛季交龙哨兵代码开源|92|1|2021-10-09|
|
||||
|64|[zhaojh329/rtty](https://github.com/zhaojh329/rtty)|Access your terminal from anywhere via the web.|2434|1|2021-12-15|
|
||||
|65|[xboot/libonnx](https://github.com/xboot/libonnx)|A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.|345|1|2021-10-25|
|
||||
|66|[LGCooci/KCCbjc4_debug](https://github.com/LGCooci/KCCbjc4_debug)|🌈可编译苹果官方源码objc!现在有objc4底层源码,以及libmalloc等可编译版本,大家可以自由LLDB调试!|692|1|2021-09-26|
|
||||
|67|[zwluoqi/mobile-visual-shader-editor](https://github.com/zwluoqi/mobile-visual-shader-editor)|一款跨平台着色器编辑工具|87|1|2021-10-10|
|
||||
|68|[snooda/net-speeder](https://github.com/snooda/net-speeder)|net-speeder 在高延迟不稳定链路上优化单线程下载速度 |2153|1|2021-11-10|
|
||||
|69|[RainbowRoad1/Cgame](https://github.com/RainbowRoad1/Cgame)|一些用C编写的小游戏, 14行贪吃蛇 22行2048 22行俄罗斯方块 25行扫雷...以及各种小玩意|632|1|2021-07-10|
|
||||
|70|[immortalwrt/immortalwrt](https://github.com/immortalwrt/immortalwrt)|The Core Source Code of ImmortalWrt|812|1|2021-12-19|
|
||||
|71|[dgiese/dustcloud](https://github.com/dgiese/dustcloud)|Xiaomi Smart Home Device Reverse Engineering and Hacking|1907|1|2021-10-24|
|
||||
|72|[chenyahui/AnnotatedCode](https://github.com/chenyahui/AnnotatedCode)|知名开源代码库的注释版:C++、Golang等|880|1|2021-10-22|
|
||||
|73|[kenzok8/small](https://github.com/kenzok8/small)|passwall基本依赖!|330|1|2021-12-18|
|
||||
|74|[Tencent/loli_profiler](https://github.com/Tencent/loli_profiler)|Memory instrumentation tool for android app&game developers.|375|1|2021-06-22|
|
||||
|75|[pangweiwei/slua](https://github.com/pangweiwei/slua)|Fastest lua binding via static code generating for Unity3D and mono.|1296|1|2021-10-29|
|
||||
|76|[binbyu/Reader](https://github.com/binbyu/Reader)|A win32 txt file reader|1282|1|2021-12-17|
|
||||
|77|[center-for-threat-informed-defense/adversary_emulation_library](https://github.com/center-for-threat-informed-defense/adversary_emulation_library)|An open library of adversary emulation plans designed to empower organizations to test their defenses based on real-world TTPs. |510|1|2021-09-14|
|
||||
|78|[Lojii/Knot](https://github.com/Lojii/Knot)|一款iOS端基于MITM(中间人攻击技术)实现的HTTPS抓包工具,完整的App,核心代码使用SwiftNIO实现|567|1|2021-10-14|
|
||||
|79|[armink/EasyFlash](https://github.com/armink/EasyFlash)|Lightweight IoT device information storage solution: KV/IAP/LOG. 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB|1405|1|2021-10-30|
|
||||
|80|[sdlpal/sdlpal](https://github.com/sdlpal/sdlpal)|SDL-based reimplementation of the classic Chinese-language RPG "Xiān jiàn Qí Xiá Zhuàn" (also known as PAL).|1426|1|2021-12-05|
|
||||
|81|[Kevincoooool/ESP_MASTER](https://github.com/Kevincoooool/ESP_MASTER)|ESP32-CAM with LVGL Speech/Face Recognition IR Control|115|1|2021-12-04|
|
||||
|82|[dwj0/Remote-management](https://github.com/dwj0/Remote-management)|远程桌面、RADMIN、SSH、VNC集中管理器|191|1|2021-12-06|
|
||||
|83|[howmp/CobaltStrikeDetect](https://github.com/howmp/CobaltStrikeDetect)|CobaltStrikeDetect|34|1|2021-10-14|
|
||||
|84|[cppla/ServerStatus](https://github.com/cppla/ServerStatus)|云探针、多服务器探针、云监控、多服务器云监控,演示: https://tz.cloudcpp.com/|1624|1|2021-12-17|
|
||||
|85|[Kevincoooool/KS_DAP_Wireless](https://github.com/Kevincoooool/KS_DAP_Wireless)|STM32F103C8T6 无线有线DAP下载器,脱机(离线)烧录器,脱机下载器|271|1|2021-07-02|
|
||||
|86|[jiangwenyuan/nuster](https://github.com/jiangwenyuan/nuster)|A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy|1825|1|2021-12-07|
|
||||
|87|[iqiyi/qnsm](https://github.com/iqiyi/qnsm)|QNSM is network security monitoring framework based on DPDK.|417|1|2021-09-27|
|
||||
|88|[acl-dev/acl](https://github.com/acl-dev/acl)|Server framework and network components written by C/C++ for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS|2113|1|2021-12-11|
|
||||
|89|[andmarti1424/sc-im](https://github.com/andmarti1424/sc-im)|sc-im - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal|3080|1|2021-12-17|
|
||||
|90|[maoabc/nmmp](https://github.com/maoabc/nmmp)|dex-vm used to protect the dex file|153|1|2021-11-27|
|
||||
|91|[Xinyuan-LilyGO/TTGO_TWatch_Library](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library)|-|548|1|2021-12-15|
|
||||
|92|[vmware/open-vm-tools](https://github.com/vmware/open-vm-tools)|Official repository of VMware open-vm-tools project|1634|1|2021-12-05|
|
||||
|93|[skywind3000/mini3d](https://github.com/skywind3000/mini3d)|3D Software Renderer in 700 Lines !!|1542|1|2021-11-30|
|
||||
|94|[Echocipher/AUTO-EARN](https://github.com/Echocipher/AUTO-EARN)|一个利用OneForAll进行子域收集、Shodan API端口扫描、Xray漏洞Fuzz、Server酱的自动化漏洞扫描、即时通知提醒的漏洞挖掘辅助工具|574|1|2021-06-02|
|
||||
|95|[yhnu/op7t](https://github.com/yhnu/op7t)|oneplus 7t 自定义内核(for 安卓逆向/外挂分析)|89|1|2021-11-26|
|
||||
|96|[weisongwen/GraphGNSSLib](https://github.com/weisongwen/GraphGNSSLib)|An Open-source Package for GNSS Positioning and Real-time Kinematic Using Factor Graph Optimization|255|1|2021-11-30|
|
||||
|97|[0671/RedisModules-ExecuteCommand-for-Windows](https://github.com/0671/RedisModules-ExecuteCommand-for-Windows)|可在Windows下执行系统命令的Redis模块,可用于Redis主从复制攻击。|119|1|2021-07-06|
|
||||
|98|[LingDong-/skeleton-tracing](https://github.com/LingDong-/skeleton-tracing)|A new algorithm for retrieving topological skeleton as a set of polylines from binary images|335|1|2021-10-24|
|
||||
|99|[yangjie10930/EpMedia](https://github.com/yangjie10930/EpMedia)|Android上基于FFmpeg开发的视频处理框架,简单易用,体积小,帮助使用者快速实现视频处理功能。包含以下功能:剪辑,裁剪,旋转,镜像,合并,分离,变速,添加LOGO,添加滤镜,添加背景音乐,加速减速视频,倒放音视频。 The video processing framework based on FFmpeg developed on Android is simple, easy to u ...|1953|1|2021-08-09|
|
||||
|100|[seemoo-lab/nexmon](https://github.com/seemoo-lab/nexmon)|The C-based Firmware Patching Framework for Broadcom/Cypress WiFi Chips that enables Monitor Mode, Frame Injection and much more|1761|1|2021-11-15|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/CPP.md
Normal file
116
content/charts/growth/software/CPP.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > C++
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[parallel101/course](https://github.com/parallel101/course)|高性能并行编程与优化 - 课件|488|54|2021-12-18|
|
||||
|2|[electron/electron](https://github.com/electron/electron)|:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS|99390|31|2021-12-18|
|
||||
|3|[oceanbase/oceanbase](https://github.com/oceanbase/oceanbase)|OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.|4004|20|2021-12-17|
|
||||
|4|[DayBreak-u/chineseocr_lite](https://github.com/DayBreak-u/chineseocr_lite)|超轻量级中文ocr,支持竖排文字识别, 支持ncnn、mnn、tnn推理 ( dbnet(1.8M) + crnn(2.5M) + anglenet(378KB)) 总模型仅4.7M |8297|13|2021-12-16|
|
||||
|5|[sogou/workflow](https://github.com/sogou/workflow)|C++ Parallel Computing and Asynchronous Networking Engine|6675|13|2021-12-19|
|
||||
|6|[Tencent/MMKV](https://github.com/Tencent/MMKV)|An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.|13900|12|2021-12-16|
|
||||
|7|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|Parallel programming for everyone.|17627|10|2021-12-19|
|
||||
|8|[zhongyang219/TrafficMonitor](https://github.com/zhongyang219/TrafficMonitor)|这是一个用于显示当前网速、CPU及内存利用率的桌面悬浮窗软件,并支持任务栏显示,支持更换皮肤。|15151|9|2021-12-16|
|
||||
|9|[Tencent/mars](https://github.com/Tencent/mars)|Mars is a cross-platform network component developed by WeChat.|15912|9|2021-12-17|
|
||||
|10|[envoyproxy/envoy](https://github.com/envoyproxy/envoy)|Cloud-native high-performance edge/middle/service proxy|18557|9|2021-12-19|
|
||||
|11|[Tencent/ncnn](https://github.com/Tencent/ncnn)|ncnn is a high-performance neural network inference framework optimized for the mobile platform|13376|8|2021-12-18|
|
||||
|12|[Tencent/matrix](https://github.com/Tencent/matrix)|Matrix is a plugin style, non-invasive APM system developed by WeChat.|9357|8|2021-12-16|
|
||||
|13|[Tencent/Hippy](https://github.com/Tencent/Hippy)|Hippy is designed for Web developer to easily build cross-platform and high-performance awesome apps. 👏|6236|8|2021-12-17|
|
||||
|14|[apache/incubator-brpc](https://github.com/apache/incubator-brpc)|Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".|12656|8|2021-12-16|
|
||||
|15|[alibaba/weex](https://github.com/alibaba/weex)|A framework for building Mobile cross-platform UI|17793|8|2021-12-09|
|
||||
|16|[AaronFeng753/Waifu2x-Extension-GUI](https://github.com/AaronFeng753/Waifu2x-Extension-GUI)|Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.|5463|8|2021-12-17|
|
||||
|17|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索、快速选择扩展|605|7|2021-12-17|
|
||||
|18|[ossrs/srs](https://github.com/ossrs/srs)|SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.|16735|7|2021-12-19|
|
||||
|19|[vnpy/vnpy](https://github.com/vnpy/vnpy)|基于Python的开源量化交易平台开发框架|17057|7|2021-12-17|
|
||||
|20|[MegEngine/MegEngine](https://github.com/MegEngine/MegEngine)|MegEngine 是一个快速、可拓展、易于使用且支持自动求导的深度学习框架|4081|6|2021-12-18|
|
||||
|21|[barry-ran/QtScrcpy](https://github.com/barry-ran/QtScrcpy)|Android real-time display control software|5886|6|2021-12-19|
|
||||
|22|[Tencent/Tendis](https://github.com/Tencent/Tendis)|Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. |2295|6|2021-11-18|
|
||||
|23|[tindy2013/subconverter](https://github.com/tindy2013/subconverter)|Utility to convert between various subscription format|4912|6|2021-12-18|
|
||||
|24|[vesoft-inc/nebula](https://github.com/vesoft-inc/nebula)| A distributed, fast open-source graph database featuring horizontal scalability and high availability|6910|6|2021-12-19|
|
||||
|25|[alibaba/MNN](https://github.com/alibaba/MNN)|MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba|6284|6|2021-12-13|
|
||||
|26|[Tencent/TNN](https://github.com/Tencent/TNN)|TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cr ...|3256|6|2021-12-19|
|
||||
|27|[drogonframework/drogon](https://github.com/drogonframework/drogon)|Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows|6567|5|2021-12-17|
|
||||
|28|[Serial-Studio/Serial-Studio](https://github.com/Serial-Studio/Serial-Studio)|Multi-purpose serial data visualization & processing program|1960|5|2021-12-18|
|
||||
|29|[swoole/swoole-src](https://github.com/swoole/swoole-src)|🚀 Coroutine-based concurrency library for PHP|17175|5|2021-12-19|
|
||||
|30|[qinguoyi/TinyWebServer](https://github.com/qinguoyi/TinyWebServer)|:fire: Linux下C++轻量级Web服务器|4715|5|2021-12-08|
|
||||
|31|[vnotex/vnote](https://github.com/vnotex/vnote)|A pleasant note-taking platform.|8713|5|2021-12-19|
|
||||
|32|[TonyChen56/WeChatRobot](https://github.com/TonyChen56/WeChatRobot)|PC版微信机器人 微信Api、微信api、微信发卡机器人、微信聊天机器人 python微信api 微信接口 微信数据库解密|4113|5|2021-10-29|
|
||||
|33|[wang-xinyu/tensorrtx](https://github.com/wang-xinyu/tensorrtx)|Implementation of popular deep learning networks with TensorRT network definition API|3456|5|2021-11-22|
|
||||
|34|[TarsCloud/Tars](https://github.com/TarsCloud/Tars)|Tars is a high-performance RPC framework based on name service and Tars protocol, also integrated administration platform, and implemented hosting-service via flexible schedule.|9277|5|2021-12-17|
|
||||
|35|[PaddlePaddle/Paddle-Lite](https://github.com/PaddlePaddle/Paddle-Lite)|Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)|5808|4|2021-12-19|
|
||||
|36|[tuplex/tuplex](https://github.com/tuplex/tuplex)|Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...|742|4|2021-12-16|
|
||||
|37|[idea4good/GuiLite](https://github.com/idea4good/GuiLite)|✔️The smallest header-only GUI library(4 KLOC) for all platforms|5840|4|2021-08-01|
|
||||
|38|[mindspore-ai/mindspore](https://github.com/mindspore-ai/mindspore)|MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.|2636|4|2021-12-19|
|
||||
|39|[OAID/TengineKit](https://github.com/OAID/TengineKit)|TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.|2103|4|2021-10-18|
|
||||
|40|[KwaiAppTeam/KOOM](https://github.com/KwaiAppTeam/KOOM)|KOOM is an OOM killer on mobile platform by Kwai.|2247|4|2021-11-16|
|
||||
|41|[Ewenwan/MVision](https://github.com/Ewenwan/MVision)|机器人视觉 移动机器人 VS-SLAM ORB-SLAM2 深度学习目标检测 yolov3 行为检测 opencv PCL 机器学习 无人驾驶|6140|4|2021-07-29|
|
||||
|42|[Tencent/rapidjson](https://github.com/Tencent/rapidjson)|A fast JSON parser/generator for C++ with both SAX/DOM style API|11548|4|2021-12-02|
|
||||
|43|[wecooperate/iMonitor](https://github.com/wecooperate/iMonitor)|iMonitor(冰镜 - 终端行为分析系统)|88|4|2021-12-12|
|
||||
|44|[XiaoMi/mace](https://github.com/XiaoMi/mace)|MACE is a deep learning inference framework optimized for mobile heterogeneous computing platforms.|4536|4|2021-12-06|
|
||||
|45|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |820|4|2021-11-25|
|
||||
|46|[wenet-e2e/wenet](https://github.com/wenet-e2e/wenet)|Production First and Production Ready End-to-End Speech Recognition Toolkit|1641|4|2021-12-19|
|
||||
|47|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|606|4|2021-12-17|
|
||||
|48|[Tencent/libco](https://github.com/Tencent/libco)|libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013.|6769|4|2021-12-03|
|
||||
|49|[shouxieai/tensorRT_Pro](https://github.com/shouxieai/tensorRT_Pro)|C++ library based on tensorrt integration|501|3|2021-12-15|
|
||||
|50|[alphacep/vosk-api](https://github.com/alphacep/vosk-api)|Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node|2584|3|2021-12-17|
|
||||
|51|[ZLMediaKit/ZLMediaKit](https://github.com/ZLMediaKit/ZLMediaKit)|WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181 server and client framework based on C++11|5248|3|2021-12-19|
|
||||
|52|[sonic-pi-net/sonic-pi](https://github.com/sonic-pi-net/sonic-pi)|Code. Music. Live.|8736|3|2021-12-18|
|
||||
|53|[szad670401/HyperLPR](https://github.com/szad670401/HyperLPR)|基于深度学习高性能中文车牌识别 High Performance Chinese License Plate Recognition Framework.|4399|3|2021-10-12|
|
||||
|54|[wangyu-/udp2raw](https://github.com/wangyu-/udp2raw)|A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)|4839|3|2021-12-09|
|
||||
|55|[google/sentencepiece](https://github.com/google/sentencepiece)|Unsupervised text tokenizer for Neural Network-based text generation.|5540|3|2021-12-06|
|
||||
|56|[OAID/Tengine](https://github.com/OAID/Tengine)|Tengine is a lite, high performance, modular inference engine for embedded device |4011|3|2021-12-14|
|
||||
|57|[snowie2000/mactype](https://github.com/snowie2000/mactype)|Better font rendering for Windows.|6757|3|2021-12-06|
|
||||
|58|[weolar/miniblink49](https://github.com/weolar/miniblink49)|a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef|5408|3|2021-09-23|
|
||||
|59|[WasmEdge/WasmEdge](https://github.com/WasmEdge/WasmEdge)|WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, sm ...|2292|3|2021-12-19|
|
||||
|60|[feiyangqingyun/QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo)|Qt编写的一些开源的demo,预计会有100多个,一直持续更新完善,代码简洁易懂注释详细,每个都是独立项目,非常适合初学者,代码随意传播使用,拒绝打赏和捐赠,欢迎留言评论!|2763|3|2021-12-19|
|
||||
|61|[xournalpp/xournalpp](https://github.com/xournalpp/xournalpp)|Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from ...|5353|2|2021-12-18|
|
||||
|62|[duilib/duilib](https://github.com/duilib/duilib)|-|4607|2|2021-09-06|
|
||||
|63|[seetafaceengine/SeetaFace2](https://github.com/seetafaceengine/SeetaFace2)|SeetaFace 2: open source, full stack face recognization toolkit.|1879|2|2021-09-28|
|
||||
|64|[OAID/AutoKernel](https://github.com/OAID/AutoKernel)|AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。|689|2|2021-09-27|
|
||||
|65|[hrydgard/ppsspp](https://github.com/hrydgard/ppsspp)|A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the for ...|6726|2|2021-12-18|
|
||||
|66|[TianZerL/Anime4KCPP](https://github.com/TianZerL/Anime4KCPP)|A high performance anime upscaler|1212|2|2021-12-10|
|
||||
|67|[PointCloudLibrary/pcl](https://github.com/PointCloudLibrary/pcl)|Point Cloud Library (PCL)|6897|2|2021-12-16|
|
||||
|68|[EdVince/PSGAN-NCNN](https://github.com/EdVince/PSGAN-NCNN)|PSGAN running with ncnn⚡妆容迁移/仿妆⚡Imitation Makeup/Makeup Transfer⚡|97|2|2021-10-30|
|
||||
|69|[MiRoboticsLab/cyberdog_ros2](https://github.com/MiRoboticsLab/cyberdog_ros2)|ROS 2 packages for CyberDog|210|2|2021-12-06|
|
||||
|70|[Tencent/Hardcoder](https://github.com/Tencent/Hardcoder)|Hardcoder is a solution which allows Android APP and Android System to communicate with each other directly, solving the problem that Android APP could only use system standard API rather than the har ...|1930|2|2021-11-11|
|
||||
|71|[SwiftLaTeX/SwiftLaTeX](https://github.com/SwiftLaTeX/SwiftLaTeX)|SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor |1664|2|2021-11-03|
|
||||
|72|[Tencent/Taitank](https://github.com/Tencent/Taitank)|Taitank is a cross platform lightweight flex layout engine implemented in C++.|381|2|2021-07-21|
|
||||
|73|[baidu/braft](https://github.com/baidu/braft)|An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.|2964|2|2021-12-12|
|
||||
|74|[sogou/srpc](https://github.com/sogou/srpc)|RPC based on C++ Workflow. Supports Baidu bRPC, Tencent tRPC, thrift protocols.|1040|2|2021-12-16|
|
||||
|75|[ZhuYanzhen1/miniFOC](https://github.com/ZhuYanzhen1/miniFOC)|你还在为有刷电机的高噪声、低响应速度和低寿命而烦恼吗?这个项目是一个20块钱就能搞定的FOC无刷电机控制方案!This project is a FOC (Field Oriented Control) BLDC Motor control scheme that can be done for 3$!|261|2|2021-11-08|
|
||||
|76|[soarqin/D2RMH](https://github.com/soarqin/D2RMH)|Diablo II Resurrected map revealing tool.|109|2|2021-12-18|
|
||||
|77|[OpenAtomFoundation/pika](https://github.com/OpenAtomFoundation/pika)|Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team|4438|2|2021-11-25|
|
||||
|78|[sass/node-sass](https://github.com/sass/node-sass)|:rainbow: Node.js bindings to libsass|7979|2|2021-12-10|
|
||||
|79|[BlueMatthew/WechatExporter](https://github.com/BlueMatthew/WechatExporter)|Wechat Chat History Exporter 微信聊天记录导出程序|751|2|2021-11-14|
|
||||
|80|[peng-zhihui/Ctrl-FOC-Lite](https://github.com/peng-zhihui/Ctrl-FOC-Lite)|-|309|2|2021-08-07|
|
||||
|81|[richardchien/modern-cmake-by-example](https://github.com/richardchien/modern-cmake-by-example)|IPADS 实验室新人培训第二讲(2021.11.3):CMake|157|2|2021-11-04|
|
||||
|82|[ic005k/QtOpenCoreConfig](https://github.com/ic005k/QtOpenCoreConfig)|OpenCore Auxiliary Tools OpenCore Configurator OCAT|866|2|2021-12-17|
|
||||
|83|[Tencent/plato](https://github.com/Tencent/plato)|腾讯高性能分布式图计算框架Plato|1695|2|2021-08-14|
|
||||
|84|[Oneflow-Inc/oneflow](https://github.com/Oneflow-Inc/oneflow)|OneFlow is a performance-centered and open-source deep learning framework.|2868|2|2021-12-19|
|
||||
|85|[baidu/Familia](https://github.com/baidu/Familia)|A Toolkit for Industrial Topic Modeling|2499|2|2021-07-01|
|
||||
|86|[Alinshans/MyTinySTL](https://github.com/Alinshans/MyTinySTL)|Achieve a tiny STL in C++11|4809|2|2021-08-26|
|
||||
|87|[ideawu/ssdb](https://github.com/ideawu/ssdb)|SSDB - A fast NoSQL database, an alternative to Redis|7670|2|2021-07-03|
|
||||
|88|[0x727/SqlKnife_0x727](https://github.com/0x727/SqlKnife_0x727)|适合在命令行中使用的轻巧的SQL Server数据库安全检测工具|324|2|2021-10-23|
|
||||
|89|[Tencent/Forward](https://github.com/Tencent/Forward)|A library for high performance deep learning inference on NVIDIA GPUs. |477|2|2021-11-30|
|
||||
|90|[HackerDev-Felix/WechatDecrypt](https://github.com/HackerDev-Felix/WechatDecrypt)|微信消息解密工具|387|2|2021-07-12|
|
||||
|91|[p-ranav/tabulate](https://github.com/p-ranav/tabulate)|Table Maker for Modern C++|1095|2|2021-10-07|
|
||||
|92|[0x727/ShuiYing_0x727](https://github.com/0x727/ShuiYing_0x727)|检测域环境内,域机器的本地管理组成员是否存在弱口令和通用口令,对域用户的权限分配以及域内委派查询|204|2|2021-08-10|
|
||||
|93|[microsoft/BlingFire](https://github.com/microsoft/BlingFire)|A lightning fast Finite State machine and REgular expression manipulation library.|1581|2|2021-11-17|
|
||||
|94|[me115/design_patterns](https://github.com/me115/design_patterns)|图说设计模式|5611|2|2021-08-10|
|
||||
|95|[BlackINT3/OpenArk](https://github.com/BlackINT3/OpenArk)|OpenArk is an open source anti-rookit(ARK) tool for Windows. |2191|2|2021-11-25|
|
||||
|96|[SpriteOvO/Telegram-Anti-Revoke](https://github.com/SpriteOvO/Telegram-Anti-Revoke)|Telegram anti-revoke plugin|1495|2|2021-12-10|
|
||||
|97|[visualfc/liteide](https://github.com/visualfc/liteide)|LiteIDE is a simple, open source, cross-platform Go IDE. |6657|2|2021-12-05|
|
||||
|98|[vczh/GacUIBlog](https://github.com/vczh/GacUIBlog)|记录 GacUI 开发10年来背后的故事,以及对架构设计的考量。|315|2|2021-12-04|
|
||||
|99|[vxfury/tabulate](https://github.com/vxfury/tabulate)|Table maker, true color, nested table, unicode, xterm & markdown syntax, ...|102|2|2021-11-10|
|
||||
|100|[opencurve/curve](https://github.com/opencurve/curve)|Curve is a distributed block, object and file storage platform|923|2|2021-12-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/CSHARP.md
Normal file
116
content/charts/growth/software/CSHARP.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > C#
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|3430|18|2021-12-03|
|
||||
|2|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3379|17|2021-11-28|
|
||||
|3|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|3326|15|2021-12-18|
|
||||
|4|[huiyadanli/RevokeMsgPatcher](https://github.com/huiyadanli/RevokeMsgPatcher)|:trollface: A hex editor for WeChat/QQ/TIM - PC版微信/QQ/TIM防撤回补丁(我已经看到了,撤回也没用了)|12487|14|2021-09-17|
|
||||
|5|[BeyondDimension/SteamTools](https://github.com/BeyondDimension/SteamTools)|🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。|4454|12|2021-12-18|
|
||||
|6|[BluePointLilac/ContextMenuManager](https://github.com/BluePointLilac/ContextMenuManager)|🖱️ 纯粹的Windows右键菜单管理程序|3718|9|2021-11-18|
|
||||
|7|[leiurayer/downkyi](https://github.com/leiurayer/downkyi)|哔哩下载姬downkyi,B站视频下载工具,支持批量下载,支持4K,支持解除地区限制下载,提供工具箱(音视频提取、去水印等)。|3006|8|2021-10-28|
|
||||
|8|[he55/DreamScene2](https://github.com/he55/DreamScene2)|DreamScene2 是使用 C# 编写的一个小巧快速的 Windows 动态桌面软件|61|8|2021-12-18|
|
||||
|9|[nilaoda/N_m3u8DL-CLI](https://github.com/nilaoda/N_m3u8DL-CLI)|[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.|6753|7|2021-12-13|
|
||||
|10|[felixse/FluentTerminal](https://github.com/felixse/FluentTerminal)|A Terminal Emulator based on UWP and web technologies.|8142|6|2021-12-18|
|
||||
|11|[JasonStein/Notepads](https://github.com/JasonStein/Notepads)|A modern, lightweight text editor with a minimalist design.|5596|6|2021-12-15|
|
||||
|12|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product analysis platform that makes iterating on products as fast as Commit code|686|5|2021-12-18|
|
||||
|13|[X-Lucifer/AI-Lossless-Zoomer](https://github.com/X-Lucifer/AI-Lossless-Zoomer)|AI无损放大工具|426|5|2021-10-03|
|
||||
|14|[TGSAN/CMWTAT_Digital_Edition](https://github.com/TGSAN/CMWTAT_Digital_Edition)|CloudMoe Windows 10 Activation Toolkit get digital license, the best open source Win 10 activator in GitHub. GitHub 上最棒的开源 Win10 数字权利(数字许可证)激活工具!|6713|5|2021-06-15|
|
||||
|15|[DawnFz/GenShin-LauncherDIY](https://github.com/DawnFz/GenShin-LauncherDIY)|【原神启动器Plus】快速换号登录,支持官B国际三端快速切换,自定义任意分辨率全屏或窗口启动,快速打开照相目录,好看的界面|113|5|2021-12-12|
|
||||
|16|[iioter/iotgateway](https://github.com/iioter/iotgateway)|A cross-platform IoT gateway based on .net5. Through visual configuration, you can easily connect to any of your devices and systems (such as PLC, barcode scanner, CNC, database, serial device, host c ...|39|4|2021-12-18|
|
||||
|17|[nilaoda/BBDown](https://github.com/nilaoda/BBDown)|Bilibili Downloader. 一款命令行式哔哩哔哩下载器.|2120|4|2021-12-16|
|
||||
|18|[k8gege/Ladon](https://github.com/k8gege/Ladon)|大型内网渗透扫描器&Cobalt Strike,Ladon8.9内置120个模块,包含信息收集/存活主机/端口扫描/服务识别/密码爆破/漏洞检测/漏洞利用。漏洞检测含MS17010/SMBGhost/Weblogic/ActiveMQ/Tomcat/Struts2,密码口令爆破(Mysql/Oracle/MSSQL)/FTP/SSH(Linux)/VNC/Windows(IPC/WMI/SMB/N ...|2911|4|2021-10-30|
|
||||
|19|[mai1zhi2/SharpBeacon](https://github.com/mai1zhi2/SharpBeacon)|CobaltStrike Beacon written in .Net 4 用.net重写了stager及Beacon,其中包括正常上线、文件管理、进程管理、令牌管理、结合SysCall进行注入、原生端口转发、关ETW等一系列功能|450|4|2021-09-01|
|
||||
|20|[lionsoul2014/ip2region](https://github.com/lionsoul2014/ip2region)|Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Py ...|9837|4|2021-12-01|
|
||||
|21|[MonkSoul/Furion](https://github.com/MonkSoul/Furion)|让 .NET 开发更简单,更通用,更流行。|1415|3|2021-12-16|
|
||||
|22|[WindFgg/kingfeng](https://github.com/WindFgg/kingfeng)|fork多了就跑路了|270|3|2021-10-18|
|
||||
|23|[ThePBone/GalaxyBudsClient](https://github.com/ThePBone/GalaxyBudsClient)|Unofficial Galaxy Buds Manager for Windows and Linux|1493|3|2021-12-18|
|
||||
|24|[Chianne1025/QQChannelFramework](https://github.com/Chianne1025/QQChannelFramework)|MyBot - QQ频道机器人开发框架(C#)|58|3|2021-12-18|
|
||||
|25|[cuiliang/ClickShow](https://github.com/cuiliang/ClickShow)|鼠标点击特效|453|3|2021-10-09|
|
||||
|26|[cq-panda/Vue.NetCore](https://github.com/cq-panda/Vue.NetCore)|.NetCore+Vue2/Vue3+Element plus,前后端分离,不一样的快速开发框架;提供Vue2、Vue3版本,。http://www.volcore.xyz/|2338|3|2021-12-12|
|
||||
|27|[dotnetcore/FreeSql](https://github.com/dotnetcore/FreeSql)|🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.|3076|3|2021-12-17|
|
||||
|28|[dotnetcore/WTM](https://github.com/dotnetcore/WTM)|Use WTM to write .netcore app fast !!!|3403|3|2021-12-13|
|
||||
|29|[dremin/RetroBar](https://github.com/dremin/RetroBar)|Classic Windows 95, 98, Me, 2000, XP taskbar for modern versions of Windows|624|2|2021-12-08|
|
||||
|30|[bchavez/Bogus](https://github.com/bchavez/Bogus)|:card_index: A simple and sane fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.|5083|2|2021-11-29|
|
||||
|31|[skydevil88/XboxDownload](https://github.com/skydevil88/XboxDownload)|Xbox下载助手,支持Xbox、微软商店、PSN、NS、EA Desktop & Origin、战网国际服、Epic 下载加速。|325|2|2021-12-17|
|
||||
|32|[mbdavid/LiteDB](https://github.com/mbdavid/LiteDB)|LiteDB - A .NET NoSQL Document Store in a single data file - https://www.litedb.org|6135|2|2021-11-22|
|
||||
|33|[zzjfengqing/ET-EUI](https://github.com/zzjfengqing/ET-EUI)|基于ET框架的UI模块|80|2|2021-12-17|
|
||||
|34|[yhuse/SunnyUI](https://github.com/yhuse/SunnyUI)|SunnyUI.Net, 基于.Net Framework 4.0+、.Net Core3.1、.Net 5 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。|915|2|2021-12-15|
|
||||
|35|[siteserver/cms](https://github.com/siteserver/cms)|SS CMS 基于 .NET Core,能够以最低的成本、最少的人力投入在最短的时间内架设一个功能齐全、性能优异、规模庞大并易于维护的网站平台。|2925|2|2021-11-28|
|
||||
|36|[commandlineparser/commandline](https://github.com/commandlineparser/commandline)|The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support|3207|2|2021-11-08|
|
||||
|37|[dotnetcore/Util](https://github.com/dotnetcore/Util)|Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。|3874|2|2021-11-22|
|
||||
|38|[qwqdanchun/DcRat](https://github.com/qwqdanchun/DcRat)|A simple remote tool written in C#. 一个简单的c#远控|476|2|2021-12-02|
|
||||
|39|[JasonXuDeveloper/JEngine](https://github.com/JasonXuDeveloper/JEngine)|JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up ...|1059|2|2021-11-28|
|
||||
|40|[donet5/SqlSugar](https://github.com/donet5/SqlSugar)|Best ORM Fastest ORM Simple Easy Sqlite orm Oracle ORM Mysql Orm postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM|3747|2|2021-12-19|
|
||||
|41|[Planshit/Tai](https://github.com/Planshit/Tai)|👻在Windows上记录每一个程序使用时长|46|2|2021-12-14|
|
||||
|42|[Tencent/InjectFix](https://github.com/Tencent/InjectFix)|InjectFix is a hot-fix solution library for Unity|1487|2|2021-12-10|
|
||||
|43|[Richasy/BiliBili-UWP](https://github.com/Richasy/BiliBili-UWP)|BiliBili的UWP客户端,当然,是第三方的了|1377|2|2021-09-03|
|
||||
|44|[Mochengvia/PanuonUI.Silver](https://github.com/Mochengvia/PanuonUI.Silver)|Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.|1481|2|2021-10-27|
|
||||
|45|[Coolapk-UWP/Coolapk-UWP](https://github.com/Coolapk-UWP/Coolapk-UWP)|一个基于UWP平台的第三方酷安客户端|1202|2|2021-11-17|
|
||||
|46|[fanliang11/surging](https://github.com/fanliang11/surging)|Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It u ...|3088|2|2021-06-07|
|
||||
|47|[CopyPlusPlus/CopyPlusPlus](https://github.com/CopyPlusPlus/CopyPlusPlus)|让复制变得更加简单!|423|2|2021-12-16|
|
||||
|48|[JavScraper/Emby.Plugins.JavScraper](https://github.com/JavScraper/Emby.Plugins.JavScraper)|Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。|1506|2|2021-06-22|
|
||||
|49|[7hr0wer/V4mp1r3](https://github.com/7hr0wer/V4mp1r3)|C#编写的远程控制软件。A remote tool(RAT) written in C#.|69|2|2021-11-27|
|
||||
|50|[liukuo362573/YiShaAdmin](https://github.com/liukuo362573/YiShaAdmin)|基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观。演示版 http://106.14.124.170/admin|1601|2|2021-09-17|
|
||||
|51|[EllanJiang/GameFramework](https://github.com/EllanJiang/GameFramework)|This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the developmen ...|3318|2|2021-09-28|
|
||||
|52|[skoruba/IdentityServer4.Admin](https://github.com/skoruba/IdentityServer4.Admin)|The administration for the IdentityServer4 and Asp.Net Core Identity|2998|2|2021-12-11|
|
||||
|53|[91270/Emby.MeiamSub](https://github.com/91270/Emby.MeiamSub)|Emby Server 端字幕插件 ,使用 迅雷影音、 射手网 接口精准匹配视频字幕|339|2|2021-11-23|
|
||||
|54|[HyPlayer/HyPlayer](https://github.com/HyPlayer/HyPlayer)|第三方网易云音乐播放器 A Netease Cloud Music Player|477|2|2021-12-19|
|
||||
|55|[xupefei/Locale-Emulator](https://github.com/xupefei/Locale-Emulator)|Yet Another System Region and Language Simulator|6830|2|2021-08-25|
|
||||
|56|[Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper)|Unity il2cpp reverse engineer|3361|2|2021-12-18|
|
||||
|57|[Justin62628/Squirrel-RIFE](https://github.com/Justin62628/Squirrel-RIFE)|效果更好的补帧软件,显存占用更小,是DAIN速度的10-25倍,包含抽帧处理,去除动漫卡顿感|656|2|2021-10-12|
|
||||
|58|[huiyadanli/PasteEx](https://github.com/huiyadanli/PasteEx)|:clipboard: Paste As File 把剪贴板的内容直接粘贴为文件|887|1|2021-09-21|
|
||||
|59|[XIU2/TileTool](https://github.com/XIU2/TileTool)|🎨 Windows10 磁贴美化小工具|282|1|2021-12-02|
|
||||
|60|[yangzhongke/Zack.EFCore.Batch](https://github.com/yangzhongke/Zack.EFCore.Batch)| Deleting or Updating multiple records from a LINQ Query in a SQL statement without loading entities|255|1|2021-12-14|
|
||||
|61|[QAX-A-Team/sharpwmi](https://github.com/QAX-A-Team/sharpwmi)|sharpwmi是一个基于rpc的横向移动工具,具有上传文件和执行命令功能。|479|1|2021-08-03|
|
||||
|62|[xianhc/apevolo-api](https://github.com/xianhc/apevolo-api)|基于 .Net 6 、SqlSugar、Vue、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统|43|1|2021-12-17|
|
||||
|63|[pdone/FreeControl](https://github.com/pdone/FreeControl)|在PC上控制Android设备。|231|1|2021-09-22|
|
||||
|64|[MapsterMapper/Mapster](https://github.com/MapsterMapper/Mapster)|A fast, fun and stimulating object to object Mapper|2092|1|2021-11-26|
|
||||
|65|[egametang/ET](https://github.com/egametang/ET)|Unity3D Client And C# Server Framework|5137|1|2021-12-18|
|
||||
|66|[liangxiegame/QFramework](https://github.com/liangxiegame/QFramework)|Unity3D System Design Architecture|2326|1|2021-12-07|
|
||||
|67|[AlifeLine/Emby.Plugins.Douban](https://github.com/AlifeLine/Emby.Plugins.Douban)|Emby的豆瓣削刮器|156|1|2021-08-21|
|
||||
|68|[CatImmortal/CatAsset](https://github.com/CatImmortal/CatAsset)|Unity AssetBundle资源管理框架|63|1|2021-11-23|
|
||||
|69|[Panuon/Panuon.UI.Silver](https://github.com/Panuon/Panuon.UI.Silver)|Professional wpf ui library.|180|1|2021-12-03|
|
||||
|70|[duyanming/Anno.Core](https://github.com/duyanming/Anno.Core)|Anno 是一个微服务快速开发框架,底层通讯可以随意切换 grpc、thrift。自带服务发现、调用链追踪、Cron 调度、限流、事件总线、CQRS 、DDD、类似MVC的开发体验,插件化开发。 Anno is a microservices rapid development framework, the underlying communication can be arbitrary swi ...|293|1|2021-11-30|
|
||||
|71|[iamoldli/NetModular](https://github.com/iamoldli/NetModular)|NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架|1245|1|2021-12-07|
|
||||
|72|[bing-framework/Bing.NetCore](https://github.com/bing-framework/Bing.NetCore)|Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。|820|1|2021-12-08|
|
||||
|73|[emoacht/Monitorian](https://github.com/emoacht/Monitorian)|A Windows desktop tool to adjust the brightness of multiple monitors with ease|947|1|2021-12-19|
|
||||
|74|[foxofice/sub_share](https://github.com/foxofice/sub_share)|字幕共享计划|525|1|2021-12-17|
|
||||
|75|[Ourpalm/ILRuntime](https://github.com/Ourpalm/ILRuntime)|Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible. |2412|1|2021-12-16|
|
||||
|76|[OpenTabletDriver/OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver)|Open source, cross-platform, user-mode tablet driver|913|1|2021-12-19|
|
||||
|77|[ldqk0/Masuit.Tools](https://github.com/ldqk0/Masuit.Tools)|该仓库为 https://github.com/ldqk/Masuit.Tools 的镜像仓库,代码更新存在较大的延迟。建议前往源仓库:https://github.com/ldqk/Masuit.Tools|678|1|2021-10-19|
|
||||
|78|[proudmonkey/AutoWrapper](https://github.com/proudmonkey/AutoWrapper)|A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.|493|1|2021-11-19|
|
||||
|79|[HMBSbige/BilibiliLiveRecordDownLoader](https://github.com/HMBSbige/BilibiliLiveRecordDownLoader)|Bilibili 直播录制与回放下载|257|1|2021-12-15|
|
||||
|80|[evilashz/SharpADUserIP](https://github.com/evilashz/SharpADUserIP)|提取DC日志,快速获取域用户对应IP地址|160|1|2021-09-28|
|
||||
|81|[NewLifeX/X](https://github.com/NewLifeX/X)|核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。|1433|1|2021-12-16|
|
||||
|82|[samhocevar/wincompose](https://github.com/samhocevar/wincompose)|🔣 Compose Key for Windows|1807|1|2021-11-30|
|
||||
|83|[pda-team/Panda.DynamicWebApi](https://github.com/pda-team/Panda.DynamicWebApi)|ASP.NET Core Dynamic Restful WebApi. Generating WebApi from Classes. Such as: Direct Generation of WebApi Based on Business Logic Layer. |463|1|2021-08-31|
|
||||
|84|[NewLifeX/NewLife.Redis](https://github.com/NewLifeX/NewLife.Redis)|高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量|624|1|2021-12-04|
|
||||
|85|[dotnetcore/AgileConfig](https://github.com/dotnetcore/AgileConfig)|基于.NET Core开发的轻量级分布式配置中心 / .NET Core lightweight configuration server|766|1|2021-12-16|
|
||||
|86|[xjasonlyu/jellyfin-plugin-avdc](https://github.com/xjasonlyu/jellyfin-plugin-avdc)|Metadata Provider Plugin for Jellyfin/Emby.|150|1|2021-11-17|
|
||||
|87|[dotnetcore/Magicodes.IE](https://github.com/dotnetcore/Magicodes.IE)|Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.|1463|1|2021-12-05|
|
||||
|88|[xiaoyaocz/biliuwp-lite](https://github.com/xiaoyaocz/biliuwp-lite)|哔哩哔哩UWP Lite|527|1|2021-12-07|
|
||||
|89|[leinlin/Miku-LuaProfiler](https://github.com/leinlin/Miku-LuaProfiler)|-|1353|1|2021-11-18|
|
||||
|90|[kwsch/NHSE](https://github.com/kwsch/NHSE)|Animal Crossing: New Horizons save editor|752|1|2021-12-17|
|
||||
|91|[CHKZL/DDTV](https://github.com/CHKZL/DDTV)|可进行B站(bilibili)直播开播提醒、自动录制、在线播放、合并、转码、上传的跨平台部署工具|620|1|2021-12-16|
|
||||
|92|[zhanggaolei001/JdLoginTool](https://github.com/zhanggaolei001/JdLoginTool)|手机验证码登陆jd,获取ck,可选自动提交到服务器.|115|1|2021-11-29|
|
||||
|93|[HMBSbige/NatTypeTester](https://github.com/HMBSbige/NatTypeTester)|测试当前网络的 NAT 类型(STUN)|667|1|2021-12-15|
|
||||
|94|[yimengfan/BDFramework.Core](https://github.com/yimengfan/BDFramework.Core)|Simple and powerful Unity3d game workflow! 简单、高效的商业级unity3d 工作流。(已被多个大厂借鉴使用)|1591|1|2021-12-18|
|
||||
|95|[944095635/DMSkin](https://github.com/944095635/DMSkin)|DMSkin WPF 样式 UI 框架 WPF Borderless Window Custom Controls & Styles MVVM Support|1280|1|2021-08-15|
|
||||
|96|[tmoonlight/NSmartProxy](https://github.com/tmoonlight/NSmartProxy)|NSmartProxy是一款开源免费的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)|628|1|2021-12-12|
|
||||
|97|[91270/Meiam.System](https://github.com/91270/Meiam.System)|.NET 5 / .NET Core 3.1 WebAPI + Vue 2.0 + RBAC 企业级前后端分离权限框架|469|1|2021-10-27|
|
||||
|98|[FastTunnel/FastTunnel](https://github.com/FastTunnel/FastTunnel)|expose a local server to the internet. 高性能跨平台的内网穿透工具 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 |696|1|2021-12-15|
|
||||
|99|[sd797994/Oxygen-Dapr.EshopSample](https://github.com/sd797994/Oxygen-Dapr.EshopSample)|-|170|1|2021-11-29|
|
||||
|100|[xasset/xasset](https://github.com/xasset/xasset)|xasset 是最先进的 Unity 资源热更框架。xasset 提供了开箱即用的分布式打包、分包、加密、按需加载和异步更新技术,可以更快更轻松的解决 Unity 项目的打包慢、包体大、运行卡顿等疑难杂症。|1647|1|2021-12-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/CSS.md
Normal file
116
content/charts/growth/software/CSS.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > CSS
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[phith0n/conote-community](https://github.com/phith0n/conote-community)|Conote 综合安全测试平台社区版。|264|26|2021-12-09|
|
||||
|2|[fingerchar/fingernft](https://github.com/fingerchar/fingernft)|FingerNFT是一款开源NFT市场,兼容Opensea、Rarible。|660|24|2021-12-17|
|
||||
|3|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|CSS is powerful, you can do a lot of things without JS.|16516|8|2021-10-18|
|
||||
|4|[chokcoco/CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration)|CSS Inspiration,在这里找到写 CSS 的灵感!|7535|6|2021-10-22|
|
||||
|5|[iissnan/hexo-theme-next](https://github.com/iissnan/hexo-theme-next)|Elegant theme for Hexo. |15735|6|2021-11-06|
|
||||
|6|[chokcoco/iCSS](https://github.com/chokcoco/iCSS)|不止于 CSS|11663|6|2021-12-17|
|
||||
|7|[Wei-Xia/most-frequent-technology-english-words](https://github.com/Wei-Xia/most-frequent-technology-english-words)|程序员工作中常见的英语词汇|4711|5|2021-12-02|
|
||||
|8|[missing-semester-cn/missing-semester-cn.github.io](https://github.com/missing-semester-cn/missing-semester-cn.github.io)|the CS missing semester Chinese version|3148|5|2021-11-10|
|
||||
|9|[IBM/plex](https://github.com/IBM/plex)|The package of IBM’s typeface, IBM Plex.|7265|5|2021-12-07|
|
||||
|10|[philipwalton/solved-by-flexbox](https://github.com/philipwalton/solved-by-flexbox)|A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.|12901|4|2021-11-12|
|
||||
|11|[kmaasrud/awesome-obsidian](https://github.com/kmaasrud/awesome-obsidian)|🕶️ Awesome stuff for Obsidian|2134|4|2021-11-30|
|
||||
|12|[DMQ/mvvm](https://github.com/DMQ/mvvm)|剖析vue实现原理,自己动手实现mvvm|5032|3|2021-06-08|
|
||||
|13|[LiangJunrong/document-library](https://github.com/LiangJunrong/document-library)|jsliang 的文档库. 里面包含了个人撰写的所有前端文章,例如 Vue、React,、ECharts、微信小程序、算法、数据结构等……|3287|3|2021-12-19|
|
||||
|14|[v2fly/v2ray-examples](https://github.com/v2fly/v2ray-examples)|v2ray-core 的模板们|1159|2|2021-10-10|
|
||||
|15|[WebStackPage/WebStackPage.github.io](https://github.com/WebStackPage/WebStackPage.github.io)|❤️静态响应式网址导航网站 - webstack.cc|3053|2|2021-12-09|
|
||||
|16|[limbopro/Adblock4limbo](https://github.com/limbopro/Adblock4limbo)|毒奶去广告计划(稳定版)For Quantumult X ;如去奈菲影视/低端影视/片库网/Pornhub/Jable/Netflav/HPjav等视频网站广告或其他ACG网站网页广告;|756|2|2021-12-18|
|
||||
|17|[nicejade/markdown-online-editor](https://github.com/nicejade/markdown-online-editor)|📝基于 Vue、Vditor,所构建的在线 Markdown 编辑器,支持流程图、甘特图、时序图、任务列表、HTML 自动转换为 Markdown 等功能;🎉新增「所见即所得」编辑模式。|1654|2|2021-10-05|
|
||||
|18|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建|550|2|2021-12-18|
|
||||
|19|[abc-club/js-paradise](https://github.com/abc-club/js-paradise)|前端乐园|1745|2|2021-12-14|
|
||||
|20|[jbtronics/CrookedStyleSheets](https://github.com/jbtronics/CrookedStyleSheets)|Webpage tracking only using CSS (and no JS)|3269|2|2021-08-23|
|
||||
|21|[canxin0523/thesixsectorTeam](https://github.com/canxin0523/thesixsectorTeam)|-|950|1|2021-09-21|
|
||||
|22|[vanyouseea/o365](https://github.com/vanyouseea/o365)|O365管理系统是一个以java语言开发的基于Microsoft Graph Restful API的多全局管理系统,理论上支持任何Office全局的管理(A1,A3,A1P,E3,E5等),你可以很方便的使用它来批量添加,批量删除,批量启用,批量禁用,搜索和查看用户,生成邀请码,邀请朋友注册,提升和收回管理员权限,更新密钥,查看订阅,分配订阅(创新用户时),查看多全局报告|145|1|2021-12-11|
|
||||
|23|[ronggang/transmission-web-control](https://github.com/ronggang/transmission-web-control)|一个 Transmission 浏览器管理界面。Transmission Web Control is a custom web UI.|3487|1|2021-11-22|
|
||||
|24|[hanc00l/nemo_go](https://github.com/hanc00l/nemo_go)|Nemo是用来进行自动化信息收集的一个简单平台,通过集成常用的信息收集工具和技术,实现对内网及互联网资产信息的自动收集,提高隐患排查和渗透测试的工作效率,用Go语言完全重构了原Python版本。|205|1|2021-12-13|
|
||||
|25|[zhuozhiyongde/PKU-Art](https://github.com/zhuozhiyongde/PKU-Art)|一个对北大教学网、编程网格等北大相关网站的CSS美化样式|18|1|2021-12-08|
|
||||
|26|[smartping/smartping](https://github.com/smartping/smartping)|综合性网络质量(PING)检测工具,支持正/反向PING绘图、互PING拓扑绘图与报警、全国PING延迟地图与在线检测工具等功能 |1255|1|2021-10-29|
|
||||
|27|[LIlGG/halo-theme-sakura](https://github.com/LIlGG/halo-theme-sakura)|Halo 版本的樱花🌸主题|321|1|2021-12-10|
|
||||
|28|[q19980722/Typora-theme-jiaran](https://github.com/q19980722/Typora-theme-jiaran)|-|69|1|2021-12-08|
|
||||
|29|[waylybaye/HyperApp-Guide](https://github.com/waylybaye/HyperApp-Guide)|HyperApp user's manual |1569|1|2021-07-26|
|
||||
|30|[Theigrams/My-Typora-Themes](https://github.com/Theigrams/My-Typora-Themes)|A CSS style for Typora|347|1|2021-07-24|
|
||||
|31|[liangjingkanji/DrakeTyporaTheme](https://github.com/liangjingkanji/DrakeTyporaTheme)|🍠🍠🍠 包含 Vue Material Juejin Google Purple Ayu Dark Light Black Drake 样式主题|597|1|2021-12-16|
|
||||
|32|[xuqiang521/nuxt-ssr-demo](https://github.com/xuqiang521/nuxt-ssr-demo)|:sparkles: 高仿掘金,整合 vue + nuxt + axios + vuex + vue-router (nuxt 自带 vuex 和 vue-router),一个基于 Nuxt 的服务器端渲染 Demo|936|1|2021-06-15|
|
||||
|33|[d2-projects/folder-explorer](https://github.com/d2-projects/folder-explorer)|分析文件目录,统计数据并以树形结构和图表的形式展示结果,也可以导出多种格式留存|530|1|2021-10-12|
|
||||
|34|[w-digital-scanner/w12scan](https://github.com/w-digital-scanner/w12scan)|🚀 A simple asset discovery engine for cybersecurity. (网络资产发现引擎)|1051|1|2021-06-01|
|
||||
|35|[livelyPeng/pl-drag-template](https://github.com/livelyPeng/pl-drag-template)|一个h5可视化编辑器项目|359|1|2021-10-06|
|
||||
|36|[Cl0udG0d/SZhe_Scan](https://github.com/Cl0udG0d/SZhe_Scan)|碎遮SZhe_Scan Web漏洞扫描器,基于python Flask框架,对输入的域名/IP进行全面的信息搜集,漏洞扫描,可自主添加POC|596|1|2021-08-04|
|
||||
|37|[du33169/typora-theme-essay_cn](https://github.com/du33169/typora-theme-essay_cn)|a theme for Typora(a markdown editor), designed for chinese essay|354|1|2021-09-08|
|
||||
|38|[Lavender-z/demo](https://github.com/Lavender-z/demo)|每天一个有趣的前端案例|182|1|2021-06-07|
|
||||
|39|[h5ds/h5ds](https://github.com/h5ds/h5ds)|H5DS (HTML5 Design software) 这是一款基于WEB的 H5制作工具。让不会写代码的人也能轻松快速上手制作H5页面。类似易企秀的H5制作、建站工具,示范网站:h5ds.com |1130|1|2021-09-23|
|
||||
|40|[Terminus2049/Terminus2049.github.io](https://github.com/Terminus2049/Terminus2049.github.io)|No more 404|1546|1|2021-09-27|
|
||||
|41|[theme-nexmoe/hexo-theme-nexmoe](https://github.com/theme-nexmoe/hexo-theme-nexmoe)|🔥 一个比较特别的 Hexo 主题|1100|1|2021-12-18|
|
||||
|42|[hliu202/typora-purple-theme](https://github.com/hliu202/typora-purple-theme)|A purple theme for Typora|272|1|2021-11-08|
|
||||
|43|[cofess/hexo-theme-pure](https://github.com/cofess/hexo-theme-pure)|Hexo theme pure. It's a pure theme for Hexo.|854|1|2021-09-22|
|
||||
|44|[briano1905/typings](https://github.com/briano1905/typings)|typings.gg is a sleek and modern typing test website. it support many custom themes|613|1|2021-10-27|
|
||||
|45|[honjun/hexo-theme-sakura](https://github.com/honjun/hexo-theme-sakura)|-|572|1|2021-11-09|
|
||||
|46|[jrainlau/MY-Kit](https://github.com/jrainlau/MY-Kit)|基于 Vite 的超丝滑 Vue3 组件库开发框架|7|1|2021-12-12|
|
||||
|47|[yihui/xaringan](https://github.com/yihui/xaringan)|Presentation Ninja 幻灯忍者 · 写轮眼|1292|1|2021-06-24|
|
||||
|48|[ybdt/poc-hub](https://github.com/ybdt/poc-hub)|漏洞复现:远程漏洞、本地漏洞|400|1|2021-12-17|
|
||||
|49|[jukanntenn/django-blog-tutorial](https://github.com/jukanntenn/django-blog-tutorial)|基于 Python3.5 和 Django 1.10 的 Django Blog 项目。|2229|1|2021-06-10|
|
||||
|50|[ethantw/Han](https://github.com/ethantw/Han)|「漢字標準格式」印刷品般的漢字排版框架 Han.css: the CSS typography framework optimised for Hanzi.|2156|1|2021-07-01|
|
||||
|51|[apachecn/home](https://github.com/apachecn/home)|ApacheCN 开源组织:公告、介绍、成员、活动、交流方式|1313|1|2021-12-17|
|
||||
|52|[CareyToboo/show-pages](https://github.com/CareyToboo/show-pages)|h5 宣传页 模版【重构版本在--rebuild分支】|5|0|2021-08-11|
|
||||
|53|[eagleoflqj/p1a3_script](https://github.com/eagleoflqj/p1a3_script)|Tampermonkey Script for 1point3acres / 一亩三分地的油猴脚本|282|0|2021-12-01|
|
||||
|54|[LoyalWilliams/comic](https://github.com/LoyalWilliams/comic)|scrapy漫画爬虫+django页面展示项目,网易163漫画、腾讯漫画、神漫画在线爬取|68|0|2021-08-29|
|
||||
|55|[zlq4863947/tradingViewWikiCn](https://github.com/zlq4863947/tradingViewWikiCn)|tradingView的中文开发文档|562|0|2021-10-27|
|
||||
|56|[jhaooli/psychology](https://github.com/jhaooli/psychology)|ssm心理学网站|5|0|2021-12-09|
|
||||
|57|[Blankwonder/Surge-Manual](https://github.com/Blankwonder/Surge-Manual)|-|29|0|2021-11-26|
|
||||
|58|[Cathgao/newifi3](https://github.com/Cathgao/newifi3)|自用newifi3固件,编译自lean源码|17|0|2021-11-06|
|
||||
|59|[apache/skywalking-website](https://github.com/apache/skywalking-website)|Apache SkyWalking Website|59|0|2021-12-19|
|
||||
|60|[wangdoc/loppo-theme-wangdoc](https://github.com/wangdoc/loppo-theme-wangdoc)|Wangdoc 文档页面的默认主题|14|0|2021-09-05|
|
||||
|61|[lllomh/iPhoneQQ](https://github.com/lllomh/iPhoneQQ)|vue 高仿手机QQ|13|0|2021-08-10|
|
||||
|62|[ljk4160/GDOCK](https://github.com/ljk4160/GDOCK)|自动从lean的lede源码clone并生成竞斗云固件,大雕源码:|64|0|2021-08-10|
|
||||
|63|[shenweiyan/WebStack-Hugo](https://github.com/shenweiyan/WebStack-Hugo)|WebStack 网址导航 Hugo 主题,无需服务器,支持导航一键配置的纯静态网址导航网站。|12|0|2021-12-13|
|
||||
|64|[zhcosin/dotemacs](https://github.com/zhcosin/dotemacs)|我的 emacs 配置,主要配置了evil, magit, helm, latex, python 等环境.|13|0|2021-07-22|
|
||||
|65|[ymm-tech/gods-pen-admin](https://github.com/ymm-tech/gods-pen-admin)|码良管理后台项目|110|0|2021-10-06|
|
||||
|66|[paul-hammant/tbd](https://github.com/paul-hammant/tbd)|Source for TrunkBasedDevelopment.com|339|0|2021-11-16|
|
||||
|67|[jimmykuu/gopher](https://github.com/jimmykuu/gopher)|Golang-China(golangtc.com) Website|997|0|2021-06-17|
|
||||
|68|[lipengzhou/hmmm-frontend](https://github.com/lipengzhou/hmmm-frontend)|黑马面面——前端项目|6|0|2021-10-06|
|
||||
|69|[kartik-v/yii2-mpdf](https://github.com/kartik-v/yii2-mpdf)|A Yii2 wrapper component for the mPDF library which generates PDF files from UTF-8 encoded HTML.|151|0|2021-08-17|
|
||||
|70|[hzuapps/html5-2018](https://github.com/hzuapps/html5-2018)|HTML5应用开发实验库|13|0|2021-07-31|
|
||||
|71|[masterQian/picdir](https://github.com/masterQian/picdir)|图片文件夹|12|0|2021-10-06|
|
||||
|72|[Jetsly/ant-design-svelte](https://github.com/Jetsly/ant-design-svelte)|An enterprise-class UI design language and Svelte-based implementation 🐜|77|0|2021-09-07|
|
||||
|73|[wxingheng/vux-uploads](https://github.com/wxingheng/vux-uploads)|vux-uploads vux-uploader vux-upload 对vux组件库的一个补充|17|0|2021-10-06|
|
||||
|74|[kaimz/blog-source](https://github.com/kaimz/blog-source)|blog 源码|7|0|2021-08-11|
|
||||
|75|[cplalexandtang/ntu-gpacalculator](https://github.com/cplalexandtang/ntu-gpacalculator)|Your GPA calculator 你的台大GPA小幫手|13|0|2021-07-20|
|
||||
|76|[imlifeilong/leopardv](https://github.com/imlifeilong/leopardv)|分布式爬虫管理系统|7|0|2021-09-08|
|
||||
|77|[kwokronny/stylus-shortcut](https://github.com/kwokronny/stylus-shortcut)|基于 stylus 写的常用mixin函数及可自定义的常用规则|22|0|2021-10-24|
|
||||
|78|[afi-team/website](https://github.com/afi-team/website)|蚂蚁前端基础设施团队(Ant Frontend Infrastructure)官方网站|67|0|2021-09-13|
|
||||
|79|[HstarComponents/layui-vue](https://github.com/HstarComponents/layui-vue)|采用 layui 风格的 vue3 组件库。(UI一直是个痛,那就先基于现有的UI,先封装几套玩玩。)|15|0|2021-10-16|
|
||||
|80|[gatechain/gatechain-docs](https://github.com/gatechain/gatechain-docs)|GateChain Documents|12|0|2021-12-16|
|
||||
|81|[peng92055/node-cms](https://github.com/peng92055/node-cms)|👍 👍 👍全栈工程师之CMS-配置H5活动页系统|7|0|2021-10-06|
|
||||
|82|[wforguo/travel](https://github.com/wforguo/travel)|基于HTML5的旅游网|27|0|2021-07-19|
|
||||
|83|[rememberber/MooTool](https://github.com/rememberber/MooTool)|A handy tool set for developers. 开发者常备小工具|206|0|2021-12-16|
|
||||
|84|[xukimseven/HardCandy-Jekyll](https://github.com/xukimseven/HardCandy-Jekyll)|一款清新 糖果色🍬 的 ‘Jekyll’ 主题。A candy-colored 🍬 ‘Jekyll’ theme.|210|0|2021-12-09|
|
||||
|85|[MisaLiu/afdian-sponsor-page](https://github.com/MisaLiu/afdian-sponsor-page)|一个独立展示爱发电赞助用户的网页|7|0|2021-12-15|
|
||||
|86|[noisky/Homepage](https://github.com/noisky/Homepage)|饭饭's Homepage 2.0|48|0|2021-06-10|
|
||||
|87|[JXUT-BST/JXUT-BST.github.io.src](https://github.com/JXUT-BST/JXUT-BST.github.io.src)|蓝色技术工作室官网源码|5|0|2021-08-10|
|
||||
|88|[zhaohuabing/hugo-theme-cleanwhite](https://github.com/zhaohuabing/hugo-theme-cleanwhite)|A clean, elegant blog theme for hugo|363|0|2021-10-07|
|
||||
|89|[HaruhiFanClub/resource-site](https://github.com/HaruhiFanClub/resource-site)|SOS 应援团资源站|33|0|2021-09-20|
|
||||
|90|[Moonvy/Figma-CSS-Skins](https://github.com/Moonvy/Figma-CSS-Skins)|👗 这是一些针对 Figma.com 和 FigmaEX 插件的 CSS 样式,能够让你自定义它们的外观|6|0|2021-07-26|
|
||||
|91|[Blokura/bv2av](https://github.com/Blokura/bv2av)|哔哩哔哩BV转AV|97|0|2021-10-16|
|
||||
|92|[nyancatda/mcserverweb](https://github.com/nyancatda/mcserverweb)|我的世界基岩版服务器官网模板|11|0|2021-08-26|
|
||||
|93|[ShawTim/mr-hong-is-so-right](https://github.com/ShawTim/mr-hong-is-so-right)|尋晚 Kelly 真係鬧得我好啱 😢|5|0|2021-10-06|
|
||||
|94|[d2-projects/d2-daily](https://github.com/d2-projects/d2-daily)|D2 日报|140|0|2021-10-05|
|
||||
|95|[chatopera/docs](https://github.com/chatopera/docs)|:snowman: Chatopera 文档中心|12|0|2021-12-13|
|
||||
|96|[orange-form/orange-admin](https://github.com/orange-form/orange-admin)|橙单中台化低代码生成器。可完整支持多应用、多租户、多渠道、工作流 (Flowable & Activiti)、在线表单、自定义数据同步、自定义Job、多表关联、跨服务多表关联、框架技术栈自由组合等。|67|0|2021-12-18|
|
||||
|97|[Cathgao/GDOCK-Cath](https://github.com/Cathgao/GDOCK-Cath)|竞斗云固件,使用lean最新源码编译|8|0|2021-12-06|
|
||||
|98|[weeshop/WeeShop](https://github.com/weeshop/WeeShop)|优雅易用的微信小程序商城,PHP商城。 基于Laravel的基因,来自Symfony的底层技术,来自Drupal Commerce的核心技术,由Drupal中国开源社区维护。QQ群:714023327|357|0|2021-12-19|
|
||||
|99|[yanyunchangfeng/tyht](https://github.com/yanyunchangfeng/tyht)|统一后台管理系统|5|0|2021-10-05|
|
||||
|100|[c10342/player](https://github.com/c10342/player)|electron-vue音视频播放器|298|0|2021-11-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Dart.md
Normal file
116
content/charts/growth/software/Dart.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Dart
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库。An enterprise-class package of Flutter components for mobile applications.|507|42|2021-12-18|
|
||||
|2|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|4339|18|2021-12-13|
|
||||
|3|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1417|9|2021-12-10|
|
||||
|4|[flutterchina/dio](https://github.com/flutterchina/dio)|A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.|10275|8|2021-12-05|
|
||||
|5|[alibaba/fish-redux](https://github.com/alibaba/fish-redux)|An assembled flutter application framework.|7217|7|2021-07-07|
|
||||
|6|[simplezhli/flutter_deer](https://github.com/simplezhli/flutter_deer)|🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project. Includes a complete UI design and exercises that are closer to real projects.|5725|6|2021-12-12|
|
||||
|7|[alibaba/flutter_boost](https://github.com/alibaba/flutter_boost)|FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts|5721|6|2021-12-17|
|
||||
|8|[Notsfsssf/pixez-flutter](https://github.com/Notsfsssf/pixez-flutter)|一个支持免代理直连及查看动图的第三方Pixiv flutter客户端|2792|4|2021-12-18|
|
||||
|9|[LianjiaTech/keframe](https://github.com/LianjiaTech/keframe)|Components that optimize Flutter fluency.(Flutter 流畅度优化的通用方案,轻松解决卡顿问题)|470|3|2021-11-25|
|
||||
|10|[LaoMengFlutter/flutter-do](https://github.com/LaoMengFlutter/flutter-do)|包含350多个组件用法、组件继承关系图、40多个 loading 组件,App升级、验证码、弹幕、音乐字幕 4个插件,一个小而全完整的App项目。|1929|3|2021-12-06|
|
||||
|11|[rrousselGit/provider](https://github.com/rrousselGit/provider)|InheritedWidgets, but simple|3989|3|2021-12-17|
|
||||
|12|[niuhuan/pikapika](https://github.com/niuhuan/pikapika)|美观易用且无广告的R18漫画客户端,同时支持MacOS,Windows,Android,iOS,并上传了APK和IPA。类似哔咔漫画。|427|3|2021-12-18|
|
||||
|13|[xuelongqy/flutter_easyrefresh](https://github.com/xuelongqy/flutter_easyrefresh)|A flutter widget that provides pull-down refresh and pull-up load.|2988|3|2021-12-15|
|
||||
|14|[wuba/fair](https://github.com/wuba/fair)|A Flutter package used to update widget tree dynamically. Flutter Fair是为Flutter设计的,UI&模板动态化框架|1038|3|2021-12-18|
|
||||
|15|[flutterchina/flukit](https://github.com/flutterchina/flukit)| A Flutter UI Kit(一个 Flutter UI组件库),2.0 beta is available now !|3816|3|2021-10-07|
|
||||
|16|[OpenFlutter/flutter_screenutil](https://github.com/OpenFlutter/flutter_screenutil)|Flutter screen adaptation, font adaptation, get screen information|2844|2|2021-12-17|
|
||||
|17|[boyan01/flutter-netease-music](https://github.com/boyan01/flutter-netease-music)|flutter music player application. (仿网易云音乐)|2661|2|2021-12-18|
|
||||
|18|[Tencent/mxflutter](https://github.com/Tencent/mxflutter)|使用 TypeScript/JavaScript 来开发 Flutter 应用的框架。|458|2|2021-07-29|
|
||||
|19|[biyidev/biyi_app](https://github.com/biyidev/biyi_app)|Biyi (比译) is a convenient translation and dictionary app written in dart / Flutter. |457|2|2021-12-10|
|
||||
|20|[Waytoon/chimera_flutter_code_push](https://github.com/Waytoon/chimera_flutter_code_push)|Official Git of flutter code-push made by Chimera inc. If you want to get more info or seek for biz corporation, you can contact flupush@gmail.com. |479|2|2021-10-17|
|
||||
|21|[yukilzw/dy_flutter](https://github.com/yukilzw/dy_flutter)|斗鱼直播APP :rocket: 多元化Flutter开源项目。涵盖礼物特效、手势动画、弹幕池、抽奖、鱼吧等(另提供服务端Mock接口)|1510|2|2021-11-01|
|
||||
|22|[youxinLu/flutter_mall](https://github.com/youxinLu/flutter_mall)|Flutter_Mall是一款Flutter开源在线商城应用程序,是基于litemall基础上进行开发,litemall包含了Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端感兴趣的同学可以自行研究部署,Flutter_Mall基本上包含了litemall中小程序的功能。|2045|2|2021-07-04|
|
||||
|23|[asjqkkkk/flutter-todos](https://github.com/asjqkkkk/flutter-todos)|📝 one day list app created by flutter!|1594|2|2021-12-08|
|
||||
|24|[yubo725/flutter-osc](https://github.com/yubo725/flutter-osc)|基于Google Flutter的开源中国客户端,支持Android和iOS。|2793|2|2021-08-07|
|
||||
|25|[OpenFlutter/fluwx](https://github.com/OpenFlutter/fluwx)|Flutter版微信SDK.WeChat SDK for flutter.|2466|2|2021-10-27|
|
||||
|26|[mjl0602/flutter_tiktok](https://github.com/mjl0602/flutter_tiktok)|Flutter tiktok short video app.|890|2|2021-09-15|
|
||||
|27|[fluttercandies/wechat_flutter](https://github.com/fluttercandies/wechat_flutter)|wechat_flutter Flutter版本微信,一个优秀的Flutter即时通讯IM开源库!|1897|2|2021-11-14|
|
||||
|28|[mobxjs/mobx.dart](https://github.com/mobxjs/mobx.dart)|MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.|2038|2|2021-12-16|
|
||||
|29|[peng8350/flutter_pulltorefresh](https://github.com/peng8350/flutter_pulltorefresh)|a widget provided to the flutter scroll component drop-down refresh and pull up load.|2237|2|2021-12-01|
|
||||
|30|[Sky24n/common_utils](https://github.com/Sky24n/common_utils)|Dart common utils library. DateUtil, EncryptUtil, JsonUtil, LogUtil, MoneyUtil, NumUtil, ObjectUtil, RegexUtil, TextUtil, TimelineUtil, TimerUtil. 包含日期,正则,倒计时,时间轴等工具类。|1095|1|2021-11-30|
|
||||
|31|[flutterchina/azlistview](https://github.com/flutterchina/azlistview)|A Flutter sticky headers & index ListView. Flutter 城市列表、联系人列表,索引&悬停。|812|1|2021-09-07|
|
||||
|32|[jhflovehqy/flutter_bolg_manage](https://github.com/jhflovehqy/flutter_bolg_manage)|Flutter实战项目,采用Getx框架管理,遵循Material design设计风格,适合您实战参考或练手|68|1|2021-11-01|
|
||||
|33|[user1121114685/Wallpaper_Engine](https://github.com/user1121114685/Wallpaper_Engine)|一个便捷的创意工坊下载器|209|1|2021-12-06|
|
||||
|34|[xuexiangjys/flutter_template](https://github.com/xuexiangjys/flutter_template)|The project of the empty template with Flutter has built the basic framework to realize the functions of internationalization, theme peeling, login and registration, etc.(Flutter空壳模板工程,已搭建基础框架,实现国际化、主 ...|586|1|2021-08-10|
|
||||
|35|[CCY0122/WanAndroid_Flutter](https://github.com/CCY0122/WanAndroid_Flutter)|🔥🔥超完整超漂亮的Flutter版wanAndroid客户端。含wanAndroid已开放的所有功能(包括TODO)。项目包含BloC模式、Provider模式、常规模式。|462|1|2021-06-17|
|
||||
|36|[flutterchina/json_model](https://github.com/flutterchina/json_model)|Generate model class from Json file. 一行命令,通过Json文件生成Dart Model类。|529|1|2021-10-07|
|
||||
|37|[hamaluik/timecop](https://github.com/hamaluik/timecop)|A time tracking app that respects your privacy and the gets the job done without being fancy.|562|1|2021-11-01|
|
||||
|38|[flutter-thrio/flutter_thrio](https://github.com/flutter-thrio/flutter_thrio)|flutter_thrio makes it easy and fast to add flutter to existing mobile applications, and provide a simple and consistent navigator APIs.|221|1|2021-10-12|
|
||||
|39|[xiaojia21190/dgl_login](https://github.com/xiaojia21190/dgl_login)|呆瓜佬|5|1|2021-12-14|
|
||||
|40|[honjow/FEhViewer](https://github.com/honjow/FEhViewer)|An e-hentai/exhentai app make on flutter|399|1|2021-12-15|
|
||||
|41|[jhomlala/catcher](https://github.com/jhomlala/catcher)|Flutter error catching & handling plugin. Handles and reports exceptions in your app!|624|1|2021-11-26|
|
||||
|42|[DingMouRen/flutter_tiktok](https://github.com/DingMouRen/flutter_tiktok)|Flutter Tiktok 抖音实战 🍰🍓🍖🍟🍕🍔|170|1|2021-09-18|
|
||||
|43|[git-touch/git-touch](https://github.com/git-touch/git-touch)|An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter|985|1|2021-12-17|
|
||||
|44|[fluttercandies/flutter_interactional_widget](https://github.com/fluttercandies/flutter_interactional_widget)|-|122|1|2021-08-01|
|
||||
|45|[LianjiaTech/flutter_fdb_package](https://github.com/LianjiaTech/flutter_fdb_package)|Flutter应用的调试工具,协助采集性能优化、设计走查、QA测试等数据问题 ,提供UI拾取、UI标尺、取色器、内存信息、FPS检测和展示页面代码等功能。|23|1|2021-12-15|
|
||||
|46|[xieyezi/flutter-shopping-AiRi](https://github.com/xieyezi/flutter-shopping-AiRi)|一款基于Flutter开发的购物App,涵盖了购物App的常见功能|302|1|2021-07-01|
|
||||
|47|[niezhiyang/flutter_autosize_screen](https://github.com/niezhiyang/flutter_autosize_screen)|A low-cost Flutter screen adaptation solution(一个极低成本的 Flutter 屏幕适配方案)|81|1|2021-10-19|
|
||||
|48|[CaiJingLong/flutter_ijkplayer](https://github.com/CaiJingLong/flutter_ijkplayer)|ijkplayer for flutter|736|1|2021-09-04|
|
||||
|49|[KevinZhang19870314/flutter_getx_boilerplate](https://github.com/KevinZhang19870314/flutter_getx_boilerplate)|A flutter boilerplate project with GetX state management.|149|1|2021-10-13|
|
||||
|50|[bladeofgod/Bedrock](https://github.com/bladeofgod/Bedrock)|一款基于MVVM+Provider的快速开发框架。|307|1|2021-11-09|
|
||||
|51|[marchellodev/sharik](https://github.com/marchellodev/sharik)|Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot|472|1|2021-11-04|
|
||||
|52|[niezhiyang/flutter_logger](https://github.com/niezhiyang/flutter_logger)|Simple, pretty and powerful logger for flutter|143|1|2021-09-06|
|
||||
|53|[nslog11/flutter_easyloading](https://github.com/nslog11/flutter_easyloading)|✨A clean and lightweight loading/toast widget for Flutter, easy to use without context, support iOS、Android and Web|748|1|2021-08-31|
|
||||
|54|[ducafecat/flutter_ducafecat_news_getx](https://github.com/ducafecat/flutter_ducafecat_news_getx)|flutter2 + dio4 + getx4|182|1|2021-11-23|
|
||||
|55|[OpenIMSDK/Open-IM-SDK-Flutter](https://github.com/OpenIMSDK/Open-IM-SDK-Flutter)|OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,Flutter版本IM SDK 可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。|145|1|2021-12-15|
|
||||
|56|[xdd666t/flutter_use](https://github.com/xdd666t/flutter_use)|some trick used by flutter Flutter使用的一些骚操作|295|1|2021-12-17|
|
||||
|57|[befovy/fijkplayer](https://github.com/befovy/fijkplayer)|ijkplayer for flutter. ijkplayer 的 flutter 封装。 Flutter video/audio player. Flutter media player plugin for android/iOS based on ijkplayer. fijkplayer 是基于 ijkplayer 封装的 flutter 媒体播放器,开箱即用,无需编译 ijkplay ...|1165|1|2021-11-30|
|
||||
|58|[xiaoyaocz/dmzj_flutter](https://github.com/xiaoyaocz/dmzj_flutter)|动漫之家Flutter客户端|406|1|2021-11-29|
|
||||
|59|[MMMzq/bot_toast](https://github.com/MMMzq/bot_toast)|A really easy to use flutter toast library|645|1|2021-07-23|
|
||||
|60|[abcd498936590/flutter_eyepetizer](https://github.com/abcd498936590/flutter_eyepetizer)|使用 Flutter + GetX 仿开眼视频app|60|1|2021-11-01|
|
||||
|61|[xausky/DockerRegisterCloud](https://github.com/xausky/DockerRegisterCloud)|基于 Docker 仓库协议的网盘客户端,可以将目前众多的免费容器仓库服务用于网盘。|588|1|2021-11-25|
|
||||
|62|[Rannie/flui](https://github.com/Rannie/flui)|A powerful UI framework for Google Flutter.|1294|1|2021-12-16|
|
||||
|63|[jesusrp98/spacex-go](https://github.com/jesusrp98/spacex-go)|Simple yet powerful, open-source SpaceX launch tracker.|646|1|2021-11-08|
|
||||
|64|[niuhuan/nhentai-cross](https://github.com/niuhuan/nhentai-cross)|美观易用且无广告的nhentai漫画客户端, 并且可以免代理使用。 A beautiful nhentai client.|7|1|2021-12-18|
|
||||
|65|[fluttercandies/flutter_smart_dialog](https://github.com/fluttercandies/flutter_smart_dialog)|An elegant Flutter Dialog solution 一种更优雅的 Flutter Dialog 解决方案|281|1|2021-12-17|
|
||||
|66|[yohom/decorated_flutter](https://github.com/yohom/decorated_flutter)|Flutter常用工具/Widget封装|24|0|2021-12-16|
|
||||
|67|[c1avie/TRTCSimpleDemo](https://github.com/c1avie/TRTCSimpleDemo)|基于腾讯云flutter sdk,提供的Demo|40|0|2021-10-18|
|
||||
|68|[billyinferno/my_expense](https://github.com/billyinferno/my_expense)|personal expense application|18|0|2021-12-17|
|
||||
|69|[Jimmuy/flutter_net](https://github.com/Jimmuy/flutter_net)|a net package based on dio|10|0|2021-12-07|
|
||||
|70|[xieyezi/flutter-getx-template](https://github.com/xieyezi/flutter-getx-template)|flutter 2.x and getx v4.x template|96|0|2021-06-09|
|
||||
|71|[Yuzopro/opengit_flutter](https://github.com/Yuzopro/opengit_flutter)|OpenGit基于Flutter的Github客户端,支持Android和iOS。项目中涉及到BloC、Redux、国际化、多主题以及Github相关信息的查看等。|184|0|2021-07-26|
|
||||
|72|[smartbackme/emas_tlog](https://github.com/smartbackme/emas_tlog)|阿里 EMAS TLog 线上日志监控系统,flutter实现|5|0|2021-11-29|
|
||||
|73|[ma125120/flutter_my_picker](https://github.com/ma125120/flutter_my_picker)|适用于flutter的有关日期和时间的选择器,支持年份(showYearPicker)、月份(showMonthPicker)、日期(showDatePicker)、时间(showTimePicker)、日期时间(showDateTimePicker)等。|29|0|2021-12-02|
|
||||
|74|[alberliu/fim](https://github.com/alberliu/fim)|flutter写的IM移动客户端|37|0|2021-10-22|
|
||||
|75|[ukyo99999/report1922](https://github.com/ukyo99999/report1922)|簡訊實聯制QR code掃碼小工具,支援Android與iOS。|9|0|2021-10-13|
|
||||
|76|[swiftdo/web-demo](https://github.com/swiftdo/web-demo)|flutter 2.0 web demo|22|0|2021-07-07|
|
||||
|77|[xdd666t/flutter_wan](https://github.com/xdd666t/flutter_wan)|flutter版玩android,页面基本均是fish_redux搭建|38|0|2021-09-25|
|
||||
|78|[lucky1213/aliyun_oss](https://github.com/lucky1213/aliyun_oss)|阿里云 OSS flutter|5|0|2021-07-30|
|
||||
|79|[Koma-Chen/FlutterGetxMVVM](https://github.com/Koma-Chen/FlutterGetxMVVM)|Flutter版 MVVM架构,使用Getx|6|0|2021-09-26|
|
||||
|80|[PeanutMelonSeedBigAlmond/PixivUserBatchDownloader](https://github.com/PeanutMelonSeedBigAlmond/PixivUserBatchDownloader)|一个可以批量下载Pixiv指定画师作品的工具 |4|0|2021-11-22|
|
||||
|81|[pdliuw/flutter_app_sample](https://github.com/pdliuw/flutter_app_sample)|flutter app sample|129|0|2021-06-18|
|
||||
|82|[ymzuiku/flutter_consumer](https://github.com/ymzuiku/flutter_consumer)|consumer is like react-consumer state manage, use Stream at dart, consumer have memo and shoudWidgetUpdate function to intercept update.|16|0|2021-06-19|
|
||||
|83|[tp7309/flutter_sticky_and_expandable_list](https://github.com/tp7309/flutter_sticky_and_expandable_list)|粘性头部与分组列表Sliver实现 Build a grouped list, which support expand/collapse section and sticky headers, support use it with sliver widget.|90|0|2021-11-29|
|
||||
|84|[BYR-App-Dev/byr_mobile_app](https://github.com/BYR-App-Dev/byr_mobile_app)|open-source mobile app for bbs.byr.cn|140|0|2021-11-09|
|
||||
|85|[GetuiLaboratory/getui-flutter-plugin](https://github.com/GetuiLaboratory/getui-flutter-plugin)|个推官方提供的推送SDK Flutter 插件(支持 Android & iOS)|111|0|2021-12-13|
|
||||
|86|[srew33/feh_rebuilder](https://github.com/srew33/feh_rebuilder)|使用FLUTTER对FEH BUILDER的重置|11|0|2021-11-18|
|
||||
|87|[Im-Kevin/cool_ui](https://github.com/Im-Kevin/cool_ui)|用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘|402|0|2021-11-08|
|
||||
|88|[collectFlutter/mini_canvas](https://github.com/collectFlutter/mini_canvas)|利用Canvas绘制Widget,如五角星、仪表盘、时钟等|7|0|2021-08-08|
|
||||
|89|[CVopen/music_mobile](https://github.com/CVopen/music_mobile)|flutter模仿网易云app|18|0|2021-10-10|
|
||||
|90|[JDongKhan/flutter_app](https://github.com/JDongKhan/flutter_app)|一款flutter开发的应用|7|0|2021-10-30|
|
||||
|91|[JunAILiang/flutter_examples](https://github.com/JunAILiang/flutter_examples)|所有的视频讲解源代码地址|4|0|2021-10-13|
|
||||
|92|[Simon-Bin/flant](https://github.com/Simon-Bin/flant)|vant风格的flutter组件库|23|0|2021-06-15|
|
||||
|93|[cdnbye/flutter-p2p-engine](https://github.com/cdnbye/flutter-p2p-engine)|Let your viewers become your unlimitedly scalable CDN.|83|0|2021-08-25|
|
||||
|94|[cwkProject/work](https://github.com/cwkProject/work)|封装项目http接口协议的dart版本|6|0|2021-08-04|
|
||||
|95|[JiaYuanfangDeveloper/flutter_getx_project_template](https://github.com/JiaYuanfangDeveloper/flutter_getx_project_template)|基于GetX的Flutter项目模板|12|0|2021-06-23|
|
||||
|96|[sdwfqin/flutter_wanandroid](https://github.com/sdwfqin/flutter_wanandroid)|一步一步使用Flutter实现玩Android客户端|5|0|2021-11-26|
|
||||
|97|[183839128/flutter_res_generator](https://github.com/183839128/flutter_res_generator)|Flutter插件,自动生成文件类写入yaml,像Android一样引入资源|7|0|2021-06-03|
|
||||
|98|[leanflutter/flutter_aliyun_captcha](https://github.com/leanflutter/flutter_aliyun_captcha)|适用于 Flutter 的阿里云滑动验证插件|12|0|2021-06-23|
|
||||
|99|[sweatfryash/code_input_filed](https://github.com/sweatfryash/code_input_filed)|一个用于输入验证码的组件。主要是界面的实现。|6|0|2021-10-29|
|
||||
|100|[mimajiushi/flutter_swiper_plus](https://github.com/mimajiushi/flutter_swiper_plus)|轮播组件(swiper)|7|0|2021-08-23|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Go.md
Normal file
116
content/charts/growth/software/Go.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Go
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功 ...|5890|28|2021-12-17|
|
||||
|2|[zeromicro/go-zero](https://github.com/zeromicro/go-zero)|go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.|13157|26|2021-12-18|
|
||||
|3|[KpLi0rn/Log4j2Scan](https://github.com/KpLi0rn/Log4j2Scan)|一款无须借助dnslog且完全无害的log4j2反连检测工具(已有burp插件适配可搭配进行被动扫描),解析RMI和LDAP协议实现,可用于甲方内网自查|128|26|2021-12-15|
|
||||
|4|[fatedier/frp](https://github.com/fatedier/frp)|A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.|51752|24|2021-12-17|
|
||||
|5|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3459|21|2021-12-17|
|
||||
|6|[jas502n/Grafana-CVE-2021-43798](https://github.com/jas502n/Grafana-CVE-2021-43798)|Grafana Unauthorized arbitrary file reading vulnerability|225|19|2021-12-09|
|
||||
|7|[yedf/dtm](https://github.com/yedf/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4062|19|2021-12-19|
|
||||
|8|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计|4021|17|2021-11-06|
|
||||
|9|[ehang-io/nps](https://github.com/ehang-io/nps)|一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, ...|19537|17|2021-11-09|
|
||||
|10|[go-gitea/gitea](https://github.com/go-gitea/gitea)|Git with a cup of tea, painless self-hosted git service|27321|15|2021-12-19|
|
||||
|11|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。|1583|14|2021-11-12|
|
||||
|12|[pingcap/tidb](https://github.com/pingcap/tidb)|TiDB is an open source distributed HTAP database compatible with the MySQL protocol |29876|13|2021-12-19|
|
||||
|13|[flipped-aurora/gin-vue-admin](https://github.com/flipped-aurora/gin-vue-admin)|基于vite+vue3+gin搭建的开发基础平台,集成jwt鉴权,权限管理,动态路由,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能,五分钟一套CURD前后端代码。|10716|13|2021-12-14|
|
||||
|14|[gogs/gogs](https://github.com/gogs/gogs)|Gogs is a painless self-hosted Git service|38150|13|2021-12-18|
|
||||
|15|[peterq/pan-light](https://github.com/peterq/pan-light)|百度网盘不限速客户端, golang + qt5, 跨平台图形界面|11706|12|2021-10-06|
|
||||
|16|[zyylhn/zscan](https://github.com/zyylhn/zscan)|Zscan a scan blasting tool set|327|12|2021-12-18|
|
||||
|17|[lwch/natpass](https://github.com/lwch/natpass)|新一代主机管理工具|1566|11|2021-12-17|
|
||||
|18|[geektutu/7days-golang](https://github.com/geektutu/7days-golang)|7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列|9280|11|2021-12-12|
|
||||
|19|[ent/ent](https://github.com/ent/ent)|An entity framework for Go|9445|10|2021-12-18|
|
||||
|20|[gocolly/colly](https://github.com/gocolly/colly)|Elegant Scraper and Crawler Framework for Golang|15535|10|2021-12-18|
|
||||
|21|[cloudreve/Cloudreve](https://github.com/cloudreve/Cloudreve)|🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)|12322|9|2021-11-30|
|
||||
|22|[lanyulei/ferry](https://github.com/lanyulei/ferry)|本系统是集工单统计、任务钩子、权限管理、灵活配置流程与模版等等于一身的开源工单系统,当然也可以称之为工作流引擎。 致力于减少跨部门之间的沟通,自动任务的执行,提升工作效率与工作质量,减少不必要的工作量与人为出错率。|4146|8|2021-11-16|
|
||||
|23|[go-admin-team/go-admin](https://github.com/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-ad ...|5439|8|2021-12-08|
|
||||
|24|[crawlab-team/crawlab](https://github.com/crawlab-team/crawlab)|Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架|8392|8|2021-12-14|
|
||||
|25|[beego/beego](https://github.com/beego/beego)|beego is an open-source, high-performance web framework for the Go programming language.|27407|8|2021-12-15|
|
||||
|26|[alibaba/ilogtail](https://github.com/alibaba/ilogtail)|The Lightweight Data Collector of SLS in Alibaba Cloud|348|8|2021-12-15|
|
||||
|27|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2098|7|2021-12-19|
|
||||
|28|[txthinking/brook](https://github.com/txthinking/brook)|Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration. Brook 是一个跨平台的强加密无特征的代理软件. 零配置.|12695|7|2021-12-02|
|
||||
|29|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2190|7|2021-12-16|
|
||||
|30|[coreybutler/nvm-windows](https://github.com/coreybutler/nvm-windows)|A node.js version management utility for Windows. Ironically written in Go.|18587|7|2021-12-16|
|
||||
|31|[shadow1ng/fscan](https://github.com/shadow1ng/fscan)|一款内网综合扫描工具,方便一键自动化、全方位漏扫扫描。|2744|7|2021-12-08|
|
||||
|32|[geektutu/high-performance-go](https://github.com/geektutu/high-performance-go)|high performance coding with golang(Go 语言高性能编程,Go 语言陷阱,Gotchas,Traps)|2619|7|2021-06-05|
|
||||
|33|[CTF-MissFeng/jsForward](https://github.com/CTF-MissFeng/jsForward)|解决web及移动端H5数据加密Burp调试问题|130|7|2021-12-01|
|
||||
|34|[helm/charts](https://github.com/helm/charts)|⚠️(OBSOLETE) Curated applications for Kubernetes|15319|7|2021-12-16|
|
||||
|35|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|710|7|2021-11-01|
|
||||
|36|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1204|7|2021-12-18|
|
||||
|37|[Mrs4s/go-cqhttp](https://github.com/Mrs4s/go-cqhttp)|cqhttp的golang实现,轻量、原生跨平台.|3478|7|2021-12-19|
|
||||
|38|[bfenetworks/bfe](https://github.com/bfenetworks/bfe)|A modern layer 7 load balancer from baidu|5185|6|2021-12-19|
|
||||
|39|[didi/nightingale](https://github.com/didi/nightingale)|💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition|4002|6|2021-12-17|
|
||||
|40|[flower-corp/rosedb](https://github.com/flower-corp/rosedb)|🚀A fast, stable and embedded k-v storage in pure Golang, supports string, list, hash, set, sorted set. 一个 Go 语言实现的快速、稳定、内嵌的 k-v 存储引擎。|2123|6|2021-12-18|
|
||||
|41|[panjf2000/gnet](https://github.com/panjf2000/gnet)|🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。|5735|6|2021-12-15|
|
||||
|42|[gatewayorg/blue](https://github.com/gatewayorg/blue)|-|457|6|2021-12-17|
|
||||
|43|[XIU2/CloudflareSpeedTest](https://github.com/XIU2/CloudflareSpeedTest)|🌩「自选优选 IP / 过滤假墙」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4+IPv6)!|2951|6|2021-12-14|
|
||||
|44|[oam-dev/kubevela](https://github.com/oam-dev/kubevela)|The Modern Application Platform.|2981|6|2021-12-19|
|
||||
|45|[grpc/grpc-go](https://github.com/grpc/grpc-go)|The Go language implementation of gRPC. HTTP/2 based RPC|15042|6|2021-12-17|
|
||||
|46|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|1074|5|2021-12-17|
|
||||
|47|[inbug-team/InScan](https://github.com/inbug-team/InScan)|边界打点后的自动化渗透工具|1312|5|2021-07-19|
|
||||
|48|[panjf2000/ants](https://github.com/panjf2000/ants)|🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go, inspired by fasthttp./ ants 是一个高性能且低损耗的 goroutine 池。|7181|5|2021-12-02|
|
||||
|49|[FDlucifer/Proxy-Attackchain](https://github.com/FDlucifer/Proxy-Attackchain)|proxylogon, proxyshell, proxyoracle and proxytoken full chain exploit tool|110|5|2021-12-14|
|
||||
|50|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目(可作为Go项目开发脚手架)|1005|5|2021-12-19|
|
||||
|51|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|511|5|2021-12-19|
|
||||
|52|[chenjiandongx/sniffer](https://github.com/chenjiandongx/sniffer)|🤒 A modern alternative network traffic sniffer.|207|5|2021-12-05|
|
||||
|53|[qax-os/excelize](https://github.com/qax-os/excelize)|Golang library for reading and writing Microsoft Excel™ (XLSX) files.|10287|5|2021-12-19|
|
||||
|54|[cdk-team/CDK](https://github.com/cdk-team/CDK)|CDK is an open-sourced container penetration toolkit, offering stable exploitation in different slimmed containers without any OS dependency. It comes with penetration tools and many powerful PoCs/EXP ...|1913|5|2021-11-22|
|
||||
|55|[douyu/jupiter](https://github.com/douyu/jupiter)|Jupiter是斗鱼开源的面向服务治理的Golang微服务框架|3453|5|2021-12-11|
|
||||
|56|[akkuman/rotateproxy](https://github.com/akkuman/rotateproxy)|利用fofa搜索socks5开放代理进行代理池轮切的工具|286|5|2021-12-17|
|
||||
|57|[karmada-io/karmada](https://github.com/karmada-io/karmada)|Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration|1827|5|2021-12-19|
|
||||
|58|[SkewwG/henggeFish](https://github.com/SkewwG/henggeFish)|自动化批量发送钓鱼邮件(横戈安全团队出品)|407|5|2021-09-28|
|
||||
|59|[zema1/yarx](https://github.com/zema1/yarx)|An awesome reverse engine for xray poc. 一个自动化根据 xray poc 生成对应 server 的工具|206|5|2021-12-09|
|
||||
|60|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|852|5|2021-12-18|
|
||||
|61|[tophubs/TopList](https://github.com/tophubs/TopList)|今日热榜,一个获取各大热门网站热门头条的聚合网站,使用Go语言编写,多协程异步快速抓取信息,预览:https://mo.fish|4331|5|2021-08-28|
|
||||
|62|[go-martini/martini](https://github.com/go-martini/martini)|Classy web framework for Go|11379|4|2021-11-08|
|
||||
|63|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|547|4|2021-10-15|
|
||||
|64|[chaosblade-io/chaosblade](https://github.com/chaosblade-io/chaosblade)|An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)|4341|4|2021-12-18|
|
||||
|65|[lni/dragonboat](https://github.com/lni/dragonboat)|A feature complete and high performance multi-group Raft library in Go. |3983|4|2021-11-18|
|
||||
|66|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架,实现poc在线编辑、运行、批量测试。使用文档:|845|4|2021-12-07|
|
||||
|67|[gogf/gf](https://github.com/gogf/gf)|GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. |6499|4|2021-12-18|
|
||||
|68|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1092|4|2021-11-27|
|
||||
|69|[kubeedge/kubeedge](https://github.com/kubeedge/kubeedge)|Kubernetes Native Edge Computing Framework (project under CNCF)|4582|4|2021-12-18|
|
||||
|70|[KubeOperator/KubeOperator](https://github.com/KubeOperator/KubeOperator)|KubeOperator 是一个开源的轻量级 Kubernetes 发行版,专注于帮助企业规划、部署和运营生产级别的 K8s 集群。|4147|4|2021-12-17|
|
||||
|71|[icexin/eggos](https://github.com/icexin/eggos)|A Go unikernel running on x86 bare metal|1763|4|2021-11-08|
|
||||
|72|[Jrohy/trojan](https://github.com/Jrohy/trojan)|trojan多用户管理部署程序, 支持web页面管理|2814|4|2021-12-12|
|
||||
|73|[mzz2017/gg](https://github.com/mzz2017/gg)|A command-line tool for one-click proxy in your research and development without installing v2ray or anything else (only for linux).|64|4|2021-12-17|
|
||||
|74|[aceld/zinx](https://github.com/aceld/zinx)|基于Golang轻量级TCP并发服务器框架|4186|4|2021-12-18|
|
||||
|75|[seccome/Ehoney](https://github.com/seccome/Ehoney)|安全、快捷、高交互、企业级的蜜罐管理系统,支持多种协议蜜罐、蜜签、诱饵等功能。A safe, fast, highly interactive and enterprise level honeypot management system, supports multiple protocol honeypots, honeytokens, baits and other functions.|729|4|2021-11-27|
|
||||
|76|[gwuhaolin/livego](https://github.com/gwuhaolin/livego)|live video streaming server in golang|7313|4|2021-12-09|
|
||||
|77|[openkruise/kruise](https://github.com/openkruise/kruise)|Automate application management on Kubernetes (project under CNCF)|2819|3|2021-12-17|
|
||||
|78|[pi-pi-miao/pi_pi_net](https://github.com/pi-pi-miao/pi_pi_net)|pi-pi-net 是一个在linux环境下封装epoll的网络库,可以基于此库非常方便的实现Reactor网络模型,或者web,rpc,websocket等网络框架的基础框架|142|3|2021-11-11|
|
||||
|79|[nocalhost/nocalhost](https://github.com/nocalhost/nocalhost)|Nocalhost is Cloud Native Dev Environment.|1021|3|2021-12-17|
|
||||
|80|[smallnest/rpcx](https://github.com/smallnest/rpcx)|Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!|6515|3|2021-12-17|
|
||||
|81|[kevwan/chatbot](https://github.com/kevwan/chatbot)|A fast responsive, machine learning, conversational dialog engine for creating chat bots, written in Go.|244|3|2021-11-27|
|
||||
|82|[sjqzhang/go-fastdfs](https://github.com/sjqzhang/go-fastdfs)|go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliabil ...|2923|3|2021-11-06|
|
||||
|83|[apache/dubbo-go](https://github.com/apache/dubbo-go)|Go Implementation For Apache Dubbo|3709|3|2021-12-19|
|
||||
|84|[overnote/over-golang](https://github.com/overnote/over-golang)|Golang相关:[审稿进度80%]Go语法、Go并发思想、Go与web开发、Go微服务设施等|3466|3|2021-12-02|
|
||||
|85|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 zimuku、subhd、shooter、xunlei 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|549|3|2021-12-17|
|
||||
|86|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。可以看成Server酱的开源替代方案之一。|538|3|2021-09-12|
|
||||
|87|[chenjiandongx/clock](https://github.com/chenjiandongx/clock)|☁️ 须知少时凌云志 曾许人间第一流|70|3|2021-11-29|
|
||||
|88|[tinode/chat](https://github.com/tinode/chat)|Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots|8238|3|2021-12-08|
|
||||
|89|[urfave/negroni](https://github.com/urfave/negroni)|Idiomatic HTTP Middleware for Golang|7115|3|2021-11-29|
|
||||
|90|[EdgeSecurityTeam/EHole](https://github.com/EdgeSecurityTeam/EHole)|EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具|952|3|2021-12-15|
|
||||
|91|[wxbool/video-srt-windows](https://github.com/wxbool/video-srt-windows)|这是一个可以识别视频语音自动生成字幕SRT文件的开源 Windows-GUI 软件工具。|2497|3|2021-10-09|
|
||||
|92|[golang-module/carbon](https://github.com/golang-module/carbon)|A simple, semantic and developer-friendly golang package for datetime|1523|3|2021-11-17|
|
||||
|93|[go-gorm/gen](https://github.com/go-gorm/gen)|Gen: Friendly & Safer GORM powered by Code Generation|485|3|2021-12-17|
|
||||
|94|[mindoc-org/mindoc](https://github.com/mindoc-org/mindoc)|Golang实现的基于beego框架的接口在线文档管理系统|5372|3|2021-11-25|
|
||||
|95|[ginuerzh/gost](https://github.com/ginuerzh/gost)|GO Simple Tunnel - a simple tunnel written in golang|8040|3|2021-12-16|
|
||||
|96|[polaris1119/The-Golang-Standard-Library-by-Example](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)|Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。|8270|3|2021-12-17|
|
||||
|97|[golang-design/under-the-hood](https://github.com/golang-design/under-the-hood)|📚 Go: Under The Hood Go 语言原本 https://golang.design/under-the-hood|3371|3|2021-12-08|
|
||||
|98|[darjun/go-daily-lib](https://github.com/darjun/go-daily-lib)|Go 每日一库|2391|3|2021-11-02|
|
||||
|99|[swaggo/swag](https://github.com/swaggo/swag)|Automatically generate RESTful API documentation with Swagger 2.0 for Go.|5174|3|2021-12-15|
|
||||
|100|[yeasy/blockchain_guide](https://github.com/yeasy/blockchain_guide)|Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.|5897|3|2021-12-02|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
49
content/charts/growth/software/Groovy.md
Normal file
49
content/charts/growth/software/Groovy.md
Normal file
@ -0,0 +1,49 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Groovy
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[CodingGay/BlackObfuscator-ASPlugin](https://github.com/CodingGay/BlackObfuscator-ASPlugin)|This project is an Android Studio plugin version of BlackObfuscator, it supports obfuscating code automatically. More information about this project are in BlackObfuscator.|21|11|2021-12-18|
|
||||
|2|[kezong/fat-aar-android](https://github.com/kezong/fat-aar-android)|A gradle plugin that merge dependencies into the final aar file works with AGP 3.+|2075|2|2021-11-16|
|
||||
|3|[HujiangTechnology/gradle_plugin_android_aspectjx](https://github.com/HujiangTechnology/gradle_plugin_android_aspectjx)|A Android gradle plugin that effects AspectJ on Android project and can hook methods in Kotlin, aar and jar file.|3579|2|2021-09-15|
|
||||
|4|[pengxurui/EasyPrivacy](https://github.com/pengxurui/EasyPrivacy)|一个帮助开发者快速找到国内隐私整改问题的工具|58|1|2021-12-18|
|
||||
|5|[GeekBoyDqz/DevOps](https://github.com/GeekBoyDqz/DevOps)|CICD流水线|9|1|2021-12-02|
|
||||
|6|[zeyangli/jenkinslibrary](https://github.com/zeyangli/jenkinslibrary)|Jenkins共享库|97|0|2021-10-17|
|
||||
|7|[cangHW/AndroidPlugin](https://github.com/cangHW/AndroidPlugin)|混淆打包插件|5|0|2021-06-26|
|
||||
|8|[sensorsdata/sa-sdk-android-plugin2](https://github.com/sensorsdata/sa-sdk-android-plugin2)|神策数据官方 Android 埋点插件,用于 Android 端的数据采集。通过使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。|287|0|2021-12-15|
|
||||
|9|[zhoujiaping/java-agent-web](https://github.com/zhoujiaping/java-agent-web)|用于测试java-agent项目|2|0|2021-06-07|
|
||||
|10|[qq549631030/AndroidJunkCode](https://github.com/qq549631030/AndroidJunkCode)|Android马甲包生成垃圾代码插件|243|0|2021-11-08|
|
||||
|11|[JackyAndroid/PeaPod](https://github.com/JackyAndroid/PeaPod)|A plugin that replaces external module dependencies with project dependencies.|80|0|2021-07-05|
|
||||
|12|[zhoujiaping/java-agent](https://github.com/zhoujiaping/java-agent)|基于java5 Instrument api实现的mock框架|10|0|2021-07-01|
|
||||
|13|[sweetying520/GradleDemo](https://github.com/sweetying520/GradleDemo)|Gradle 常用 API 介绍|2|0|2021-07-28|
|
||||
|14|[bihe0832/Gradle-Dependencies-Check](https://github.com/bihe0832/Gradle-Dependencies-Check)|梳理并检查项目中多个module的gradle依赖配置是否存在冲突|35|0|2021-10-12|
|
||||
|15|[xnat9/grule](https://github.com/xnat9/grule)|自创Groovy DSL 动态规则(rule)执行引擎. 特色 风控系统, 规则引擎, 动态接口配置(低代码)|13|0|2021-12-18|
|
||||
|16|[lingochamp/okcheck](https://github.com/lingochamp/okcheck)|Incremental scan,integrate Lint、KtLint、UnitTest、Checkstyle、Findbugs、Pmd, powerful and easy to use|294|0|2021-09-27|
|
||||
|17|[gogradle/gogradle](https://github.com/gogradle/gogradle)|A Gradle Plugin Providing Full Support for Go|739|0|2021-10-11|
|
||||
|18|[ooftf/spy](https://github.com/ooftf/spy)|在Build项目时检查Class之间的引用关系,避免因为依赖库版本问题而产生的ClassNotFoundException,NoSuchMethodException问题|2|0|2021-07-19|
|
||||
|19|[cn2oo8/autocode-template-example](https://github.com/cn2oo8/autocode-template-example)|代码模板示例|6|0|2021-09-06|
|
||||
|20|[ZackZhou/zrest](https://github.com/ZackZhou/zrest)|扩展的restassured接口自动化|2|0|2021-06-30|
|
||||
|21|[wzbos/chihiro](https://github.com/wzbos/chihiro)|🔥🔥 安卓组件化插件 🔥🔥 支持多工程联调、组件快速发布到Maven私服、企业微信机器人、钉钉机器人、自定义webhook|9|0|2021-12-07|
|
||||
|22|[ihub-pub/plugins](https://github.com/ihub-pub/plugins)|IHub Plugins:一套Gradle插件集,封装了常用Gradle插件,并做了一些个性化缺省配置,极大的简化项目管理配置。|7|0|2021-12-01|
|
||||
|23|[keepLove/android-jiagu-plugin](https://github.com/keepLove/android-jiagu-plugin)|360加固Gradle插件|5|0|2021-10-12|
|
||||
|24|[miqt/MethodHookTool](https://github.com/miqt/MethodHookTool)|这是一个android 方法 hook 插件,通过hook方法进入和退出,能进行很多自定义的事情|18|0|2021-07-29|
|
||||
|25|[EastWoodYang/Mis](https://github.com/EastWoodYang/Mis)|模块接口服务,如何在一个模块内维护其对外暴露的接口(包括打包发布),而不是把接口和接口实现分离到两个不同的模块?|135|0|2021-07-15|
|
||||
|26|[piitw/gaea](https://github.com/piitw/gaea)|发布Library的轻量级插件|2|0|2021-09-02|
|
||||
|27|[duking666/ImgCompressPlugin](https://github.com/duking666/ImgCompressPlugin)|一款Android端自动化图片压缩的gradle插件,一键扫描项目中的资源目录并进行批量图片压缩,提供3种压缩方式,支持有损及无损压缩.同时会记录已压缩的文件,适合个人及团队协同使用.|90|0|2021-11-03|
|
||||
|28|[galaxybruce/AndroidPionner](https://github.com/galaxybruce/AndroidPionner)|为android工程编译提供常用功能的gradle插件,旨在把一些常用自动化的脚本收集在一起。|34|0|2021-12-07|
|
||||
|29|[Ryan-Shz/Repo](https://github.com/Ryan-Shz/Repo)|一个基于shell + gradle开发的效率工具,用来优化模块化/组件化分仓后带来的编译和调试痛点,提升开发效率|27|0|2021-07-27|
|
||||
|30|[mark4z/cloud-alibaba](https://github.com/mark4z/cloud-alibaba)|一个简单的Spring cloud alibaba demo|2|0|2021-10-06|
|
||||
|31|[AyakuraYuki/content-storage-app](https://github.com/AyakuraYuki/content-storage-app)|泛用型内容管理工具,采用JSON存储内容,SQLite持久化数据,TOTP时间动态码校验用户,Base64/DES加密数据|4|0|2021-09-13|
|
||||
|32|[dikeboy/DhMethodTime](https://github.com/dikeboy/DhMethodTime)|统计安卓所有方法执行耗时 ,用于开发 测试时分析性能,分析ANR,Calculate android method time,|5|0|2021-08-17|
|
||||
|33|[ZakAnun/UploadApkPlugin](https://github.com/ZakAnun/UploadApkPlugin)|上传 apk 文件到指定测试平台的插件|13|0|2021-10-18|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/HTML.md
Normal file
116
content/charts/growth/software/HTML.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > HTML
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Ed1s0nZ/cool](https://github.com/Ed1s0nZ/cool)|Golang-Gin 框架写的免杀平台,内置分离、捆绑等多种BypassAV方式。|432|11|2021-11-25|
|
||||
|2|[Tencent/weui](https://github.com/Tencent/weui)|A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.|26030|10|2021-12-10|
|
||||
|3|[NolanHzy/nvjdcdocker](https://github.com/NolanHzy/nvjdcdocker)|-|357|10|2021-12-15|
|
||||
|4|[wesbos/JavaScript30](https://github.com/wesbos/JavaScript30)|30 Day Vanilla JS Challenge|17412|9|2021-12-14|
|
||||
|5|[goproxy/goproxy.cn](https://github.com/goproxy/goproxy.cn)|The most trusted Go module proxy in China.|5531|6|2021-10-25|
|
||||
|6|[Sakura-gh/ML-notes](https://github.com/Sakura-gh/ML-notes)|notes about machine learning|3201|5|2021-11-22|
|
||||
|7|[plazum/find-keke](https://github.com/plazum/find-keke)|寻找唐可可|120|5|2021-12-19|
|
||||
|8|[yiqia/student_system](https://github.com/yiqia/student_system)|基于thinkphp6.0+mysql+bootstrap4的疫情防控系统毕业设计|69|5|2021-12-04|
|
||||
|9|[PeiQi0/PeiQi-WIKI-POC](https://github.com/PeiQi0/PeiQi-WIKI-POC)|鹿不在侧,鲸不予游🐋|1228|5|2021-07-04|
|
||||
|10|[hamukazu/lets-get-arrested](https://github.com/hamukazu/lets-get-arrested)|This project is intended to protest against the police in Japan|3808|4|2021-09-16|
|
||||
|11|[AirtestProject/Airtest](https://github.com/AirtestProject/Airtest)|UI Automation Framework for Games and Apps|5732|4|2021-12-13|
|
||||
|12|[kenzok8/openwrt-packages](https://github.com/kenzok8/openwrt-packages)|openwrt常用软件包|2419|4|2021-12-18|
|
||||
|13|[electron/electron-api-demos](https://github.com/electron/electron-api-demos)|Explore the Electron APIs|9956|4|2021-10-20|
|
||||
|14|[momo0853/kkndme](https://github.com/momo0853/kkndme)|kkndme聊房,数据整理自天涯。提供HTML、PDF和Markdown三种形式。|404|4|2021-12-16|
|
||||
|15|[kawa-yoiko/treasure-hole](https://github.com/kawa-yoiko/treasure-hole)|-|29|4|2021-12-13|
|
||||
|16|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads,主要包含:弱口令暴力破解、目录以及文件枚举、Web漏洞...字典运用于实战案例:https://gh0st.cn/archives/2019-11-11/1|1130|3|2021-10-22|
|
||||
|17|[evmn/Paul-Graham](https://github.com/evmn/Paul-Graham)|Paul Graham's Essays, Kindle version, set several sections for easy navigation|131|3|2021-12-11|
|
||||
|18|[qkqpttgf/OneManager-php](https://github.com/qkqpttgf/OneManager-php)|An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS.|2356|3|2021-12-18|
|
||||
|19|[CaiJimmy/hugo-theme-stack](https://github.com/CaiJimmy/hugo-theme-stack)|Card-style Hugo theme designed for bloggers|1345|3|2021-12-14|
|
||||
|20|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.|8969|3|2021-12-16|
|
||||
|21|[all-contributors/all-contributors](https://github.com/all-contributors/all-contributors)|✨ Recognize all contributors, not just the ones who push code ✨|5893|3|2021-12-17|
|
||||
|22|[TurboWay/big_screen](https://github.com/TurboWay/big_screen)|数据大屏可视化|1070|2|2021-06-04|
|
||||
|23|[zfaka-plus/zfaka](https://github.com/zfaka-plus/zfaka)|免费、安全、稳定、高效的发卡系统,值得拥有!|2933|2|2021-12-08|
|
||||
|24|[nkeonkeo/nekonekostatus](https://github.com/nkeonkeo/nekonekostatus)|一个Material Design风格的探针|287|2|2021-12-16|
|
||||
|25|[cloudfavorites/favorites-web](https://github.com/cloudfavorites/favorites-web)|云收藏 Spring Boot 2.X 开源项目|4486|2|2021-08-23|
|
||||
|26|[yangzongzhuan/RuoYi](https://github.com/yangzongzhuan/RuoYi)|:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用|1570|2|2021-12-18|
|
||||
|27|[MKorostoff/1-pixel-wealth](https://github.com/MKorostoff/1-pixel-wealth)|-|1243|2|2021-12-02|
|
||||
|28|[hua1995116/360-sneakers-viewer](https://github.com/hua1995116/360-sneakers-viewer)|鸿星尔克全景(360°)鞋子展示(包含建模过程)|229|2|2021-09-16|
|
||||
|29|[Chuyu-Team/Dism-Multi-language](https://github.com/Chuyu-Team/Dism-Multi-language)|Dism++ Multi-language Support & BUG Report|3225|2|2021-12-15|
|
||||
|30|[xiaolai/apple-computer-literacy](https://github.com/xiaolai/apple-computer-literacy)|个人电脑使用(以苹果产品为例)|142|2|2021-12-16|
|
||||
|31|[Huxpro/huxpro.github.io](https://github.com/Huxpro/huxpro.github.io)|My Blog / Jekyll Themes / PWA|6033|2|2021-11-14|
|
||||
|32|[BaizeSec/bylibrary](https://github.com/BaizeSec/bylibrary)|白阁文库是白泽Sec安全团队维护的一个漏洞POC和EXP公开项目|728|2|2021-10-11|
|
||||
|33|[mdo/code-guide](https://github.com/mdo/code-guide)|Standards for developing consistent, flexible, and sustainable HTML and CSS.|7779|2|2021-10-01|
|
||||
|34|[easychen/not-only-fans](https://github.com/easychen/not-only-fans)|an open source, self-hosted digital content subscription platform like `onlyfans.com` with cryptocurrency payment|248|2|2021-08-28|
|
||||
|35|[CaoCaoMiner/CC-Miner-Tax-Proxy](https://github.com/CaoCaoMiner/CC-Miner-Tax-Proxy)|操哥抽水器 - 最稳定的ETH/ETC抽水&中转程序|24|2|2021-12-18|
|
||||
|36|[qiubaiying/qiubaiying.github.io](https://github.com/qiubaiying/qiubaiying.github.io)|BY Blog ->|2674|2|2021-12-14|
|
||||
|37|[didi/ChineseNLP](https://github.com/didi/ChineseNLP)|Datasets, SOTA results of every fields of Chinese NLP|1452|2|2021-07-21|
|
||||
|38|[BlueSkyXN/AdGuardHomeRules](https://github.com/BlueSkyXN/AdGuardHomeRules)|高达百万级规则!由我原创&整理的 AdGuardHomeRules ADH广告拦截过滤规则!打造全网最强最全规则集|293|1|2021-11-19|
|
||||
|39|[tangxiaofeng7/SecExample](https://github.com/tangxiaofeng7/SecExample)|JAVA 漏洞靶场 (Vulnerability Environment For Java)|168|1|2021-07-15|
|
||||
|40|[BlueSkyXN/TencentCloud-Order](https://github.com/BlueSkyXN/TencentCloud-Order)|腾讯云产品-自定义参数购买一键单页,免额外抓包,直接输入参数提交自动跳转对应订单页面|140|1|2021-07-12|
|
||||
|41|[wx-chevalier/Database-Series](https://github.com/wx-chevalier/Database-Series)|📚深入浅出数据库存储:数据库理论、关系型数据库、文档型数据库、键值型数据库、New SQL、搜索引擎、数据仓库与 OLAP、大数据与数据中台|597|1|2021-11-06|
|
||||
|42|[sinaweibosdk/weibo_android_sdk](https://github.com/sinaweibosdk/weibo_android_sdk)|新浪微博 Android SDK|1746|1|2021-12-08|
|
||||
|43|[fzls/nvjdcdocker_backup](https://github.com/fzls/nvjdcdocker_backup)|备份2021.11.16的nvjdc 1.4版本|24|1|2021-11-17|
|
||||
|44|[BearLaboratory/smartdisplay-hardware](https://github.com/BearLaboratory/smartdisplay-hardware)|2.9寸墨水屏个人显示终端硬件显示|77|1|2021-09-24|
|
||||
|45|[Cl0udG0d/HXnineTails](https://github.com/Cl0udG0d/HXnineTails)|python3实现的集成了github上多个扫描工具的命令行WEB扫描工具|216|1|2021-12-13|
|
||||
|46|[muggledy/typora-dyzj-theme](https://github.com/muggledy/typora-dyzj-theme)|Typora主题css样式|67|1|2021-12-15|
|
||||
|47|[lyy289065406/re0-web](https://github.com/lyy289065406/re0-web)|Re0:从零开始的异世界生活 (WEB版)|819|1|2021-12-12|
|
||||
|48|[loivgehoto/Cloud-Disk-Website](https://github.com/loivgehoto/Cloud-Disk-Website)|基于springboot+mybatis实现的动态网盘网站|38|1|2021-10-11|
|
||||
|49|[Krasjet/quaternion](https://github.com/Krasjet/quaternion)|A brief introduction to the quaternions and its applications in 3D geometry.|799|1|2021-09-09|
|
||||
|50|[pengan1987/computer-museum-dnbwg](https://github.com/pengan1987/computer-museum-dnbwg)|电脑博物馆 - compumuseum.com|596|1|2021-11-27|
|
||||
|51|[JohnYan2017/SmartCharts](https://github.com/JohnYan2017/SmartCharts)|🔥数据可视化,大屏, 支持Echarts,SQL,API,VUE,可用于Jupyter, 比pyecharts容易, 极低门槛,拿来即用,比拖拽方便,项目插件或独立平台皆可, 简单, 敏捷, 高效, 通用化, 高度可定制化,为你完全打通前后端, 图形数据联动, 筛选开发毫无压力, 数据缓存处理机制让报表快人一步|205|1|2021-12-18|
|
||||
|52|[aisuda/amis-admin](https://github.com/aisuda/amis-admin)|基于 amis 的后台项目前端模板|862|1|2021-11-25|
|
||||
|53|[MassMove/AttackVectors](https://github.com/MassMove/AttackVectors)|A repository to monitor attack vectors from state-backed information operations|389|1|2021-08-28|
|
||||
|54|[ant-design-blazor/ant-design-pro-blazor](https://github.com/ant-design-blazor/ant-design-pro-blazor)|👨🏻💻👩🏻💻 An out-of-box UI solution for enterprise applications as a Blazor boilerplate.|419|1|2021-08-29|
|
||||
|55|[Alpha-Yang/CS-BAOYAN-2022](https://github.com/Alpha-Yang/CS-BAOYAN-2022)|计算机保研交流群(QQ群号:605176069)|80|1|2021-11-26|
|
||||
|56|[HelloGitHub-Team/Article](https://github.com/HelloGitHub-Team/Article)|讲解开源项目系列文章库|1230|1|2021-12-08|
|
||||
|57|[AndyXFuture/MCar-Arduino-ESP01S](https://github.com/AndyXFuture/MCar-Arduino-ESP01S)|A Mecanum-wheel car based on ESP01S.|32|1|2021-12-06|
|
||||
|58|[tigerneil/awesome-deep-rl](https://github.com/tigerneil/awesome-deep-rl)|For deep RL and the future of AI. |1087|1|2021-12-18|
|
||||
|59|[Wh0ale/SRC-experience](https://github.com/Wh0ale/SRC-experience)|工欲善其事,必先利其器|1105|1|2021-12-02|
|
||||
|60|[tencentyun/qcloud-documents](https://github.com/tencentyun/qcloud-documents)|腾讯云官方文档|1585|1|2021-12-18|
|
||||
|61|[niltok/magic-in-ten-mins](https://github.com/niltok/magic-in-ten-mins)|十分钟魔法练习|411|1|2021-12-17|
|
||||
|62|[HollowMan6/LZU-Auto-COVID-Health-Report](https://github.com/HollowMan6/LZU-Auto-COVID-Health-Report)|LZU Auto COVID Health Report.(兰州大学疫情期间自动定时健康打卡)|290|1|2021-11-22|
|
||||
|63|[r00tSe7en/Flash-Pop](https://github.com/r00tSe7en/Flash-Pop)|Flash钓鱼弹窗优化版|389|1|2021-12-11|
|
||||
|64|[kingcos/JueJueZiGenerator](https://github.com/kingcos/JueJueZiGenerator)|绝绝子生成器,YYDS!仅供娱乐,切勿当真~|150|1|2021-08-24|
|
||||
|65|[firemakergk/aquar-home](https://github.com/firemakergk/aquar-home)|-|32|1|2021-12-13|
|
||||
|66|[hugo-toha/toha](https://github.com/hugo-toha/toha)|A Hugo theme for personal portfolio|429|1|2021-12-14|
|
||||
|67|[ropensci/skimr](https://github.com/ropensci/skimr)|A frictionless, pipeable approach to dealing with summary statistics|965|1|2021-12-18|
|
||||
|68|[ecnice/flow](https://github.com/ecnice/flow)|企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, Shiro 等框架技术,前端采用Vue3&Antd,Vben)|247|1|2021-12-17|
|
||||
|69|[feiyu563/PrometheusAlert](https://github.com/feiyu563/PrometheusAlert)|Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等|1334|1|2021-12-15|
|
||||
|70|[kaityo256/github](https://github.com/kaityo256/github)|GitHub演習|253|1|2021-11-17|
|
||||
|71|[wangchucheng/hugo-eureka](https://github.com/wangchucheng/hugo-eureka)|Eureka is a feature-rich and highly customizable Hugo theme.|517|1|2021-12-15|
|
||||
|72|[chroblert/Flash-Pop2](https://github.com/chroblert/Flash-Pop2)|Flash-Pop升级版|43|1|2021-11-07|
|
||||
|73|[shaoxiongdu/JVMStudy](https://github.com/shaoxiongdu/JVMStudy)|💊JVM 底层原理解析 |169|1|2021-08-26|
|
||||
|74|[ffffffff0x/AboutSecurity](https://github.com/ffffffff0x/AboutSecurity)|Everything for pentest. 用于渗透测试的 payload 和 bypass 字典.|445|1|2021-12-13|
|
||||
|75|[SaltyLeo/i-book.in_Archive](https://github.com/SaltyLeo/i-book.in_Archive)|-|651|1|2021-08-03|
|
||||
|76|[TransparentLC/WechatMomentScreenshot](https://github.com/TransparentLC/WechatMomentScreenshot)|朋友圈转发截图生成工具|1367|1|2021-12-08|
|
||||
|77|[NLPIR-team/NLPIR](https://github.com/NLPIR-team/NLPIR)|-|3073|1|2021-11-29|
|
||||
|78|[xianmin/hugo-theme-jane](https://github.com/xianmin/hugo-theme-jane)|A readable & concise theme for Hugo|722|1|2021-06-23|
|
||||
|79|[JackieTseng/conference_call_for_paper](https://github.com/JackieTseng/conference_call_for_paper)|2021-2022 International Conferences in Artificial Intelligence, Machine Learning, Computer Vision, Data Mining, Natural Language Processing and Robotics|856|1|2021-10-07|
|
||||
|80|[TZG-official/Jvav](https://github.com/TZG-official/Jvav)|J v a v 与 您|476|1|2021-10-09|
|
||||
|81|[aardio/wubi-lex](https://github.com/aardio/wubi-lex)|WIN10 自带微软五笔码表与短语替换与管理工具( 可将系统五笔替换为郑码、小鹤音形等 ),并可增强五笔设置、热键等功能。 发布后的软件仅930KB( 绿色免安装 )。软件已自带郑码、小鹤音形、五笔86、98、091、新世纪码表,以及极点五笔、QQ五笔、 微软五笔默认词库、昱琼词库、海峰词库等。|561|1|2021-10-04|
|
||||
|82|[reuixiy/hugo-theme-meme](https://github.com/reuixiy/hugo-theme-meme)|You can’t spell aWEsoME without MEME! 😝|626|1|2021-12-12|
|
||||
|83|[tanjiti/sec_profile](https://github.com/tanjiti/sec_profile)|爬取secwiki和xuanwu.github.io/sec.today,分析安全信息站点、安全趋势、提取安全工作者账号(twitter,weixin,github等)|621|1|2021-12-19|
|
||||
|84|[onlyGuo/nginx-gui](https://github.com/onlyGuo/nginx-gui)|Nginx GUI Manager|1312|1|2021-11-26|
|
||||
|85|[onebirdrocks/geektime-ELK](https://github.com/onebirdrocks/geektime-ELK)|ELK Training|974|1|2021-12-09|
|
||||
|86|[fwonggh/Bthub](https://github.com/fwonggh/Bthub)|Bthub最新地址发布页|709|1|2021-12-01|
|
||||
|87|[Denkiame/Tategaki](https://github.com/Denkiame/Tategaki)|Translate Telegra.ph to vertical writing.|65|1|2021-11-23|
|
||||
|88|[onlinemad/5000-lottery](https://github.com/onlinemad/5000-lottery)|振興五倍券加碼券速查|61|1|2021-11-05|
|
||||
|89|[leizongmin/js-xss](https://github.com/leizongmin/js-xss)|Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist|4342|1|2021-12-13|
|
||||
|90|[L-M-Sherlock/sm18-lazy-package](https://github.com/L-M-Sherlock/sm18-lazy-package)|SuperMemo 18 中文懒人包|26|1|2021-12-11|
|
||||
|91|[kubernetes/website](https://github.com/kubernetes/website)|Kubernetes website and documentation repo: |2930|1|2021-12-19|
|
||||
|92|[6mb/Microsoft-365-Admin](https://github.com/6mb/Microsoft-365-Admin)|基于微软 API 的 office 365 用户管理(支持多账户切换)|297|1|2021-07-15|
|
||||
|93|[tengshe789/SpringCloud-miaosha](https://github.com/tengshe789/SpringCloud-miaosha)|一个基于spring cloud Greenwich的简单秒杀电子商城项目,适合新人阅读。A simple spring cloud based seckill shopping mall project, suitable for young people to read. It can be used as a paper material for academic defense.|193|0|2021-10-06|
|
||||
|94|[wx-chevalier/Spring-Series](https://github.com/wx-chevalier/Spring-Series)|Spring & Spring Boot & Spring Cloud & Alibaba Cloud 微服务与云原生实战|18|0|2021-11-28|
|
||||
|95|[Nick-Hopps/v2-ui-plus](https://github.com/Nick-Hopps/v2-ui-plus)|-|52|0|2021-09-16|
|
||||
|96|[tc39/proposal-intl-enumeration](https://github.com/tc39/proposal-intl-enumeration)|Return supported values of options, such as timeZone, calendars, numberingSystems, currencies, units|37|0|2021-12-02|
|
||||
|97|[godloveliang/Programming-a-Real-Self-Driving-Car](https://github.com/godloveliang/Programming-a-Real-Self-Driving-Car)|For this project, ROS nodes will be writing to implement core functionality of the autonomous vehicle system, including traffic light detection, control, and waypoint following! Then test the code usi ...|17|0|2021-09-08|
|
||||
|98|[wanqihua/blog](https://github.com/wanqihua/blog)|-|192|0|2021-08-10|
|
||||
|99|[DilemmaVi/ecsheet](https://github.com/DilemmaVi/ecsheet)|基于Luckysheet实现的协同编辑在线表格|67|0|2021-11-12|
|
||||
|100|[wx-chevalier/Rust-Series](https://github.com/wx-chevalier/Rust-Series)|Rust Series,语法基础、数据结构、并发编程、工程实践,常见的代码示例 & 数据结构与算法|27|0|2021-11-28|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Java.md
Normal file
116
content/charts/growth/software/Java.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Java
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce)|Apache Log4j 远程代码执行|2481|248|2021-12-15|
|
||||
|2|[whwlsfb/Log4j2Scan](https://github.com/whwlsfb/Log4j2Scan)|Log4j2 RCE Passive Scanner plugin for BurpSuite|973|108|2021-12-15|
|
||||
|3|[macrozheng/mall](https://github.com/macrozheng/mall)|mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。|54804|40|2021-12-15|
|
||||
|4|[pmiaowu/log4j2Scan](https://github.com/pmiaowu/log4j2Scan)|用于帮助企业内部快速扫描log4j2的jndi漏洞的burp插件|185|31|2021-12-15|
|
||||
|5|[tangxiaofeng7/BurpLog4j2Scan](https://github.com/tangxiaofeng7/BurpLog4j2Scan)|Burpsuite extension for log4j2rce|249|31|2021-12-13|
|
||||
|6|[jeecgboot/jeecg-boot](https://github.com/jeecgboot/jeecg-boot)|「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。|26432|24|2021-12-16|
|
||||
|7|[alibaba/arthas](https://github.com/alibaba/arthas)|Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas|27985|23|2021-12-18|
|
||||
|8|[f0ng/log4j2burpscanner](https://github.com/f0ng/log4j2burpscanner)|CVE-2021-44228,log4j2 burp插件 Java版本,可自定义ceye.io,也可以自定义内网的dnslog平台及请求接口定位内网漏洞机器(log4j2 RCE Burp Suite Passive Scanner,can customize the ceye.io api or other apis,including internal networks)|175|22|2021-12-15|
|
||||
|9|[seata/seata](https://github.com/seata/seata)|:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.|21351|20|2021-12-19|
|
||||
|10|[crossoverJie/JCSprout](https://github.com/crossoverJie/JCSprout)|👨🎓 Java Core Sprout : basic, concurrent, algorithm |26538|18|2021-10-12|
|
||||
|11|[proxyee-down-org/proxyee-down](https://github.com/proxyee-down-org/proxyee-down)|http下载工具,基于http代理,支持多连接分块下载|25338|17|2021-06-04|
|
||||
|12|[xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo)|该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的OR ...|24261|16|2021-11-07|
|
||||
|13|[EmYiQing/LDAPKit](https://github.com/EmYiQing/LDAPKit)|自用的LDAP测试工具,一键启动|124|16|2021-12-13|
|
||||
|14|[alibaba/nacos](https://github.com/alibaba/nacos)|an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.|20692|16|2021-12-18|
|
||||
|15|[alibaba/easyexcel](https://github.com/alibaba/easyexcel)|快速、简单避免OOM的java处理Excel工具|22135|16|2021-12-15|
|
||||
|16|[API-Security/APIKit](https://github.com/API-Security/APIKit)|APIKit:Discovery, Scan and Audit APIs Toolkit All In One.|408|16|2021-11-24|
|
||||
|17|[lenve/vhr](https://github.com/lenve/vhr)|微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。|22886|16|2021-11-02|
|
||||
|18|[Blankj/AndroidUtilCode](https://github.com/Blankj/AndroidUtilCode)|:fire: Android developers should collect the following utils(updating).|30240|15|2021-12-11|
|
||||
|19|[didi/DoraemonKit](https://github.com/didi/DoraemonKit)|一款面向泛前端产品研发全生命周期的效率平台。|18305|15|2021-12-08|
|
||||
|20|[elunez/eladmin](https://github.com/elunez/eladmin)|项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由|16943|15|2021-12-15|
|
||||
|21|[alibaba/spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)|Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.|20934|14|2021-12-08|
|
||||
|22|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|908|14|2021-12-14|
|
||||
|23|[scwang90/SmartRefreshLayout](https://github.com/scwang90/SmartRefreshLayout)|🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。|23186|14|2021-12-03|
|
||||
|24|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用、动态编译、BCEL、defineClass0,ScriptEngine、Expression等技术的一款免杀JSP Webshell生成工具|564|13|2021-12-16|
|
||||
|25|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|4062|13|2021-12-19|
|
||||
|26|[r00tSe7en/JNDIMonitor](https://github.com/r00tSe7en/JNDIMonitor)|一个LDAP请求监听器,摆脱dnslog平台|105|13|2021-12-16|
|
||||
|27|[alibaba/Sentinel](https://github.com/alibaba/Sentinel)|A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)|18072|13|2021-12-18|
|
||||
|28|[linlinjava/litemall](https://github.com/linlinjava/litemall)|又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端|16630|12|2021-10-07|
|
||||
|29|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写,目的hvv期间快速利用漏洞、降低漏洞利用门槛。|683|12|2021-12-13|
|
||||
|30|[apolloconfig/apollo](https://github.com/apolloconfig/apollo)|Apollo is a reliable configuration management system suitable for microservice configuration management scenarios.|26051|12|2021-12-19|
|
||||
|31|[apache/dubbo](https://github.com/apache/dubbo)|Apache Dubbo is a high-performance, java based, open source RPC framework.|36588|11|2021-12-19|
|
||||
|32|[dromara/Sa-Token](https://github.com/dromara/Sa-Token)|这可能是史上功能最全的Java权限认证框架!目前已集成——登录认证、权限认证、分布式Session会话、微服务网关鉴权、单点登录、OAuth2.0、踢人下线、Redis集成、前后台分离、记住我模式、模拟他人账号、临时身份切换、账号封禁、多账号认证体系、注解式鉴权、路由拦截式鉴权、花式token生成、自动续签、同端互斥登录、会话治理、密码加密、jwt集成、Spring集成、WebFlux集成...|7490|11|2021-12-18|
|
||||
|33|[CymChad/BaseRecyclerViewAdapterHelper](https://github.com/CymChad/BaseRecyclerViewAdapterHelper)|BRVAH:Powerful and flexible RecyclerAdapter|22524|11|2021-12-13|
|
||||
|34|[newbee-ltd/newbee-mall](https://github.com/newbee-ltd/newbee-mall)|🔥 🎉newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮 ...|8319|10|2021-12-10|
|
||||
|35|[boundaryx/cloudrasp-log4j2](https://github.com/boundaryx/cloudrasp-log4j2)|一个针对防御 log4j2 CVE-2021-44228 漏洞的 RASP 工具。 A Runtime Application Self-Protection module specifically designed for log4j2 RCE (CVE-2021-44228) defense.|90|10|2021-12-11|
|
||||
|36|[JessYanCoding/AndroidAutoSize](https://github.com/JessYanCoding/AndroidAutoSize)|🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).|12059|10|2021-12-13|
|
||||
|37|[bumptech/glide](https://github.com/bumptech/glide)|An image loading and caching library for Android focused on smooth scrolling|32043|10|2021-12-07|
|
||||
|38|[EmYiQing/ShiroHacker](https://github.com/EmYiQing/ShiroHacker)|针对Spring的一键改Shiro Key工具|170|9|2021-12-17|
|
||||
|39|[doocs/source-code-hunter](https://github.com/doocs/source-code-hunter)|😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等|7392|9|2021-12-14|
|
||||
|40|[metersphere/metersphere](https://github.com/metersphere/metersphere)|MeterSphere 是一站式开源持续测试平台,覆盖测试管理、接口测试、性能测试等。搞测试,就选 MeterSphere!|6331|9|2021-12-19|
|
||||
|41|[CarGuo/GSYVideoPlayer](https://github.com/CarGuo/GSYVideoPlayer)|视频播放器(IJKplayer、ExoPlayer、MediaPlayer),HTTPS,支持弹幕,外挂字幕,支持滤镜、水印、gif截图,片头广告、中间广告,多个同时播放,支持基本的拖动,声音、亮度调节,支持边播边缓存,支持视频自带rotation的旋转(90,270之类),重力旋转与手动旋转的同步支持,支持列表播放 ,列表全屏动画,视频加载速度,列表小窗口支持拖动,动画效果,调整比例,多分辨率切 ...|16947|9|2021-12-04|
|
||||
|42|[android-hacker/VirtualXposed](https://github.com/android-hacker/VirtualXposed)|A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.|12650|9|2021-11-28|
|
||||
|43|[KunMinX/Jetpack-MVVM-Best-Practice](https://github.com/KunMinX/Jetpack-MVVM-Best-Practice)|是 难得一见 的 Jetpack MVVM 最佳实践!在 以简驭繁 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!|6950|9|2021-12-09|
|
||||
|44|[xuxueli/xxl-job](https://github.com/xuxueli/xxl-job)|A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)|20201|9|2021-12-16|
|
||||
|45|[LSPosed/LSPosed](https://github.com/LSPosed/LSPosed)|LSPosed Framework|2961|8|2021-12-16|
|
||||
|46|[981011512/--](https://github.com/981011512/--)|停车场系统源码,停车场小程序,智能停车,Parking system,【功能介绍】:①兼容市面上主流的多家相机,理论上兼容所有硬件,可灵活扩展,②相机识别后数据自动上传到云端并记录,校验相机唯一id和硬件序列号,防止非法数据录入,③用户手机查询停车记录详情可自主缴费(支持微信,支付宝,银行接口支付,支持每个停车场指定不同的商户进行收款),支付后出场在免费时间内会自动抬杆。④支持app上查询附近停车 ...|4550|8|2021-11-09|
|
||||
|47|[Tencent/QMUI_Android](https://github.com/Tencent/QMUI_Android)|提高 Android UI 开发效率的 UI 库|13341|8|2021-12-17|
|
||||
|48|[Tencent/tinker](https://github.com/Tencent/tinker)|Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.|16151|8|2021-12-09|
|
||||
|49|[shuzheng/zheng](https://github.com/shuzheng/zheng)|基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。|16163|8|2021-12-09|
|
||||
|50|[zxbu/webdav-aliyundriver](https://github.com/zxbu/webdav-aliyundriver)|阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现|2789|8|2021-12-15|
|
||||
|51|[OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator)|OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)|10635|8|2021-12-19|
|
||||
|52|[0x727/JNDIExploit](https://github.com/0x727/JNDIExploit)|一款用于JNDI注入利用的工具,大量参考/引用了Rogue JNDI项目的代码,支持直接植入内存shell,并集成了常见的bypass 高版本JDK的方式,适用于与自动化工具配合使用。|440|8|2021-12-13|
|
||||
|53|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池,附带监控报警功能(没有依赖中间件),完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1511|8|2021-12-18|
|
||||
|54|[dromara/hutool](https://github.com/dromara/hutool)|🍬A set of tools that keep Java sweet.|21387|8|2021-12-17|
|
||||
|55|[alibaba/ARouter](https://github.com/alibaba/ARouter)|💪 A framework for assisting in the renovation of Android componentization (帮助 Android App 进行组件化改造的路由框架)|13587|7|2021-11-27|
|
||||
|56|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine testing platform. Sonic云真机测试平台后端服务。|884|7|2021-12-16|
|
||||
|57|[yuliskov/SmartTubeNext](https://github.com/yuliskov/SmartTubeNext)|Ad free app for watching tube videos on Android TV boxes|3600|7|2021-12-18|
|
||||
|58|[alibaba/druid](https://github.com/alibaba/druid)|阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池|24930|7|2021-12-15|
|
||||
|59|[paascloud/paascloud-master](https://github.com/paascloud/paascloud-master)|spring cloud + vue + oAuth2.0全家桶实战,前后端分离模拟商城,完整的购物流程、后端运营平台,可以实现快速搭建企业级微服务项目。支持微信登录等三方登录。|9195|7|2021-12-09|
|
||||
|60|[Tencent/APIJSON](https://github.com/Tencent/APIJSON)|🚀 零代码、热更新、全自动 ORM 库,后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🚀 A JSON Transmission Protocol and an ORM Library for automatically providing APIs and Docs.|12559|7|2021-12-06|
|
||||
|61|[alibaba/DataX](https://github.com/alibaba/DataX)|DataX是阿里云DataWorks数据集成的开源版本。|10147|7|2021-12-17|
|
||||
|62|[facebook/fresco](https://github.com/facebook/fresco)|An Android library for managing images and the memory they use.|16716|7|2021-12-17|
|
||||
|63|[Tencent/Shadow](https://github.com/Tencent/Shadow)|零反射全动态Android插件框架|6045|7|2021-12-14|
|
||||
|64|[alibaba/canal](https://github.com/alibaba/canal)|阿里巴巴 MySQL binlog 增量订阅&消费组件 |21476|7|2021-12-17|
|
||||
|65|[jambestwick/web3jdemo](https://github.com/jambestwick/web3jdemo)|功能强大的web3j以太坊用例,支持批量生成钱包,批量不同账户转账,查询余额等,争取做大第一看盘,买卖工具,持续更新中... ...|140|7|2021-12-15|
|
||||
|66|[wildfirechat/server](https://github.com/wildfirechat/server)|即时通讯(IM)系统|6378|6|2021-12-17|
|
||||
|67|[crossoverJie/cim](https://github.com/crossoverJie/cim)|📲cim(cross IM) 适用于开发者的分布式即时通讯系统|8109|6|2021-10-12|
|
||||
|68|[lilishop/lilishop](https://github.com/lilishop/lilishop)|电商商城 商城系统|1330|6|2021-12-16|
|
||||
|69|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统|1873|6|2021-12-16|
|
||||
|70|[hyb1996/Auto.js](https://github.com/hyb1996/Auto.js)|A UiAutomator on android, does not need root access(安卓平台上的JavaScript自动化工具)|10883|6|2021-12-12|
|
||||
|71|[YunaiV/onemall](https://github.com/YunaiV/onemall)|芋道 mall 商城,基于微服务的思想,构建在 B2C 电商场景下的项目实战。核心技术栈,是 Spring Boot + Dubbo 。未来,会重构成 Spring Cloud Alibaba 。|5312|6|2021-10-12|
|
||||
|72|[LuckSiege/PictureSelector](https://github.com/LuckSiege/PictureSelector)|Picture Selector Library for Android or 图片选择器|11095|6|2021-12-18|
|
||||
|73|[vipshop/vjtools](https://github.com/vipshop/vjtools)|The vip.com's java coding standard, libraries and tools|7200|6|2021-12-09|
|
||||
|74|[youth5201314/banner](https://github.com/youth5201314/banner)|🔥🔥🔥Banner 2.0 来了!Android广告图片轮播控件,内部基于ViewPager2实现,Indicator和UI都可以自定义。|11682|6|2021-07-11|
|
||||
|75|[alibaba/vlayout](https://github.com/alibaba/vlayout)|Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layout ...|10818|6|2021-07-14|
|
||||
|76|[alibaba/fastjson](https://github.com/alibaba/fastjson)|A fast JSON parser/generator for Java. |23997|6|2021-12-16|
|
||||
|77|[gedoor/MyBookshelf](https://github.com/gedoor/MyBookshelf)|阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|7122|6|2021-10-26|
|
||||
|78|[li-xiaojun/XPopup](https://github.com/li-xiaojun/XPopup)|🔥XPopup2.0版本重磅来袭,2倍以上性能提升,带来可观的动画性能优化和交互细节的提升!!!功能强大,交互优雅,动画丝滑的通用弹窗!可以替代Dialog,PopupWindow,PopupMenu,BottomSheet,DrawerLayout,Spinner等组件,自带十几种效果良好的动画, 支持完全的UI和动画自定义!(Powerful and Beautiful Popup for A ...|6106|6|2021-12-17|
|
||||
|79|[Curzibn/Luban](https://github.com/Curzibn/Luban)|Luban(鲁班)—Image compression with efficiency very close to WeChat Moments/可能是最接近微信朋友圈的图片压缩算法|12794|6|2021-11-06|
|
||||
|80|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|536|6|2021-12-13|
|
||||
|81|[seaswalker/spring-analysis](https://github.com/seaswalker/spring-analysis)|Spring源码阅读|11249|6|2021-06-04|
|
||||
|82|[didi/LogiKM](https://github.com/didi/LogiKM)|一站式Apache Kafka集群指标监控与运维管控平台|3281|5|2021-12-17|
|
||||
|83|[PowerJob/PowerJob](https://github.com/PowerJob/PowerJob)|Enterprise job scheduling middleware with distributed computing ability.|3229|5|2021-12-17|
|
||||
|84|[zhaojun1998/zfile](https://github.com/zhaojun1998/zfile)|在线云盘、网盘、OneDrive、云存储、私有云、对象存储、h5ai|4289|5|2021-10-30|
|
||||
|85|[Justson/AgentWeb](https://github.com/Justson/AgentWeb)| AgentWeb is a powerful library based on Android WebView.|8375|5|2021-11-28|
|
||||
|86|[flink-extended/flink-remote-shuffle](https://github.com/flink-extended/flink-remote-shuffle)|Remote Shuffle Service for Flink|90|5|2021-12-16|
|
||||
|87|[daimajia/AndroidSwipeLayout](https://github.com/daimajia/AndroidSwipeLayout)|The Most Powerful Swipe Layout!|12161|5|2021-08-05|
|
||||
|88|[2227324689/gpmall](https://github.com/2227324689/gpmall)|【咕泡学院实战项目】-基于SpringBoot+Dubbo构建的电商平台-微服务架构、商城、电商、微服务、高并发、kafka、Elasticsearch|4241|5|2021-12-07|
|
||||
|89|[H07000223/FlycoTabLayout](https://github.com/H07000223/FlycoTabLayout)|An Android TabLayout Lib|10493|5|2021-11-22|
|
||||
|90|[YoKeyword/Fragmentation](https://github.com/YoKeyword/Fragmentation)|[DEPRECATED] A powerful library that manage Fragment for Android|9713|5|2021-06-03|
|
||||
|91|[huanghaibin-dev/CalendarView](https://github.com/huanghaibin-dev/CalendarView)|Android上一个优雅、万能自定义UI、仿iOS、支持垂直、水平方向切换、支持周视图、自定义周起始、性能高效的日历控件,支持热插拔实现的UI定制!支持标记、自定义颜色、农历、自定义月视图各种显示模式等。Canvas绘制,速度快、占用内存低,你真的想不到日历居然还可以如此优雅!An elegant, highly customized and high-performance Calendar W ...|7998|5|2021-10-11|
|
||||
|92|[dianping/cat](https://github.com/dianping/cat)|CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。|16236|5|2021-12-18|
|
||||
|93|[Meituan-Dianping/Leaf](https://github.com/Meituan-Dianping/Leaf)|Distributed ID Generate Service|5080|5|2021-12-14|
|
||||
|94|[lihengming/spring-boot-api-project-seed](https://github.com/lihengming/spring-boot-api-project-seed)|:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~|8980|5|2021-07-21|
|
||||
|95|[pinpoint-apm/pinpoint](https://github.com/pinpoint-apm/pinpoint)|APM, (Application Performance Management) tool for large-scale distributed systems. |11883|5|2021-12-17|
|
||||
|96|[alibaba/atlas](https://github.com/alibaba/atlas)|A powerful Android Dynamic Component Framework.|8028|5|2021-09-17|
|
||||
|97|[Bigkoo/Android-PickerView](https://github.com/Bigkoo/Android-PickerView)|This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)|13003|5|2021-06-28|
|
||||
|98|[daniulive/SmarterStreaming](https://github.com/daniulive/SmarterStreaming)|业内为数不多致力于极致体验的超强全自研跨平台(windows/linux/android/iOS)流媒体内核,通过模块化自由组合,支持实时RTMP推流、RTSP推流、RTMP播放器、RTSP播放器、录像、多路流媒体转发、音视频导播、动态视频合成、音频混音、直播互动、内置轻量级RTSP服务等,比快更快,业界真正靠谱的超低延迟直播SDK(1秒内,低延迟模式下200~400ms)。|9835|5|2021-12-08|
|
||||
|99|[JessYanCoding/MVPArms](https://github.com/JessYanCoding/MVPArms)|⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架). |10146|5|2021-11-19|
|
||||
|100|[Nepxion/Discovery](https://github.com/Nepxion/Discovery)|☀️ Nepxion Discovery is a solution for Spring Cloud with blue green, gray, route, limitation, circuit breaker, degrade, isolation, tracing, dye, failover 蓝绿、灰度、路由、限流、熔断、降级、隔离、追踪、流量染色、故障转移|4658|4|2021-10-06|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/JavaScript.md
Normal file
116
content/charts/growth/software/JavaScript.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > JavaScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|15007|112|2021-12-15|
|
||||
|2|[vuejs/vue](https://github.com/vuejs/vue)|🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.|191406|62|2021-12-17|
|
||||
|3|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2140|33|2021-12-18|
|
||||
|4|[RimoChan/match-you](https://github.com/RimoChan/match-you)|【您配吗】配你吗|956|32|2021-12-06|
|
||||
|5|[qier222/YesPlayMusic](https://github.com/qier222/YesPlayMusic)|高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron: |12989|30|2021-12-19|
|
||||
|6|[dcloudio/uni-app](https://github.com/dcloudio/uni-app)|uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架|34954|28|2021-12-19|
|
||||
|7|[iamkun/dayjs](https://github.com/iamkun/dayjs)|⏰ Day.js 2kB immutable date-time library alternative to Moment.js with the same modern API|37373|28|2021-12-17|
|
||||
|8|[agalwood/Motrix](https://github.com/agalwood/Motrix)|A full-featured download manager.|29364|27|2021-12-14|
|
||||
|9|[menzi11/BullshitGenerator](https://github.com/menzi11/BullshitGenerator)| Needs to generate some texts to test if my GUI rendering codes good or not. so I made this.|15259|19|2021-07-10|
|
||||
|10|[NARKOZ/hacker-scripts](https://github.com/NARKOZ/hacker-scripts)|Based on a true story|43200|19|2021-10-01|
|
||||
|11|[chinese-poetry/chinese-poetry](https://github.com/chinese-poetry/chinese-poetry)|The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。|34882|18|2021-12-13|
|
||||
|12|[lyswhut/lx-music-desktop](https://github.com/lyswhut/lx-music-desktop)|一个基于 electron 的音乐软件|14969|17|2021-12-17|
|
||||
|13|[mengshukeji/Luckysheet](https://github.com/mengshukeji/Luckysheet)|Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.|9773|17|2021-12-17|
|
||||
|14|[serverless/serverless](https://github.com/serverless/serverless)|⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! – |41581|17|2021-12-17|
|
||||
|15|[Semantic-Org/Semantic-UI](https://github.com/Semantic-Org/Semantic-UI)|Semantic is a UI component framework based around useful principles from natural language.|49729|16|2021-09-05|
|
||||
|16|[goldbergyoni/javascript-testing-best-practices](https://github.com/goldbergyoni/javascript-testing-best-practices)|📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)|13976|16|2021-11-21|
|
||||
|17|[qishibo/AnotherRedisDesktopManager](https://github.com/qishibo/AnotherRedisDesktopManager)|🚀🚀🚀A faster, better and more stable redis desktop manager [GUI client], compatible with Linux, Windows, Mac. What's more, it won't crash when loading massive keys.|17706|16|2021-12-16|
|
||||
|18|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|925|15|2021-10-30|
|
||||
|19|[mermaid-js/mermaid](https://github.com/mermaid-js/mermaid)|Generation of diagram and flowchart from text in a similar manner as markdown|39019|15|2021-12-17|
|
||||
|20|[alyssaxuu/screenity](https://github.com/alyssaxuu/screenity)|The most powerful screen recorder & annotation tool for Chrome 🎥|6229|15|2021-12-16|
|
||||
|21|[Meituan-Dianping/mpvue](https://github.com/Meituan-Dianping/mpvue)|基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系。|20384|15|2021-08-11|
|
||||
|22|[docmirror/dev-sidecar](https://github.com/docmirror/dev-sidecar)|开发者边车,github打不开,github加速,git clone加速,git release下载加速,stackoverflow加速|6143|14|2021-12-15|
|
||||
|23|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4078|14|2021-10-20|
|
||||
|24|[DIYgod/RSSHub](https://github.com/DIYgod/RSSHub)|🍰 Everything is RSSible|18113|13|2021-12-19|
|
||||
|25|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|2578|13|2021-12-19|
|
||||
|26|[Tencent/wepy](https://github.com/Tencent/wepy)|小程序组件化开发框架|21649|12|2021-11-16|
|
||||
|27|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2344|12|2021-12-09|
|
||||
|28|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|2640|12|2021-12-11|
|
||||
|29|[MrXujiang/h5-Dooring](https://github.com/MrXujiang/h5-Dooring)|H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.|5832|12|2021-12-08|
|
||||
|30|[stephentian/33-js-concepts](https://github.com/stephentian/33-js-concepts)|:scroll: 每个 JavaScript 工程师都应懂的33个概念 @leonardomso|12518|11|2021-08-12|
|
||||
|31|[fastify/fastify](https://github.com/fastify/fastify)|Fast and low overhead web framework, for Node.js|21491|11|2021-12-18|
|
||||
|32|[naptha/tesseract.js](https://github.com/naptha/tesseract.js)|Pure Javascript OCR for more than 100 Languages 📖🎉🖥|25247|11|2021-11-25|
|
||||
|33|[Binaryify/NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)|网易云音乐 Node.js API service|22301|11|2021-12-18|
|
||||
|34|[alvarotrigo/fullPage.js](https://github.com/alvarotrigo/fullPage.js)|fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple|32975|11|2021-12-13|
|
||||
|35|[YMFE/yapi](https://github.com/YMFE/yapi)|YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台|23251|11|2021-11-30|
|
||||
|36|[myliang/x-spreadsheet](https://github.com/myliang/x-spreadsheet)|A web-based JavaScript(canvas) spreadsheet|12046|10|2021-12-15|
|
||||
|37|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|645|10|2021-12-17|
|
||||
|38|[koajs/koa](https://github.com/koajs/koa)|Expressive middleware for node.js using ES2017 async functions|32088|10|2021-12-14|
|
||||
|39|[bilibili/flv.js](https://github.com/bilibili/flv.js)|HTML5 FLV Player|20534|10|2021-11-04|
|
||||
|40|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|1792|10|2021-12-17|
|
||||
|41|[redux-saga/redux-saga](https://github.com/redux-saga/redux-saga)|An alternative side effect model for Redux apps|21975|10|2021-12-05|
|
||||
|42|[bndw/wifi-card](https://github.com/bndw/wifi-card)|📶 Print a QR code for connecting to your WiFi (wificard.io)|5535|10|2021-11-04|
|
||||
|43|[PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)|a vue2.0 minimal admin template |15412|9|2021-12-16|
|
||||
|44|[lllyasviel/style2paints](https://github.com/lllyasviel/style2paints)|sketch + style = paints :art: (TOG2018/SIGGRAPH2018ASIA)|14366|9|2021-11-27|
|
||||
|45|[xiandanin/magnetW](https://github.com/xiandanin/magnetW)|磁力链接聚合搜索|12623|9|2021-06-29|
|
||||
|46|[EastWorld/wechat-app-mall](https://github.com/EastWorld/wechat-app-mall)|微信小程序商城,微信小程序微店|15345|9|2021-12-16|
|
||||
|47|[r0ysue/r0capture](https://github.com/r0ysue/r0capture)|安卓应用层抓包通杀脚本|3345|9|2021-11-04|
|
||||
|48|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1339|9|2021-12-09|
|
||||
|49|[youzan/vant-weapp](https://github.com/youzan/vant-weapp)|轻量、可靠的小程序 UI 组件库|15428|9|2021-12-14|
|
||||
|50|[eggjs/egg](https://github.com/eggjs/egg)|🥚 Born to build better enterprise frameworks and apps with Node.js & Koa|17617|9|2021-12-06|
|
||||
|51|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2557|9|2021-12-17|
|
||||
|52|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|自用京东JS脚本,已加入助力池;支持【青龙】、【腾讯云函数】、【elecV2P】;低调使用,请勿fork!!!|1856|8|2021-12-19|
|
||||
|53|[d2-projects/d2-admin](https://github.com/d2-projects/d2-admin)|An elegant dashboard|11013|8|2021-12-16|
|
||||
|54|[zadam/trilium](https://github.com/zadam/trilium)|Build your personal knowledge base with Trilium Notes|12584|8|2021-12-17|
|
||||
|55|[dvajs/dva](https://github.com/dvajs/dva)|🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)|15883|8|2021-09-21|
|
||||
|56|[didi/chameleon](https://github.com/didi/chameleon)|🦎 一套代码运行多端,一端所见即多端所见|8639|8|2021-10-06|
|
||||
|57|[SaekiRaku/vscode-rainbow-fart](https://github.com/SaekiRaku/vscode-rainbow-fart)|一个在你编程时疯狂称赞你的 VSCode 扩展插件 An VSCode extension that keeps giving you compliment while you are coding, it will checks the keywords of code to play suitable sounds.|4589|8|2021-09-03|
|
||||
|58|[USTC-Hackergame/hackergame2021-writeups](https://github.com/USTC-Hackergame/hackergame2021-writeups)|中国科学技术大学第八届信息安全大赛的官方与非官方题解|356|7|2021-11-23|
|
||||
|59|[localForage/localForage](https://github.com/localForage/localForage)|💾 Offline storage, improved. Wraps IndexedDB, WebSQL, or localStorage using a simple but powerful API.|19840|7|2021-11-26|
|
||||
|60|[acdlite/recompose](https://github.com/acdlite/recompose)|A React utility belt for function components and higher-order components.|14819|7|2021-12-07|
|
||||
|61|[answershuto/learnVue](https://github.com/answershuto/learnVue)|:octocat:Vue.js 源码解析|11516|7|2021-07-26|
|
||||
|62|[ramda/ramda](https://github.com/ramda/ramda)|:ram: Practical functional Javascript|21474|7|2021-12-18|
|
||||
|63|[nextapps-de/flexsearch](https://github.com/nextapps-de/flexsearch)|Next-Generation full text search library for Browser and Node.js|8108|6|2021-11-18|
|
||||
|64|[lan-tianxiang/JS_TOOL](https://github.com/lan-tianxiang/JS_TOOL)|Node网页开发工具|1542|6|2021-09-06|
|
||||
|65|[sequelize/sequelize](https://github.com/sequelize/sequelize)|An easy-to-use and promise-based multi SQL dialects ORM tool for Node.js|25423|6|2021-12-18|
|
||||
|66|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|1820|6|2021-12-19|
|
||||
|67|[NobyDa/Script](https://github.com/NobyDa/Script)|This project is based on the scripting capabilities of two excellent iOS proxy tools, Quantumult X or Surge.|4987|6|2021-12-03|
|
||||
|68|[dushixiang/next-terminal](https://github.com/dushixiang/next-terminal)|Next Terminal是一个轻量级堡垒机系统,易安装,易使用,支持RDP、SSH、VNC、Telnet、Kubernetes协议。|2354|6|2021-12-12|
|
||||
|69|[be5invis/Iosevka](https://github.com/be5invis/Iosevka)|Versatile typeface for code, from code.|13138|6|2021-12-19|
|
||||
|70|[didi/cube-ui](https://github.com/didi/cube-ui)|:large_orange_diamond: A fantastic mobile ui lib implement by Vue|8896|6|2021-11-24|
|
||||
|71|[XIU2/UserScript](https://github.com/XIU2/UserScript)|🐵 自用的一些乱七八糟 油猴脚本~ |2579|6|2021-12-19|
|
||||
|72|[bailicangdu/node-elm](https://github.com/bailicangdu/node-elm)|基于 node.js + Mongodb 构建的后台系统|11224|6|2021-12-14|
|
||||
|73|[modood/Administrative-divisions-of-China](https://github.com/modood/Administrative-divisions-of-China)|中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据。|11727|6|2021-07-15|
|
||||
|74|[tj/commander.js](https://github.com/tj/commander.js)|node.js command-line interfaces made easy|21763|6|2021-12-19|
|
||||
|75|[AutoPiano/AutoPiano](https://github.com/AutoPiano/AutoPiano)|自由钢琴 🎹 AutoPiano ( https://www.autopiano.cn ) Simple & Elegant Piano Online|5117|5|2021-09-18|
|
||||
|76|[openspug/spug](https://github.com/openspug/spug)|开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。|6810|5|2021-12-15|
|
||||
|77|[easy-mock/easy-mock](https://github.com/easy-mock/easy-mock)|A persistent service that generates mock data quickly and provids visualization view.|8644|5|2021-11-22|
|
||||
|78|[pandao/editor.md](https://github.com/pandao/editor.md)|The open source embeddable online markdown editor (component).|11743|5|2021-12-14|
|
||||
|79|[unbug/codelf](https://github.com/unbug/codelf)|A search tool helps dev to solve the naming things problem.|12053|5|2021-06-24|
|
||||
|80|[cteamx/Thief](https://github.com/cteamx/Thief)|一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。|3971|5|2021-09-10|
|
||||
|81|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|657|5|2021-12-11|
|
||||
|82|[dcloudio/mui](https://github.com/dcloudio/mui)|最接近原生APP体验的高性能框架|13296|5|2021-07-07|
|
||||
|83|[kgco/RateMySupervisor](https://github.com/kgco/RateMySupervisor)|永久免费开源的导师评价数据、数据爬虫、无需编程基础的展示网页以及新信息补充平台|2400|5|2021-11-01|
|
||||
|84|[parallax/jsPDF](https://github.com/parallax/jsPDF)|Client-side JavaScript PDF generation for everyone.|23349|5|2021-12-17|
|
||||
|85|[w37fhy/QuantumultX](https://github.com/w37fhy/QuantumultX)|同步和更新大佬脚本库,更新懒人配置|2302|5|2021-10-04|
|
||||
|86|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1018|5|2021-12-17|
|
||||
|87|[alibaba/x-render](https://github.com/alibaba/x-render)|🚴♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案|3880|5|2021-12-14|
|
||||
|88|[ly525/luban-h5](https://github.com/ly525/luban-h5)|[WIP]en: web design tool mobile page builder/editor mini webflow for mobile page. zh: 类似易企秀的H5制作、建站工具、可视化搭建系统.|4991|5|2021-12-05|
|
||||
|89|[blackmatrix7/ios_rule_script](https://github.com/blackmatrix7/ios_rule_script)|各平台的分流规则、复写规则及自动化脚本。|2947|5|2021-12-18|
|
||||
|90|[Tencent/kbone](https://github.com/Tencent/kbone)|一个致力于微信小程序和 Web 端同构的解决方案|4139|5|2021-12-01|
|
||||
|91|[Tencent/omi](https://github.com/Tencent/omi)| Front End Cross-Frameworks Framework - 前端跨框架跨平台框架|12153|5|2021-11-15|
|
||||
|92|[AmruthPillai/Reactive-Resume](https://github.com/AmruthPillai/Reactive-Resume)|A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!|3280|5|2021-12-12|
|
||||
|93|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1368|5|2021-12-17|
|
||||
|94|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|947|4|2021-12-19|
|
||||
|95|[ntfstool/ntfstool](https://github.com/ntfstool/ntfstool)|A ntfs tool for mac|2466|4|2021-10-14|
|
||||
|96|[avwo/whistle](https://github.com/avwo/whistle)|HTTP, HTTP2, HTTPS, Websocket debugging proxy|9685|4|2021-12-17|
|
||||
|97|[PatrickJS/angular-starter](https://github.com/PatrickJS/angular-starter)|Angular Starter|10408|4|2021-09-07|
|
||||
|98|[timarney/react-app-rewired](https://github.com/timarney/react-app-rewired)|Override create-react-app webpack configs without ejecting|8630|4|2021-12-15|
|
||||
|99|[Hackl0us/SS-Rule-Snippet](https://github.com/Hackl0us/SS-Rule-Snippet)|搜集、整理、维护 Surge / Quantumult (X) / Shadowrocket / Surfboard / clash (Premium) 实用规则。|7323|4|2021-12-17|
|
||||
|100|[mindskip/xzs](https://github.com/mindskip/xzs)|学之思开源考试系统 - postgresql版,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便(集成部署、前后端分离部署、docker部署)、界面设计友好、代码结构清晰|1827|4|2021-12-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Jupyter-Notebook.md
Normal file
116
content/charts/growth/software/Jupyter-Notebook.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Jupyter Notebook
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[jantic/DeOldify](https://github.com/jantic/DeOldify)|A Deep Learning based project for colorizing and restoring old images (and video!)|14467|13|2021-12-13|
|
||||
|2|[selfteaching/the-craft-of-selfteaching](https://github.com/selfteaching/the-craft-of-selfteaching)|One has no future if one couldn't teach themself.|13007|13|2021-11-27|
|
||||
|3|[leandromoreira/digital_video_introduction](https://github.com/leandromoreira/digital_video_introduction)|A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).|12185|7|2021-11-24|
|
||||
|4|[roboticcam/machine-learning-notes](https://github.com/roboticcam/machine-learning-notes)|My continuously updated Machine Learning, Probabilistic Models and Deep Learning notes and demos (2000+ slides) 我不间断更新的机器学习,概率模型和深度学习的讲义(2000+页)和视频链接|5390|4|2021-12-11|
|
||||
|5|[ieee8023/covid-chestxray-dataset](https://github.com/ieee8023/covid-chestxray-dataset)|We are building an open database of COVID-19 cases with chest X-ray or CT images.|2758|4|2021-10-14|
|
||||
|6|[NVIDIA/NeMo](https://github.com/NVIDIA/NeMo)|NeMo: a toolkit for conversational AI|3684|4|2021-12-19|
|
||||
|7|[ljpzzz/machinelearning](https://github.com/ljpzzz/machinelearning)|My blogs and code for machine learning. http://cnblogs.com/pinard|5982|3|2021-10-01|
|
||||
|8|[yangxy/GPEN](https://github.com/yangxy/GPEN)|-|746|3|2021-12-16|
|
||||
|9|[cleverhans-lab/cleverhans](https://github.com/cleverhans-lab/cleverhans)|An adversarial example library for constructing attacks, building defenses, and benchmarking both|5356|3|2021-11-28|
|
||||
|10|[wangshub/RL-Stock](https://github.com/wangshub/RL-Stock)|📈 如何用深度强化学习自动炒股|2090|3|2021-09-08|
|
||||
|11|[Alfred1984/interesting-python](https://github.com/Alfred1984/interesting-python)|有趣的Python爬虫和Python数据分析小项目(Some interesting Python crawlers and data analysis projects)|3927|3|2021-07-06|
|
||||
|12|[yoyoyo-yo/Gasyori100knock](https://github.com/yoyoyo-yo/Gasyori100knock)|image processing codes to understand algorithm|1988|2|2021-11-21|
|
||||
|13|[chenghuige/pikachu2](https://github.com/chenghuige/pikachu2)|微信大数据2021 1st,qq浏览器2021 3rd,mind新闻推荐2020 1st,NAIC2020 AI+遥感影像 2nd|94|2|2021-11-17|
|
||||
|14|[yijixiuxin/chanlun](https://github.com/yijixiuxin/chanlun)|基于缠中说禅所理解的市场行情的分析工具|19|2|2021-12-18|
|
||||
|15|[4paradigm/AutoX](https://github.com/4paradigm/AutoX)|AutoX is an efficient automl tool, which is mainly aimed at data mining competitions with tabular data.|320|2|2021-12-16|
|
||||
|16|[marcotcr/checklist](https://github.com/marcotcr/checklist)|Beyond Accuracy: Behavioral Testing of NLP models with CheckList|1542|2|2021-11-23|
|
||||
|17|[snakers4/silero-models](https://github.com/snakers4/silero-models)|Silero Models: pre-trained speech-to-text, text-to-speech and text-enhancement models made embarrassingly simple|1157|2|2021-12-09|
|
||||
|18|[NELSONZHAO/zhihu](https://github.com/NELSONZHAO/zhihu)|This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such a ...|3307|2|2021-06-14|
|
||||
|19|[juntang-zhuang/Adabelief-Optimizer](https://github.com/juntang-zhuang/Adabelief-Optimizer)|Repository for NeurIPS 2020 Spotlight "AdaBelief Optimizer: Adapting stepsizes by the belief in observed gradients"|958|2|2021-06-11|
|
||||
|20|[chokkan/mlnote](https://github.com/chokkan/mlnote)|機械学習帳|146|2|2021-12-17|
|
||||
|21|[amaiya/ktrain](https://github.com/amaiya/ktrain)|ktrain is a Python library that makes deep learning and AI more accessible and easier to apply|928|1|2021-12-16|
|
||||
|22|[TheEconomist/big-mac-data](https://github.com/TheEconomist/big-mac-data)|Data and methodology for the Big Mac index|1209|1|2021-07-26|
|
||||
|23|[fastai/course20](https://github.com/fastai/course20)|Deep Learning for Coders, 2020, the website|691|1|2021-12-16|
|
||||
|24|[LYuhang/GNN_Review](https://github.com/LYuhang/GNN_Review)|GNN综述阅读报告|550|1|2021-08-17|
|
||||
|25|[gengyanlei/fire-smoke-detect-yolov4](https://github.com/gengyanlei/fire-smoke-detect-yolov4)|fire-smoke-detect-yolov4-yolov5 and fire-smoke-detection-dataset 火灾检测,烟雾检测|591|1|2021-10-29|
|
||||
|26|[jackhuntcn/2021ccf_iqiyi_nlp](https://github.com/jackhuntcn/2021ccf_iqiyi_nlp)|-|15|1|2021-12-03|
|
||||
|27|[datawhalechina/thorough-pytorch](https://github.com/datawhalechina/thorough-pytorch)|-|112|1|2021-11-15|
|
||||
|28|[FinMind/FinMind](https://github.com/FinMind/FinMind)|Open Data, more than 50 financial data. 提供超過 50 個金融資料(台股為主),每天更新 https://finmind.github.io/|1622|1|2021-12-13|
|
||||
|29|[lxztju/pytorch_classification](https://github.com/lxztju/pytorch_classification)|利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码|741|1|2021-11-26|
|
||||
|30|[Syencil/mobile-yolov5-pruning-distillation](https://github.com/Syencil/mobile-yolov5-pruning-distillation)|mobilev2-yolov5s剪枝、蒸馏,支持ncnn,tensorRT部署。ultra-light but better performence!|456|1|2021-07-10|
|
||||
|31|[exacity/simplified-deeplearning](https://github.com/exacity/simplified-deeplearning)|Simplified implementations of deep learning related works|2389|1|2021-10-06|
|
||||
|32|[dglai/maxp_baseline_model](https://github.com/dglai/maxp_baseline_model)|-|67|1|2021-11-05|
|
||||
|33|[wowchemy/starter-hugo-academic](https://github.com/wowchemy/starter-hugo-academic)|🎓 Hugo Academic Theme 创建一个学术网站. Easily create a beautiful academic résumé or educational website using Hugo, GitHub, and Netlify.|1724|1|2021-12-19|
|
||||
|34|[davidfrz/yolov5_distance_count](https://github.com/davidfrz/yolov5_distance_count)|使用yolov5,双目摄像头进行测距|98|1|2021-07-16|
|
||||
|35|[shaoanlu/fewshot-face-translation-GAN](https://github.com/shaoanlu/fewshot-face-translation-GAN)|Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.|745|1|2021-07-02|
|
||||
|36|[ni1o1/transbigdata](https://github.com/ni1o1/transbigdata)|A Python package developed for transportation spatio-temporal big data processing, analysis and visualization.|41|1|2021-12-18|
|
||||
|37|[luo3300612/Visualizer](https://github.com/luo3300612/Visualizer)|assistant tools for attention visualization in deep learning|186|1|2021-08-11|
|
||||
|38|[Tiiiger/bert_score](https://github.com/Tiiiger/bert_score)|BERT score for text generation|776|1|2021-12-10|
|
||||
|39|[zhongqiangwu960812/AI-RecommenderSystem](https://github.com/zhongqiangwu960812/AI-RecommenderSystem)|该仓库尝试整理推荐系统领域的一些经典算法模型|314|1|2021-10-09|
|
||||
|40|[eastmountyxz/ImageProcessing-Python](https://github.com/eastmountyxz/ImageProcessing-Python)|该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。|807|1|2021-11-08|
|
||||
|41|[d2l-ai/d2l-zh-pytorch-slides](https://github.com/d2l-ai/d2l-zh-pytorch-slides)|Pytorch版代码幻灯片|251|1|2021-12-19|
|
||||
|42|[mindslab-ai/wavegrad2](https://github.com/mindslab-ai/wavegrad2)|Unofficial Pytorch Implementation of WaveGrad2|83|1|2021-08-18|
|
||||
|43|[ga642381/ML2021-Spring](https://github.com/ga642381/ML2021-Spring)|**Official** 李宏毅 (Hung-yi Lee) 機器學習 Machine Learning 2021 Spring|412|1|2021-06-18|
|
||||
|44|[44670/SourceHanSans-Pixel](https://github.com/44670/SourceHanSans-Pixel)|基于思源黑体的开源像素字体|170|1|2021-08-20|
|
||||
|45|[LinXueyuanStdio/LaTeX_OCR_PRO](https://github.com/LinXueyuanStdio/LaTeX_OCR_PRO)|:art: 数学公式识别增强版:中英文手写印刷公式、支持初级符号推导(数据结构基于 LaTeX 抽象语法树)|515|1|2021-11-24|
|
||||
|46|[tugstugi/dl-colab-notebooks](https://github.com/tugstugi/dl-colab-notebooks)|Try out deep learning models online on Google Colab|1255|1|2021-11-16|
|
||||
|47|[kevinfu1717/SuperInterstellarTerminal](https://github.com/kevinfu1717/SuperInterstellarTerminal)|【X世纪星际终端】A Wechat Social and AR Game: 基于微信聊天,结合增强现实技术AR+LBS(基于图像位置)的轻社交星际漂流瓶游戏。向外太空发送漂流信息,看看AI预测的外星人是长什么样的,寻找身边的外星人,逗逗外星生物,看看外星植物及外星建筑。Send the message to the outer space, find the aliens in the earth ...|91|1|2021-12-10|
|
||||
|48|[PaddlePaddle/Quantum](https://github.com/PaddlePaddle/Quantum)|-|331|1|2021-12-15|
|
||||
|49|[wbbhcb/stock_market](https://github.com/wbbhcb/stock_market)|-|395|1|2021-11-01|
|
||||
|50|[yutiansut/QAStrategy](https://github.com/yutiansut/QAStrategy)|策略基类/ 支持QIFI协议|200|0|2021-09-01|
|
||||
|51|[Dustyposa/goSpider](https://github.com/Dustyposa/goSpider)|some small project and some articles|55|0|2021-12-03|
|
||||
|52|[oegedijk/dash_oop_components](https://github.com/oegedijk/dash_oop_components)|OOP components for plotly dash that make dashboard components composable, reusable and configurable|24|0|2021-09-28|
|
||||
|53|[Emergent-Epidemics/covid19_npi_china](https://github.com/Emergent-Epidemics/covid19_npi_china)|Code for: The effect of human mobility and control measures on the COVID-19 epidemic in China|12|0|2021-09-09|
|
||||
|54|[xiaonan8826/jeffindex](https://github.com/xiaonan8826/jeffindex)|-|10|0|2021-09-08|
|
||||
|55|[ryan4yin/knowledge](https://github.com/ryan4yin/knowledge)|Everything I know: DevOps & CloudNative, Music, etc...|25|0|2021-12-17|
|
||||
|56|[aipredict/ai-deployment](https://github.com/aipredict/ai-deployment)|关注AI模型上线、模型部署|131|0|2021-07-15|
|
||||
|57|[xuhao1/FOXTracker](https://github.com/xuhao1/FOXTracker)|Facial Head Pose Tracker for Gaming|189|0|2021-06-27|
|
||||
|58|[archersama/3rd-solution-COVID19-Fake-News-Detection-in-English](https://github.com/archersama/3rd-solution-COVID19-Fake-News-Detection-in-English)|这个仓库是AAAI2021共享任务COVID19-Fake-News-Detection-in-English(虚假新闻分类)的第三名的解决方案|10|0|2021-12-04|
|
||||
|59|[isee15/Card-Ocr](https://github.com/isee15/Card-Ocr)|身份证识别OCR|373|0|2021-09-22|
|
||||
|60|[xieyan0811/pdfconv](https://github.com/xieyan0811/pdfconv)|中文PDF转TXT的实用工具|17|0|2021-10-13|
|
||||
|61|[sarahwie/attention](https://github.com/sarahwie/attention)|-|50|0|2021-06-06|
|
||||
|62|[BT5153-Group-Seventeen/Weibo-Sentiment-Analysis-During-COVID-19](https://github.com/BT5153-Group-Seventeen/Weibo-Sentiment-Analysis-During-COVID-19)|In order to analyze the sentiment orientation on Chinese social platform, our group scraped raw reposts during the period when domestic COVID is most series(1.20-3.09) from Weibo and built different m ...|10|0|2021-10-06|
|
||||
|63|[dbkk/docx-researchmap](https://github.com/dbkk/docx-researchmap)|-|21|0|2021-06-24|
|
||||
|64|[zhangzhiqiangccm/NLP-project](https://github.com/zhangzhiqiangccm/NLP-project)|自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。|79|0|2021-11-02|
|
||||
|65|[JoeShi/rasa-chinese-workshop](https://github.com/JoeShi/rasa-chinese-workshop)|利用 RASA 构建智能对话机器人|16|0|2021-08-24|
|
||||
|66|[jajupmochi/graphkit-learn](https://github.com/jajupmochi/graphkit-learn)|A python package for graph kernels, graph edit distances, and graph pre-image problem.|72|0|2021-12-02|
|
||||
|67|[LobbyBoy-Dray/PyShare](https://github.com/LobbyBoy-Dray/PyShare)|北京大学金融科技协会Python系列讲座,Lecture notes & Extended reading|15|0|2021-08-06|
|
||||
|68|[BSlience/rasa-conversational-ai](https://github.com/BSlience/rasa-conversational-ai)|Conversational AI based on Rasa|28|0|2021-10-29|
|
||||
|69|[qwfy/doc-browser](https://github.com/qwfy/doc-browser)|A documentation browser with support for DevDocs, Dash and Hoogle, written in Haskell and QML|103|0|2021-10-09|
|
||||
|70|[ybdesire/machinelearning](https://github.com/ybdesire/machinelearning)|My machine learning code written by python.|29|0|2021-11-19|
|
||||
|71|[makelove/Programer_Log](https://github.com/makelove/Programer_Log)|最新动态在这里【我的程序员日志】|138|0|2021-09-03|
|
||||
|72|[ZhiqingXiao/OpenAIGymSolution](https://github.com/ZhiqingXiao/OpenAIGymSolution)|Solutions to OpenAI Gym|10|0|2021-08-22|
|
||||
|73|[CUHKSZ-TQL/WeiboSpider_SentimentAnalysis](https://github.com/CUHKSZ-TQL/WeiboSpider_SentimentAnalysis)|借助Python抓取微博数据,并对抓取的数据进行情绪分析|229|0|2021-12-13|
|
||||
|74|[moliqingwa/carbon_challenge](https://github.com/moliqingwa/carbon_challenge)|捕碳大作战|16|0|2021-12-18|
|
||||
|75|[covid-19-net/covid-19-community](https://github.com/covid-19-net/covid-19-community)| Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19 |93|0|2021-06-09|
|
||||
|76|[aws-samples/aws-utility-meter-data-analytics-platform-cn](https://github.com/aws-samples/aws-utility-meter-data-analytics-platform-cn)|-|67|0|2021-07-20|
|
||||
|77|[wangzheng422/docker_env](https://github.com/wangzheng422/docker_env)|Personal working log and md documents. Currently forcus on openshift4.|74|0|2021-12-19|
|
||||
|78|[1165048017/BlogLearning](https://github.com/1165048017/BlogLearning)|自己的学习历程,重点包括各种好玩的图像处理算法、运动捕捉、机器学习|80|0|2021-10-26|
|
||||
|79|[Kahhann92/FaceMask-recognition](https://github.com/Kahhann92/FaceMask-recognition)|此一project是由清华大学医学院的姚非凡与郑家瀚共同开发完成,这里运用了三个目标检测模型,来找到图像里的人脸,以及他们是否有带口罩,是个目标检测+2分类问题。 这一readme.md文件是为了帮助使用者如何正确使用我们的code。我们使用FasterRCNN可达到0.7的mAP[.5:.95]。|13|0|2021-10-27|
|
||||
|80|[monatis/german-tts](https://github.com/monatis/german-tts)|German Tacotron 2 and Multi-band MelGAN in TensorFlow with TF Lite inference support|15|0|2021-06-07|
|
||||
|81|[zsc/kid-programming](https://github.com/zsc/kid-programming)|Programming exercises for kids (no prior programming experience required)|13|0|2021-11-05|
|
||||
|82|[serengil/tensorflow-101](https://github.com/serengil/tensorflow-101)|TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow|754|0|2021-12-01|
|
||||
|83|[yangyahu-1994/Python-Crash-Course](https://github.com/yangyahu-1994/Python-Crash-Course)|A Hands-On, Project-Based Introduction to Programming|11|0|2021-10-05|
|
||||
|84|[IKMLab/course_material](https://github.com/IKMLab/course_material)|上課教材的大集合!!!|12|0|2021-09-08|
|
||||
|85|[Hongyu-Yue/yoloV5_modify_smalltarget](https://github.com/Hongyu-Yue/yoloV5_modify_smalltarget)|YOLOV5 小目标检测修改版|23|0|2021-08-21|
|
||||
|86|[voidful/Phraseg](https://github.com/voidful/Phraseg)|Phraseg - 一言:新詞發現工具包|24|0|2021-11-30|
|
||||
|87|[markwk/ts4health](https://github.com/markwk/ts4health)|Time Series Data Analysis, Visualization and Forecasting with Python for Health and Self|15|0|2021-08-04|
|
||||
|88|[areejokaili/topic_labelling](https://github.com/areejokaili/topic_labelling)|-|15|0|2021-08-25|
|
||||
|89|[cviaai/VEINCV-RL](https://github.com/cviaai/VEINCV-RL)|Near-Infrared-to-Visible Vein Imaging via Convolutional Neural Networks and Reinforcement Learning|16|0|2021-09-09|
|
||||
|90|[danni2019/time_series_analysis](https://github.com/danni2019/time_series_analysis)|Just another backtester|17|0|2021-06-07|
|
||||
|91|[vespa-engine/sample-apps](https://github.com/vespa-engine/sample-apps)|Repository of sample applications|153|0|2021-12-17|
|
||||
|92|[yenlung/Deep-Learning-MOOC](https://github.com/yenlung/Deep-Learning-MOOC)|這是我在政治大學開設 Deep Learning MOOC 教學的相關檔案。|134|0|2021-07-09|
|
||||
|93|[duoergun0729/adversarial_examples](https://github.com/duoergun0729/adversarial_examples)|对抗样本|156|0|2021-12-13|
|
||||
|94|[chokkan/python](https://github.com/chokkan/python)|Python早見帳|17|0|2021-11-28|
|
||||
|95|[zhouwei713/data_analysis](https://github.com/zhouwei713/data_analysis)|一些爬虫和数据分析相关实战练习|302|0|2021-08-29|
|
||||
|96|[hooshvare/pn-summary](https://github.com/hooshvare/pn-summary)|A well-structured summarization dataset for the Persian language!|23|0|2021-06-08|
|
||||
|97|[lyj555/SelfLearning](https://github.com/lyj555/SelfLearning)|该项目主要是自学过程中对于一些知识点的整理,项目整体分为四部分,分别是算法、工程、工具和数学知识。算法部分主要是常用的机器学习(LR、SVM、树模型、XGBoost、LightGBM和CatBoost等)和深度学习算法(NLP和CV以及一些基础知识),工程部分主要是spark和hive|13|0|2021-12-06|
|
||||
|98|[andy6804tw/2020-12th-ironman](https://github.com/andy6804tw/2020-12th-ironman)|[全民瘋AI系列] 第12屆iT邦幫忙鐵人賽 影片教學組 |85|0|2021-09-27|
|
||||
|99|[deepdialog/CPM-LM-TF2](https://github.com/deepdialog/CPM-LM-TF2)|-|196|0|2021-10-14|
|
||||
|100|[Tu5039/THSTrader](https://github.com/Tu5039/THSTrader)|支持更新一版的同花顺,改了一些因为UI变化而出现问题的地方|19|0|2021-09-08|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Kotlin.md
Normal file
116
content/charts/growth/software/Kotlin.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Kotlin
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[coil-kt/coil](https://github.com/coil-kt/coil)|Image loading for Android backed by Kotlin Coroutines.|7469|9|2021-12-19|
|
||||
|2|[mamoe/mirai](https://github.com/mamoe/mirai)|高效率 QQ 机器人支持库|8082|9|2021-12-18|
|
||||
|3|[gedoor/legado](https://github.com/gedoor/legado)|阅读3.0, 阅读是一款可以自定义来源阅读网络内容的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。|5732|6|2021-12-19|
|
||||
|4|[huannan/XArch](https://github.com/huannan/XArch)|🔥🔥🔥Android架构最佳实践 - 手把手带你搭建一个优秀的Android项目架构|478|4|2021-11-30|
|
||||
|5|[ByteLegend/ByteLegend](https://github.com/ByteLegend/ByteLegend)|Enjoy programming while playing a game.|1313|4|2021-12-19|
|
||||
|6|[AppIntro/AppIntro](https://github.com/AppIntro/AppIntro)|Make a cool intro for your Android app.|9989|4|2021-11-07|
|
||||
|7|[didi/booster](https://github.com/didi/booster)|🚀Optimizer for mobile applications|3741|4|2021-12-16|
|
||||
|8|[allenymt/PrivacySentry](https://github.com/allenymt/PrivacySentry)|Android隐私合规检测,基于Runtime-hook的检测方案|147|4|2021-12-13|
|
||||
|9|[guolindev/PermissionX](https://github.com/guolindev/PermissionX)|An open source Android library that makes handling runtime permissions extremely easy.|2220|3|2021-11-08|
|
||||
|10|[liujingxing/rxhttp](https://github.com/liujingxing/rxhttp)| 🔥🔥🔥 Based on OkHttp encapsulation, support Kotlin Coroutines、RxJava2、RxJava3; 30s to get started.|3170|3|2021-12-18|
|
||||
|11|[mockk/mockk](https://github.com/mockk/mockk)|mocking library for Kotlin|4214|3|2021-12-15|
|
||||
|12|[trycatchx/RocketXPlugin](https://github.com/trycatchx/RocketXPlugin)|android 端编译加速插件🚀|182|3|2021-12-18|
|
||||
|13|[princekin-f/EasyFloat](https://github.com/princekin-f/EasyFloat)|🔥 EasyFloat:浮窗从未如此简单(Android可拖拽悬浮窗口,支持页面过滤、自定义动画,可设置单页面浮窗、前台浮窗、全局浮窗,浮窗权限按需自动申请...)|2199|3|2021-12-01|
|
||||
|14|[KwaiAppTeam/AkDanmaku](https://github.com/KwaiAppTeam/AkDanmaku)|一款利用游戏引擎理念打造的原生弹幕库|272|3|2021-12-05|
|
||||
|15|[hegaojian/JetpackMvvm](https://github.com/hegaojian/JetpackMvvm)|:chicken::basketball:一个Jetpack结合MVVM的快速开发框架,基于MVVM模式集成谷歌官方推荐的JetPack组件库:LiveData、ViewModel、Lifecycle、Navigation组件 使用Kotlin语言,添加大量拓展函数,简化代码 加入Retrofit网络请求,协程,帮你简化各种操作,让你快速开发项目|1869|3|2021-10-21|
|
||||
|16|[yujincheng08/BiliRoaming](https://github.com/yujincheng08/BiliRoaming)|哔哩漫游,解除B站客户端番剧区域限制的Xposed模块,并且提供其他小功能。An Xposed module that unblocks bangumi area limit of BILIBILI with miscellaneous features.|2572|3|2021-12-17|
|
||||
|17|[running-libo/Tiktok](https://github.com/running-libo/Tiktok)|高仿抖音APP|1686|3|2021-11-07|
|
||||
|18|[rosuH/EasyWatermark](https://github.com/rosuH/EasyWatermark)|🔒 🖼 Securely, easily add a watermark to your sensitive photos. 安全、简单地为你的敏感照片添加水印,防止被小人泄露、利用|785|2|2021-12-16|
|
||||
|19|[svga/SVGAPlayer-Android](https://github.com/svga/SVGAPlayer-Android)|Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。|2753|2|2021-08-30|
|
||||
|20|[idisfkj/android-startup](https://github.com/idisfkj/android-startup)|🔥The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to strea ...|911|2|2021-12-13|
|
||||
|21|[wuyr/intellij-media-player](https://github.com/wuyr/intellij-media-player)|【🐟摸鱼专用】上班偷偷看视频📺而不会被老板打🔨的IDE插件,适配JetBrains全家桶|481|2|2021-09-01|
|
||||
|22|[ssseasonnn/RxDownload](https://github.com/ssseasonnn/RxDownload)|A multi-threaded download tool written with RxJava and Kotlin|4035|2|2021-10-28|
|
||||
|23|[fuusy/component-jetpack-mvvm](https://github.com/fuusy/component-jetpack-mvvm)|💖组件化+Jetpack+Kotlin+MVVM项目实战,涉及Jetpack相关组件,Kotlin相关技术,协程+Retrofit,Paging3+Room等。|364|2|2021-12-18|
|
||||
|24|[wuseal/JsonToKotlinClass](https://github.com/wuseal/JsonToKotlinClass)|🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )|2437|2|2021-11-01|
|
||||
|25|[zskingking/Jetpack-Mvvm](https://github.com/zskingking/Jetpack-Mvvm)|使用Jetpack全家桶+Kotlin实现的Android社区App加音乐播放器。不写晦涩难懂的代码,尽量标清每一行注释,严格遵守六大基本原则,大量运用设计模式,此项目可快速帮你入手Kotlin、Jetpack。如果觉得对你有帮助,右上角点个star,事先谢过🍉🍉🍉|982|2|2021-08-11|
|
||||
|26|[VIPyinzhiwei/Eyepetizer](https://github.com/VIPyinzhiwei/Eyepetizer)|🔥基于 Kotlin 语言仿写「开眼 Eyepetizer」的一个短视频 Android 客户端项目,采用 Jetpack + 协程实现的 MVVM 架构。|1355|2|2021-11-19|
|
||||
|27|[hi-dhl/AndroidX-Jetpack-Practice](https://github.com/hi-dhl/AndroidX-Jetpack-Practice)|本仓库致力于建立最全、最新的的 AndroidX Jetpack 相关组件的实践项目 以及组件对应的分析文章(持续更新中)如果对你有帮助,请在右上角 star 一下,感谢|1052|2|2021-08-16|
|
||||
|28|[Tencent/bk-ci](https://github.com/Tencent/bk-ci)|蓝鲸CI平台(BlueKing CI) |1757|2|2021-12-18|
|
||||
|29|[bennyhuo/Kotlin-Tutorials](https://github.com/bennyhuo/Kotlin-Tutorials)|【持续更新中】本仓库持续记录以 Kotlin 为基础的视频内容的制作过程|3997|2|2021-11-27|
|
||||
|30|[izhangzhihao/intellij-rainbow-brackets](https://github.com/izhangzhihao/intellij-rainbow-brackets)|🌈Rainbow Brackets for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio|3663|2|2021-12-19|
|
||||
|31|[edxposedd/wework](https://github.com/edxposedd/wework)|【Xposed Hook 企业微信 微信】企业微信机器人 微信机器人 自动抢回复 会话 自动通过 好友列表 群管理 SDK|523|1|2021-06-30|
|
||||
|32|[DylanCaiCoding/ViewBindingKTX](https://github.com/DylanCaiCoding/ViewBindingKTX)|The most comprehensive utils of ViewBinding. (最全面的 ViewBinding 工具,支持 Kotlin 和 Java 用法,支持拓展函数和基类改造,支持 BRVAH)|386|1|2021-12-14|
|
||||
|33|[liangjingkanji/BRV](https://github.com/liangjingkanji/BRV)|🌽 Android 最强大的RecyclerView库, 比BRVAH更强大, 开发效率提升601.458%|643|1|2021-12-17|
|
||||
|34|[xdd666t/getx_template](https://github.com/xdd666t/getx_template)|Used to generate the template code of GetX framework Flutter GetX模板代码生成(一个有用的IDEA插件)|170|1|2021-12-08|
|
||||
|35|[xjunz/AutoSkip](https://github.com/xjunz/AutoSkip)|基于Shizuku授权的安卓"自动跳过"工具|123|1|2021-10-27|
|
||||
|36|[Shouheng88/Compressor](https://github.com/Shouheng88/Compressor)|🛩 An easy to use and well designed image compress library for Android.|535|1|2021-12-18|
|
||||
|37|[Moriafly/DsoMusic](https://github.com/Moriafly/DsoMusic)|Kotlin 开发的美观安卓音乐软件,音源:网易云音乐、QQ 音乐|503|1|2021-12-19|
|
||||
|38|[Leon406/ToolsFx](https://github.com/Leon406/ToolsFx)|基于kotlin+tornadoFx开发的跨平台密码学工具箱.包含编解码,编码转换,加解密, 哈希,MAC,签名,二维码功能,ctf等实用功能,支持插件|230|1|2021-12-14|
|
||||
|39|[re-ovo/iwara4a](https://github.com/re-ovo/iwara4a)|基于Jetpack Compose开发的iwara安卓app (Unofficial Iwara Android Application)|218|1|2021-11-10|
|
||||
|40|[zhujiang521/PlayWeather](https://github.com/zhujiang521/PlayWeather)|🔥🔥🔥 Compose、Lce、MVVM、深色模式、横屏、无网弱网适配、Room、Hilt、多语言切换,目前Android最新的库基本全用上了,你想要的都有🔥🔥🔥|70|1|2021-12-15|
|
||||
|41|[javakam/FileOperator](https://github.com/javakam/FileOperator)|🔥 涵盖了Android系统文件的创建/删除/复制/打开文件(目录)、获取文件(目录)大小、获取常用目录、获取文件名称及后缀、获取MimeType以及MediaStore和SAF的相关操作等常用功能,并且也处理了获取文件Uri/Path的兼容问题、图片压缩和文件选择等功能。|538|1|2021-12-14|
|
||||
|42|[Ccixyj/JBusDriver](https://github.com/Ccixyj/JBusDriver)|这是去幼儿园的班车(滑稽|2056|1|2021-07-03|
|
||||
|43|[mamoe/mirai-console](https://github.com/mamoe/mirai-console)|mirai 的高效率 QQ 机器人控制台|991|1|2021-12-15|
|
||||
|44|[qingmei2/MVVM-Architecture](https://github.com/qingmei2/MVVM-Architecture)|The practice of MVVM + Jetpack architecture in Android.|1634|1|2021-06-21|
|
||||
|45|[shenzhen2017/ComposeDouban](https://github.com/shenzhen2017/ComposeDouban)|Compose仿豆瓣榜单页面|92|1|2021-08-26|
|
||||
|46|[Leifzhang/AndroidAutoTrack](https://github.com/Leifzhang/AndroidAutoTrack)|Android Asm 插桩 教学|631|1|2021-10-06|
|
||||
|47|[shenzhen2017/compose-refreshlayout](https://github.com/shenzhen2017/compose-refreshlayout)|Compose版SmartRefreshLayout|52|1|2021-10-05|
|
||||
|48|[tuchg/ChinesePinyin-CodeCompletionHelper](https://github.com/tuchg/ChinesePinyin-CodeCompletionHelper)|让你的 JetBrains 系 IDE ( IDEA ,PyCharm,PhpStorm,WebStorm,AndroidStudio,DevEco等 )支持中文标识符以拼音输入方式完成代码补全,享受和英文环境一致的中文智能编码体验,为代码表达提供更多选择,一种值得考虑的折中解决方案|650|1|2021-10-10|
|
||||
|49|[shenzhen2017/wanandroid-compose](https://github.com/shenzhen2017/wanandroid-compose)|Compose+MVI+Navigation实现wanAndroid客户端|59|1|2021-11-25|
|
||||
|50|[Quyunshuo/AndroidBaseFrameMVVM](https://github.com/Quyunshuo/AndroidBaseFrameMVVM)|Android 组件化 MVVM 框架 基于 Jetpack + Kotlin|465|1|2021-09-26|
|
||||
|51|[gdutxiaoxu/AnchorTask](https://github.com/gdutxiaoxu/AnchorTask)|锚点任务,可以用来解决多线程加载任务依赖的问题。常见的,比如 Android 启动优化,通常会进行多线程异步加载|264|1|2021-09-15|
|
||||
|52|[KyuubiRan/QQCleaner](https://github.com/KyuubiRan/QQCleaner)|瘦身模块|341|1|2021-12-12|
|
||||
|53|[loperSeven/DateTimePicker](https://github.com/loperSeven/DateTimePicker)|:star::tada:一个高颜值日期时间选择器;极简API,内置弹窗,可动态配置样式及主题,选择器支持完全自定义UI。|590|1|2021-12-07|
|
||||
|54|[xdtianyu/CallerInfo](https://github.com/xdtianyu/CallerInfo)|来电信息 - 一个获取号码归属地和其他信息(诈骗、骚扰等)的开源 Android 应用|1260|1|2021-08-16|
|
||||
|55|[Petterpx/FloatingX](https://github.com/Petterpx/FloatingX)|Android免权限悬浮窗,支持全局、局部悬浮,支持边缘吸附、回弹、自定义动画、位置保存、窗口化及分屏后位置修复等。Android without permission suspension window, support global, local suspension, support edge adsorption, rebound, custom animation, position s ...|131|1|2021-12-04|
|
||||
|56|[liangjingkanji/Net](https://github.com/liangjingkanji/Net)|🍉 Android 最强大的创新式协程并发网络请求, 开发效率提升603% |695|1|2021-12-17|
|
||||
|57|[anyRTC-UseCase/anyHouse](https://github.com/anyRTC-UseCase/anyHouse)|高仿 ClubHouse,语音直播、语聊房、高音质、极速上麦,开源 ClubHouse,实现了Clubhouse的上麦,下麦,邀请,语音音量提示等功能。|172|1|2021-12-14|
|
||||
|58|[hyy920109/HighLightPro](https://github.com/hyy920109/HighLightPro)|A highlight lib and also it can be a simple popup window lib for android|161|1|2021-11-12|
|
||||
|59|[smallSohoSolo/McImage](https://github.com/smallSohoSolo/McImage)|Android Gradle Plugin -- Auto Check big image and compress image in building.|961|1|2021-08-31|
|
||||
|60|[rumboalla/apkupdater](https://github.com/rumboalla/apkupdater)|APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.|1246|1|2021-09-05|
|
||||
|61|[hi-dhl/KtKit](https://github.com/hi-dhl/KtKit)|KtKit 小巧而实用,用 Kotlin 语言编写的工具库(长期更新中)|87|1|2021-09-28|
|
||||
|62|[rosuH/AndroidFilePicker](https://github.com/rosuH/AndroidFilePicker)|FilePicker is a small and fast file selector library that is constantly evolving with the goal of rapid integration, high customization, and configurability~|657|1|2021-12-14|
|
||||
|63|[hegaojian/MvvmHelper](https://github.com/hegaojian/MvvmHelper)|:chicken::basketball:这是一个快速开发的项目壳,Kotlin语言开发,MVVM+Jetpack架构,封装了公共头部、界面状态管理、ViewModel、LiveData、DataBinding、头部刷新、加载更多、沉浸式、全局通知、丰富好用的拓展函数、RxHttp网络请求等等一系列工具|219|1|2021-12-02|
|
||||
|64|[LaoLittle/AutoGroup](https://github.com/LaoLittle/AutoGroup)|折磨群友之利器,基于Mirai-Console|8|1|2021-12-17|
|
||||
|65|[teprinciple/UpdateAppUtils](https://github.com/teprinciple/UpdateAppUtils)|一行代码快速实现app版本更新|960|1|2021-07-07|
|
||||
|66|[zyj1609wz/Startup](https://github.com/zyj1609wz/Startup)|android 启动库|42|1|2021-09-30|
|
||||
|67|[izhangzhihao/intellij-rainbow-fart](https://github.com/izhangzhihao/intellij-rainbow-fart)|🌈一个在你编程时持续夸你写的牛逼的扩展,可以根据代码关键字播放贴近代码意义的真人语音。Inspired by vscode-rainbow-fart|449|1|2021-09-16|
|
||||
|68|[EspoirX/StarrySky](https://github.com/EspoirX/StarrySky)|🔥A Powerful and Streamline MusicLibrary(一个丰富的音乐播放封装库,支持多种音频格式,完美解决你的问题。)|1156|1|2021-11-22|
|
||||
|69|[angcyo/DslTabLayout](https://github.com/angcyo/DslTabLayout)|:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等|765|1|2021-11-26|
|
||||
|70|[hi-dhl/Binding](https://github.com/hi-dhl/Binding)|Simple API implement DataBinding and ViewBinding. 简单的 API 实现 DataBinding 和 ViewBinding,欢迎 star|315|1|2021-06-22|
|
||||
|71|[Nekoer/tencent-guild-protocol](https://github.com/Nekoer/tencent-guild-protocol)|QQ频道的机器人Kotlin SDK|8|1|2021-12-17|
|
||||
|72|[Xigong93/ExpandableRecyclerView](https://github.com/Xigong93/ExpandableRecyclerView)|ExpandableRecyclerView with smoothly animation.|276|1|2021-12-17|
|
||||
|73|[Rabtman/AcgClub](https://github.com/Rabtman/AcgClub)|一款纯粹的ACG聚合类App|825|1|2021-07-21|
|
||||
|74|[behring/8x-flow-diagram](https://github.com/behring/8x-flow-diagram)|通过Kotlin DSL创建8x Flow建模图|69|1|2021-12-18|
|
||||
|75|[zhujiang521/PlayAndroid](https://github.com/zhujiang521/PlayAndroid)|🔥🔥🔥 Kotlin + MVVM + LCE版玩安卓,暗黑模式、横竖屏、无网、弱网、无数据、加载失败等等各种情况,协程、Room、Hilt、DataStore、LiveData、Retrofit、屏幕适配、本地缓存、多语言切换、多 lib,你想要的我都有!!!|802|1|2021-12-18|
|
||||
|76|[vitaviva/fragivity](https://github.com/vitaviva/fragivity)|Use Fragment like Activity|242|1|2021-12-11|
|
||||
|77|[yangfeng1994/video-list-player](https://github.com/yangfeng1994/video-list-player)|使用RecyclerView+ExoPlayer 模仿抖音上下无缝滑动视频播放。没有使用ViewPager2的原因是Fragment太重,内存消耗太大。当有使用ViewPager2效果的时候,没有必要,可以选择这个方式,更轻量化。有一点需要注意,在有键盘弹出的界面,RecyclerView的 onScrollStateChanged 监听方法,键盘弹出时,会被触发调用demo中有配合使用ExoPl ...|8|1|2021-12-14|
|
||||
|78|[zhanghai/MaterialFiles](https://github.com/zhanghai/MaterialFiles)|Material Design file manager for Android|1694|1|2021-11-18|
|
||||
|79|[lulululbj/wanandroid](https://github.com/lulululbj/wanandroid)|Jetpack MVVM For Wanandroid 最佳实践 !|1127|1|2021-08-27|
|
||||
|80|[shenzhen2017/android-architecture](https://github.com/shenzhen2017/android-architecture)|追求android架构更佳实践~|63|1|2021-11-09|
|
||||
|81|[iceCola7/WanAndroid](https://github.com/iceCola7/WanAndroid)|🔥项目采用 Kotlin 语言,基于 MVP + RxJava + Retrofit + Glide + EventBus 等架构设计,努力打造一款优秀的 [玩Android] 客户端|1443|1|2021-06-28|
|
||||
|82|[AnJoiner/FFmpegCommand](https://github.com/AnJoiner/FFmpegCommand)|FFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等|499|1|2021-06-09|
|
||||
|83|[cdalwyn/PlayAndroid](https://github.com/cdalwyn/PlayAndroid)|:v::fist::wave:玩安卓Mvvm组件化客户端,整合Jetpack组件DataBinding、ViewModel以及LiveData;屏幕适配:heavy_check_mark:状态栏沉浸式:heavy_check_mark:黑夜模式:heavy_check_mark:,无数据、加载失败状态页;骨架屏、Koin依赖注入等|177|1|2021-12-03|
|
||||
|84|[Leifzhang/AndroidStartup](https://github.com/Leifzhang/AndroidStartup)|启动有向无环图玩具工程|22|1|2021-12-09|
|
||||
|85|[Zhao-Yan-Yan/MultiStatePage](https://github.com/Zhao-Yan-Yan/MultiStatePage)|Android APP缺省页的正确打开方式 高度解耦、低侵入、易拓展 多状态视图状态切换器|503|1|2021-07-22|
|
||||
|86|[caiyonglong/MusicLake](https://github.com/caiyonglong/MusicLake)|MediaPlayer、Exoplayer音乐播放器,可播在线音乐,qq音乐,百度音乐,虾米音乐,网易云音乐,YouTuBe|2290|1|2021-07-26|
|
||||
|87|[leavesC/ASM_Transform](https://github.com/leavesC/ASM_Transform)|ASM Transform 字节码插桩实战|7|1|2021-12-18|
|
||||
|88|[EmmyLua/IntelliJ-EmmyLua](https://github.com/EmmyLua/IntelliJ-EmmyLua)|Lua IDE/Debugger Plugin for IntelliJ IDEA|1434|1|2021-12-13|
|
||||
|89|[iielse/imageviewer](https://github.com/iielse/imageviewer)|A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器|1889|1|2021-12-02|
|
||||
|90|[yyuueexxiinngg/onebot-kotlin](https://github.com/yyuueexxiinngg/onebot-kotlin)|OneBot标准的Kotlin实现及mirai插件 - 原cqhttp-mirai|480|1|2021-07-07|
|
||||
|91|[geekvxyz/ContactBuilder](https://github.com/geekvxyz/ContactBuilder)|一个生成随机联系人的Android小程序|26|1|2021-11-28|
|
||||
|92|[HMBSbige/ShadowsocksR-Android](https://github.com/HMBSbige/ShadowsocksR-Android)|【自用】咕咕咕|1309|1|2021-12-13|
|
||||
|93|[ingbyr/vdm](https://github.com/ingbyr/vdm)|GUI for command-line video downloader (youtube-dl annie)|1910|1|2021-11-24|
|
||||
|94|[stevenwsg/XSYBBS](https://github.com/stevenwsg/XSYBBS)|校园贴吧+校园BBS 基于Bmob+环信easeUI 主要难点在于,评论,回复,点赞 的数据库设计以及逻辑处理|26|0|2021-10-09|
|
||||
|95|[xyoye/MVVMTemplate](https://github.com/xyoye/MVVMTemplate)|适用于Android Studio4.1+的DanDanPlay MVVM模板插件|5|0|2021-07-30|
|
||||
|96|[Entertech/Enter-AffectiveCloud-Android-SDK](https://github.com/Entertech/Enter-AffectiveCloud-Android-SDK)|The affective cloud Android SDK and demo./回车情感云 Android SDK 和 演示 demo,通过此 SDK 实现快速接入情感云。|5|0|2021-10-15|
|
||||
|97|[YvesCheung/Whisper](https://github.com/YvesCheung/Whisper)|一套用于代码检阅的注解|7|0|2021-08-30|
|
||||
|98|[zguop/wisdom](https://github.com/zguop/wisdom)|图片选择器 picture selecter|12|0|2021-07-23|
|
||||
|99|[xluu233/mvvm_develop](https://github.com/xluu233/mvvm_develop)|mvvm+jetpack快速开发框架,包括一些常用工具封账|14|0|2021-12-18|
|
||||
|100|[tuyafeng/Watt](https://github.com/tuyafeng/Watt)|An open source android component management application, through IFW. Root is required.|66|0|2021-06-29|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Lua.md
Normal file
116
content/charts/growth/software/Lua.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Lua
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[apache/apisix](https://github.com/apache/apisix)|The Cloud-Native API Gateway|7920|8|2021-12-18|
|
||||
|2|[jerrykuku/luci-app-vssr](https://github.com/jerrykuku/luci-app-vssr)|HelloWorld是一个以用户最佳主观体验为导向的插件,它支持多种主流协议和多种自定义视频分流服务,拥有精美的操作界面,并配上直观的节点信息。|1541|2|2021-12-16|
|
||||
|3|[ayamir/nvimdots](https://github.com/ayamir/nvimdots)|A well configured and structured Neovim.|322|2|2021-12-17|
|
||||
|4|[Tencent/LuaPanda](https://github.com/Tencent/LuaPanda)|lua debug and code tools for VS Code|908|1|2021-11-12|
|
||||
|5|[starwing/lua-protobuf](https://github.com/starwing/lua-protobuf)|A Lua module to work with Google protobuf|1216|1|2021-11-30|
|
||||
|6|[liuhaopen/UnityMMO](https://github.com/liuhaopen/UnityMMO)|an unity mmo demo, base on ecs(game play), xlua(ui)|964|1|2021-07-01|
|
||||
|7|[wongdean/rime-settings](https://github.com/wongdean/rime-settings)|接近原生的鼠须管 Rime 配置|960|1|2021-12-14|
|
||||
|8|[SivanLaai/rime-pure](https://github.com/SivanLaai/rime-pure)|【rime 小狼毫\trime 同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文 四叶草 九宫格 拼音方案\四叶草拼音\四叶草地球拼音\小鹤双拼\极品五笔\QQ五笔\徐码\郑码】|237|1|2021-10-28|
|
||||
|9|[starjun/openstar](https://github.com/starjun/openstar)|lua waf,nginx+lua,openresty,luajit,waf+,cdn,nginx|1024|1|2021-10-10|
|
||||
|10|[acecilia/OpenWRTInvasion](https://github.com/acecilia/OpenWRTInvasion)|Root shell exploit for several Xiaomi routers: 4A Gigabit, 4A 100M, 4, 4C, 3Gv2, 4Q, miWifi 3C...|622|1|2021-12-16|
|
||||
|11|[lisaac/luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman)|Docker Manager interface for LuCI|490|1|2021-12-18|
|
||||
|12|[jx-sec/jxwaf](https://github.com/jx-sec/jxwaf)|JXWAF(锦衣盾)是一款开源web应用防火墙|827|1|2021-10-11|
|
||||
|13|[linkease/istore](https://github.com/linkease/istore)|一个支持 Openwrt 标准的软件中心实现。支持其它固件开发者集成到自己的固件里面。更方便小白搜索,下载插件。更方便开发者发布插件。|89|1|2021-12-16|
|
||||
|14|[lhqx/rime](https://github.com/lhqx/rime)|Rime 鼠须管(Squirrel)朙月拼音|小鹤双拼|自然码双拼配置|820|1|2021-12-18|
|
||||
|15|[kiccer/Soldier76](https://github.com/kiccer/Soldier76)|PUBG - 罗技鼠标宏 兴趣使然的项目,完虐收费宏!点个Star支持一下作者![PUBG - Logitech mouse macro Support 12 kinds of guns without recoil!]|722|1|2021-09-09|
|
||||
|16|[Iorest/rime-setting](https://github.com/Iorest/rime-setting)|rime 输入法配置|99|0|2021-10-03|
|
||||
|17|[EtherProject/EtherWorkCollection](https://github.com/EtherProject/EtherWorkCollection)|EtherEngine 作品集|16|0|2021-09-04|
|
||||
|18|[Auranis/HighDigitSAMs](https://github.com/Auranis/HighDigitSAMs)|A simple, IC-compliant mod for DCS to add more modern SAM systems to the game.|47|0|2021-09-15|
|
||||
|19|[Plume-yu/wool](https://github.com/Plume-yu/wool)|传奇世界手游服务端|4|0|2021-08-24|
|
||||
|20|[lilith-avatar/davinci-api-wrap](https://github.com/lilith-avatar/davinci-api-wrap)|:hammer_and_wrench: DaVinci Api 联想工具,支持代码补全和代码提示|7|0|2021-06-23|
|
||||
|21|[adamqqqplay/dota2ai](https://github.com/adamqqqplay/dota2ai)|This project is a improved Dota2 Bot script based on Valve's default AI. Relase on steam workshop as Ranked Matchmaking AI. This script has more than 1 million current subscribers on Steam Workshop.|224|0|2021-11-23|
|
||||
|22|[thenumbernine/hydro-cl-lua](https://github.com/thenumbernine/hydro-cl-lua)|yet *another* hydrodynamics/hyperbolic conservation law solver, this one in LuaJIT using OpenCL/OpenGL|14|0|2021-12-09|
|
||||
|23|[horan-geeker/nana](https://github.com/horan-geeker/nana)|Lua http api framework|95|0|2021-11-20|
|
||||
|24|[d80x86/lua-resty-tofu](https://github.com/d80x86/lua-resty-tofu)|a modern api/web framework|9|0|2021-12-14|
|
||||
|25|[ariwori/toomanyitemsplus](https://github.com/ariwori/toomanyitemsplus)|饥荒联机版控制台MOD。|11|0|2021-12-03|
|
||||
|26|[luastar/luastar](https://github.com/luastar/luastar)|一个基于openresty的http接口和web开发框架|135|0|2021-07-14|
|
||||
|27|[wofsauge/External-Item-Descriptions](https://github.com/wofsauge/External-Item-Descriptions)|A mod for the game "The Binding of Isaac: Rebirth" that displays useful informations for items, trinkets, rooms and more!|67|0|2021-12-19|
|
||||
|28|[loaden/rime](https://github.com/loaden/rime)|中州韵输入法|22|0|2021-09-10|
|
||||
|29|[zhang-changwei/Automation-scripts-for-Aegisub](https://github.com/zhang-changwei/Automation-scripts-for-Aegisub)|A few automation scripts for Aegisub|16|0|2021-11-27|
|
||||
|30|[BlindingDark/rime-easy-en](https://github.com/BlindingDark/rime-easy-en)|Rime / Easy English 英文输入法|124|0|2021-06-08|
|
||||
|31|[shengnoah/blues](https://github.com/shengnoah/blues)|Blues是一个基于Openresty + LUA的WEB演示框架|16|0|2021-10-29|
|
||||
|32|[DeadlyBossMods/DBM-Retail](https://github.com/DeadlyBossMods/DBM-Retail)|The ultimate encounter helper (for Retail) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|151|0|2021-12-19|
|
||||
|33|[roninro/rime-wubi](https://github.com/roninro/rime-wubi)|鼠须管【五笔字型】输入方案|3|0|2021-10-12|
|
||||
|34|[Rubgrsch/EnhancedChatFilterMODFix](https://github.com/Rubgrsch/EnhancedChatFilterMODFix)|A WoW chat filter addon for CN servers|6|0|2021-12-07|
|
||||
|35|[KURANADO2/hammerspoon-kuranado](https://github.com/KURANADO2/hammerspoon-kuranado)|Hammerspoon 配置|37|0|2021-12-13|
|
||||
|36|[jerrykuku/luci-app-go-aliyundrive-webdav](https://github.com/jerrykuku/luci-app-go-aliyundrive-webdav)|本项目是go-aliyun-webdav 的Luci 控制面板。|33|0|2021-11-10|
|
||||
|37|[hunzsig-warcraft3/w3x-my-tower](https://github.com/hunzsig-warcraft3/w3x-my-tower)|【h-lua实践开源地图】我塔非凡|8|0|2021-10-12|
|
||||
|38|[EsreverWoW/ShestakUI_Classic](https://github.com/EsreverWoW/ShestakUI_Classic)|ShestakUI for WoW Classic (1.14.0) and Burning Crusade Classic (2.5.2)|114|0|2021-11-17|
|
||||
|39|[AlejandroGiner/Lux-in-Tenebris](https://github.com/AlejandroGiner/Lux-in-Tenebris)|A Europa Universalis 4 expansion mod built upon Beyond Typus 9.|22|0|2021-07-05|
|
||||
|40|[Miaow233/Dingtalk_createLike](https://github.com/Miaow233/Dingtalk_createLike)|一个钉钉点赞小工具,使用FusionApp制作|3|0|2021-11-13|
|
||||
|41|[cloudwu/stellaris_cn](https://github.com/cloudwu/stellaris_cn)|Stellaris 群星 汉化 Mod|361|0|2021-11-23|
|
||||
|42|[XavierCHN/x-template](https://github.com/XavierCHN/x-template)|Xavier's DOTA 2 modding template using typescript and react-panorama|37|0|2021-12-14|
|
||||
|43|[kiccer/logitech-macro-frame](https://github.com/kiccer/logitech-macro-frame)|罗技宏框架 - 提炼自 kiccer/Soldier76 项目|59|0|2021-08-10|
|
||||
|44|[kaniol-lck/FusionHelpManual-zh_CN](https://github.com/kaniol-lck/FusionHelpManual-zh_CN)|Fusion help manual in simplified Chinese translation|10|0|2021-11-23|
|
||||
|45|[defold/doc](https://github.com/defold/doc)|Defold game engine documentation for www.defold.com|66|0|2021-12-16|
|
||||
|46|[cfadmin-cn/cfadmin](https://github.com/cfadmin-cn/cfadmin)|A lua web network framework.|247|0|2021-12-16|
|
||||
|47|[sg552/banana-waf](https://github.com/sg552/banana-waf)|非常简单好用的waf|6|0|2021-10-26|
|
||||
|48|[super-goodman/lua-script](https://github.com/super-goodman/lua-script)|lua 脚本|5|0|2021-11-25|
|
||||
|49|[musurca/IKE](https://github.com/musurca/IKE)|PBEM/hotseat multiplayer for Command: Modern Operations scenarios|9|0|2021-12-18|
|
||||
|50|[CNMan/rime-data](https://github.com/CNMan/rime-data)|新世纪五笔字型 for Rime|8|0|2021-12-13|
|
||||
|51|[oniondelta/Onion_Trime_Files](https://github.com/oniondelta/Onion_Trime_Files)|手機同文輸入法 Trime 洋蔥方案(注音、雙拼、形碼) |3|0|2021-12-16|
|
||||
|52|[qyh214/wow_addons_private_use](https://github.com/qyh214/wow_addons_private_use)|World Of Warcraft Addons private use 魔兽世界自用插件|4|0|2021-11-17|
|
||||
|53|[ck2plus/CleanSlate](https://github.com/ck2plus/CleanSlate)|A community resource, clean base from which to begin mods for CrusaderKings 2|16|0|2021-12-17|
|
||||
|54|[sniper00/BallGame](https://github.com/sniper00/BallGame)|moon game server的一个使用示例,搭建简单的服务器框架|48|0|2021-12-17|
|
||||
|55|[WolvenKit/BraindanceProtocol](https://github.com/WolvenKit/BraindanceProtocol)|A GUI to modify your Cyberpunk 2077 experience|79|0|2021-09-12|
|
||||
|56|[HDoujinDownloader/HDoujinDownloader](https://github.com/HDoujinDownloader/HDoujinDownloader)|An easy-to-use manga and dōjinshi downloader supporting 800+ different websites|94|0|2021-12-16|
|
||||
|57|[TheOddler/FactorioWorld](https://github.com/TheOddler/FactorioWorld)|A mod for factorio that changes the map into a real-world map.|22|0|2021-09-26|
|
||||
|58|[DeadlyBossMods/DBM-Classic](https://github.com/DeadlyBossMods/DBM-Classic)|The ultimate encounter helper (for Classic) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|82|0|2021-12-19|
|
||||
|59|[aknife2019/ngx-lua-waf](https://github.com/aknife2019/ngx-lua-waf)|功能简单的 ngx lua waf|3|0|2021-08-19|
|
||||
|60|[TerrenceFong/lua-xx](https://github.com/TerrenceFong/lua-xx)|基于叉叉助手开发的一些脚本工具|4|0|2021-08-24|
|
||||
|61|[enderneko/Cell](https://github.com/enderneko/Cell)|A World of Warcraft raid frame addon.|13|0|2021-12-16|
|
||||
|62|[DarkEnergyProcessor/livesim2](https://github.com/DarkEnergyProcessor/livesim2)|Love Live! School Idol Festival Live Simulator|79|0|2021-10-05|
|
||||
|63|[iwiniwin/LuaKit](https://github.com/iwiniwin/LuaKit)|Lua核心工具包,包含对面向对象,组件系统(灵活的绑定解绑模式),mvc分模块加载,事件分发系统等常用模式的封装。同时提供打印,内存泄漏检测,性能分析等常用工具类。|46|0|2021-09-04|
|
||||
|64|[openresty/lua-resty-redis](https://github.com/openresty/lua-resty-redis)|Lua redis client driver for the ngx_lua based on the cosocket API|1645|0|2021-12-17|
|
||||
|65|[njcx/nginx_dump](https://github.com/njcx/nginx_dump)|该工具用于把Openresty(Nginx+Lua) 请求参数和响应 dump出来,用于旁路HTTP流量分析、风控、资产识别、API数据泄露等等|16|0|2021-07-08|
|
||||
|66|[ThinEureka/tabMachine](https://github.com/ThinEureka/tabMachine)|My new solution to high level hierarchical multiple code flows.|6|0|2021-09-09|
|
||||
|67|[Hemmelfort/Civ6ModdingNotes](https://github.com/Hemmelfort/Civ6ModdingNotes)|Notes for Civilization VI modding.|24|0|2021-07-25|
|
||||
|68|[guoyongshi/BFFilter](https://github.com/guoyongshi/BFFilter)|WOW怀旧服组队频道信息过滤|21|0|2021-07-01|
|
||||
|69|[gaoyichao/gazebo_demos](https://github.com/gaoyichao/gazebo_demos)|Gazebo仿真的各种demo|8|0|2021-07-06|
|
||||
|70|[Ace-Who/rime-xuma](https://github.com/Ace-Who/rime-xuma)|徐码/爾雅:三重注解、双重反查、屏蔽词组、全码后置、顶功版本……|42|0|2021-07-11|
|
||||
|71|[DeadlyBossMods/DBM-TBC-Classic](https://github.com/DeadlyBossMods/DBM-TBC-Classic)|The ultimate encounter helper (for TBC) to give you fight info that's easy to process at a glance. DBM aims to focus on what's happening to you, and what YOU need to do about it.|6|0|2021-12-19|
|
||||
|72|[crispgm/dotfiles](https://github.com/crispgm/dotfiles)|dotfiles to provision a new macOS with cosy dev setups|77|0|2021-12-13|
|
||||
|73|[yanhuacuo/98wubi](https://github.com/yanhuacuo/98wubi)|具备码元提示功能的98五笔配置文件(for中州韵)|27|0|2021-11-03|
|
||||
|74|[zhyupe/FFXIV-Packet-Dissector](https://github.com/zhyupe/FFXIV-Packet-Dissector)|Wireshark plugins for dissecting FFXIV packets.|45|0|2021-11-09|
|
||||
|75|[maojunxyz/flypy-linux](https://github.com/maojunxyz/flypy-linux)|flypy(小鹤双拼)hooked under fcitx-rime、ibus-rime、Yong Input Tool.|17|0|2021-10-10|
|
||||
|76|[openresty/lua-resty-mysql](https://github.com/openresty/lua-resty-mysql)|Nonblocking Lua MySQL driver library for ngx_lua or OpenResty|636|0|2021-12-10|
|
||||
|77|[cissusnar/cpluginscript](https://github.com/cissusnar/cpluginscript)|快贴插件|45|0|2021-11-10|
|
||||
|78|[yuanyan3060/Arknights-Bot-Resource](https://github.com/yuanyan3060/Arknights-Bot-Resource)|明日方舟bot常用素材|5|0|2021-12-15|
|
||||
|79|[hongch911/WiresharkPlugin](https://github.com/hongch911/WiresharkPlugin)|The H265 H264 PS PCM AMR SILK plugin for Wireshark Lua|38|0|2021-07-16|
|
||||
|80|[chenxuuu/documentGenerator](https://github.com/chenxuuu/documentGenerator)|📘自动生成wiki.openluat.com的接口文档,和vscode代码补全数据|5|0|2021-09-15|
|
||||
|81|[apioak/apioak](https://github.com/apioak/apioak)|Full Lifecycle Management API Gateway.|364|0|2021-11-06|
|
||||
|82|[jpxthu/EPGP-Classic](https://github.com/jpxthu/EPGP-Classic)|EPGP for World of Warcraft Classic|6|0|2021-06-27|
|
||||
|83|[Warehousing/Warehousing](https://github.com/Warehousing/Warehousing)|:building_construction: Mod for Factorio. Store all the things! (We heard you like boxes, you packrat you!)|26|0|2021-11-25|
|
||||
|84|[freeioe/freeioe](https://github.com/freeioe/freeioe)|FreeIOE is a framework for building IOE (Internet Of Everything) edge-computing gateway 开源的边缘计算网关框架. 讨论群: 291292378|72|0|2021-11-27|
|
||||
|85|[scomper/Rime](https://github.com/scomper/Rime)|鼠须管配置|386|0|2021-08-16|
|
||||
|86|[VoidmatrixHeathcliff/RandomPic](https://github.com/VoidmatrixHeathcliff/RandomPic)|开箱即用的 随机图片 服务器|4|0|2021-08-12|
|
||||
|87|[ElvUI-WotLK/ElvUI](https://github.com/ElvUI-WotLK/ElvUI)|ElvUI for World of Warcraft - Wrath of the Lich King (3.3.5a)|275|0|2021-09-26|
|
||||
|88|[einverne/dotfiles](https://github.com/einverne/dotfiles)|vimrc|34|0|2021-12-08|
|
||||
|89|[lisaac/luci-app-diskman](https://github.com/lisaac/luci-app-diskman)|Disk Manager for LuCI|220|0|2021-12-10|
|
||||
|90|[UsbPacketViewer/parser](https://github.com/UsbPacketViewer/parser)|-|10|0|2021-11-30|
|
||||
|91|[lxfly2000/Acy-Font](https://github.com/lxfly2000/Acy-Font)|自制手写字体。A hand-writing font set.|14|0|2021-10-23|
|
||||
|92|[ONElua/AutoPlugin2](https://github.com/ONElua/AutoPlugin2)|Next AutoPlugin 2|220|0|2021-11-26|
|
||||
|93|[Seekladoom/Aegisub-Karaoke-Effect-481-Templates](https://github.com/Seekladoom/Aegisub-Karaoke-Effect-481-Templates)|转载自https://huyhuu.com/news/1282/Aegisub-Karaoke-Effect|40|0|2021-09-04|
|
||||
|94|[siweia/NDuiClassic](https://github.com/siweia/NDuiClassic)|NDui for Classic WoW|70|0|2021-12-18|
|
||||
|95|[tkkcc/arknights](https://github.com/tkkcc/arknights)|明日方舟速通 |59|0|2021-12-17|
|
||||
|96|[lilith-avatar/social-island](https://github.com/lilith-avatar/social-island)|:video_game: 神奇森林 - Wonder Forest|4|0|2021-08-02|
|
||||
|97|[IgorTimofeev/MineOS](https://github.com/IgorTimofeev/MineOS)|Home of MineOS and it's software for OpenComputers mod|449|0|2021-10-04|
|
||||
|98|[amorphobia/openfly](https://github.com/amorphobia/openfly)|词库开源的小鹤音形 Rime 配方|27|0|2021-11-19|
|
||||
|99|[Solor/FreeUI](https://github.com/Solor/FreeUI)|A user interface replacement for World of Warcraft.|53|0|2021-12-17|
|
||||
|100|[hcaihao/FetionHelper](https://github.com/hcaihao/FetionHelper)|和飞信助手,实现了发送消息/图片/群聊,利用移动接口发送短信等。|5|0|2021-12-13|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
105
content/charts/growth/software/MATLAB.md
Normal file
105
content/charts/growth/software/MATLAB.md
Normal file
@ -0,0 +1,105 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > MATLAB
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[yangbin-xd/UAV-positioning](https://github.com/yangbin-xd/UAV-positioning)|code for IEEE IoTJ paper "Distributed and Collaborative Localization for Swarming UAVs"|6|0|2021-06-02|
|
||||
|2|[guoyun2020/Speech-Signal-DSP-Platform](https://github.com/guoyun2020/Speech-Signal-DSP-Platform)|一款基于MATLAB的语音信号处理平台|3|0|2021-06-04|
|
||||
|3|[lxlonlyn/numerical-analysis](https://github.com/lxlonlyn/numerical-analysis)|你知道数值分析的痛吗|3|0|2021-06-11|
|
||||
|4|[zephyrhours/Hyperspectral-Anomaly-Detection-CRDBPSW](https://github.com/zephyrhours/Hyperspectral-Anomaly-Detection-CRDBPSW)|Collaborative representation with background purification and saliency weight for hyperspectral anomaly detection|7|0|2021-09-15|
|
||||
|5|[complone/NaSch](https://github.com/complone/NaSch)|三车道交通流元胞自动机matlab实现|19|0|2021-08-07|
|
||||
|6|[weisongwen/researchTools](https://github.com/weisongwen/researchTools)|useful blogs for research|69|0|2021-11-23|
|
||||
|7|[zephyrhours/Hyperspectral-Anomaly-Detection-LSUNRSORAD-and-LSAD-CR-IDW-](https://github.com/zephyrhours/Hyperspectral-Anomaly-Detection-LSUNRSORAD-and-LSAD-CR-IDW-)|This is the code for the paper nemed 'Anomaly Detection for Hyperspectral Imagery Based on the Regularized Subspace Method and Collaborative Representation'|16|0|2021-09-28|
|
||||
|8|[ShurenQi/MomentToolbox](https://github.com/ShurenQi/MomentToolbox)|Matlab code for the paper "A survey of orthogonal moments for image representation: Theory, implementation, and evaluation"|12|0|2021-11-25|
|
||||
|9|[JackHCC/Audio-Digital-Processing](https://github.com/JackHCC/Audio-Digital-Processing)|数字信号处理大作业:Matlab实现语音分析:加噪声,频谱分析,滤波器等等(内附报告)【Matlab for speech analysis: add noise, spectrum analysis, filter, etc】|35|0|2021-06-29|
|
||||
|10|[Say-Hello2y/Path-planning-for-robots](https://github.com/Say-Hello2y/Path-planning-for-robots)|use Dijkstra 使用Dijkstra法实现了基于栅格地图的移动机器人路径规划|4|0|2021-06-16|
|
||||
|11|[AngeloUNIMI/Demo_FusionNet](https://github.com/AngeloUNIMI/Demo_FusionNet)|Demonstration of FusionNet for touchless palmprint and finger texture recognition. Based on the source code for the 2019 IEEE CIVEMSA paper "Touchless palmprint and finger texture recognition: A Deep ...|9|0|2021-09-06|
|
||||
|12|[yandld/nav_matlab](https://github.com/yandld/nav_matlab)|基于的matlab导航科学计算库|64|0|2021-12-07|
|
||||
|13|[PollyNET/Pollynet_Processing_Chain](https://github.com/PollyNET/Pollynet_Processing_Chain)|NRT lidar data processing program for multiwavelength polarization Raman lidar network (PollyNET)|6|0|2021-12-11|
|
||||
|14|[AngeloUNIMI/FusionNet](https://github.com/AngeloUNIMI/FusionNet)|Source code for the 2019 IEEE CIVEMSA paper "Touchless palmprint and finger texture recognition: A Deep Learning fusion approach"|14|0|2021-09-06|
|
||||
|15|[fzzfbyx/Audio-FIR-denoising-filter-MATLAB_GUI](https://github.com/fzzfbyx/Audio-FIR-denoising-filter-MATLAB_GUI)|利用MATLAB GUI设计平台,用窗函数法设计FIR数字滤波器,对所给出的含有噪声的声音信号进行数字滤波处理,得到降噪的声音信号,进行时域频域分析,同时分析不同窗函数的效果。|4|0|2021-09-13|
|
||||
|16|[yqx7150/EDAEPRec](https://github.com/yqx7150/EDAEPRec)|Enhanced Denoising Auto-Encoding Priors for Reconstruction |7|0|2021-08-04|
|
||||
|17|[CXris/computerVision-stitching](https://github.com/CXris/computerVision-stitching)|使用Harris角点检测算法、最小二乘拟合、随机抽样一致算法(RANSAC)以及 HOG 描述符、线性融合等计算机视觉算法,使用Matlab实现将多张图像拼接成一张全景图。|2|0|2021-08-25|
|
||||
|18|[bhtxy0525/Inverse_Dynamics_with_Recursive_Newton_Euler_Algorithm](https://github.com/bhtxy0525/Inverse_Dynamics_with_Recursive_Newton_Euler_Algorithm)|-|6|0|2021-11-24|
|
||||
|19|[Stansec233/SVM-Electricity_Load_Forecast](https://github.com/Stansec233/SVM-Electricity_Load_Forecast)|基于日特征气象因素的支持向量机预测电力负荷|3|0|2021-06-24|
|
||||
|20|[ScottXjw/Volterra_lms](https://github.com/ScottXjw/Volterra_lms)|Volterra_lms算法|2|0|2021-11-03|
|
||||
|21|[caokaifa/VFH](https://github.com/caokaifa/VFH)|VFH 局部路径规划|2|0|2021-07-01|
|
||||
|22|[zephyrhours/Hyperspectral-Anomaly-Detection-2S-GLRT](https://github.com/zephyrhours/Hyperspectral-Anomaly-Detection-2S-GLRT)|This is the code of paper named "Multipixel Anomaly Detection With Unknown Patterns for Imagery"|8|0|2021-09-28|
|
||||
|23|[ToKiNoBug/3dPixelPaintingInMinecraft](https://github.com/ToKiNoBug/3dPixelPaintingInMinecraft)|在minecraft中生成3d的地图画|19|0|2021-09-24|
|
||||
|24|[Cirno9-dev/learning](https://github.com/Cirno9-dev/learning)|机器学习|3|0|2021-12-18|
|
||||
|25|[GenericAltimetryTools/CalAlti](https://github.com/GenericAltimetryTools/CalAlti)|Calibration of Satellite Altimeter using the tide gauge data as well as auxiliary models|8|0|2021-08-11|
|
||||
|26|[HanpyBin/Numerical-Analysis-Experiment](https://github.com/HanpyBin/Numerical-Analysis-Experiment)|武汉理工大学数值分析实验-基于matlab|5|0|2021-08-15|
|
||||
|27|[WHUzxp/Dual_SOCP](https://github.com/WHUzxp/Dual_SOCP)|潮流计算 二阶锥松弛 对偶形式|4|0|2021-06-18|
|
||||
|28|[ja754969/Ocean-Current-Observation-and-Analysis](https://github.com/ja754969/Ocean-Current-Observation-and-Analysis)|洋流觀測分析 class at NTOU. File Station link : |2|0|2021-08-30|
|
||||
|29|[lyc102/ifem](https://github.com/lyc102/ifem)|iFEM is a MATLAB software package containing robust, efficient, and easy-following codes for the main building blocks of adaptive finite element methods on unstructured simplicial grids in both two an ...|74|0|2021-12-04|
|
||||
|30|[cmtso/EKI_geophysics_2020](https://github.com/cmtso/EKI_geophysics_2020)|Example MATLAB scripts for running ensemble Kalman inversion for electrical resistivity tomography data to accompany paper.|7|0|2021-10-20|
|
||||
|31|[Dingqinliu/Encryption_Matlab](https://github.com/Dingqinliu/Encryption_Matlab)|与图像加密有关的一些代码|3|0|2021-07-16|
|
||||
|32|[LingyvKong/PatternRecognition-with-matlab](https://github.com/LingyvKong/PatternRecognition-with-matlab)|使用matlab从0构建模式识别算法|5|0|2021-06-26|
|
||||
|33|[tangkk/tangkk-mirex-ace](https://github.com/tangkk/tangkk-mirex-ace)|large vocabulary automatic chord estimation with deep learning|13|0|2021-06-02|
|
||||
|34|[guoyun2020/LMS-Based-Adaptive-Filtering-Denoising-Algorithm](https://github.com/guoyun2020/LMS-Based-Adaptive-Filtering-Denoising-Algorithm)|一种基于LMS的自适应蓝牙耳机降噪算法|3|0|2021-06-15|
|
||||
|35|[xingchenzhang/VIFB](https://github.com/xingchenzhang/VIFB)|Visible and Infrared Image Fusion Benchmark|142|0|2021-09-27|
|
||||
|36|[Heisenberg0391/DigitalSignalProcess_MATLAB](https://github.com/Heisenberg0391/DigitalSignalProcess_MATLAB)|数字信号处理matlab程序|3|0|2021-06-28|
|
||||
|37|[je-santos/MPLBM-UT](https://github.com/je-santos/MPLBM-UT)|Library for performing multiphase simulations (based on the Shan-Chen model) in complicated geometries (i.e. porous media 3D images)|80|0|2021-12-15|
|
||||
|38|[gain-wyj/Color-image-enhancement](https://github.com/gain-wyj/Color-image-enhancement)|基于HSI和局部同态滤波的彩色图像增强算法|3|0|2021-07-05|
|
||||
|39|[seer-group329/PositionAndPosConnectionOfTheCar](https://github.com/seer-group329/PositionAndPosConnectionOfTheCar)|在已知无人仓储车的起始与目标位姿的条件下,得到三阶连续的曲线路径|5|0|2021-09-18|
|
||||
|40|[yeyuanxin110/CFOG](https://github.com/yeyuanxin110/CFOG)|-|11|0|2021-11-20|
|
||||
|41|[yfor1008/saliency_detection](https://github.com/yfor1008/saliency_detection)|显著性检测|5|0|2021-10-12|
|
||||
|42|[X-X-Y/about_EEG_EandP](https://github.com/X-X-Y/about_EEG_EandP)|说说脑电信号的频谱、能量、功率谱、功率谱密度都是指什么|2|0|2021-07-15|
|
||||
|43|[tlt18/Plate-Location](https://github.com/tlt18/Plate-Location)|数字图像处理 车牌定位和字符分割|5|0|2021-06-24|
|
||||
|44|[burning489/2021_autumn_numerical_linear_algebra](https://github.com/burning489/2021_autumn_numerical_linear_algebra)|数值线性代数代码示例|3|0|2021-12-01|
|
||||
|45|[Uestc-xiye/CUMCM2020-Probelms-C](https://github.com/Uestc-xiye/CUMCM2020-Probelms-C)|2020年高教社杯全国大学生数学建模C题:中小微企业的信贷决策|2|0|2021-07-26|
|
||||
|46|[tjzhang1993/Infrared-image-processing](https://github.com/tjzhang1993/Infrared-image-processing)|用于处理红外热成像得到的图片|2|0|2021-11-29|
|
||||
|47|[Burceoneo12345/image](https://github.com/Burceoneo12345/image)|图像处理的实验以及作业|4|0|2021-06-13|
|
||||
|48|[chaiqingao/Sudoku](https://github.com/chaiqingao/Sudoku)|一个用MATLAB写的数独小游戏:以命令行和GUI两种方式生成数独和求解数独,你可以作为游戏来玩或作为求解数独的工具。|3|0|2021-07-15|
|
||||
|49|[nanguoyu/Captcha-recognition](https://github.com/nanguoyu/Captcha-recognition)|[CAIA I Lab 5] Captcha recognition implemented by Matlab [CAIA I Lab 5]数字图像验证码识别 |5|0|2021-12-14|
|
||||
|50|[Wenzhe-Liu/sound-source-localization-algorithm_DOA_estimation](https://github.com/Wenzhe-Liu/sound-source-localization-algorithm_DOA_estimation)|关于语音信号声源定位DOA估计所用的一些传统算法|104|0|2021-06-30|
|
||||
|51|[AirChem/F0AM](https://github.com/AirChem/F0AM)|Framework for 0-D Atmospheric Modeling|29|0|2021-12-03|
|
||||
|52|[lunarwhite/Chinese-handwritten-numbers-recognization](https://github.com/lunarwhite/Chinese-handwritten-numbers-recognization)|用简单的BP神经网络来识别中文手写阿拉伯数字,kaggle中的Toy项目,算法用Matlab手写实现|4|0|2021-06-13|
|
||||
|53|[acsamson/ImageFusion-Algorithm](https://github.com/acsamson/ImageFusion-Algorithm)|ImageFusion algorithm, SSIM and PSNR evaluation(常见图像融合算法以及SSIM和PSNR评价|2|0|2021-08-30|
|
||||
|54|[zephyrhours/Hyperspectral-Change-Detection-Based-on-Multiple-Morphological-Profiles](https://github.com/zephyrhours/Hyperspectral-Change-Detection-Based-on-Multiple-Morphological-Profiles)|Hyperspectral Change Detection Based on Multiple Morphological Profiles|8|0|2021-09-28|
|
||||
|55|[qwe14789cn/radar_tools](https://github.com/qwe14789cn/radar_tools)|信号处理工具箱|102|0|2021-08-31|
|
||||
|56|[zephyrhours/Hyperspectyral-Change-Detection-TDRD](https://github.com/zephyrhours/Hyperspectyral-Change-Detection-TDRD)|Three-Order Tucker Decomposition and Reconstruction Detector for Unsupervised Hyperspectral Change Detection|7|0|2021-09-15|
|
||||
|57|[ToKiNoBug/MandelbortSetCalculate-Render](https://github.com/ToKiNoBug/MandelbortSetCalculate-Render)|计算和渲染曼德勃罗集的两套程序。|8|0|2021-06-12|
|
||||
|58|[ZhangHongBo2019/Constraint_NSGA-II_Algorithms](https://github.com/ZhangHongBo2019/Constraint_NSGA-II_Algorithms)|这是一个带约束条件的非支配排序遗传算法NSGA-II,解决了一个多目标优化问题|24|0|2021-09-10|
|
||||
|59|[himynameisfuego/SiTraNo](https://github.com/himynameisfuego/SiTraNo)|A MATLAB app for tonal-transient-noise decomposition of audio signals.|10|0|2021-09-08|
|
||||
|60|[JJ-Ho/COSMOSS](https://github.com/JJ-Ho/COSMOSS)|COSMOSS is a Coupled OScillator MOdel Spectrum Simulator |6|0|2021-06-20|
|
||||
|61|[ray1006597080/MyFish](https://github.com/ray1006597080/MyFish)|专注优化算法开发,包括以下方面: (1)启发式算法,元启发式算法,群智能优化算法(GA,PSO,GWO等) (2)凸优化(ADMM,Benders分解,内点法等) (3)多目标优化(NSGA-II,MOPSO,MOGWO等) (4)机器学习(神经网络,SVM,决策树,随机森林等) 电力系统优化建模,多学科优化建模,包括: (1)电力系统运行优化(日前优化调度,微电网运行优化,电动汽车调度 ...|3|0|2021-06-07|
|
||||
|62|[WoodyBuendia/HFSS-MATLAB-API](https://github.com/WoodyBuendia/HFSS-MATLAB-API)|HFSS-MATLAB-API is a library toolbox to control Ansoft HFSS from MATLAB using the HFSS Scripting Interface. This tool provides a set of MATLAB functions to create 3D objects in HFSS by generating th ...|42|0|2021-09-17|
|
||||
|63|[jeyao/Orbital-Angular-Momentum](https://github.com/jeyao/Orbital-Angular-Momentum)|涡旋电磁波相关仿真|10|0|2021-06-17|
|
||||
|64|[rodralez/NaveGo](https://github.com/rodralez/NaveGo)|NaveGo: an open-source MATLAB/GNU Octave toolbox for processing integrated navigation systems and performing inertial sensors analysis.|373|0|2021-12-15|
|
||||
|65|[wangweike123/Smooth-trajectory-splicing-based-on-Bezier-curve](https://github.com/wangweike123/Smooth-trajectory-splicing-based-on-Bezier-curve)|使用贝塞尔曲线,通过合理选取控制点使轨迹在拼接点处曲率连续|5|0|2021-09-06|
|
||||
|66|[YuJie2020/MATLAB-HFSS-API](https://github.com/YuJie2020/MATLAB-HFSS-API)|HFSS-MATLAB-API 是通过 MATLAB 编写的一套可调用的 HFSS-MATLAB 应用程序编程接口,通过编写 MATLAB 代码来生成执行相关特定操作的 HFSS 程序所需的 VBS 脚本|5|0|2021-08-19|
|
||||
|67|[tyl-stu/Compressed-sensing-code](https://github.com/tyl-stu/Compressed-sensing-code)|自己搜集和改写的压缩感知相关程序代码|3|0|2021-07-26|
|
||||
|68|[fuzhiqiang1230/DLRRPD](https://github.com/fuzhiqiang1230/DLRRPD)|This repository is used for sharing the source code of Double low-rank representation with projection distance penalty for clustering|9|0|2021-12-08|
|
||||
|69|[redglassli/Formation_Consensus_basic](https://github.com/redglassli/Formation_Consensus_basic)|A basic version for robot formation consensus and obstacle avoidance by MATLAB|11|0|2021-06-10|
|
||||
|70|[Magica-Chen/zhihu_writing](https://github.com/Magica-Chen/zhihu_writing)|Some simple codes for zhihu column writing: 高斯世界下的Machine Learning|3|0|2021-11-04|
|
||||
|71|[WeisongZhao/Sparse-SIM](https://github.com/WeisongZhao/Sparse-SIM)|Official MATLAB implementation of the "Sparse deconvolution" -v1.0.3|25|0|2021-11-20|
|
||||
|72|[AomanHao/Matlab-Image-Dehaze-Enhance](https://github.com/AomanHao/Matlab-Image-Dehaze-Enhance)|图像去雾、图像增强、灰度直方图均衡化等|38|0|2021-10-23|
|
||||
|73|[YaoGengqi/Image_Metrics](https://github.com/YaoGengqi/Image_Metrics)|用于测试图像的各类指标。|3|0|2021-12-03|
|
||||
|74|[DietCokewithSugar/undamage-blood-glucose](https://github.com/DietCokewithSugar/undamage-blood-glucose)|基于改进深度回归网络的无创血糖检测算法|2|0|2021-12-02|
|
||||
|75|[mingsongli/acycle](https://github.com/mingsongli/acycle)|Acycle: Time-series analysis software for research and education|53|0|2021-12-12|
|
||||
|76|[AIHHU/Ant-Colony-Optimization](https://github.com/AIHHU/Ant-Colony-Optimization)|用matlab实现蚁群算法|3|0|2021-07-02|
|
||||
|77|[heihei2122/mag_cuboid](https://github.com/heihei2122/mag_cuboid)|a gui or app based matlab to calculate B force stiffness 矩形磁体的计算|3|0|2021-11-20|
|
||||
|78|[NOCIONS/letswave6](https://github.com/NOCIONS/letswave6)|Letswave 6 - Matlab EEG signal processing toolbox |44|0|2021-08-23|
|
||||
|79|[JackHCC/Routing-Algorithm](https://github.com/JackHCC/Routing-Algorithm)|MATLAB实现路由算法基本原理(内附报告)[MATLAB realizes the basic principle of routing algorithm - mathematics experiment work (with report)]|10|0|2021-12-15|
|
||||
|80|[fzzfbyx/CFAR-radar-algorithm_MATLAB_GUI](https://github.com/fzzfbyx/CFAR-radar-algorithm_MATLAB_GUI)|利用MATLAB GUI设计平台,设计多算法雷达一维恒虚警检测CFAR可视化界面,通过选择噪声类型、目标类型、算法类型,手动输入相关参数,可视化显示噪声波形与目标检测的回波-检测门限波形图。|4|0|2021-09-13|
|
||||
|81|[tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu](https://github.com/tdcsu/Cluster-simulation-like-birds-using-matlab-tdcsu)| 二阶积分器模型,集群仿真,鸟群 Second order integrator model, swarm simulation, bird swarm|5|0|2021-06-03|
|
||||
|82|[JiaxuanLiu/BPA-SAR-simulation](https://github.com/JiaxuanLiu/BPA-SAR-simulation)|使用后向投影算法(BPA)完成成像仿真|22|0|2021-07-08|
|
||||
|83|[YXL76/Communication-System-Modeling-and-Simulation](https://github.com/YXL76/Communication-System-Modeling-and-Simulation)|BUPT 通信系统建模与仿真|2|0|2021-06-19|
|
||||
|84|[TianLin0509/BF-design-with-DL](https://github.com/TianLin0509/BF-design-with-DL)|Beamforming design with deep learning.|126|0|2021-08-01|
|
||||
|85|[liuziwei7/fashion-landmarks](https://github.com/liuziwei7/fashion-landmarks)|Fashion Landmark Detection in the Wild|329|0|2021-10-09|
|
||||
|86|[intLyc/MTO-Platform](https://github.com/intLyc/MTO-Platform)|Multi-Task Optimization Platform 多任务优化平台|10|0|2021-12-17|
|
||||
|87|[mingli-ai/FaVeST](https://github.com/mingli-ai/FaVeST)|Fast Vector Spherical Harmonic Transforms|10|0|2021-10-13|
|
||||
|88|[chdilo/BadAppleOSC](https://github.com/chdilo/BadAppleOSC)|在示波器上播放Bad Apple!!|10|0|2021-09-29|
|
||||
|89|[cggos/opt_matlab](https://github.com/cggos/opt_matlab)|最优化方法及其MATLAB实现 源代码|7|0|2021-10-07|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Objective-C.md
Normal file
116
content/charts/growth/software/Objective-C.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Objective-C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[MustangYM/WeChatExtension-ForMac](https://github.com/MustangYM/WeChatExtension-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)|18892|19|2021-11-26|
|
||||
|2|[Tencent/vap](https://github.com/Tencent/vap)|VAP是企鹅电竞开发,用于播放特效动画的实现方案。具有高压缩率、硬件解码等优点。同时支持 iOS,Android,Web 平台。|2720|6|2021-12-14|
|
||||
|3|[Instagram/IGListKit](https://github.com/Instagram/IGListKit)|A data-driven UICollectionView framework for building fast and flexible lists.|12196|6|2021-12-10|
|
||||
|4|[Sunnyyoung/WeChatTweak-macOS](https://github.com/Sunnyyoung/WeChatTweak-macOS)|A dynamic library tweak for WeChat macOS - 首款微信 macOS 客户端撤回拦截与多开|6504|4|2021-12-06|
|
||||
|5|[Tencent/QMUI_iOS](https://github.com/Tencent/QMUI_iOS)|QMUI iOS——致力于提高项目 UI 开发效率的解决方案|6433|4|2021-12-14|
|
||||
|6|[banchichen/TZImagePickerController](https://github.com/banchichen/TZImagePickerController)|一个支持多选、选原图和视频的图片选择器,同时有预览、裁剪功能,支持iOS6+。 A clone of UIImagePickerController, support picking multiple photos、original photo、video, also allow preview photo and video, support iOS6+|7740|4|2021-12-14|
|
||||
|7|[didi/DiDiPrism](https://github.com/didi/DiDiPrism)|小桔棱镜,一款专注移动端操作行为的利器! A powerful tool (iOS & Android) that focuses on mobile operation behavior!|1543|4|2021-11-10|
|
||||
|8|[alibaba/coobjc](https://github.com/alibaba/coobjc)|coobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foun ...|3921|4|2021-09-26|
|
||||
|9|[CoderMJLee/MJExtension](https://github.com/CoderMJLee/MJExtension)|A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file.|8458|3|2021-12-06|
|
||||
|10|[xrtc-cc/xrtc](https://github.com/xrtc-cc/xrtc)|WebRTC 融合音视频解决方案:封装声网Agora、华为云hrtc、腾讯云trtc及网易云信rtc,支持动态切换和定制,iOS、Android、Web极简集成WebRTC。|324|3|2021-11-05|
|
||||
|11|[renzifeng/ZFPlayer](https://github.com/renzifeng/ZFPlayer)|Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)|6694|3|2021-11-04|
|
||||
|12|[AAChartModel/AAChartKit](https://github.com/AAChartModel/AAChartKit)|📈📊🚀🚀🚀An elegant modern declarative data visualization chart framework for iOS, iPadOS and macOS. Extremely powerful, supports line, spline, area, areaspline, column, bar, pie, scatter, angular gauges, ...|4358|3|2021-12-02|
|
||||
|13|[ChenYilong/CYLTabBarController](https://github.com/ChenYilong/CYLTabBarController)|[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自 ...|6605|3|2021-12-01|
|
||||
|14|[tigerAndBull/TABAnimated](https://github.com/tigerAndBull/TABAnimated)|A skeleton screen framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)|2909|2|2021-11-16|
|
||||
|15|[johnno1962/InjectionIII](https://github.com/johnno1962/InjectionIII)|Re-write of Injection for Xcode in (mostly) Swift|2680|2|2021-12-17|
|
||||
|16|[wangrui460/WRNavigationBar](https://github.com/wangrui460/WRNavigationBar)|超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically|2923|2|2021-07-19|
|
||||
|17|[youngsoft/MyLinearLayout](https://github.com/youngsoft/MyLinearLayout)|MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use L ...|4152|2|2021-07-26|
|
||||
|18|[skyming/iOS-Performance-Optimization](https://github.com/skyming/iOS-Performance-Optimization)|关于iOS 性能优化梳理、内存泄露、卡顿、网络、GPU、电量、 App 包体积瘦身、启动速度优化等、Instruments 高级技巧、常见的优化技能- Get — Edit|4344|2|2021-08-09|
|
||||
|19|[bytedance/Fastbot_iOS](https://github.com/bytedance/Fastbot_iOS)|About Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems|261|2|2021-09-25|
|
||||
|20|[gsdios/SDCycleScrollView](https://github.com/gsdios/SDCycleScrollView)|Autoscroll Banner. 无限循环图片、文字轮播器。|6095|2|2021-08-03|
|
||||
|21|[indulgeIn/YBImageBrowser](https://github.com/indulgeIn/YBImageBrowser)|iOS image browser / iOS 图片浏览器 (支持视频) |2230|2|2021-08-17|
|
||||
|22|[MoZhouqi/KMNavigationBarTransition](https://github.com/MoZhouqi/KMNavigationBarTransition)|A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for ...|3274|2|2021-10-20|
|
||||
|23|[iodefog/VipVideo](https://github.com/iodefog/VipVideo)|各大网站vip视频免费观看 等 Mac版。付费电影,VIP会员剧等,去广告播放。自用视频或者电影URL,音乐破解URL,CCTV等电视播放URL|2377|2|2021-10-20|
|
||||
|24|[Tencent/MLeaksFinder](https://github.com/Tencent/MLeaksFinder)|Find memory leaks in your iOS app at develop time.|5183|2|2021-11-09|
|
||||
|25|[didi/Hummer](https://github.com/didi/Hummer)|-|718|2|2021-12-14|
|
||||
|26|[headkaze/Hackintool](https://github.com/headkaze/Hackintool)|The Swiss army knife of vanilla Hackintoshing|1815|2|2021-12-18|
|
||||
|27|[JackJiang2011/MobileIMSDK](https://github.com/JackJiang2011/MobileIMSDK)|一个原创移动端IM通信层框架,轻量级、高度提炼,历经8年、久经考验。可能是市面上唯一同时支持UDP+TCP+WebSocket三种协议的同类开源框架,支持iOS、Android、Java、H5,服务端基于Netty。|3864|2|2021-12-16|
|
||||
|28|[ChenYilong/iOSBlog](https://github.com/ChenYilong/iOSBlog)| 微博@iOS程序犭袁 的blog|1076|1|2021-09-14|
|
||||
|29|[tencentyun/MLVBSDK](https://github.com/tencentyun/MLVBSDK)|移动直播 SDK,国内下载镜像:|757|1|2021-12-08|
|
||||
|30|[SilverFruity/OCRunner](https://github.com/SilverFruity/OCRunner)|Execute Objective-C code as script. iOS hotfix SDK. |439|1|2021-12-17|
|
||||
|31|[jezzmemo/JJException](https://github.com/jezzmemo/JJException)|Protect the objective-c application(保护App不闪退)|1403|1|2021-09-28|
|
||||
|32|[dustturtle/RealReachability](https://github.com/dustturtle/RealReachability)|We need to observe the REAL reachability of network. That's what RealReachability do.|3042|1|2021-10-14|
|
||||
|33|[zhenglibao/FlexLib](https://github.com/zhenglibao/FlexLib)|FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速|1569|1|2021-10-11|
|
||||
|34|[changsanjiang/SJVideoPlayer](https://github.com/changsanjiang/SJVideoPlayer)|iOS VideoPlayer MediaPlayer video player media player 短视频播放器 可接入 ijkplayer aliplayer alivodplayer plplayer|2066|1|2021-10-28|
|
||||
|35|[zhengwenming/WMPlayer](https://github.com/zhengwenming/WMPlayer)|WMPlayer-AVPlayer的封装,继承UIView,支持pods,手势快进、快退,全面适配全面屏,同时支持网络和本地视频的播放|3207|1|2021-08-02|
|
||||
|36|[wwmz/WMZDropDownMenu](https://github.com/wwmz/WMZDropDownMenu)|🌹一个能几乎实现所有App各种类型筛选菜单的控件,可悬浮,目前已实现闲鱼/美团/Boss直聘/京东/饿了么/淘宝/拼多多/赶集网/美图外卖等等的筛选菜单,可以自由调用代理实现自己想组装的筛选功能和UI,且控件的生命周期自动管理,悬浮自动管理🌹(A control that can implement almost all types of filtering menus of all apps)|618|1|2021-10-25|
|
||||
|37|[zekunyan/TTGTagCollectionView](https://github.com/zekunyan/TTGTagCollectionView)|Useful for showing text or custom view tags in a vertical or horizontal scrollable view and support Autolayout at the same time. It is highly customizable that most features of the text tag can be con ...|1626|1|2021-08-11|
|
||||
|38|[DKJone/DKWechatHelper](https://github.com/DKJone/DKWechatHelper)|不止于抢红包,功能丰富的微信插件。|1184|1|2021-09-18|
|
||||
|39|[SilenceLove/HXPhotoPicker](https://github.com/SilenceLove/HXPhotoPicker)|图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, Download the resources on iC ...|2363|1|2021-12-08|
|
||||
|40|[yiplee/YPNavigationBarTransition](https://github.com/yiplee/YPNavigationBarTransition)|A Full functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view co ...|775|1|2021-11-03|
|
||||
|41|[AgoraIO-Community/MoonLight](https://github.com/AgoraIO-Community/MoonLight)|MoonLight is a performance test kit on iOS and macOS. It can capture App Memory, App CPU, System CPU, GPU, ANR and iOS FPS and accurately and easily.|223|1|2021-07-23|
|
||||
|42|[wuba/WBBlades](https://github.com/wuba/WBBlades)|基于mach-o解析技术的包大小占比分析、Objective-C & Swift无用代码(冗余类)检测、无符号表时的日志符号化 (Based on mach-o technology, unused code (unused class) detection tool, crash log symbolization tool, and app size analysis tool.)|607|1|2021-12-16|
|
||||
|43|[pili-engineering/PLPlayerKit](https://github.com/pili-engineering/PLPlayerKit)|PLPlayerKit 是七牛推出的一款免费的适用于 iOS 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。|1986|1|2021-11-05|
|
||||
|44|[brunophilipe/Cakebrew](https://github.com/brunophilipe/Cakebrew)|Manage your Homebrew formulas with style using Cakebrew.|4049|1|2021-07-02|
|
||||
|45|[lixiang1994/LEEAlert](https://github.com/lixiang1994/LEEAlert)|优雅的可自定义 Alert ActionSheet|1171|1|2021-12-08|
|
||||
|46|[czl0325/ZLCollectionView](https://github.com/czl0325/ZLCollectionView)|为应对类似淘宝首页,京东首页,国美首页等复杂布局而写的Collectionview。基于UICollectionView实现,目前支持标签布局,列布局,百分比布局,定位布局,填充式布局,瀑布流布局等。支持纵向布局和横向布局,可以根据不同的section设置不同的布局,支持拖动cell,头部悬浮,设置section背景色和自定义section背景view,向自定义背景view传递自定义方法。实现了电 ...|951|1|2021-07-12|
|
||||
|47|[eleme/Stinger](https://github.com/eleme/Stinger)|Stinger is a high-efficiency library with great compatibility, for aop in Objective-C, using libffi instead of Objective-C message forwarding. It is 20+ times faster than the Aspects, from message-se ...|910|1|2021-10-14|
|
||||
|48|[jkpang/PPRows](https://github.com/jkpang/PPRows)|It Can Calculate how many lines of code you write on Mac ; 在Mac上计算你写了多少行代码|1433|1|2021-10-20|
|
||||
|49|[meitu/MTHawkeye](https://github.com/meitu/MTHawkeye)|Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)|1270|1|2021-11-29|
|
||||
|50|[QuintGao/GKPageScrollView](https://github.com/QuintGao/GKPageScrollView)|iOS类似微博、抖音、网易云等个人详情页滑动嵌套效果|1234|1|2021-12-07|
|
||||
|51|[jpush/jpush-flutter-plugin](https://github.com/jpush/jpush-flutter-plugin)|JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。|734|1|2021-12-16|
|
||||
|52|[Lision/LSAnimator](https://github.com/Lision/LSAnimator)|⛓ Easy to Read and Write Multi-chain Animations Lib in Objective-C and Swift.|1576|1|2021-08-12|
|
||||
|53|[wendux/DSBridge-IOS](https://github.com/wendux/DSBridge-IOS)|:earth_asia: A modern cross-platform JavaScript bridge, through which you can invoke each other's functions synchronously or asynchronously between JavaScript and native.|1673|1|2021-11-24|
|
||||
|54|[huanxsd/LinkMap](https://github.com/huanxsd/LinkMap)|检查每个类占用空间大小工具|1613|1|2021-07-29|
|
||||
|55|[alibaba/youku-sdk-tool-woodpecker](https://github.com/alibaba/youku-sdk-tool-woodpecker)|In-app-debug tool for iOS|673|1|2021-11-11|
|
||||
|56|[YPLiang19/Mango](https://github.com/YPLiang19/Mango)|MangoFix is a DSL which syntax is very similar to Objective-C,MangoFix is also an iOS App hotfix SDK. You can use MangoFix method replace any Objective-C method.|930|1|2021-06-23|
|
||||
|57|[jpush/jpush-react-native](https://github.com/jpush/jpush-react-native)|JPush's officially supported React Native plugin (Android & iOS). 极光推送官方支持的 React Native 插件(Android & iOS)。|1256|1|2021-11-25|
|
||||
|58|[ChatSecure/ChatSecure-iOS](https://github.com/ChatSecure/ChatSecure-iOS)|ChatSecure is a free and open source encrypted chat client for iOS that supports OTR and OMEMO encryption over XMPP.|3044|1|2021-08-13|
|
||||
|59|[CRAnimation/CRBoxInputView](https://github.com/CRAnimation/CRBoxInputView)|Verify code input view. Support security type for password.短信验证码输入框,支持密文模式|844|1|2021-08-27|
|
||||
|60|[didi/echo](https://github.com/didi/echo)|Echo是一款桌面端调试工具,旨在提高客户端的研发调试效率|935|1|2021-09-27|
|
||||
|61|[LeoMobileDeveloper/Blogs](https://github.com/LeoMobileDeveloper/Blogs)|一点心得 - iOS,Swift,React Native,Python...|1432|1|2021-12-02|
|
||||
|62|[nacker/LZEasemob3](https://github.com/nacker/LZEasemob3)|酷信 高仿微信 WeChat 高仿朋友圈 moments Github上最牛逼的高仿微信项目没有之一|1888|1|2021-08-30|
|
||||
|63|[FoneG/FGPopupScheduler](https://github.com/FoneG/FGPopupScheduler)| ✨ ✨ ✨ ✨ iOS弹窗调用器,控制弹窗按照指定的策略进行显示。Helps you control popups easily. ✨ ✨ ✨ ✨|175|1|2021-11-08|
|
||||
|64|[rime/squirrel](https://github.com/rime/squirrel)|【鼠鬚管】Rime for macOS|3064|1|2021-12-14|
|
||||
|65|[kingsic/SGQRCode](https://github.com/kingsic/SGQRCode)|The easy to use bar code and QR code scan library for iOS【支持二维码生成、从相册中读取二维码、条形码和二维码扫描】|1571|1|2021-09-19|
|
||||
|66|[dequan1331/HybridPageKit](https://github.com/dequan1331/HybridPageKit)|A high-performance、high-extensibility、easy integration framework for Hybrid content page. Support most content page types of News App. |1146|1|2021-11-16|
|
||||
|67|[netease-kit/NIM_iOS_UIKit](https://github.com/netease-kit/NIM_iOS_UIKit)|网易云信 iOS UI 组件,提供聊天界面,文本消息,图片消息,语音消息,视频消息,地理位置消息,自定义消息(阅后即焚)等消息示例。#推荐客户得比特币/京东卡,现在推荐使用网易云信,最低得0.02BTC或3000元京东卡/单,点击参与:https://yunxin.163.com/promotion/recommend|1365|1|2021-11-15|
|
||||
|68|[91renb/BRPickerView](https://github.com/91renb/BRPickerView)|BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。|2149|1|2021-10-12|
|
||||
|69|[WillkYang/YYKline](https://github.com/WillkYang/YYKline)|iOS YYKline:Kline、Chart、Volume、Scroll、Scale、MACD、KDJ、K线图、分时图...|2318|1|2021-12-10|
|
||||
|70|[ibireme/YYImage](https://github.com/ibireme/YYImage)|Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.|1703|1|2021-12-18|
|
||||
|71|[svga/SVGAPlayer-iOS](https://github.com/svga/SVGAPlayer-iOS)|Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。|901|1|2021-07-06|
|
||||
|72|[wildfirechat/ios-chat](https://github.com/wildfirechat/ios-chat)|开源的即时通讯(野火IM)系统|952|1|2021-12-18|
|
||||
|73|[520coding/confuse](https://github.com/520coding/confuse)|iOS混淆加固差异化翻新加密工具,模拟人工手动混淆,识别上下文 ,支持继承链、类型识别、方法多参等复杂高级混淆。source-to-source obfuscation of iOS projects,Xcode's refactor->rename. 告别插入毫无关联的垃圾代码、弃用无脑单词随机拼接替换,模拟正常开发,一款最好的混淆最彻底的Mac App Tools。支持OC(Objc、Obje ...|681|1|2021-11-20|
|
||||
|74|[QuintGao/GKPhotoBrowser](https://github.com/QuintGao/GKPhotoBrowser)|iOS仿微信、今日头条等图片浏览器|950|1|2021-12-06|
|
||||
|75|[ming1016/GCDFetchFeed](https://github.com/ming1016/GCDFetchFeed)|“已阅”新版,RSS阅读器,使用FMDB做存储,ReactiveCocoa处理数据流向|1560|1|2021-10-27|
|
||||
|76|[2621532542/iOS_NQConfuseTool](https://github.com/2621532542/iOS_NQConfuseTool)|iOS代码混淆(iOS_NQConfuseTool)是一款运行在MACOS平台的App、完美支持OC和Swift项目代码的自动混淆、支持、文件名、修改资源文件、类名、方法名、属性名、添加混淆函数方法体、添加混淆属性、自动调用生成的混淆代码,功能强大而稳定,全局自动化,安全加固。马甲包混淆工具,最重要的是完全免费。(随机单词拼接)|510|1|2021-12-11|
|
||||
|77|[shaojiankui/SmartPush](https://github.com/shaojiankui/SmartPush)|SmartPush,一款iOS苹果远程推送测试程序,Mac OS下的APNS工具APP,iOS Push Notification Debug App|1777|1|2021-09-17|
|
||||
|78|[Rain-dew/YLScratchView](https://github.com/Rain-dew/YLScratchView)|刮奖.....嗯~就是你想要的那种|2|0|2021-09-09|
|
||||
|79|[cocoa-chen/CircleTransitionDemo](https://github.com/cocoa-chen/CircleTransitionDemo)|圆环Push和Pop动画|11|0|2021-07-09|
|
||||
|80|[cyanzhong/GCDThrottle](https://github.com/cyanzhong/GCDThrottle)|Lightweight GCD wrapper to throttling frequent method calling|195|0|2021-06-21|
|
||||
|81|[YolandaQingniu/sdk-ios-demo](https://github.com/YolandaQingniu/sdk-ios-demo)|-|12|0|2021-12-15|
|
||||
|82|[AndyFightting/VideoRecord](https://github.com/AndyFightting/VideoRecord)|模仿快手应用的视频录制|134|0|2021-09-02|
|
||||
|83|[UUCheckNow/SunRiceSet](https://github.com/UUCheckNow/SunRiceSet)|iOS-计算日出日落|2|0|2021-06-20|
|
||||
|84|[yxh418983798/AFBrowser](https://github.com/yxh418983798/AFBrowser)|图片/视频 浏览器|2|0|2021-09-22|
|
||||
|85|[CodeWicky/DWTableViewHelper](https://github.com/CodeWicky/DWTableViewHelper)|这是一个可以帮你快速创建列表视图的工具类。|34|0|2021-12-17|
|
||||
|86|[Hurdery/jfc](https://github.com/Hurdery/jfc)|Mac端基金管理查看平台|142|0|2021-09-06|
|
||||
|87|[FantasticLBP/Hotels](https://github.com/FantasticLBP/Hotels)|酒店预订App|331|0|2021-09-29|
|
||||
|88|[CCSH/SHLabelPageView](https://github.com/CCSH/SHLabelPageView)|标签页|3|0|2021-07-30|
|
||||
|89|[Ericfengshi/FSAPMSDK](https://github.com/Ericfengshi/FSAPMSDK)|iOS APM (性能监控) - 数据采集实现调研。APM 监控,包含 系统信息、磁盘、CPU、内存、启动时间、FPS、卡顿、Crash、网络监控 等|47|0|2021-10-10|
|
||||
|90|[xuuhan/HXCharts](https://github.com/xuuhan/HXCharts)|📊 Chart for iOS 仪表盘、柱状图、圆形图、折线图、环形图|306|0|2021-07-26|
|
||||
|91|[FrankHausmann/IOSKeePass](https://github.com/FrankHausmann/IOSKeePass)|a Fork of MiniKeePass|14|0|2021-12-18|
|
||||
|92|[remember17/WHDebugTool](https://github.com/remember17/WHDebugTool)|🔨简单的调试小工具|144|0|2021-09-03|
|
||||
|93|[APOPIX/react-native-trtc](https://github.com/APOPIX/react-native-trtc)|react-native-trtc是腾讯音视频SDK(TRTC SDK)的React Native封装demo,目前仅支持ios|5|0|2021-09-21|
|
||||
|94|[anyrtcIO-Community/AnyMeetUIKit-iOS](https://github.com/anyrtcIO-Community/AnyMeetUIKit-iOS)|anyRTC视频会议UI封装以及Api封装|42|0|2021-09-07|
|
||||
|95|[Lester2020/YZTimerDemo](https://github.com/Lester2020/YZTimerDemo)|处理解决NSTimer造成循环引用的几种实现方式|2|0|2021-09-30|
|
||||
|96|[kingsic/Flower](https://github.com/kingsic/Flower)|Custom views of Swift and Objective-C|27|0|2021-11-27|
|
||||
|97|[wuseal/Idle](https://github.com/wuseal/Idle)|Kotlin multiplatform app (Android&iOS) that providing entertainment content (使用Kotlin跨平台技术实现的休闲App)|12|0|2021-08-20|
|
||||
|98|[Lester2020/WebViewDemo](https://github.com/Lester2020/WebViewDemo)|原生代码中,通过CSS和JS给webView里面内容动态设置多种主题样式|3|0|2021-08-31|
|
||||
|99|[Rycccccccc/YCCardView](https://github.com/Rycccccccc/YCCardView)|卡片左滑右滑框架|4|0|2021-12-01|
|
||||
|100|[BAHome/BAGridView](https://github.com/BAHome/BAGridView)|支付宝首页 九宫格 布局封装,可以自定义多种样式,自定义角标、分割线显示/隐藏、颜色等功能应有尽有!|84|0|2021-07-15|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/PHP.md
Normal file
116
content/charts/growth/software/PHP.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > PHP
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[fzaninotto/Faker](https://github.com/fzaninotto/Faker)|Faker is a PHP library that generates fake data for you|26266|7|2021-12-10|
|
||||
|2|[jupeter/clean-code-php](https://github.com/jupeter/clean-code-php)|:bathtub: Clean Code concepts adapted for PHP|10150|6|2021-11-27|
|
||||
|3|[z-song/laravel-admin](https://github.com/z-song/laravel-admin)|Build a full-featured administrative interface in ten minutes|10271|5|2021-12-15|
|
||||
|4|[luolongfei/freenom](https://github.com/luolongfei/freenom)|Freenom 域名自动续期。Freenom domain name renews automatically.|478|5|2021-12-14|
|
||||
|5|[DesignPatternsPHP/DesignPatternsPHP](https://github.com/DesignPatternsPHP/DesignPatternsPHP)|sample code for several design patterns in PHP 8|20158|5|2021-12-15|
|
||||
|6|[yuantuo666/baiduwp-php](https://github.com/yuantuo666/baiduwp-php)|PanDownload网页复刻版|2493|5|2021-11-15|
|
||||
|7|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|1727|5|2021-11-19|
|
||||
|8|[sebastianbergmann/phpunit](https://github.com/sebastianbergmann/phpunit)|The PHP Unit Testing framework.|18104|4|2021-12-18|
|
||||
|9|[hyperf/hyperf](https://github.com/hyperf/hyperf)|🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.|4206|4|2021-12-19|
|
||||
|10|[kuaifan/dootask](https://github.com/kuaifan/dootask)|DooTask是一款轻量级的开源在线项目任务管理工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,文件管理等工具。|489|4|2021-12-19|
|
||||
|11|[w7corp/easywechat](https://github.com/w7corp/easywechat)|:package: 一个 PHP 微信 SDK|9677|4|2021-12-18|
|
||||
|12|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|1351|4|2021-12-04|
|
||||
|13|[jqhph/dcat-admin](https://github.com/jqhph/dcat-admin)|🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码|2783|3|2021-12-17|
|
||||
|14|[yansongda/pay](https://github.com/yansongda/pay)|可能是我用过的最优雅的 Alipay 和 WeChat 的支付 SDK 扩展包了|4176|3|2021-12-08|
|
||||
|15|[walkor/Workerman](https://github.com/walkor/Workerman)|An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.|9617|3|2021-12-16|
|
||||
|16|[easy-swoole/easyswoole](https://github.com/easy-swoole/easyswoole)|swoole,easyswoole,swoole framework|4409|3|2021-07-27|
|
||||
|17|[swoft-cloud/swoft](https://github.com/swoft-cloud/swoft)|🚀 PHP Microservice Full Coroutine Framework|5420|3|2021-09-27|
|
||||
|18|[hhxsv5/laravel-s](https://github.com/hhxsv5/laravel-s)|LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.|3479|2|2021-11-30|
|
||||
|19|[jcc/blog](https://github.com/jcc/blog)|:star2: PJ Blog is an open source blog built with Laravel and Vue.js.|2798|2|2021-10-13|
|
||||
|20|[digininja/DVWA](https://github.com/digininja/DVWA)|Damn Vulnerable Web Application (DVWA)|5727|2|2021-12-02|
|
||||
|21|[BadApple9/speedtest-x](https://github.com/BadApple9/speedtest-x)|Self-hosted speedtest, an extended project of https://github.com/librespeed/speedtest|935|2|2021-12-16|
|
||||
|22|[WangNingkai/OLAINDEX](https://github.com/WangNingkai/OLAINDEX)|✨ Another OneDrive Directory Index|2061|2|2021-11-29|
|
||||
|23|[solstice23/argon-theme](https://github.com/solstice23/argon-theme)|📖 Argon - 一个轻盈、简洁的 WordPress 主题|1813|2|2021-12-11|
|
||||
|24|[hui-ho/WebStack-Laravel](https://github.com/hui-ho/WebStack-Laravel)|一个开源的网址导航网站项目,您可以拿来制作自己的网址导航。|1908|2|2021-08-11|
|
||||
|25|[lizhipay/acg-faka](https://github.com/lizhipay/acg-faka)|个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码,异次元发卡|43|2|2021-12-18|
|
||||
|26|[qmpaas/leadshop](https://github.com/qmpaas/leadshop)|🔥🔥🔥🔥🔥 Leadshop是一款提供持续更新迭代服务的免费开源商城系统,旨在打造极致的用户体验!开箱即可商用! Leadshop主要面向中小型企业,助力搭建电商平台,并提供专业的技术支持。 商城涉及多种主题色、可视化DIY装修、促销转化、裂变分销、用户精细化管理、数据分析等多个维度,追求极致体验,全面赋能商家,为商家创造价值。 演示站:https://demo.leadshop.vip 账号:1 ...|385|2|2021-11-23|
|
||||
|27|[easychen/docker2saas](https://github.com/easychen/docker2saas)|An open source tool that lets you create a SaaS website from docker images in 10 minutes.|570|2|2021-07-04|
|
||||
|28|[overtrue/easy-sms](https://github.com/overtrue/easy-sms)|:calling: 一款满足你的多种发送需求的短信发送组件|2646|2|2021-12-08|
|
||||
|29|[top-think/think](https://github.com/top-think/think)|ThinkPHP Framework ——十年匠心的高性能PHP框架|7681|2|2021-12-16|
|
||||
|30|[fecshop/yii2_fecshop](https://github.com/fecshop/yii2_fecshop)|yii2 ( PHP ) fecmall(fecshop) core code used for ecommerce shop 多语言多货币多入口的开源电商 B2C 商城,支持移动端vue, app, html5,微信小程序微店,微信小程序商城等|4864|2|2021-09-02|
|
||||
|31|[youyingxiang/Discover](https://github.com/youyingxiang/Discover)|Discover 是一个基于 Dcat-admin 开发的进销存系统|113|2|2021-11-16|
|
||||
|32|[ZainCheung/netease-cloud-api](https://github.com/ZainCheung/netease-cloud-api)|网易云音乐升级API|990|2|2021-07-03|
|
||||
|33|[splitline/How-to-Hack-Websites](https://github.com/splitline/How-to-Hack-Websites)|開源的正體中文 Web Hacking 學習資源 - 程式安全 2021 Fall|84|2|2021-11-09|
|
||||
|34|[assimon/dujiaoka](https://github.com/assimon/dujiaoka)|🦄独角数卡(自动售货系统)-开源式站长自动化售货解决方案、高效、稳定、快速!🚀🚀🎉🎉|2226|2|2021-10-28|
|
||||
|35|[kalcaddle/kodbox](https://github.com/kalcaddle/kodbox)|kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run ko ...|458|2|2021-11-24|
|
||||
|36|[gongfuxiang/shopxo](https://github.com/gongfuxiang/shopxo)|ShopXO企业级免费开源商城系统,可视化DIY拖拽装修、包含PC、H5、多端小程序(微信+支付宝+百度+头条&抖音+QQ)、APP、多仓库、多商户,遵循MIT开源协议发布、基于ThinkPHP6框架研发|1795|2|2021-12-15|
|
||||
|37|[matyhtf/framework](https://github.com/matyhtf/framework)|SPF (Swoole PHP Framework),世界第一款基于Swoole扩展的PHP框架,开发者是Swoole创始人 |2200|1|2021-08-04|
|
||||
|38|[dodgepudding/wechat-php-sdk](https://github.com/dodgepudding/wechat-php-sdk)|微信公众平台php开发包, weixin developer SDK.|4462|1|2021-10-21|
|
||||
|39|[jxlwqq/id-validator](https://github.com/jxlwqq/id-validator)|中华人民共和国居民身份证、中华人民共和国港澳居民居住证以及中华人民共和国台湾居民居住证号码验证工具(PHP 版)|604|1|2021-12-10|
|
||||
|40|[yii-starter-kit/yii2-starter-kit](https://github.com/yii-starter-kit/yii2-starter-kit)|Yii2 Starter Kit|1400|1|2021-10-28|
|
||||
|41|[zyx0814/Pichome](https://github.com/zyx0814/Pichome)|欧奥PicHome是用于欧奥图文档系统的图片展示门户,图片搜索引擎。也能够用于Eagle等其他图库软件的图片展示门户。|113|1|2021-12-11|
|
||||
|42|[init-engineer/init.engineer](https://github.com/init-engineer/init.engineer)|這是一份純靠北工程師的專案,請好好愛護它,謝謝。|604|1|2021-11-21|
|
||||
|43|[zoujingli/ThinkAdmin](https://github.com/zoujingli/ThinkAdmin)|基于 ThinkPHP 基础开发平台(登录账号密码都是 admin )|1938|1|2021-12-15|
|
||||
|44|[Licoy/wordpress-theme-puock](https://github.com/Licoy/wordpress-theme-puock)|:art: 一款基于WordPress开发的高颜值的自适应主题,支持白天与黑夜模式、无刷新加载等。|597|1|2021-12-01|
|
||||
|45|[weiboad/kafka-php](https://github.com/weiboad/kafka-php)|kafka php client|1388|1|2021-09-27|
|
||||
|46|[swoole/yasd](https://github.com/swoole/yasd)|Yet Another Swoole Debugger|229|1|2021-07-29|
|
||||
|47|[xflash-panda/v2board](https://github.com/xflash-panda/v2board)|🚀🚀🚀 完全开源优化版本的v2board|46|1|2021-12-17|
|
||||
|48|[5ime/video_spider](https://github.com/5ime/video_spider)|短视频去水印:抖音,皮皮虾,火山,微视,微博,绿洲,最右,轻视频,快手,全民小视频,巴塞电影,陌陌,Before避风,开眼,Vue Vlog 小咖秀,皮皮搞笑,全民K歌,西瓜视频,逗拍,虎牙,6间房,梨视频,新片场,acfun,美拍...|741|1|2021-11-25|
|
||||
|49|[lizhipay/faka](https://github.com/lizhipay/faka)|个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码|307|1|2021-12-11|
|
||||
|50|[wp-premium/advanced-custom-fields-pro](https://github.com/wp-premium/advanced-custom-fields-pro)|Advanced Custom Fields Pro, Git-ified. Synced manual! This repository is just a mirror of the Advanced Custom Fields Pro plugin. Please do not send pull requests and issues.|1075|1|2021-11-25|
|
||||
|51|[ghboke/CorePressWPTheme](https://github.com/ghboke/CorePressWPTheme)|CorePress 主题,一款高性能,高颜值的WordPress主题|490|1|2021-11-30|
|
||||
|52|[mirai-mamori/Sakurairo](https://github.com/mirai-mamori/Sakurairo)|一个多彩,轻松上手,体验完善,具有强大自定义功能的WordPress主题(基于Sakura主题)A Colorful, Easy-to-use, Perfect Experience, and Powerful Customizable WordPress Theme (Based on Theme Sakura)|882|1|2021-12-17|
|
||||
|53|[zdhxiong/mdclub](https://github.com/zdhxiong/mdclub)|MDClub 社区系统后端代码|799|1|2021-09-24|
|
||||
|54|[overtrue/socialite](https://github.com/overtrue/socialite)|:octocat: Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.|1134|1|2021-12-03|
|
||||
|55|[imiphp/imi](https://github.com/imiphp/imi)|imi 是一款支持长连接微服务分布式的 PHP 开发框架,它可以运行在 PHP-FPM、Swoole、Workerman、RoadRunner 等多种容器环境下。它支持 HttpApi、WebSocket、TCP、UDP、MQTT 服务的开发。特别适合互联网微服务、即时通讯聊天im、物联网等场景!QQ群:17916227|842|1|2021-12-14|
|
||||
|56|[DasSecurity-HatLab/AoiAWD](https://github.com/DasSecurity-HatLab/AoiAWD)|AoiAWD-专为比赛设计,便携性好,低权限运行的EDR系统。|542|1|2021-07-08|
|
||||
|57|[openBI-kwc/openBI](https://github.com/openBI-kwc/openBI)|可视化数据分析工具|201|1|2021-08-23|
|
||||
|58|[q398044828/xxoo_share_pool](https://github.com/q398044828/xxoo_share_pool)|xxoo助力池!!!|32|1|2021-12-08|
|
||||
|59|[litepress/wp-china-yes](https://github.com/litepress/wp-china-yes)|此插件将你的WordPress接入本土生态体系之中,使之更适合国内应用环境|523|1|2021-11-01|
|
||||
|60|[jae-jae/QueryList](https://github.com/jae-jae/QueryList)|:spider: The progressive PHP crawler framework! 优雅的渐进式PHP采集框架。|2392|1|2021-08-08|
|
||||
|61|[coduo/php-humanizer](https://github.com/coduo/php-humanizer)|Humanize values that are readable only for developers.|1451|1|2021-09-13|
|
||||
|62|[kkguan/validation](https://github.com/kkguan/validation)|高性能的验证器组件(Validation),适用于 Hyperf 或 Laravel 框架,可获得数百倍的性能提升|62|1|2021-11-02|
|
||||
|63|[mylxsw/wizard](https://github.com/mylxsw/wizard)|Wizard是一款开源的文档管理工具,支持Markdown/Swagger/Table类型的文档。|1733|1|2021-09-01|
|
||||
|64|[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)|可能是我用过的最优雅的 Alipay 和 WeChat 的 laravel 支付扩展包了|910|1|2021-09-27|
|
||||
|65|[Tencent/Biny](https://github.com/Tencent/Biny)|Biny is a tiny, high-performance PHP framework for web applications|1643|1|2021-06-28|
|
||||
|66|[0x727/BugRepoter_0x727](https://github.com/0x727/BugRepoter_0x727)|BugRepoter_0x727(自动化编写报告平台)根据安全团队定制化协同管理项目安全,可快速查找历史漏洞,批量导出报告。|90|1|2021-12-01|
|
||||
|67|[antonioribeiro/tracker](https://github.com/antonioribeiro/tracker)|Laravel Stats Tracker|2638|1|2021-09-20|
|
||||
|68|[lxerxa/actionview](https://github.com/lxerxa/actionview)|An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.|1581|1|2021-12-13|
|
||||
|69|[userfrosting/UserFrosting](https://github.com/userfrosting/UserFrosting)|:doughnut: Modern PHP user login and management framework++.|1547|1|2021-12-15|
|
||||
|70|[yitd/Any-Proxy](https://github.com/yitd/Any-Proxy)|Any-Proxy可以用PHP帮助你完美匿名反向代理浏览任何网站|350|1|2021-07-07|
|
||||
|71|[dnomd343/echoIP](https://github.com/dnomd343/echoIP)|显示客户端IP的详细信息|156|1|2021-10-25|
|
||||
|72|[zhanghuanchong/icon-workshop](https://github.com/zhanghuanchong/icon-workshop)|图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图|1595|1|2021-11-06|
|
||||
|73|[endroid/qr-code](https://github.com/endroid/qr-code)|QR Code Generator|3518|1|2021-12-15|
|
||||
|74|[cakephp/phinx](https://github.com/cakephp/phinx)|PHP Database Migrations for Everyone|4245|1|2021-12-13|
|
||||
|75|[wechatpay-apiv3/wechatpay-php](https://github.com/wechatpay-apiv3/wechatpay-php)|微信支付 API v3 的 PHP Library,同时也支持 API v2|98|1|2021-12-13|
|
||||
|76|[hyperf-admin/hyperf-admin](https://github.com/hyperf-admin/hyperf-admin)|hyperf-admin 是基于 hyperf + vue 的配置化后台开发工具|340|1|2021-12-02|
|
||||
|77|[bewhale/thinkphp_gui_tools](https://github.com/bewhale/thinkphp_gui_tools)|ThinkPHP 漏洞 综合利用工具, 图形化界面, 命令执行, 一键getshell, 批量检测, 日志遍历, session包含, 宝塔绕过|153|1|2021-08-30|
|
||||
|78|[lizhichao/one](https://github.com/lizhichao/one)|A minimalist high-performance php framework that supports the [swoole php-fpm] environment|844|1|2021-07-14|
|
||||
|79|[ZeroDream-CN/SakuraPanel](https://github.com/ZeroDream-CN/SakuraPanel)|樱花内网穿透网站源代码,2020 重制版|572|1|2021-12-05|
|
||||
|80|[ARCANEDEV/LogViewer](https://github.com/ARCANEDEV/LogViewer)|:page_with_curl: Provides a log viewer for Laravel|2098|1|2021-12-12|
|
||||
|81|[Yurunsoft/PaySDK](https://github.com/Yurunsoft/PaySDK)|PHP 集成支付 SDK ,集成了支付宝、微信支付的支付接口和其它相关接口的操作。支持 php-fpm 和 Swoole,所有框架通用。宇润PHP全家桶技术支持群:17916227|782|1|2021-10-14|
|
||||
|82|[matomo-org/device-detector](https://github.com/matomo-org/device-detector)|The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model. |2106|1|2021-12-19|
|
||||
|83|[zencodex/composer-mirror](https://github.com/zencodex/composer-mirror)|Composer 全量镜像发布于2017年3月,曾不间断运行2年多。这个开源有助于理解 Composer 镜像的工作原理|604|1|2021-07-05|
|
||||
|84|[ledccn/IYUUAutoReseed](https://github.com/ledccn/IYUUAutoReseed)|IYUU自动辅种工具,目前能对国内大部分的PT站点自动辅种,支持下载器集群,支持多盘位,支持多下载目录,支持远程连接等。|664|1|2021-09-05|
|
||||
|85|[likeyun/liKeYun_Huoma](https://github.com/likeyun/liKeYun_Huoma)|这是一套开源、免费、可上线运营的活码系统,便于协助自己、他人进行微信私域流量资源获取,更大化地进行营销推广活动!降低运营成本,提高工作效率,获取更多资源。|167|1|2021-11-29|
|
||||
|86|[mix-php/mix](https://github.com/mix-php/mix)|☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、WorkerMan、FPM、CLI-Server|1753|1|2021-12-17|
|
||||
|87|[dedemao/alipay](https://github.com/dedemao/alipay)|一个PHP文件搞定支付宝支付系列,包括电脑网站支付,手机网站支付,现金红包、消费红包、扫码支付,JSAPI支付、单笔转账到支付宝账户、交易结算(分账、分润)、网页授权获取用户信息等|1022|1|2021-08-14|
|
||||
|88|[swlib/saber](https://github.com/swlib/saber)|⚔️ Saber, PHP异步协程HTTP客户端 PHP Coroutine HTTP client - Swoole Humanization Library|936|1|2021-10-15|
|
||||
|89|[zoujingli/WeChatDeveloper](https://github.com/zoujingli/WeChatDeveloper)|【新】微信服务号+微信小程序+微信支付+支付宝支付|1081|1|2021-12-09|
|
||||
|90|[overtrue/pinyin](https://github.com/overtrue/pinyin)|:cn: 基于词库的中文转拼音优质解决方案|3824|1|2021-11-30|
|
||||
|91|[zyx0814/dzzoffice](https://github.com/zyx0814/dzzoffice)|dzzoffice|3321|1|2021-11-05|
|
||||
|92|[teamtnt/tntsearch](https://github.com/teamtnt/tntsearch)|A fully featured full text search engine written in PHP|2690|1|2021-10-29|
|
||||
|93|[smalls0098/video-parse-tools](https://github.com/smalls0098/video-parse-tools)|短视频的PHP拓展包,集成各大短视频的去水印功能、抖音、快手、微视主流短视频。PHP去水印|439|1|2021-11-25|
|
||||
|94|[lkeme/BiliHelper-personal](https://github.com/lkeme/BiliHelper-personal)|哔哩哔哩(Bilibili)助手 - PHP 版(Personal)|634|1|2021-12-14|
|
||||
|95|[nuwave/lighthouse](https://github.com/nuwave/lighthouse)|A framework for serving GraphQL from Laravel|2684|1|2021-12-18|
|
||||
|96|[overtrue/laravel-wechat](https://github.com/overtrue/laravel-wechat)|微信 SDK for Laravel, 基于 overtrue/wechat|2689|1|2021-12-03|
|
||||
|97|[5iux/sou](https://github.com/5iux/sou)|简单搜索,一个简单的前端界面。用惯了各种导航首页,满屏幕尽是各种不厌其烦的广告和资讯;尝试自己写个自己的主页。|759|1|2021-08-02|
|
||||
|98|[ZsgsDesign/NOJ](https://github.com/ZsgsDesign/NOJ)|⚡ The most advanced open-source automatic algorithm online judge system 南京邮电大学开源 Online Judge QQ群:668108264|1447|1|2021-12-16|
|
||||
|99|[Tai7sy/card-system](https://github.com/Tai7sy/card-system)|卡密商城系统,高效安全的在线卡密商城|1889|1|2021-12-12|
|
||||
|100|[zhongshaofa/easyadmin](https://github.com/zhongshaofa/easyadmin)|框架主要使用ThinkPHP6.0 + layui,拥有完善的权限的管理模块以及敏捷的开发方式,让你开发起来更加的舒服。|450|1|2021-12-13|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
55
content/charts/growth/software/Pascal.md
Normal file
55
content/charts/growth/software/Pascal.md
Normal file
@ -0,0 +1,55 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Pascal
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[msfm2018/win_mac_tool](https://github.com/msfm2018/win_mac_tool)|windows mac桌面工具条|10|0|2021-06-07|
|
||||
|2|[PassByYou888/zChinese](https://github.com/PassByYou888/zChinese)|自然语言项目:大规模词汇数据库 分词器 词性分析 语法依存性分析 关键词分析 简繁转 简港转 拼词转换 拼字转换 姓名识别|35|0|2021-09-21|
|
||||
|3|[PassByYou888/ZServer4D](https://github.com/PassByYou888/ZServer4D)|ZServer4D 是一套从商业项目剥离而出的云服务器中间件,可以承载百万级的分布式负载服务,并且支持IoT及内网穿透|226|0|2021-11-06|
|
||||
|4|[axpokl/display](https://github.com/axpokl/display)|Display单元库|5|0|2021-12-18|
|
||||
|5|[PassByYou888/zCloud](https://github.com/PassByYou888/zCloud)|zCloud 是去中心化的SAAS后台框架,SAAS后台就是zCloud|9|0|2021-11-06|
|
||||
|6|[royqh1979/Dev-CPP](https://github.com/royqh1979/Dev-CPP)|A lightweighted C/C++ IDE|293|0|2021-10-03|
|
||||
|7|[digao-dalpiaz/Dam](https://github.com/digao-dalpiaz/Dam)|Delphi and Lazarus Message Dialogs with Formatted Text|70|0|2021-09-19|
|
||||
|8|[cnpack/cnwizards](https://github.com/cnpack/cnwizards)|CnPack IDE Wizards|423|0|2021-12-13|
|
||||
|9|[PassByYou888/ZInstaller2.0](https://github.com/PassByYou888/ZInstaller2.0)|ZInstaller2.0 安装程序使用ZDB2.0架构|3|0|2021-06-22|
|
||||
|10|[59079096/HCView-Pascal](https://github.com/59079096/HCView-Pascal)|A control similar to Word or WPS(一个类似word或wps用于文字排版相关功能的控件)|65|0|2021-11-28|
|
||||
|11|[Pzf874/TVChnlTest](https://github.com/Pzf874/TVChnlTest)|TV频道源检查软件(TVChnlTest.exe)这个小工具, 可以将你收集的直播源数据导入,并对其进行有效性检查,经整理后,可以导出为TXT格式或M3U8格式的文件。|3|0|2021-08-09|
|
||||
|12|[ying32/liblcl](https://github.com/ying32/liblcl)|A common cross-platform GUI library, the core uses Lazarus LCL.|56|0|2021-10-31|
|
||||
|13|[2o181o28/MyProg](https://github.com/2o181o28/MyProg)|蒟蒻的小学生水平程序|5|0|2021-10-17|
|
||||
|14|[PassByYou888/ZDB2.0](https://github.com/PassByYou888/ZDB2.0)|ZDB2.0将是未来大数据支持的内核,ZDB2.0有自己的独立支持体系,跨平台特性,不依赖操作系统|16|0|2021-10-21|
|
||||
|15|[coder163/delphi-socket](https://github.com/coder163/delphi-socket)|Delphi第二季网络编程|4|0|2021-10-26|
|
||||
|16|[ymofen/diocp-v5](https://github.com/ymofen/diocp-v5)|delphi iocp, http, websocket, ntrip|203|0|2021-11-16|
|
||||
|17|[pmiscn/MuObjectPool](https://github.com/pmiscn/MuObjectPool)|我用的delphi的公共库|5|0|2021-11-22|
|
||||
|18|[dbyoung720/PBox](https://github.com/dbyoung720/PBox)|The modular development platform based on DLL Form|34|0|2021-12-11|
|
||||
|19|[PassByYou888/zGameWare](https://github.com/PassByYou888/zGameWare)|-|19|0|2021-09-22|
|
||||
|20|[PassByYou888/zSound](https://github.com/PassByYou888/zSound)|zSound Engine for All Platform(Android,IOS,OSX,Windows),supported delphi VCL/delphi FMX/fpc|26|0|2021-09-21|
|
||||
|21|[artem78/AutoScreenshot](https://github.com/artem78/AutoScreenshot)|Automatic screenshot maker for Windows|30|0|2021-12-14|
|
||||
|22|[digao-dalpiaz/DzHTMLText](https://github.com/digao-dalpiaz/DzHTMLText)|Delphi and Lazarus HTML Label component|85|0|2021-11-22|
|
||||
|23|[cnpack/cnvcl](https://github.com/cnpack/cnvcl)|CnPack VCL Components|231|0|2021-12-18|
|
||||
|24|[yangyxd/FMXUI](https://github.com/yangyxd/FMXUI)|FMX跨平台基础UI库|192|0|2021-12-06|
|
||||
|25|[ying32/res2go-ide-plugin](https://github.com/ying32/res2go-ide-plugin)|res2go Lazarus IDE plug-in|13|0|2021-11-13|
|
||||
|26|[LongDirtyAnimAlf/fpcupdeluxe](https://github.com/LongDirtyAnimAlf/fpcupdeluxe)|A GUI based installer for FPC and Lazarus|257|0|2021-12-03|
|
||||
|27|[59079096/emr](https://github.com/59079096/emr)|基于HCView开发的电子病历程序|36|0|2021-09-12|
|
||||
|28|[supersoho/Delphi-DirectUI](https://github.com/supersoho/Delphi-DirectUI)|Delphi DirectUI Controls|49|0|2021-08-23|
|
||||
|29|[DelphiTeacher/OrangeFreeSDK](https://github.com/DelphiTeacher/OrangeFreeSDK)|免费的三方SDK|30|0|2021-12-14|
|
||||
|30|[dbyoung720/ImageGray](https://github.com/dbyoung720/ImageGray)|MMX/SSE/SSE2/SSE4/AVX/AVX2/AVX512 optimization|12|0|2021-12-17|
|
||||
|31|[ying32/DDNRuntime-examples](https://github.com/ying32/DDNRuntime-examples)|DDNRuntime(Delphi .NET Framework/.NET Core Runtime) example. DDNRuntime is a library for Delphi to call .net dll. Support the assembly written by c#, vb.net. Support importing .net dll to delphi, can ...|12|0|2021-12-10|
|
||||
|32|[GerryFerdinandus/bittorrent-tracker-editor](https://github.com/GerryFerdinandus/bittorrent-tracker-editor)|Software for add or remove tracker from torrent files.|391|0|2021-12-03|
|
||||
|33|[laciba96/WinBox-for-86Box](https://github.com/laciba96/WinBox-for-86Box)|WinBox for 86Box: The newest way to manage the oldest computers.|51|0|2021-12-18|
|
||||
|34|[coder163/DesignPatternForDelphi](https://github.com/coder163/DesignPatternForDelphi)|网络上流传的设计模式多以Java、C++语言描述,用Delphi描述的资源几乎为零,特此整理|3|0|2021-11-21|
|
||||
|35|[dbyoung720/ADOS](https://github.com/dbyoung720/ADOS)|给鼠标右键添加 "在此处打开命令窗口(管理员)" 菜单|2|0|2021-10-28|
|
||||
|36|[PassByYou888/zExpression](https://github.com/PassByYou888/zExpression)|脚本与编译器内部的语法引擎内核,也是一种op内核,zExpression可以轻松实现自己的脚本引擎|37|0|2021-09-21|
|
||||
|37|[terrylao/PascalContainer](https://github.com/terrylao/PascalContainer)|pascal data structure, B-Tree,B+Tree,B*Tree,T-Tree,HashMap|20|0|2021-07-30|
|
||||
|38|[cnwneumann/InIOCP](https://github.com/cnwneumann/InIOCP)|InIOCP(小旋风服务套件)是一套开源的基于IOCP(Delphi版)的框架组件,自带消息封装,集成用户、消息、文件和数据库管理,支持自定义消息和远程函数,支持 HTTP 基本服务,支持 WebSocket,帮助快速实现网络开发,欢迎各位测试、使用和交流!|25|0|2021-06-02|
|
||||
|39|[PassByYou888/zAI](https://github.com/PassByYou888/zAI)|zAI是机器视觉的人工智能方向项目|58|0|2021-06-21|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
54
content/charts/growth/software/Perl.md
Normal file
54
content/charts/growth/software/Perl.md
Normal file
@ -0,0 +1,54 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Perl
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏 或 𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板,同时支持系统运行环境的签到项目(环境:𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5)|551|5|2021-12-18|
|
||||
|2|[alecthw/mmdb_china_ip_list](https://github.com/alecthw/mmdb_china_ip_list)|Geoip MaxMind Database for china ip list! This is also an example of generating MaxMind Database!|591|1|2021-12-16|
|
||||
|3|[k1d0ne/cobaltstrike_plugin](https://github.com/k1d0ne/cobaltstrike_plugin)|陆续补充一些自己写的cobaltstrike插件|37|1|2021-11-05|
|
||||
|4|[Yanstory/tpZHCNex](https://github.com/Yanstory/tpZHCNex)|thpatch zh-hans extra patches (Beta)|15|0|2021-12-04|
|
||||
|5|[leobbs/leobbs](https://github.com/leobbs/leobbs)|雷傲论坛, demo地址https://leobbs.org|4|0|2021-11-29|
|
||||
|6|[g0v/magic-mirror](https://github.com/g0v/magic-mirror)|定時 mirror *.gov.tw 上有時效性的資料到 git repository.|10|0|2021-08-03|
|
||||
|7|[xy2jianjia/Crashsymbol](https://github.com/xy2jianjia/Crashsymbol)|iOS crash文件解析 项目符号不显示解决方案|2|0|2021-11-02|
|
||||
|8|[cn27001/lua-resty-waf](https://github.com/cn27001/lua-resty-waf)|开源waf web 防火墙|9|0|2021-11-30|
|
||||
|9|[isi-nlp/uroman](https://github.com/isi-nlp/uroman)|Universal Romanizer that can convert any unicode script to roman (latin) script|38|0|2021-12-02|
|
||||
|10|[g0v/moedict-data-twblg](https://github.com/g0v/moedict-data-twblg)|臺灣閩南語常用詞辭典 資料檔|48|0|2021-12-13|
|
||||
|11|[uparrows/LANraragi_cn](https://github.com/uparrows/LANraragi_cn)|This repo is a fork of Difegue / LANraragi , those things i've done was to translate this repo into chinese ,and fix chrome browser js problem.|39|0|2021-11-28|
|
||||
|12|[dqwang122/MLROUGE](https://github.com/dqwang122/MLROUGE)|ROUGE for multilingual Summarization|6|0|2021-10-11|
|
||||
|13|[openresty/test-nginx](https://github.com/openresty/test-nginx)|Data-driven test scaffold for Nginx C module and OpenResty Lua library development|370|0|2021-12-16|
|
||||
|14|[Chorder/PenetrationTools](https://github.com/Chorder/PenetrationTools)|一个收集了各种渗透测试工具的仓库。A respository for collecting penetration tools.|2|0|2021-07-30|
|
||||
|15|[texjporg/ptex-fontmaps](https://github.com/texjporg/ptex-fontmaps)|Font maps for dvipdfmx, and the script kanji-config-updmap|17|0|2021-06-25|
|
||||
|16|[liaochenlanruo/pgcgap](https://github.com/liaochenlanruo/pgcgap)|The Prokaryotic Genomics and Comparative Genomics Analysis Pipeline|18|0|2021-11-04|
|
||||
|17|[upyun/lua-resty-limit-rate](https://github.com/upyun/lua-resty-limit-rate)|Lua module for limiting request rate for OpenResty/ngx_lua, using the "token bucket" method.|58|0|2021-06-11|
|
||||
|18|[apache/spamassassin](https://github.com/apache/spamassassin)|Read-only mirror of Apache SpamAssassin. Submit patches to https://bz.apache.org/SpamAssassin/. Do not send pull requests|201|0|2021-12-19|
|
||||
|19|[texjporg/cjk-gs-support](https://github.com/texjporg/cjk-gs-support)|Scripts to ease the use of CJK fonts with Ghostscript|27|0|2021-09-30|
|
||||
|20|[MYDan/mayi](https://github.com/MYDan/mayi)|蚂蚁蛋运维助手(安装方式: curl -L http://update.mydan.org bash)|12|0|2021-10-14|
|
||||
|21|[szabgab/perlmaven.com](https://github.com/szabgab/perlmaven.com)|The source files of the Perl Maven articles|59|0|2021-11-29|
|
||||
|22|[houseabsolute/DateTime.pm](https://github.com/houseabsolute/DateTime.pm)|A date and time object for Perl|45|0|2021-12-04|
|
||||
|23|[ko-ichi-h/khcoder](https://github.com/ko-ichi-h/khcoder)|KH Coder: for Quantitative Content Analysis or Text Mining|169|0|2021-10-30|
|
||||
|24|[thibaultcha/lua-resty-mlcache](https://github.com/thibaultcha/lua-resty-mlcache)|Layered caching library for OpenResty|307|0|2021-12-15|
|
||||
|25|[open-c3/open-c3](https://github.com/open-c3/open-c3)|CICD系统/发布系统/作业平台|138|0|2021-12-18|
|
||||
|26|[g0v/people-in-news](https://github.com/g0v/people-in-news)|公眾人物新聞的追蹤|17|0|2021-11-01|
|
||||
|27|[AntDen/AntDen](https://github.com/AntDen/AntDen)|AntDen 是一个开源的通用计算框架|9|0|2021-08-14|
|
||||
|28|[electricface/script-tool](https://github.com/electricface/script-tool)|简单的脚本工具|3|0|2021-10-22|
|
||||
|29|[OpenKore/openkore](https://github.com/OpenKore/openkore)|A free/open source client and automation tool for Ragnarok Online|1021|0|2021-11-22|
|
||||
|30|[duckduckgo/duckduckgo-locales](https://github.com/duckduckgo/duckduckgo-locales)|Translation files for duckduckgo.com|76|0|2021-12-13|
|
||||
|31|[jiazhoulvke/myconf](https://github.com/jiazhoulvke/myconf)|linux 配置 |2|0|2021-08-18|
|
||||
|32|[leolovenet/qqwry2mmdb](https://github.com/leolovenet/qqwry2mmdb)|为 Wireshark 能使用纯真网络 IP 数据库(QQwry)而提供的格式转换工具|113|0|2021-11-01|
|
||||
|33|[openresty/lua-tablepool](https://github.com/openresty/lua-tablepool)|Lua table recycling pools for LuaJIT|97|0|2021-11-15|
|
||||
|34|[Gilwyad/mailnesia.com](https://github.com/Gilwyad/mailnesia.com)|Anonymous Email in Seconds|58|0|2021-12-14|
|
||||
|35|[shangshanzhizhe/Work_flow_of_population_genetics](https://github.com/shangshanzhizhe/Work_flow_of_population_genetics)|整理常用的群体遗传学分析流程和脚本|28|0|2021-11-01|
|
||||
|36|[nju-lug/NJUBeamer](https://github.com/nju-lug/NJUBeamer)|南京大学演示文稿模板|4|0|2021-11-21|
|
||||
|37|[lulzlabs/AirChat](https://github.com/lulzlabs/AirChat)|Free Communications For Everyone.|1025|0|2021-12-09|
|
||||
|38|[tp7309/tt7zcrack](https://github.com/tp7309/tt7zcrack)|7z辅助破解工具 Fast 7zip crack assistant tool which support GPU/CPU, written in Python.|12|0|2021-10-07|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Python.md
Normal file
116
content/charts/growth/software/Python.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Python
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[huggingface/transformers](https://github.com/huggingface/transformers)|🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.|55757|49|2021-12-19|
|
||||
|2|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|4945|45|2021-12-10|
|
||||
|3|[willmcgugan/rich](https://github.com/willmcgugan/rich)|Rich is a Python library for rich text and beautiful formatting in the terminal.|31673|41|2021-12-18|
|
||||
|4|[PaddlePaddle/PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)|Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and de ...|18088|31|2021-12-19|
|
||||
|5|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|2862|29|2021-12-04|
|
||||
|6|[google-research/bert](https://github.com/google-research/bert)|TensorFlow code and pre-trained models for BERT|29973|26|2021-09-11|
|
||||
|7|[Mas0nShi/typoraCracker](https://github.com/Mas0nShi/typoraCracker)|A extract & decryption and pack & encryption tools for typora.|475|25|2021-12-12|
|
||||
|8|[ageitgey/face_recognition](https://github.com/ageitgey/face_recognition)|The world's simplest facial recognition api for Python and the command line|42550|24|2021-12-04|
|
||||
|9|[JaidedAI/EasyOCR](https://github.com/JaidedAI/EasyOCR)|Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.|13379|21|2021-12-13|
|
||||
|10|[testerSunshine/12306](https://github.com/testerSunshine/12306)|12306智能刷票,订票|30339|18|2021-08-25|
|
||||
|11|[HeisenbergEmpire/studynote](https://github.com/HeisenbergEmpire/studynote)|程式與網絡安全學習筆記|460|18|2021-12-18|
|
||||
|12|[apachecn/AiLearning](https://github.com/apachecn/AiLearning)|AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP|32316|18|2021-09-07|
|
||||
|13|[open-mmlab/mmhuman3d](https://github.com/open-mmlab/mmhuman3d)|OpenMMLab 3D Human Parametric Model Toolbox and Benchmark|334|17|2021-12-18|
|
||||
|14|[3b1b/manim](https://github.com/3b1b/manim)|Animation engine for explanatory math videos|39698|16|2021-12-17|
|
||||
|15|[open-mmlab/mmdetection](https://github.com/open-mmlab/mmdetection)|OpenMMLab Detection Toolbox and Benchmark|17649|15|2021-12-19|
|
||||
|16|[521xueweihan/GitHub520](https://github.com/521xueweihan/GitHub520)|:kissing_heart: 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。(无需安装)|8769|15|2021-12-19|
|
||||
|17|[lyhue1991/eat_tensorflow2_in_30_days](https://github.com/lyhue1991/eat_tensorflow2_in_30_days)|Tensorflow2.0 🍎🍊 is delicious, just eat it! 😋😋|9166|14|2021-09-20|
|
||||
|18|[soimort/you-get](https://github.com/soimort/you-get)|:arrow_double_down: Dumb downloader that scrapes the web|42631|13|2021-12-16|
|
||||
|19|[Kr1s77/awesome-python-login-model](https://github.com/Kr1s77/awesome-python-login-model)|😮python模拟登陆一些大型网站,还有一些简单的爬虫,希望对你们有所帮助❤️,如果喜欢记得给个star哦🌟|13953|13|2021-07-24|
|
||||
|20|[XX-net/XX-Net](https://github.com/XX-net/XX-Net)|A proxy tool to bypass GFW.|30966|12|2021-12-11|
|
||||
|21|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2290|11|2021-11-23|
|
||||
|22|[lucidrains/DALLE-pytorch](https://github.com/lucidrains/DALLE-pytorch)|Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch|3660|11|2021-12-02|
|
||||
|23|[pjialin/py12306](https://github.com/pjialin/py12306)|🚂 12306 购票助手,支持集群,多账号,多任务购票以及 Web 页面管理 |11510|11|2021-12-13|
|
||||
|24|[open-mmlab/mmflow](https://github.com/open-mmlab/mmflow)|OpenMMLab optical flow toolbox and benchmark|364|11|2021-12-17|
|
||||
|25|[tgbot-collection/YYeTsBot](https://github.com/tgbot-collection/YYeTsBot)|🎬 人人影视bot,完全对接人人影视全部无删减资源|8418|10|2021-12-18|
|
||||
|26|[hanxiao/bert-as-service](https://github.com/hanxiao/bert-as-service)|Mapping a variable-length sentence to a fixed-length vector using BERT model|9780|9|2021-07-01|
|
||||
|27|[PaddlePaddle/PaddleGAN](https://github.com/PaddlePaddle/PaddleGAN)|PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.|4987|9|2021-12-17|
|
||||
|28|[EssayKillerBrain/EssayKiller_V2](https://github.com/EssayKillerBrain/EssayKiller_V2)|基于开源GPT2.0的初代创作型人工智能 可扩展、可进化|4187|9|2021-12-12|
|
||||
|29|[DA-southampton/TRM_tutorial](https://github.com/DA-southampton/TRM_tutorial)|Transformer在CV和NLP领域的变体模型的从零解读:Transformer;VIT;Swin Transformer|217|9|2021-12-05|
|
||||
|30|[hankcs/HanLP](https://github.com/hankcs/HanLP)|中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理|24627|9|2021-12-09|
|
||||
|31|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|779|9|2021-12-18|
|
||||
|32|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1361|9|2021-11-30|
|
||||
|33|[RangiLyu/nanodet](https://github.com/RangiLyu/nanodet)|⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥|3639|9|2021-12-19|
|
||||
|34|[PaddlePaddle/Paddle](https://github.com/PaddlePaddle/Paddle)|PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)|17234|9|2021-12-19|
|
||||
|35|[sfyc23/EverydayWechat](https://github.com/sfyc23/EverydayWechat)|微信助手:1.每日定时给好友(女友)发送定制消息。2.机器人自动回复好友。3.群助手功能(例如:查询垃圾分类、天气、日历、电影实时票房、快递物流、PM2.5等)|8688|9|2021-06-22|
|
||||
|36|[Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB)| 💎1MB lightweight face detection model (1MB轻量级人脸检测模型)|6182|8|2021-11-25|
|
||||
|37|[shimohq/chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)|中国程序员容易发音错误的单词|14767|8|2021-12-11|
|
||||
|38|[microsoft/nni](https://github.com/microsoft/nni)|An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.|10698|8|2021-12-17|
|
||||
|39|[jhao104/proxy_pool](https://github.com/jhao104/proxy_pool)|Python爬虫代理IP池(proxy pool)|13964|8|2021-12-01|
|
||||
|40|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|715|8|2021-12-03|
|
||||
|41|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.|2444|8|2021-12-19|
|
||||
|42|[WZMIAOMIAO/deep-learning-for-image-processing](https://github.com/WZMIAOMIAO/deep-learning-for-image-processing)|deep learning for image processing including classification and object-detection etc.|5802|8|2021-12-18|
|
||||
|43|[Jack-Cherish/python-spider](https://github.com/Jack-Cherish/python-spider)|:rainbow:Python3网络爬虫实战:淘宝、京东、网易云、B站、12306、抖音、笔趣阁、漫画小说下载、音乐电影下载等|14199|8|2021-12-13|
|
||||
|44|[fxsjy/jieba](https://github.com/fxsjy/jieba)|结巴中文分词|27568|8|2021-07-25|
|
||||
|45|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|1914|7|2021-12-18|
|
||||
|46|[tensorflow/tensor2tensor](https://github.com/tensorflow/tensor2tensor)|Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.|11866|7|2021-12-02|
|
||||
|47|[ymcui/Chinese-BERT-wwm](https://github.com/ymcui/Chinese-BERT-wwm)|Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)|6358|7|2021-12-17|
|
||||
|48|[PaddlePaddle/PaddleDetection](https://github.com/PaddlePaddle/PaddleDetection)|Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.|5794|7|2021-12-17|
|
||||
|49|[PaddlePaddle/PaddleHub](https://github.com/PaddlePaddle/PaddleHub)|Awesome pre-trained models toolkit based on PaddlePaddle.(300+ models including Image, Text, Audio and Video with Easy Inference & Serving deployment)|7284|7|2021-12-17|
|
||||
|50|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.(https://arxiv.org/abs/2108.11250)|793|7|2021-12-14|
|
||||
|51|[pyecharts/pyecharts](https://github.com/pyecharts/pyecharts)|🎨 Python Echarts Plotting Library|11807|7|2021-12-13|
|
||||
|52|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|625|6|2021-12-03|
|
||||
|53|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易:python3|588|6|2021-10-05|
|
||||
|54|[sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)|Automatic SQL injection and database takeover tool|21906|6|2021-12-13|
|
||||
|55|[wangshub/Douyin-Bot](https://github.com/wangshub/Douyin-Bot)|😍 Python 抖音机器人,论如何在抖音上找到漂亮小姐姐? |7671|6|2021-09-07|
|
||||
|56|[biancangming/wtv](https://github.com/biancangming/wtv)|解决电脑、手机看电视直播的苦恼,收集各种直播源,电视直播网站|4692|6|2021-11-22|
|
||||
|57|[dmlc/dgl](https://github.com/dmlc/dgl)|Python package built to ease deep learning on graph, on top of existing DL frameworks.|8655|6|2021-12-19|
|
||||
|58|[xingyizhou/CenterNet](https://github.com/xingyizhou/CenterNet)|Object detection, 3D detection, and pose estimation using center point detection: |6093|6|2021-11-11|
|
||||
|59|[jumpserver/jumpserver](https://github.com/jumpserver/jumpserver)|JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。|17563|6|2021-12-18|
|
||||
|60|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|640|6|2021-12-17|
|
||||
|61|[enpeizhao/CVprojects](https://github.com/enpeizhao/CVprojects)|computer vision projects 计算机视觉等好玩的AI项目|149|6|2021-12-13|
|
||||
|62|[wbt5/real-url](https://github.com/wbt5/real-url)|获取斗鱼&虎牙&哔哩哔哩&抖音&快手等 58 个直播平台的真实流媒体地址(直播源)和弹幕,直播源可在 PotPlayer、flv.js 等播放器中播放。|3747|5|2021-11-30|
|
||||
|63|[PaddlePaddle/PaddleX](https://github.com/PaddlePaddle/PaddleX)|PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)|3399|5|2021-12-15|
|
||||
|64|[Oshino29/ngaArchive](https://github.com/Oshino29/ngaArchive)|nga论坛帖子的存档|456|5|2021-10-10|
|
||||
|65|[hzwer/arXiv2020-RIFE](https://github.com/hzwer/arXiv2020-RIFE)|RIFE: Real-Time Intermediate Flow Estimation for Video Frame Interpolation|2171|5|2021-12-16|
|
||||
|66|[xiaolai/regular-investing-in-box](https://github.com/xiaolai/regular-investing-in-box)|定投改变命运 —— 让时间陪你慢慢变富 https://onregularinvesting.com|4709|5|2021-12-18|
|
||||
|67|[bojone/bert4keras](https://github.com/bojone/bert4keras)|keras implement of transformers for humans|3981|5|2021-11-30|
|
||||
|68|[FengQuanLi/ResnetGPT](https://github.com/FengQuanLi/ResnetGPT)|用Resnet101+GPT搭建一个玩王者荣耀的AI|1814|5|2021-08-08|
|
||||
|69|[TophantTechnology/ARL](https://github.com/TophantTechnology/ARL)|ARL(Asset Reconnaissance Lighthouse)资产侦察灯塔系统旨在快速侦察与目标关联的互联网资产,构建基础资产信息库。 协助甲方安全团队或者渗透测试人员有效侦察和检索资产,发现存在的薄弱点和攻击面。|2119|5|2021-11-07|
|
||||
|70|[zhzyker/vulmap](https://github.com/zhzyker/vulmap)|Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞验证功能|1998|5|2021-11-15|
|
||||
|71|[Morizeyao/GPT2-Chinese](https://github.com/Morizeyao/GPT2-Chinese)|Chinese version of GPT2 training code, using BERT tokenizer.|4592|5|2021-12-16|
|
||||
|72|[PaddlePaddle/PaddleClas](https://github.com/PaddlePaddle/PaddleClas)|A treasure chest for visual recognition powered by PaddlePaddle|3161|5|2021-12-17|
|
||||
|73|[rwv/chinese-dos-games](https://github.com/rwv/chinese-dos-games)|🎮 Chinese DOS games collections.|6531|5|2021-08-12|
|
||||
|74|[microsoft/unilm](https://github.com/microsoft/unilm)|Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities|4081|5|2021-12-19|
|
||||
|75|[open-mmlab/mmsegmentation](https://github.com/open-mmlab/mmsegmentation)|OpenMMLab Semantic Segmentation Toolbox and Benchmark.|2874|5|2021-12-19|
|
||||
|76|[stypr/clubhouse-py](https://github.com/stypr/clubhouse-py)|Clubhouse API written in Python. Standalone client included. For reference and education purposes only.|1693|5|2021-07-28|
|
||||
|77|[OlafenwaMoses/ImageAI](https://github.com/OlafenwaMoses/ImageAI)|A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities|6734|5|2021-12-04|
|
||||
|78|[minivision-ai/photo2cartoon](https://github.com/minivision-ai/photo2cartoon)|人像卡通化探索项目 (photo-to-cartoon translation project)|2845|5|2021-12-02|
|
||||
|79|[lyhue1991/eat_pytorch_in_20_days](https://github.com/lyhue1991/eat_pytorch_in_20_days)|Pytorch🍊🍉 is delicious, just eat it! 😋😋|2780|5|2021-11-20|
|
||||
|80|[lancopku/pkuseg-python](https://github.com/lancopku/pkuseg-python)|pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation|5692|5|2021-10-19|
|
||||
|81|[luminoleon/epicgames-claimer](https://github.com/luminoleon/epicgames-claimer)|自动领取Epic游戏商城每周免费游戏。|490|5|2021-12-19|
|
||||
|82|[kornia/kornia](https://github.com/kornia/kornia)|Open Source Differentiable Computer Vision Library|5615|5|2021-12-17|
|
||||
|83|[PaddlePaddle/ERNIE](https://github.com/PaddlePaddle/ERNIE)|Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.|4659|5|2021-12-03|
|
||||
|84|[meolu/walle-web](https://github.com/meolu/walle-web)|walle - 瓦力 Devops开源项目代码部署平台|11278|5|2021-12-06|
|
||||
|85|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd|585|4|2021-11-06|
|
||||
|86|[tianqiraf/DouZero_For_HappyDouDiZhu](https://github.com/tianqiraf/DouZero_For_HappyDouDiZhu)|基于DouZero定制AI实战欢乐斗地主|691|4|2021-07-22|
|
||||
|87|[codelucas/newspaper](https://github.com/codelucas/newspaper)|News, full-text, and article metadata extraction in Python 3. Advanced docs:|11545|4|2021-12-15|
|
||||
|88|[ghealer/GUI_Tools](https://github.com/ghealer/GUI_Tools)|一个由各种图形化渗透工具组成的工具集|428|4|2021-09-22|
|
||||
|89|[luyishisi/Anti-Anti-Spider](https://github.com/luyishisi/Anti-Anti-Spider)|越来越多的网站具有反爬虫特性,有的用图片隐藏关键数据,有的使用反人类的验证码,建立反反爬虫的代码仓库,通过与不同特性的网站做斗争(无恶意)提高技术。(欢迎提交难以采集的网站)(因工作原因,项目暂停) |6907|4|2021-10-17|
|
||||
|90|[x-hw/amazing-qr](https://github.com/x-hw/amazing-qr)|💮 amazing QRCode generator in Python (supporting animated gif) - Python amazing 二维码生成器(支持 gif 动态图片二维码)|8613|4|2021-09-07|
|
||||
|91|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|969|4|2021-12-05|
|
||||
|92|[open-mmlab/mmtracking](https://github.com/open-mmlab/mmtracking)|OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.|1924|4|2021-12-19|
|
||||
|93|[brightmart/text_classification](https://github.com/brightmart/text_classification)|all kinds of text classification models and more with deep learning|7179|4|2021-11-02|
|
||||
|94|[Jittor/jittor](https://github.com/Jittor/jittor)|Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.|2296|4|2021-12-17|
|
||||
|95|[iswbm/magic-python](https://github.com/iswbm/magic-python)|Python 黑魔法手册|2345|4|2021-12-12|
|
||||
|96|[ventusff/neurecon](https://github.com/ventusff/neurecon)|Multi-view 3D reconstruction using neural rendering. Unofficial implementation of UNISURF, VolSDF, NeuS and more.|363|4|2021-09-14|
|
||||
|97|[PaddlePaddle/PaddleSeg](https://github.com/PaddlePaddle/PaddleSeg)|Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks from research to industrial applications.|3409|4|2021-12-19|
|
||||
|98|[TheKingOfDuck/fuzzDicts](https://github.com/TheKingOfDuck/fuzzDicts)|Web Pentesting Fuzz 字典,一个就够了。|4013|4|2021-12-11|
|
||||
|99|[shmilylty/OneForAll](https://github.com/shmilylty/OneForAll)|OneForAll是一款功能强大的子域收集工具|4202|4|2021-11-20|
|
||||
|100|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明,却会实实在在影响大学生活质量的要求与细节|762|4|2021-08-25|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
106
content/charts/growth/software/R.md
Normal file
106
content/charts/growth/software/R.md
Normal file
@ -0,0 +1,106 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > R
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[swsoyee/2019-ncov-japan](https://github.com/swsoyee/2019-ncov-japan)|🦠 Interactive dashboard for real-time recording of COVID-19 outbreak in Japan|361|1|2021-12-18|
|
||||
|2|[GuangchuangYu/nCov2019](https://github.com/GuangchuangYu/nCov2019)|query stats of infected coronavirus cases|425|1|2021-06-10|
|
||||
|3|[ropensci/comtradr](https://github.com/ropensci/comtradr)|Functions for Interacting with the UN Comtrade API|37|0|2021-11-26|
|
||||
|4|[jokergoo/HilbertCurve](https://github.com/jokergoo/HilbertCurve)|Visualize genomic data by Hilbert curve|31|0|2021-09-29|
|
||||
|5|[jmzeng1314/AnnoProbe](https://github.com/jmzeng1314/AnnoProbe)|-|58|0|2021-08-01|
|
||||
|6|[skgrange/rmweather](https://github.com/skgrange/rmweather)|Tools to Conduct Meteorological Normalisation on Air Quality Data|24|0|2021-10-14|
|
||||
|7|[Wytamma/GISAIDR](https://github.com/Wytamma/GISAIDR)|Programmatically interact with the GISAID database.|6|0|2021-12-19|
|
||||
|8|[patrickreidy/textgRid](https://github.com/patrickreidy/textgRid)|Praat TextGrid Objects in R|19|0|2021-06-29|
|
||||
|9|[ropensci/scrubr](https://github.com/ropensci/scrubr)|Clean species occurrence records|32|0|2021-06-11|
|
||||
|10|[koheiw/LSX](https://github.com/koheiw/LSX)|A word embeddings-based semi-supervised model for document scaling|38|0|2021-10-27|
|
||||
|11|[lexcomber/GWRroutemap](https://github.com/lexcomber/GWRroutemap)|the GWR route maps for physical and human geography|7|0|2021-11-17|
|
||||
|12|[helixcn/spaa](https://github.com/helixcn/spaa)|Miscellaneous functions for analysis of species association and niche overlap|10|0|2021-08-12|
|
||||
|13|[pzhaonet/pinyin](https://github.com/pzhaonet/pinyin)|an R package for converting Chineses characters into pinyin|39|0|2021-08-22|
|
||||
|14|[leileibama/leoDDcalculator](https://github.com/leileibama/leoDDcalculator)|leoDDcalculator, a package calculating the values of mdd and ndd of texts in a folder|6|0|2021-11-08|
|
||||
|15|[Detlew/PowerTOST](https://github.com/Detlew/PowerTOST)|Power and Sample Size for (Bio)Equivalence Studies|9|0|2021-09-25|
|
||||
|16|[mountainMath/tongfen](https://github.com/mountainMath/tongfen)|Convenience functions for making data on different geometries, especially Canadian census geometries, comparable.|24|0|2021-11-19|
|
||||
|17|[YongxinLiu/EasyMicrobiome](https://github.com/YongxinLiu/EasyMicrobiome)|Scripts and databases for amplicon and metagenome|25|0|2021-10-27|
|
||||
|18|[eco-hydro/phenofit](https://github.com/eco-hydro/phenofit)|R package: A state-of-the-art Vegetation Phenology extraction package, phenofit|43|0|2021-12-12|
|
||||
|19|[OxDemTech/china_diplomats](https://github.com/OxDemTech/china_diplomats)|-|7|0|2021-11-16|
|
||||
|20|[sascha2schroeder/popEye](https://github.com/sascha2schroeder/popEye)|An R package to analyze eye-tracking data from reading experiments|7|0|2021-11-01|
|
||||
|21|[quanteda/stopwords](https://github.com/quanteda/stopwords)|Multilingual Stopword Lists in R|101|0|2021-10-28|
|
||||
|22|[Hong-Kong-Districts-Info/hkdatasets](https://github.com/Hong-Kong-Districts-Info/hkdatasets)|Datasets relating to Hong Kong|12|0|2021-09-04|
|
||||
|23|[fragla/eq5d](https://github.com/fragla/eq5d)|-|13|0|2021-11-22|
|
||||
|24|[benmarwick/ctv-archaeology](https://github.com/benmarwick/ctv-archaeology)|CRAN Task View: Archaeological Science|109|0|2021-12-10|
|
||||
|25|[jirotubuyaki/CRPClustering](https://github.com/jirotubuyaki/CRPClustering)|CRPClustering: An R Package for Bayesian Nonparametric Chinese Restaurant Process Clustering with Entropy|12|0|2021-07-02|
|
||||
|26|[hope-data-science/tidyfst](https://github.com/hope-data-science/tidyfst)|Tidy Verbs for Fast Data Manipulation|54|0|2021-09-27|
|
||||
|27|[uribo/zipangu](https://github.com/uribo/zipangu)|Japanese utility functions and data|41|0|2021-12-11|
|
||||
|28|[ahb108/rcarbon](https://github.com/ahb108/rcarbon)|Methods for calibrating and analysing radiocarbon dates|30|0|2021-12-15|
|
||||
|29|[davidycliao/redguards](https://github.com/davidycliao/redguards)|This is a designed package for replicating the estimates and findings in the article of Factionalism and the Red Guards under Mao's China: Ideal Point Estimation Using Text Data. |11|0|2021-12-06|
|
||||
|30|[XSLiuLab/tumor-immunogenicity-score](https://github.com/XSLiuLab/tumor-immunogenicity-score)|TIGS (Tumor Immunogenicity Score) project https://doi.org/10.7554/eLife.49020|22|0|2021-09-16|
|
||||
|31|[sammo3182/regioncode](https://github.com/sammo3182/regioncode)|Software for converting regional administrative codes (China) over years|7|0|2021-08-05|
|
||||
|32|[bnosac/ETM](https://github.com/bnosac/ETM)|Topic Modelling in Semantic Embedding Spaces|25|0|2021-11-11|
|
||||
|33|[ykang/gratis](https://github.com/ykang/gratis)|GRATIS: GeneRAting TIme Series with diverse and controllable characteristics|57|0|2021-12-18|
|
||||
|34|[harryprince/geospark](https://github.com/harryprince/geospark)|bring sf to spark in production|46|0|2021-12-13|
|
||||
|35|[msberends/cleaner](https://github.com/msberends/cleaner)|Fast and Easy Data Cleaning (in R)|23|0|2021-06-22|
|
||||
|36|[HenrikBengtsson/progressr](https://github.com/HenrikBengtsson/progressr)|三 R package: An Inclusive, Unifying API for Progress Updates|216|0|2021-12-19|
|
||||
|37|[esowc/UNSEEN-open](https://github.com/esowc/UNSEEN-open)|An open, reproducible and transferable workflow to assess and anticipate climate extremes beyond the observed record|8|0|2021-09-14|
|
||||
|38|[sbg/sevenbridges-r](https://github.com/sbg/sevenbridges-r)|Seven Bridges API Client, CWL Schema, Meta Schema, and SDK Helper in R|29|0|2021-08-16|
|
||||
|39|[jincheng9/stock_crawler](https://github.com/jincheng9/stock_crawler)|R API for Crawling Stock and Index Data from Sina Finance|31|0|2021-11-08|
|
||||
|40|[erikgahner/PolData](https://github.com/erikgahner/PolData)|A dataset with political datasets|345|0|2021-12-16|
|
||||
|41|[ropensci/UCSCXenaTools](https://github.com/ropensci/UCSCXenaTools)|:package: An R package for accessing genomics data from UCSC Xena platform, from cancer multi-omics to single-cell RNA-seq https://cran.r-project.org/web/packages/UCSCXenaTools/|62|0|2021-09-15|
|
||||
|42|[gee-hydro/gee_whittaker](https://github.com/gee-hydro/gee_whittaker)|Non-parametric weighted Whittaker smoothing|18|0|2021-06-07|
|
||||
|43|[l-ramirez-lopez/resemble](https://github.com/l-ramirez-lopez/resemble)|resemble is an R package which implements functions dedicated to non-linear modelling of complex spectroscopy data|10|0|2021-11-26|
|
||||
|44|[chainsawriot/sweater](https://github.com/chainsawriot/sweater)|👚 Speedy Word Embedding Association Test & Extras using R|6|0|2021-12-07|
|
||||
|45|[mlampros/textTinyR](https://github.com/mlampros/textTinyR)|Text Processing for Small or Big Data Files in R|29|0|2021-11-30|
|
||||
|46|[koheiw/newsmap](https://github.com/koheiw/newsmap)|Newsmap: geographical news classifier|46|0|2021-11-18|
|
||||
|47|[atmoschem/vein](https://github.com/atmoschem/vein)| R+Fortran+OpenMP package to estimate Vehicular Emissions INventories VEIN. |30|0|2021-12-16|
|
||||
|48|[nanxstats/liftr](https://github.com/nanxstats/liftr)|🐳 Containerize R Markdown documents for continuous reproducibility|160|0|2021-07-17|
|
||||
|49|[koheiw/seededlda](https://github.com/koheiw/seededlda)|Semisupervided LDA for theory-driven text analysis|29|0|2021-10-10|
|
||||
|50|[wu-yc/scMetabolism](https://github.com/wu-yc/scMetabolism)|Quantifying metabolism activity at the single-cell resolution|18|0|2021-09-14|
|
||||
|51|[ShichenXie/scorecard](https://github.com/ShichenXie/scorecard)|Scorecard Development in R, 评分卡|131|0|2021-11-28|
|
||||
|52|[justinchuntingho/songotsti](https://github.com/justinchuntingho/songotsti)|A Package for Cantonese Tokenisation|13|0|2021-06-17|
|
||||
|53|[rOpenStats/COVID19analyticsBak2109](https://github.com/rOpenStats/COVID19analyticsBak2109)|-|32|0|2021-10-03|
|
||||
|54|[quanteda/readtext](https://github.com/quanteda/readtext)|an R package for reading text files|98|0|2021-07-13|
|
||||
|55|[massimoaria/dimensionsR](https://github.com/massimoaria/dimensionsR)|Gathering metadata about publications, patents, grants, clinical trials and policy documents from DS Dimensions using DSL API|12|0|2021-06-07|
|
||||
|56|[Merck/r2rtf](https://github.com/Merck/r2rtf)|Easily Create Production-Ready Rich Text Format (RTF) Table and Figure|29|0|2021-12-17|
|
||||
|57|[ShixiangWang/tinyscholar](https://github.com/ShixiangWang/tinyscholar)|A Tiny R Package to Get and Show Google Scholar Profile|6|0|2021-10-26|
|
||||
|58|[ChiLiubio/microeco](https://github.com/ChiLiubio/microeco)|An R package for data analysis in microbial community ecology|60|0|2021-12-18|
|
||||
|59|[vincentarelbundock/WDI](https://github.com/vincentarelbundock/WDI)|R package to download World Bank data|147|0|2021-10-10|
|
||||
|60|[openbiox/UCSCXenaShiny](https://github.com/openbiox/UCSCXenaShiny)|📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/|49|0|2021-12-13|
|
||||
|61|[taiyun/Optimization-using-R](https://github.com/taiyun/Optimization-using-R)|A Chinese document about optimization using R|26|0|2021-06-30|
|
||||
|62|[YuLab-SMU/nCov2019](https://github.com/YuLab-SMU/nCov2019)|:microbe: Exploring COVID-19 data|7|0|2021-12-13|
|
||||
|63|[crsh/papaja](https://github.com/crsh/papaja)|papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facil ...|489|0|2021-12-17|
|
||||
|64|[yukiyanai/quant-methods-R](https://github.com/yukiyanai/quant-methods-R)|Repository for "Quantitative Methods in Political Science Using R" by Masahiko Asano and Yuki Yanai|15|0|2021-11-17|
|
||||
|65|[sstoeckl/crypto2](https://github.com/sstoeckl/crypto2)|Cryptocurrency Market Data|10|0|2021-09-21|
|
||||
|66|[datasketch/shi18ny](https://github.com/datasketch/shi18ny)|-|13|0|2021-06-10|
|
||||
|67|[tianshu129/foqat](https://github.com/tianshu129/foqat)|Field observation quick analysis toolkit (kw: field observation, air polltion, time series summary, time series resampling, average variation, ozone formation potential (OFP), MIR, tuv). |23|0|2021-11-18|
|
||||
|68|[joachim-gassen/tidycovid19](https://github.com/joachim-gassen/tidycovid19)|{tidycovid19}: An R Package to Download, Tidy and Visualize Covid-19 Related Data|144|0|2021-12-19|
|
||||
|69|[pzhaonet/beginr](https://github.com/pzhaonet/beginr)|an R package for beginners|15|0|2021-12-03|
|
||||
|70|[chuiqin/irGSEA](https://github.com/chuiqin/irGSEA)|The integration of single cell rank-based gene set enrichment analysis|12|0|2021-11-26|
|
||||
|71|[kevinwang09/learningtower](https://github.com/kevinwang09/learningtower)|Easily accessible PISA data|18|0|2021-09-07|
|
||||
|72|[mponce0/covid19.analytics](https://github.com/mponce0/covid19.analytics)|R package to obtain and analyze live data from the nCOVID19 coronavirus|30|0|2021-09-13|
|
||||
|73|[ji1ai1/201907-CIKMI](https://github.com/ji1ai1/201907-CIKMI)|CIKM 2019 EComm AI:超大规模推荐之用户兴趣高效检索|6|0|2021-09-10|
|
||||
|74|[psychbruce/ChineseNames](https://github.com/psychbruce/ChineseNames)|🀄 Chinese Name Database (1930-2008)|79|0|2021-11-29|
|
||||
|75|[Otoliths/SP2000](https://github.com/Otoliths/SP2000)|🐟Catalogue of Life toolkit for R|7|0|2021-06-11|
|
||||
|76|[ykang51/bdar](https://github.com/ykang51/bdar)|巨量資料分析-使用 R 語言 (Big Data Analytics with R) lecture slides and source codes|45|0|2021-06-17|
|
||||
|77|[lilywang1988/eSIR](https://github.com/lilywang1988/eSIR)|Extended state-space SIR epidemiological models|62|0|2021-11-08|
|
||||
|78|[xiaodaigh/disk.frame](https://github.com/xiaodaigh/disk.frame)|Fast Disk-Based Parallelized Data Manipulation Framework for Larger-than-RAM Data|567|0|2021-09-15|
|
||||
|79|[pzhaonet/mindr](https://github.com/pzhaonet/mindr)|an R package which converts markdown files (.md, .Rmd) into mindmaps (brainstorms)|540|0|2021-11-22|
|
||||
|80|[hrbrmstr/docxtractr](https://github.com/hrbrmstr/docxtractr)|:scissors: Extract Tables from Microsoft Word Documents with R|144|0|2021-10-02|
|
||||
|81|[psychbruce/bruceR](https://github.com/psychbruce/bruceR)|🛠 BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.|76|0|2021-12-12|
|
||||
|82|[reconverse/outbreaks](https://github.com/reconverse/outbreaks)|outbreaks: an R package compiling disease outbreak data|48|0|2021-08-06|
|
||||
|83|[ShixiangWang/sigminer](https://github.com/ShixiangWang/sigminer)|🌲 An easy-to-use and scalable toolkit for genomic alteration signature (a.k.a. mutational signature) analysis and visualization in R https://shixiangwang.github.io/sigminer/reference/index.html|91|0|2021-12-15|
|
||||
|84|[reconhub/epicontacts](https://github.com/reconhub/epicontacts)|Handling, Visualisation and Analysis of Epidemiological Contacts|11|0|2021-11-23|
|
||||
|85|[majianthu/aps2020](https://github.com/majianthu/aps2020)|Code for the paper 'Variable Selection with Copula Entropy' published on Chinese Journal of Applied Probability and Statistics|8|0|2021-10-17|
|
||||
|86|[DongqiangZeng0808/Blasso](https://github.com/DongqiangZeng0808/Blasso)|Integrating LASSO and bootstrapping algorithm to find best prognostic or predictive biomarkers|8|0|2021-10-26|
|
||||
|87|[seroanalytics/serosolver](https://github.com/seroanalytics/serosolver)|Inference framework for serological data|7|0|2021-11-08|
|
||||
|88|[CBIIT/LDlinkR](https://github.com/CBIIT/LDlinkR)|LDlinkR|17|0|2021-10-07|
|
||||
|89|[dazamora/DWBmodelUN](https://github.com/dazamora/DWBmodelUN)|R native implementation of the Dynamic Water Balance hydrologic model in a monthly time step |8|0|2021-09-29|
|
||||
|90|[r-stata/hotkeys](https://github.com/r-stata/hotkeys)|自定义 RStudio 快捷键!|14|0|2021-07-29|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Ruby.md
Normal file
116
content/charts/growth/software/Ruby.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Ruby
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[gitlabhq/gitlabhq](https://github.com/gitlabhq/gitlabhq)|GitLab CE Mirror Please open new issues in our issue tracker on GitLab.com|22798|6|2021-12-18|
|
||||
|2|[lewagon/setup](https://github.com/lewagon/setup)|Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp|11524|4|2021-11-10|
|
||||
|3|[MBoxPlus/mbox](https://github.com/MBoxPlus/mbox)|Toolchain for Mobile App Development 移动研发工具链|625|3|2021-12-15|
|
||||
|4|[ankane/searchkick](https://github.com/ankane/searchkick)|Intelligent search made easy|5761|2|2021-12-17|
|
||||
|5|[darkbitio/aws-recon](https://github.com/darkbitio/aws-recon)|Multi-threaded AWS inventory collection tool with a focus on security-relevant resources and metadata.|385|1|2021-12-02|
|
||||
|6|[ruby-china/homeland](https://github.com/ruby-china/homeland)|:circus_tent: An open source forum/community system based on Rails, developed based on Ruby China.|3511|1|2021-12-18|
|
||||
|7|[peatio/peatio](https://github.com/peatio/peatio)|An open-source assets exchange.|3504|1|2021-12-08|
|
||||
|8|[nomad/shenzhen](https://github.com/nomad/shenzhen)|CLI for Building & Distributing iOS Apps (.ipa Files)|4668|1|2021-06-20|
|
||||
|9|[sketchplugins/plugin-directory](https://github.com/sketchplugins/plugin-directory)|Official Sketch Plugin directory|3412|1|2021-12-19|
|
||||
|10|[w181496/Web-CTF-Cheatsheet](https://github.com/w181496/Web-CTF-Cheatsheet)|Web CTF CheatSheet 🐈|1725|1|2021-11-28|
|
||||
|11|[bridgetownrb/bridgetown](https://github.com/bridgetownrb/bridgetown)|A next-generation progressive site generator & fullstack framework, powered by Ruby|513|1|2021-12-19|
|
||||
|12|[rpush/rpush](https://github.com/rpush/rpush)|The push notification service for Ruby.|1886|1|2021-12-16|
|
||||
|13|[pluosi/app-host](https://github.com/pluosi/app-host)|应用内网发布 iOS OTA (Over-the-Air) APP publish website like fir.im 适用于企业 iOS & Android 内网发布测试使用,方便管理和分发 APP 包|1793|1|2021-11-04|
|
||||
|14|[rikas/zoho_hub](https://github.com/rikas/zoho_hub)|Zoho CRM API V2 Wrapper|20|0|2021-09-01|
|
||||
|15|[tryzealot/zealot](https://github.com/tryzealot/zealot)|开源自部署移动应用和 macOS 应用分发平台,提供 iOS、Android SDK、fastlane 等丰富组件库 Over The Air Server for deployment of Android, iOS and macOS apps|363|0|2021-12-17|
|
||||
|16|[courtenay/splam](https://github.com/courtenay/splam)|Simple, pluggable, easily customizable score-based spam filter plugin for Ruby-based applications|108|0|2021-10-25|
|
||||
|17|[kenn/active_flag](https://github.com/kenn/active_flag)|Bit array for ActiveRecord|94|0|2021-10-28|
|
||||
|18|[aozorahack/aozorabunko_text](https://github.com/aozorahack/aozorabunko_text)|text-only archives of www.aozora.gr.jp|45|0|2021-12-19|
|
||||
|19|[OneEyedEagle/EAGLE-RGSS3](https://github.com/OneEyedEagle/EAGLE-RGSS3)|老鹰的脚本小巢|18|0|2021-11-29|
|
||||
|20|[ruilisi/rails-pangu](https://github.com/ruilisi/rails-pangu)|Rails starter kit that every startup needs|191|0|2021-10-12|
|
||||
|21|[ECPay/ECPayAIO_RoR](https://github.com/ECPay/ECPayAIO_RoR)|綠界科技ECPay 全方位(All In One)金流介接 Ruby版|8|0|2021-08-19|
|
||||
|22|[NeverMin/omniauth-wechat-oauth2](https://github.com/NeverMin/omniauth-wechat-oauth2)|Wechat OAuth2 Strategy for OmniAuth 1.0.|266|0|2021-10-14|
|
||||
|23|[test-kitchen/kitchen-azurerm](https://github.com/test-kitchen/kitchen-azurerm)|A driver for Test Kitchen that works with Azure Resource Manager|51|0|2021-12-14|
|
||||
|24|[Ezviz-OpenBiz/SDK-iOS](https://github.com/Ezviz-OpenBiz/SDK-iOS)|Ezviz SDK,功能更强大的开发套件,可以实现预览、回放、配网、对讲、设备控制、oAuth授权等功能|13|0|2021-12-17|
|
||||
|25|[lingceng/bing_dictionary](https://github.com/lingceng/bing_dictionary)|Bing comand line dictionary|23|0|2021-08-22|
|
||||
|26|[daqing/rabel](https://github.com/daqing/rabel)|An open-source web forum built on the Ruby on Rails framework.|642|0|2021-11-16|
|
||||
|27|[yohasebe/deepl-alfred-translate-rewrite-workflow](https://github.com/yohasebe/deepl-alfred-translate-rewrite-workflow)|An Alfred workflow to help translate and rewrite text using DeepL API|12|0|2021-09-08|
|
||||
|28|[fredwu/angel_nest](https://github.com/fredwu/angel_nest)|Project code name: Angel Nest. :)|780|0|2021-09-27|
|
||||
|29|[AIPHES/ACL20-Reference-Free-MT-Evaluation](https://github.com/AIPHES/ACL20-Reference-Free-MT-Evaluation)|Reference-free MT Evaluation Metrics|14|0|2021-09-05|
|
||||
|30|[hiroshiyui/youbike](https://github.com/hiroshiyui/youbike)|臺北市公共自行車「YouBike 微笑單車」租賃站資料轉換程式|17|0|2021-09-28|
|
||||
|31|[jasonknight/salor-retail](https://github.com/jasonknight/salor-retail)|Rails Based Point of Sale and Store Management Software|77|0|2021-09-27|
|
||||
|32|[sirupsen/airrecord](https://github.com/sirupsen/airrecord)|Ruby wrapper for Airtable, your personal database|216|0|2021-08-10|
|
||||
|33|[chenxGen/cocoapods-project-hmap](https://github.com/chenxGen/cocoapods-project-hmap)|A cocoapods plugin to improve the compilation speed of the preprocessing stage.|61|0|2021-09-23|
|
||||
|34|[samvera/hyrax](https://github.com/samvera/hyrax)|Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.|146|0|2021-12-18|
|
||||
|35|[twitter/twitter-cldr-rb](https://github.com/twitter/twitter-cldr-rb)|Ruby implementation of the ICU (International Components for Unicode) that uses the Common Locale Data Repository to format dates, plurals, and more.|633|0|2021-12-18|
|
||||
|36|[FunnyWolf/vipermsf](https://github.com/FunnyWolf/vipermsf)|viper 自定义的msf|46|0|2021-11-09|
|
||||
|37|[encoreshao/china_regions](https://github.com/encoreshao/china_regions)|Ruby Library for China Regions|23|0|2021-12-02|
|
||||
|38|[bitoex/bitopro-api-ruby](https://github.com/bitoex/bitopro-api-ruby)|API Wrapper gem for the Bitopro(幣託) crypto currency exchange written in Ruby.|15|0|2021-07-13|
|
||||
|39|[L-codes/pwcrack-framework](https://github.com/L-codes/pwcrack-framework)|Password Crack Framework|195|0|2021-12-12|
|
||||
|40|[X140Yu/debug_cocoapods_plugins_in_vscode](https://github.com/X140Yu/debug_cocoapods_plugins_in_vscode)|-|54|0|2021-06-26|
|
||||
|41|[eyp/redmine_spent_time](https://github.com/eyp/redmine_spent_time)|Redmine plugin that improves the spent time functionality.|57|0|2021-11-12|
|
||||
|42|[FIRHQ/fastlane-plugin-fir_cli](https://github.com/FIRHQ/fastlane-plugin-fir_cli)|betaqr.com(fir.im) fastlane plugin|39|0|2021-10-27|
|
||||
|43|[thredded/thredded](https://github.com/thredded/thredded)|The best Rails forums engine ever.|1308|0|2021-10-24|
|
||||
|44|[tdiary/tdiary-blogkit](https://github.com/tdiary/tdiary-blogkit)|more blogged for tDiary|13|0|2021-11-30|
|
||||
|45|[mycolorway/wework](https://github.com/mycolorway/wework)|Wework is ruby API wrapper for wechat work「企业微信」.|24|0|2021-11-11|
|
||||
|46|[citahub/re-birth](https://github.com/citahub/re-birth)|A blockchain explorer cache server for CITA|12|0|2021-10-12|
|
||||
|47|[coderdojo-japan/coderdojo.jp](https://github.com/coderdojo-japan/coderdojo.jp)|☯️ CoderDojo Japan (@coderdojo-japan) official website developed by Ruby on Rails with @YassLab team. 💎|53|0|2021-12-08|
|
||||
|48|[algobasket/PeatioCryptoExchange](https://github.com/algobasket/PeatioCryptoExchange)|An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon ! |152|0|2021-09-27|
|
||||
|49|[janx/ruby-pinyin](https://github.com/janx/ruby-pinyin)|中文汉字转拼音, 支持中英文符号混合词语。Pinyin is a romanization system (phonemic notation) of Chinese characters, this gem helps you to convert Chinese characters into pinyin form.|526|0|2021-08-21|
|
||||
|50|[rkh/nii](https://github.com/rkh/nii)|Modern internationalization and localization solution for Ruby|19|0|2021-10-20|
|
||||
|51|[diasks2/word_count_analyzer](https://github.com/diasks2/word_count_analyzer)|Word Count Analyzer is a Ruby gem that analyzes a string for potential areas of the text that might cause word count discrepancies depending on the tool used. It also provides comprehensive configurat ...|18|0|2021-07-01|
|
||||
|52|[dao42/qywechat-notifier](https://github.com/dao42/qywechat-notifier)|RubyGem: 企业微信 notification exception 插件|18|0|2021-09-27|
|
||||
|53|[Eric-Guo/wechat](https://github.com/Eric-Guo/wechat)|API, command and message handling for WeChat in Rails|1267|0|2021-12-11|
|
||||
|54|[lanrion/weixin_rails_middleware](https://github.com/lanrion/weixin_rails_middleware)|微信集成 ruby weixin_rails_middleware for integration weixin. |414|0|2021-09-27|
|
||||
|55|[JunichiIto/be_vimmer](https://github.com/JunichiIto/be_vimmer)|A bot that tweets Vim tips |20|0|2021-10-12|
|
||||
|56|[0x727/MetasploitModules_0x727](https://github.com/0x727/MetasploitModules_0x727)|Metasploit Modules Development|66|0|2021-08-06|
|
||||
|57|[npezza93/redi_search](https://github.com/npezza93/redi_search)|Ruby wrapper around RediSearch that can integrate with Rails|24|0|2021-09-15|
|
||||
|58|[ksz2k/letter_avatar](https://github.com/ksz2k/letter_avatar)|Ruby gem for creating letter avatar from user's name (or any other string :-) ).|254|0|2021-09-06|
|
||||
|59|[aozorahack/aozora2html](https://github.com/aozorahack/aozora2html)|-|13|0|2021-12-18|
|
||||
|60|[ankane/blingfire-ruby](https://github.com/ankane/blingfire-ruby)|High speed text tokenization for Ruby|44|0|2021-12-13|
|
||||
|61|[thierryxing/dingtalk-bot](https://github.com/thierryxing/dingtalk-bot)|钉钉自定义机器人Ruby SDK|33|0|2021-09-09|
|
||||
|62|[diylove/wiki](https://github.com/diylove/wiki)|diy万事万物的程序|17|0|2021-12-17|
|
||||
|63|[doorkeeper-gem/doorkeeper-i18n](https://github.com/doorkeeper-gem/doorkeeper-i18n)|Translation files for Doorkeeper OAuth 2 provider|27|0|2021-09-24|
|
||||
|64|[piotrmurach/strings-truncation](https://github.com/piotrmurach/strings-truncation)|Truncate strings with fullwidth characters and ANSI codes.|34|0|2021-09-22|
|
||||
|65|[crispgm/weekly](https://github.com/crispgm/weekly)|A personal curation of tech articles|9|0|2021-11-12|
|
||||
|66|[duckstroms/Web-CTF-Cheatsheet](https://github.com/duckstroms/Web-CTF-Cheatsheet)|Web CTF CheatSheet 🐈|10|0|2021-07-24|
|
||||
|67|[huacnlee/enumize](https://github.com/huacnlee/enumize)|Extend ActiveRecord::Enum for add more helpful methods.|23|0|2021-12-17|
|
||||
|68|[jhjguxin/weixin](https://github.com/jhjguxin/weixin)|微信公众平台 开放消息接口|21|0|2021-07-12|
|
||||
|69|[yuchiXiong/pilipala](https://github.com/yuchiXiong/pilipala)|基于rails构建的博客系统|9|0|2021-11-29|
|
||||
|70|[kaich/codeobscure](https://github.com/kaich/codeobscure)|code obscure for object-c project. 方便强大的OC工程代码自动混淆工具|523|0|2021-07-02|
|
||||
|71|[etrex/kamigo](https://github.com/etrex/kamigo)|a chatbot framework based on rails|54|0|2021-11-12|
|
||||
|72|[cyril/r_spec-clone.rb](https://github.com/cyril/r_spec-clone.rb)|A minimalist RSpec clone with all the essentials.|18|0|2021-08-04|
|
||||
|73|[mataki/dekiru](https://github.com/mataki/dekiru)|Usefull helper methods for Ruby on Rails|25|0|2021-11-02|
|
||||
|74|[bytedance/Bytedance-UnionAD](https://github.com/bytedance/Bytedance-UnionAD)|-|130|0|2021-11-26|
|
||||
|75|[chengdh/manage-huo-baby](https://github.com/chengdh/manage-huo-baby)|管货宝-功能齐备的零担(专线)物流业务平台|50|0|2021-06-10|
|
||||
|76|[wu-kan/wu-kan.github.io](https://github.com/wu-kan/wu-kan.github.io)|:sparkles: my homepage & template for jekyll-theme-WuK|190|0|2021-12-09|
|
||||
|77|[work-design/work.design](https://github.com/work-design/work.design)|Work Design 开源版本 Full feature & Modular work manage app|13|0|2021-12-14|
|
||||
|78|[jpmobile/jpmobile](https://github.com/jpmobile/jpmobile)|A Rails plugin for Japanese mobile-phones|317|0|2021-12-17|
|
||||
|79|[Z-H-Sun/tswKai](https://github.com/Z-H-Sun/tswKai)|Tower of the Sorcerer for Windows Kai (改): Modifier of game variables and improvement of game experience|8|0|2021-11-04|
|
||||
|80|[bingohuang/progit2-gitbook](https://github.com/bingohuang/progit2-gitbook)|Pro Git 第二版 简体中文|292|0|2021-09-06|
|
||||
|81|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|Fast and smart citation reference parsing|557|0|2021-11-28|
|
||||
|82|[coreyhaines/happinessbot](https://github.com/coreyhaines/happinessbot)|Spreading joy and love|62|0|2021-07-12|
|
||||
|83|[saberma/shopqi](https://github.com/saberma/shopqi)|An open source clone of Shopify.|810|0|2021-09-27|
|
||||
|84|[work-design/rails_com](https://github.com/work-design/rails_com)|Rails Common Engine|18|0|2021-12-18|
|
||||
|85|[jfqd/redmine_helpdesk](https://github.com/jfqd/redmine_helpdesk)|Lightweight helpdesk plugin for redmine.|168|0|2021-09-03|
|
||||
|86|[VICTOR-LUO-F/aliyun-sms](https://github.com/VICTOR-LUO-F/aliyun-sms)|a Ruby Gem for using aliyun sms service. 一个应用阿里云短信推送服务的Ruby Gem。|64|0|2021-07-10|
|
||||
|87|[qiniu/ruby-sdk](https://github.com/qiniu/ruby-sdk)|Qiniu Resource (Cloud) Storage SDK for Ruby|161|0|2021-09-23|
|
||||
|88|[mitakarb/beerkeeper](https://github.com/mitakarb/beerkeeper)|(仮)|9|0|2021-12-09|
|
||||
|89|[infused/dbf](https://github.com/infused/dbf)|DBF is a small fast Ruby library for reading dBase, xBase, Clipper and FoxPro database files|237|0|2021-08-20|
|
||||
|90|[jodeci/fortuna](https://github.com/jodeci/fortuna)|台灣公司專用薪資計算系統|10|0|2021-11-04|
|
||||
|91|[podigee/device_detector](https://github.com/podigee/device_detector)|DeviceDetector is a precise and fast user agent parser and device detector written in Ruby|633|0|2021-11-05|
|
||||
|92|[davearonson/pull-request-roulette](https://github.com/davearonson/pull-request-roulette)|Site to match up developers with people willing to comment on their pull requests|28|0|2021-09-07|
|
||||
|93|[dao42/rails-template](https://github.com/dao42/rails-template)|A best & newest & fastest rails 6.x template for senior rails developer.|378|0|2021-06-16|
|
||||
|94|[yuchuanfeng/CFGifEmotionDemo](https://github.com/yuchuanfeng/CFGifEmotionDemo)|gif图文混排、动态图片、动态表情、网络图片图文混排、gif表情|28|0|2021-11-22|
|
||||
|95|[qinmingyuan/default_form](https://github.com/qinmingyuan/default_form)|moved to work-design/rails_com|14|0|2021-09-03|
|
||||
|96|[GITHZZ/UnityiOSExporter](https://github.com/GITHZZ/UnityiOSExporter)|用于Unity-iOS导出ipa的打包工具--ipa export tool for unity|15|0|2021-07-10|
|
||||
|97|[ikenox/dotfiles](https://github.com/ikenox/dotfiles)|my dotfiles|10|0|2021-10-29|
|
||||
|98|[githubmaidou/tools](https://github.com/githubmaidou/tools)|Python渗透漏洞工具|232|0|2021-08-16|
|
||||
|99|[hlcfan/pokr](https://github.com/hlcfan/pokr)|Make agile estimating and planning easy with our online planning or scrum poker tool|49|0|2021-10-12|
|
||||
|100|[two-pack/redmine_xls_export](https://github.com/two-pack/redmine_xls_export)|Redmine XLS Export plugin from http://www.redmine.org/plugins/redmine_xls_export|62|0|2021-11-03|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Rust.md
Normal file
116
content/charts/growth/software/Rust.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Rust
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1554|82|2021-12-17|
|
||||
|2|[rustdesk/rustdesk](https://github.com/rustdesk/rustdesk)|Yet another remote desktop software|13952|31|2021-12-10|
|
||||
|3|[editso/fuso](https://github.com/editso/fuso)|一款快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission en ...|450|20|2021-12-18|
|
||||
|4|[0x192/universal-android-debloater](https://github.com/0x192/universal-android-debloater)|Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.|1149|16|2021-12-10|
|
||||
|5|[meilisearch/MeiliSearch](https://github.com/meilisearch/MeiliSearch)|Powerful, fast, and an easy to use search engine|20238|15|2021-12-16|
|
||||
|6|[BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep)|ripgrep recursively searches directories for a regex pattern while respecting your gitignore|28568|14|2021-12-16|
|
||||
|7|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|921|12|2021-12-05|
|
||||
|8|[yewstack/yew](https://github.com/yewstack/yew)|Rust / Wasm framework for building client web apps|18248|12|2021-12-19|
|
||||
|9|[valeriansaliou/sonic](https://github.com/valeriansaliou/sonic)|🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.|12347|12|2021-12-01|
|
||||
|10|[sharkdp/fd](https://github.com/sharkdp/fd)|A simple, fast and user-friendly alternative to 'find'|19851|12|2021-12-14|
|
||||
|11|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1276|10|2021-12-12|
|
||||
|12|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2119|10|2021-10-23|
|
||||
|13|[pretzelhammer/rust-blog](https://github.com/pretzelhammer/rust-blog)|Educational blog posts for Rust beginners|3914|7|2021-11-30|
|
||||
|14|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|752|7|2021-11-16|
|
||||
|15|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|A command-line benchmarking tool|9560|7|2021-12-03|
|
||||
|16|[LGUG2Z/komorebi](https://github.com/LGUG2Z/komorebi)|A tiling window manager for Windows|422|3|2021-12-07|
|
||||
|17|[BurntSushi/xsv](https://github.com/BurntSushi/xsv)|A fast CSV command line toolkit written in Rust.|7831|3|2021-08-24|
|
||||
|18|[zu1k/ldap-log](https://github.com/zu1k/ldap-log)|一个LDAP请求监听器,摆脱dnslog平台|23|3|2021-12-15|
|
||||
|19|[async-graphql/async-graphql](https://github.com/async-graphql/async-graphql)|A GraphQL server library implemented in Rust|2009|3|2021-12-17|
|
||||
|20|[wubx/rust-in-databend](https://github.com/wubx/rust-in-databend)|Rust 培养提高计划, 感谢 Databend 社区 支持https://github.com/datafuselabs/databend|270|3|2021-12-16|
|
||||
|21|[Enter-tainer/cxx2flow](https://github.com/Enter-tainer/cxx2flow)|将 C/C++ 代码转换成流程图 / Turn your C/C++ code into flowchart|314|3|2021-11-15|
|
||||
|22|[quickwit-inc/tantivy](https://github.com/quickwit-inc/tantivy)|Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust|5660|3|2021-12-16|
|
||||
|23|[knownsec/ct](https://github.com/knownsec/ct)|简单易用的域名爆破工具|50|3|2021-12-17|
|
||||
|24|[Tencent/tat-agent](https://github.com/Tencent/tat-agent)|TAT agent is an agent written in Rust, which run in CVM, Lighthouse or CPM 2.0 instances. Its role is to run commands remotely without ssh login, invoked from TencentCloud Console/API. Commands includ ...|68|3|2021-12-17|
|
||||
|25|[rcore-os/rCore](https://github.com/rcore-os/rCore)|Rust version of THU uCore OS. Linux compatible.|2174|2|2021-09-23|
|
||||
|26|[XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei)|Count your code, quickly.|5896|2|2021-12-19|
|
||||
|27|[rcore-os/zCore](https://github.com/rcore-os/zCore)|Reimplement Zircon microkernel in Rust.|1167|2|2021-12-17|
|
||||
|28|[wormtql/yas](https://github.com/wormtql/yas)|Superfast Genshin Impact artifacts scanner|173|2|2021-12-11|
|
||||
|29|[zu1k/good-mitm](https://github.com/zu1k/good-mitm)|利用MITM技术实现请求和返回的重写、重定向、阻断等操作|173|2|2021-12-16|
|
||||
|30|[0x727/ObserverWard_0x727](https://github.com/0x727/ObserverWard_0x727)|Cross platform community web fingerprint identification tool|225|2|2021-12-17|
|
||||
|31|[FrankBuss/frequencycounter](https://github.com/FrankBuss/frequencycounter)|Arduino Nano frequency counter with atomic clock accuracy|20|1|2021-11-16|
|
||||
|32|[inherd/coco](https://github.com/inherd/coco)|An effective DevOps analysis and auto-suggest tool。Coco 是一个研发效能分析工具,如团队发展现状(根据架构复杂度及行数变更)、团队演进、历史分析等。生成可视化报告及对应的改进建议。 |277|1|2021-11-18|
|
||||
|33|[stalwartlabs/mail-parser](https://github.com/stalwartlabs/mail-parser)|Fast and robust e-mail parsing library for Rust|78|1|2021-12-18|
|
||||
|34|[rbatis/rbatis](https://github.com/rbatis/rbatis)|Rust High Performance compile-time ORM(BSON2 based)|1136|1|2021-12-13|
|
||||
|35|[p4gefau1t/trojan-r](https://github.com/p4gefau1t/trojan-r)|轻量高效的 Trojan 代理,使用 Rust 实现|247|1|2021-07-10|
|
||||
|36|[WilliamVenner/gmpublisher](https://github.com/WilliamVenner/gmpublisher)|⚙️ Workshop Publishing Utility for Garry's Mod, written in Rust & Svelte and powered by Tauri|206|1|2021-12-09|
|
||||
|37|[tock/tock](https://github.com/tock/tock)|A secure embedded operating system for microcontrollers|3258|1|2021-12-18|
|
||||
|38|[rustsbi/rustsbi](https://github.com/rustsbi/rustsbi)|RISC-V Supervisor Binary Interface (RISC-V SBI) implementation in Rust; runs on M-mode; good support for embedded Rust ecosystem|322|1|2021-12-17|
|
||||
|39|[arloor/nftables-nat-rust](https://github.com/arloor/nftables-nat-rust)|nftables nat rule generator——nftables nat规则生成器|374|1|2021-09-20|
|
||||
|40|[iovxw/rssbot](https://github.com/iovxw/rssbot)|Lightweight Telegram RSS notification bot. 用于消息通知的轻量级 Telegram RSS 机器人|1126|1|2021-12-13|
|
||||
|41|[ElnuDev/hebi](https://github.com/ElnuDev/hebi)|A highly customizable snake clone made in Rust with the Bevy engine, named after the Japanese word for snake, 蛇.|70|1|2021-09-04|
|
||||
|42|[zu1k/sdusrun](https://github.com/zu1k/sdusrun)|校园网深澜认证登录,srun|30|1|2021-12-08|
|
||||
|43|[dontpanic92/OpenPAL3](https://github.com/dontpanic92/OpenPAL3)|仙三开源版 - The efforts to create an open-source implementation of Chinese Paladin 3|418|1|2021-11-28|
|
||||
|44|[al8n/stretto](https://github.com/al8n/stretto)|Stretto is a Rust implementation for https://github.com/dgraph-io/ristretto. A high performance memory-bound Rust cache.|195|1|2021-12-18|
|
||||
|45|[luojia65/w806-pac](https://github.com/luojia65/w806-pac)|under development: community SVD file, peripheral access crate in embedde Rust for WinnerMicro W800, W801 & W806 chip|26|1|2021-11-18|
|
||||
|46|[Kingbultsea/vite-analysis](https://github.com/Kingbultsea/vite-analysis)|vite v0.18.0 Start from 0, analyze each commit. 620/2558 💀~~~👻|210|1|2021-12-01|
|
||||
|47|[tramhao/termusic](https://github.com/tramhao/termusic)|Music Player TUI written in Rust|132|1|2021-12-18|
|
||||
|48|[BinChengZhao/delicate](https://github.com/BinChengZhao/delicate)|A lightweight and distributed task scheduling platform written in rust. (一个轻量的分布式的任务调度平台通过rust编写)|387|1|2021-11-19|
|
||||
|49|[zhboner/realm](https://github.com/zhboner/realm)|A network relay tool|516|1|2021-11-22|
|
||||
|50|[vincentdchan/PoloDB](https://github.com/vincentdchan/PoloDB)|PoloDB is an embedded JSON-based database.|320|1|2021-11-09|
|
||||
|51|[chyyuu/os_kernel_lab](https://github.com/chyyuu/os_kernel_lab)|OS kernel labs based on Rust/C Lang & RISC-V 64/X86-32|3332|1|2021-11-20|
|
||||
|52|[datanymizer/datanymizer](https://github.com/datanymizer/datanymizer)|Powerful database anonymizer with flexible rules. Written in Rust.|307|1|2021-12-05|
|
||||
|53|[thirtythreeforty/neolink](https://github.com/thirtythreeforty/neolink)|An RTSP bridge to Reolink IP cameras|431|1|2021-12-12|
|
||||
|54|[Byron/dua-cli](https://github.com/Byron/dua-cli)|View disk space usage and delete unwanted data, fast.|1193|1|2021-11-09|
|
||||
|55|[gmg137/netease-cloud-music-gtk](https://github.com/gmg137/netease-cloud-music-gtk)|Linux 平台下基于 Rust + GTK 开发的网易云音乐播放器|822|1|2021-10-12|
|
||||
|56|[geph-official/geph4](https://github.com/geph-official/geph4)|Geph (迷霧通) is a modular Internet censorship circumvention system designed specifically to deal with national filtering. |364|1|2021-12-17|
|
||||
|57|[lz1998/rs-qq](https://github.com/lz1998/rs-qq)|Rust 模拟QQ客户端协议 已完成 扫码登录/密码登录/获取好友列表/获取群列表/发送群消息/接受群消息。运行src/bin的password_login.rs或qrcode_login.rs体验。重构中(正在努力减少unwrap)|41|1|2021-12-14|
|
||||
|58|[auula/falsework](https://github.com/auula/falsework)|A tool crate to quickly build rust command line application.|107|1|2021-08-25|
|
||||
|59|[guillaume-be/rust-bert](https://github.com/guillaume-be/rust-bert)|Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)|794|1|2021-12-14|
|
||||
|60|[citahub/cita](https://github.com/citahub/cita)|A high performance blockchain kernel for enterprise users.|1230|1|2021-08-10|
|
||||
|61|[pemistahl/lingua-rs](https://github.com/pemistahl/lingua-rs)|👄 The most accurate natural language detection library in the Rust ecosystem, suitable for long and short text alike|379|1|2021-11-27|
|
||||
|62|[harlanc/xiu](https://github.com/harlanc/xiu)|A simple and secure live media server by pure rust (rtmp/httpflv/hls/relay).🦀|278|1|2021-12-05|
|
||||
|63|[PersiaML/PERSIA](https://github.com/PersiaML/PERSIA)|High performance distributed framework for training deep learning recommendation models based on PyTorch.|201|1|2021-12-17|
|
||||
|64|[Brooooooklyn/canvas](https://github.com/Brooooooklyn/canvas)|High performance skia binding to Node.js. Zero system dependencies and pure npm packages without any postinstall scripts nor node-gyp.|558|1|2021-12-17|
|
||||
|65|[HUST-OS/tornado-os](https://github.com/HUST-OS/tornado-os)|异步内核就像风一样快!|249|1|2021-08-18|
|
||||
|66|[hsivonen/chardetng](https://github.com/hsivonen/chardetng)|A character encoding detector for legacy Web content.|43|0|2021-09-01|
|
||||
|67|[yescallop/areacodes](https://github.com/yescallop/areacodes)|中华人民共和国县级以上历史行政区划代码及新旧代码对应关系|25|0|2021-12-18|
|
||||
|68|[driftluo/tentacle](https://github.com/driftluo/tentacle)|A multiplexed p2p network framework that supports custom protocols|171|0|2021-12-07|
|
||||
|69|[skyzh/raytracer-tutorial](https://github.com/skyzh/raytracer-tutorial)|raytracer project for PPCA 2020|50|0|2021-11-20|
|
||||
|70|[uk0/file_encryption](https://github.com/uk0/file_encryption)|文件加密 并且将文件名放在加密文件内,可以自释放。|19|0|2021-08-13|
|
||||
|71|[tomassedovic/quicksilver-roguelike](https://github.com/tomassedovic/quicksilver-roguelike)|Template for a roguelike in Rust targeting desktop and the web|148|0|2021-10-16|
|
||||
|72|[WeBankBlockchain/WeDPR-Lab-Core](https://github.com/WeBankBlockchain/WeDPR-Lab-Core)|Core libraries of WeDPR instant scenario-focused solutions for privacy-inspired business; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件|127|0|2021-12-02|
|
||||
|73|[huacnlee/autocorrect](https://github.com/huacnlee/autocorrect)|A linter and formatter for help you improve copywriting, to correct spaces, punctuations between CJK (Chinese, Japanese, Korean).|59|0|2021-11-30|
|
||||
|74|[sentinel-group/sentinel-rust](https://github.com/sentinel-group/sentinel-rust)|Sentinel Rust version|37|0|2021-12-13|
|
||||
|75|[rmqtt-rs/rmqtt](https://github.com/rmqtt-rs/rmqtt)|MQTT Server/MQTT Broker - Scalable Distributed MQTT Message Broker for IoT in the 5G Era|10|0|2021-08-29|
|
||||
|76|[rbatis/abs_admin](https://github.com/rbatis/abs_admin)|an enterprise-class one-stop backend solution,Rust企业级一站式后台解决方案|119|0|2021-12-15|
|
||||
|77|[hanskorg/google-authenticator-rust](https://github.com/hanskorg/google-authenticator-rust)|GoogleAuthenticator Rust google两步验证生成器|24|0|2021-11-23|
|
||||
|78|[MashPlant/db](https://github.com/MashPlant/db)|A database management system implemented in Rust from scratch.|14|0|2021-07-24|
|
||||
|79|[Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo](https://github.com/Chi-Task-Force/Chi-Telegram-Inline-Bot-Neo)| 在 Telegram 上快速模仿迟先生卖弱。|12|0|2021-12-06|
|
||||
|80|[shadowsocks/crypto2](https://github.com/shadowsocks/crypto2)|The fastest cryptographic library in the galaxy|252|0|2021-12-17|
|
||||
|81|[cpcdoy/rust-sbert](https://github.com/cpcdoy/rust-sbert)|Rust port of sentence-transformers (https://github.com/UKPLab/sentence-transformers)|28|0|2021-06-30|
|
||||
|82|[akiirui/mpv-handler](https://github.com/akiirui/mpv-handler)|Play videos and songs on the website via mpv-handler, without any background service.|50|0|2021-11-08|
|
||||
|83|[supabase-community/postgrest-rs](https://github.com/supabase-community/postgrest-rs)|Rust client for PostgREST|112|0|2021-10-27|
|
||||
|84|[inherd/unflow](https://github.com/inherd/unflow)|unflow 是一个低代码、无代码设计语言。unFlow is a Design as Code implementation, a DSL for UX & backend modeling. DSL to Sketch file, Sketch to DSL, DSL to code. |60|0|2021-06-30|
|
||||
|85|[justjavac/dvm](https://github.com/justjavac/dvm)|Deno Version Manager - Easy way to manage multiple active deno versions.|342|0|2021-12-01|
|
||||
|86|[messense/jieba-rs](https://github.com/messense/jieba-rs)|The Jieba Chinese Word Segmentation Implemented in Rust|349|0|2021-12-12|
|
||||
|87|[Joylei/anim-rs](https://github.com/Joylei/anim-rs)|:hourglass: A framework independent animation library for rust, works nicely with Iced and the others|27|0|2021-12-09|
|
||||
|88|[inherd/forming](https://github.com/inherd/forming)|Forming, is a lightweight architecture as code language. 轻量级架构即代码语言|18|0|2021-11-10|
|
||||
|89|[itytophile/rab](https://github.com/itytophile/rab)|Rusty Armor Builds - Monster Hunter Rise Armor Set Creation Tool|23|0|2021-06-20|
|
||||
|90|[inherd/guarding](https://github.com/inherd/guarding)|Guarding 是一个用于 Java、JavaScript、Rust、Golang 等语言的架构守护工具。借助于易于理解的 DSL,来编写守护规则。Guarding is a guardians for code, architecture, layered. |28|0|2021-11-10|
|
||||
|91|[stuartZhang/scaffold-wizard](https://github.com/stuartZhang/scaffold-wizard)|问卷反馈收集, 前端脚手架安装向导, rust, gtk3, win32, dll|32|0|2021-09-20|
|
||||
|92|[grantshandy/libretranslate-rs](https://github.com/grantshandy/libretranslate-rs)|The LibreTranslate API client for Rust.|42|0|2021-10-07|
|
||||
|93|[wandercn/gostd](https://github.com/wandercn/gostd)|Gostd is the golang standard library implementation in rust-lang.|21|0|2021-12-17|
|
||||
|94|[belowthetree/TisuOS](https://github.com/belowthetree/TisuOS)|-|148|0|2021-06-30|
|
||||
|95|[AleoHQ/wagyu](https://github.com/AleoHQ/wagyu)|A Rust library for generating cryptocurrency wallets|433|0|2021-08-09|
|
||||
|96|[rcore-os/RVM](https://github.com/rcore-os/RVM)|Rcore Virtual Machine|52|0|2021-07-27|
|
||||
|97|[eatradish/meowdict](https://github.com/eatradish/meowdict)|喵典 - CLI Web client for moedict.tw|16|0|2021-11-10|
|
||||
|98|[Sagebati/goban](https://github.com/Sagebati/goban)|Library for go move generation and go ruling.|13|0|2021-08-05|
|
||||
|99|[develon2015/dnsd](https://github.com/develon2015/dnsd)|DNS 代理服务器|15|0|2021-10-14|
|
||||
|100|[HMBSbige/get_cnip](https://github.com/HMBSbige/get_cnip)|获取国内 IP 和域名,生成路由表和 PAC 文件|194|0|2021-12-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Shell.md
Normal file
116
content/charts/growth/software/Shell.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Shell
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[romkatv/powerlevel10k](https://github.com/romkatv/powerlevel10k)|A Zsh theme|23697|23|2021-12-18|
|
||||
|2|[InvoluteHell/HelloWorldContest](https://github.com/InvoluteHell/HelloWorldContest)|Print "Hello World" without HELLOWORLD 不使用 HELLOWORLD 来输出 "Hello World" 的比赛!|26|13|2021-12-19|
|
||||
|3|[dwmkerr/hacker-laws](https://github.com/dwmkerr/hacker-laws)|💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws|18552|13|2021-11-10|
|
||||
|4|[Dhghomon/easy_rust](https://github.com/Dhghomon/easy_rust)|Rust explained using easy English|6331|12|2021-11-29|
|
||||
|5|[acmesh-official/acme.sh](https://github.com/acmesh-official/acme.sh)|A pure Unix shell script implementing ACME client protocol|24726|11|2021-12-17|
|
||||
|6|[233boy/v2ray](https://github.com/233boy/v2ray)|最好用的 V2Ray 一键安装脚本 & 管理脚本|15156|10|2021-12-04|
|
||||
|7|[EtherDream/jsproxy](https://github.com/EtherDream/jsproxy)|An online proxy based on ServiceWorker|8547|8|2021-11-08|
|
||||
|8|[FlechazoPh/QLDependency](https://github.com/FlechazoPh/QLDependency)|青龙全依赖一键安装脚本|218|7|2021-12-14|
|
||||
|9|[quickemu-project/quickemu](https://github.com/quickemu-project/quickemu)|Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.|3865|6|2021-12-17|
|
||||
|10|[P3TERX/Actions-OpenWrt](https://github.com/P3TERX/Actions-OpenWrt)|A template for building OpenWrt with GitHub Actions 使用 GitHub Actions 云编译 OpenWrt|4741|6|2021-12-18|
|
||||
|11|[skywind3000/awesome-cheatsheets](https://github.com/skywind3000/awesome-cheatsheets)|超级速查表 - 编程语言、框架和开发工具的速查表,单个文件包含一切你需要知道的东西 :zap:|7928|6|2021-12-18|
|
||||
|12|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|791|5|2021-12-18|
|
||||
|13|[v2fly/fhs-install-v2ray](https://github.com/v2fly/fhs-install-v2ray)|Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd|3235|5|2021-10-18|
|
||||
|14|[klever1988/nanopi-openwrt](https://github.com/klever1988/nanopi-openwrt)|Openwrt for Nanopi R1S R2S R4S 香橙派 R1 Plus 固件编译 纯净版与大杂烩|3032|5|2021-12-18|
|
||||
|15|[SuLingGG/OpenWrt-Rpi](https://github.com/SuLingGG/OpenWrt-Rpi)|Raspberry Pi & NanoPi R2S/R4S & G-Dock & x86 OpenWrt Compile Project. (Based on Github Action / Daily Update)|3491|5|2021-12-07|
|
||||
|16|[wulabing/Xray_onekey](https://github.com/wulabing/Xray_onekey)|Xray 基于 Nginx 的 VLESS + XTLS 一键安装脚本 |7012|5|2021-12-04|
|
||||
|17|[mack-a/v2ray-agent](https://github.com/mack-a/v2ray-agent)|(VLESS+TCP+TLS/VLESS+TCP+XTLS/VLESS+gRPC+TLS/VLESS+WS+TLS/VMess+TCP+TLS/VMess+WS+TLS/Trojan+TCP+TLS/Trojan+gRPC+TLS/Trojan+TCP+XTLS)+伪装站点、八合一共存脚本,支持多内核安装|4130|5|2021-12-17|
|
||||
|18|[zhangyoufu/log4j2-without-jndi](https://github.com/zhangyoufu/log4j2-without-jndi)|log4j2-core JAR w/o JndiLookup.class|46|5|2021-12-10|
|
||||
|19|[opsnull/follow-me-install-kubernetes-cluster](https://github.com/opsnull/follow-me-install-kubernetes-cluster)|和我一步步部署 kubernetes 集群|6662|4|2021-06-04|
|
||||
|20|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP configuration script Cloudflare WARP 一键配置脚本|681|4|2021-11-27|
|
||||
|21|[tj/n](https://github.com/tj/n)|Node version management|15549|4|2021-12-04|
|
||||
|22|[ameizi/vagrant-kubernetes-cluster](https://github.com/ameizi/vagrant-kubernetes-cluster)|Vagrant一键安装Kubernetes集群。安装 Metrics Server 、Kuboard 、Kubernetes Dashboard、KubePi、Kubernetes集群监控prometheus-operator|258|4|2021-10-30|
|
||||
|23|[xzhih/one-key-hidpi](https://github.com/xzhih/one-key-hidpi)|Enable macOS HiDPI and have a native setting.|6072|4|2021-08-06|
|
||||
|24|[jinwyp/one_click_script](https://github.com/jinwyp/one_click_script)|一键安装 trojan v2ray xray. Install v2ray / xray (VLESS) and trojan (trojan-go) script|1506|3|2021-12-18|
|
||||
|25|[alibaba/dragonwell8](https://github.com/alibaba/dragonwell8)|Alibaba Dragonwell8 JDK|3403|3|2021-12-17|
|
||||
|26|[flyqie/dd-shell](https://github.com/flyqie/dd-shell)|该脚本可在DD系统时为您提供一个WebUI以帮助您了解到目前的DD状态.|71|3|2021-11-21|
|
||||
|27|[kkkyg/CFwarp](https://github.com/kkkyg/CFwarp)|Cloudflare WARP 多功能一键脚本,支持添加WARP+PLUS账户及无限刷WARP+流量功能 ,支持纯IPV4/纯IPV6/双栈V4V6的VPS共9种情况随意切换安装。支持X86/ARM,支持kvm,openvz,lxc等主流架构,自动配置最佳TUM吞吐量数值,实时显示当前WARP状态、IP所属区(中文显示)及IP服务商。已测试:hax纯v6站,Euserv(德鸡),oracle(甲骨 ...|254|3|2021-12-17|
|
||||
|28|[DHDAXCW/NanoPi-R2S](https://github.com/DHDAXCW/NanoPi-R2S)|基于 Lean&Lienol 源码的 NanoPi R2S 的 OpenWrt 固件。每天自动更新插件和内核,Fusion编译法|357|2|2021-12-19|
|
||||
|29|[CoiaPrant/MediaUnlock_Test](https://github.com/CoiaPrant/MediaUnlock_Test)|流媒体解锁检测|500|2|2021-07-16|
|
||||
|30|[yeszao/dnmp](https://github.com/yeszao/dnmp)|Docker LNMP (Nginx, PHP7/PHP5, MySQL, Redis)|2833|2|2021-12-16|
|
||||
|31|[Oreomeow/VIP](https://github.com/Oreomeow/VIP)|DONOT FORK!!!别 Fork 了!超过一定数量就跑路!🏃💨 Gone|296|2|2021-12-14|
|
||||
|32|[huan/docker-wechat](https://github.com/huan/docker-wechat)|DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux|1360|2|2021-11-09|
|
||||
|33|[IvanSolis1989/OpenWrt-DIY](https://github.com/IvanSolis1989/OpenWrt-DIY)| 多设备 OpenWrt Aciton 固件云编译——X86、竞斗云、极路由 B70、K2T、K2P、K3、N1、红米 AC2100、Newifi D2、树莓派、小娱 C5、R2S、R4S、小米 R3G、小米 R3P、小米 Mini、网件 R7800、星际宝盒 CM520、Amlogic S905X3、OrangePi Zero Plus、网件 3800、Linksys Wrt1900 ...|908|2|2021-12-17|
|
||||
|34|[openfans-community-offical/Debian-Pi-Aarch64](https://github.com/openfans-community-offical/Debian-Pi-Aarch64)|This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)|2505|2|2021-12-19|
|
||||
|35|[lmk123/oh-my-wechat](https://github.com/lmk123/oh-my-wechat)|微信小助手的安装 / 更新工具。|2756|2|2021-11-30|
|
||||
|36|[CyC2018/Job-Recommend](https://github.com/CyC2018/Job-Recommend)|🔎 互联网内推信息(社招、校招、实习)|2458|2|2021-10-09|
|
||||
|37|[oldratlee/useful-scripts](https://github.com/oldratlee/useful-scripts)|🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.|5835|2|2021-11-13|
|
||||
|38|[ffffffff0x/f8x](https://github.com/ffffffff0x/f8x)|红/蓝队环境自动化部署工具 Red/Blue team environment automation deployment tool|689|2|2021-12-16|
|
||||
|39|[mviereck/x11docker](https://github.com/mviereck/x11docker)|Run GUI applications and desktops in docker and podman containers. Focus on security.|3795|2|2021-12-01|
|
||||
|40|[yc9559/uperf](https://github.com/yc9559/uperf)|Userspace performance controller for android|1066|2|2021-11-11|
|
||||
|41|[P3TERX/aria2.conf](https://github.com/P3TERX/aria2.conf)|Aria2 配置文件 OneDrive & Google Drvive 离线下载 百度网盘转存|1888|2|2021-10-23|
|
||||
|42|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|654|2|2021-12-02|
|
||||
|43|[datawhalechina/learn-nlp-with-transformers](https://github.com/datawhalechina/learn-nlp-with-transformers)|we want to create a repo to illustrate usage of transformers in chinese|391|2|2021-12-02|
|
||||
|44|[bclswl0827/v2ray-heroku](https://github.com/bclswl0827/v2ray-heroku)|用于在 Heroku 上部署 V2Ray WebSocket。|1849|2|2021-08-15|
|
||||
|45|[iranee/qnap-aliyunpan-webdav](https://github.com/iranee/qnap-aliyunpan-webdav)|威联通-阿里云盘Webdav挂载服务|63|2|2021-11-29|
|
||||
|46|[haoel/haoel.github.io](https://github.com/haoel/haoel.github.io)|-|4656|2|2021-12-14|
|
||||
|47|[xiaoZ-hc/redtool](https://github.com/xiaoZ-hc/redtool)|日常积累的一些红队工具及自己写的脚本,更偏向于一些diy的好用的工具,并不是一些比较常用的msf/awvs/xray这种|876|2|2021-06-01|
|
||||
|48|[toniblyx/prowler](https://github.com/toniblyx/prowler)|Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls c ...|4560|2|2021-12-16|
|
||||
|49|[insightglacier/Dictionary-Of-Pentesting](https://github.com/insightglacier/Dictionary-Of-Pentesting)|Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。|975|2|2021-12-14|
|
||||
|50|[HXSecurity/DongTai](https://github.com/HXSecurity/DongTai)|DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, multi-request related vulnerabilities (including logic vulnerabili ...|526|2|2021-12-15|
|
||||
|51|[kirin10000/Xray-script](https://github.com/kirin10000/Xray-script)|Xray:(VLESS/VMess)-(TCP/gRPC/WebSocket)-(XTLS/TLS)+Web 搭建/管理脚本|631|2|2021-12-17|
|
||||
|52|[k8sli/kubeplay](https://github.com/k8sli/kubeplay)|Deploy kubernetes by kubespray in offline|77|1|2021-12-10|
|
||||
|53|[Rvn0xsy/socks-switch](https://github.com/Rvn0xsy/socks-switch)|透明代理切换脚本,仅支持 Linux|48|1|2021-10-09|
|
||||
|54|[woniuzfb/iptv](https://github.com/woniuzfb/iptv)|一键安装管理 FFmpeg / nginx / openresty / xray / v2ray / armbian / proxmox ve / cloudflare partner,workers / ibm cloud foundry 脚本|608|1|2021-12-19|
|
||||
|55|[cncf/tag-security](https://github.com/cncf/tag-security)|🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!|1097|1|2021-12-16|
|
||||
|56|[ophub/amlogic-s9xxx-openwrt](https://github.com/ophub/amlogic-s9xxx-openwrt)|OpenWrt for Amlogic S9xxx STB. Support STB are s905x3, s905x2, s905x, s905w, s905d, s922x, s912, etc. such as Phicomm-N1, Octopus-Planet, X96-Max+, HK1-Box, H96-Max-X3, Belink GT-King, Belink GT-King ...|257|1|2021-12-17|
|
||||
|57|[al0ne/LinuxCheck](https://github.com/al0ne/LinuxCheck)|Linux应急处置/信息搜集/漏洞检测工具,支持基础配置/网络流量/任务计划/环境变量/用户信息/Services/bash/恶意文件/内核Rootkit/SSH/Webshell/挖矿文件/挖矿进程/供应链/服务器风险等13类70+项检查|793|1|2021-10-19|
|
||||
|58|[google-research/xtreme](https://github.com/google-research/xtreme)|XTREME is a benchmark for the evaluation of the cross-lingual generalization ability of pre-trained multilingual models that covers 40 typologically diverse languages and includes nine tasks.|482|1|2021-11-25|
|
||||
|59|[fscarmen/warp](https://github.com/fscarmen/warp)|WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本|392|1|2021-12-19|
|
||||
|60|[Netflixxp/jcnf-box](https://github.com/Netflixxp/jcnf-box)|这是个人常用的服务器指令和一键脚本|247|1|2021-11-24|
|
||||
|61|[nacos-group/nacos-docker](https://github.com/nacos-group/nacos-docker)|This project contains a Docker image meant to facilitate the deployment of Nacos .|784|1|2021-11-22|
|
||||
|62|[ellermister/mtproxy](https://github.com/ellermister/mtproxy)|MTProxyTLS一键安装绿色脚本|401|1|2021-11-28|
|
||||
|63|[jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)|Node.js version manager lovingly made for Fish.|1113|1|2021-10-10|
|
||||
|64|[EnergizedProtection/block](https://github.com/EnergizedProtection/block)|Let's make an annoyance free, better open internet, altogether!|1849|1|2021-12-19|
|
||||
|65|[tangjie1/-Baseline-check](https://github.com/tangjie1/-Baseline-check)|windows和linux基线检查,配套自动化检查脚本。纯手打。|27|1|2021-11-19|
|
||||
|66|[ivanhao/pvetools](https://github.com/ivanhao/pvetools)|proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.|800|1|2021-10-26|
|
||||
|67|[wenet-e2e/WenetSpeech](https://github.com/wenet-e2e/WenetSpeech)|A 10000+ hours dataset for Chinese speech recognition|182|1|2021-11-26|
|
||||
|68|[nextcloud/nextcloudpi](https://github.com/nextcloud/nextcloudpi)|📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, Docker, curl installer...|1535|1|2021-12-14|
|
||||
|69|[cdarlint/winutils](https://github.com/cdarlint/winutils)|winutils.exe hadoop.dll and hdfs.dll binaries for hadoop windows|936|1|2021-10-27|
|
||||
|70|[levie-vans/WeChatAssistant-ForMac](https://github.com/levie-vans/WeChatAssistant-ForMac)|Mac微信功能拓展/微信插件/微信小助手(A plugin for Mac WeChat)独立加载版。微信双开助手。|209|1|2021-11-16|
|
||||
|71|[rootsongjc/kubernetes-vagrant-centos-cluster](https://github.com/rootsongjc/kubernetes-vagrant-centos-cluster)|Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.|1750|1|2021-06-06|
|
||||
|72|[TheKingOfDuck/ApkAnalyser](https://github.com/TheKingOfDuck/ApkAnalyser)|一键提取安卓应用中可能存在的敏感信息。|559|1|2021-10-21|
|
||||
|73|[ericwang2006/docker_ttnode](https://github.com/ericwang2006/docker_ttnode)|甜糖星愿|379|1|2021-11-30|
|
||||
|74|[aws/aws-app-mesh-examples](https://github.com/aws/aws-app-mesh-examples)|AWS App Mesh is a service mesh that you can use with your microservices to manage service to service communication.|726|1|2021-12-16|
|
||||
|75|[2moe/tmoe-linux](https://github.com/2moe/tmoe-linux)|Without any basic knowledge of linux shell, you can easily install and configure a GNU/Linux graphical desktop environment on 📱Android termux and 💻WSL .🍰You can also run VSCode on your android phone.|426|1|2021-12-17|
|
||||
|76|[jas502n/GitlabVer](https://github.com/jas502n/GitlabVer)|gitlab version index|40|1|2021-11-10|
|
||||
|77|[SuperManito/LinuxMirrors](https://github.com/SuperManito/LinuxMirrors)|GNU/Linux 一键更换国内软件源脚本|382|1|2021-12-15|
|
||||
|78|[UnblockNeteaseMusic/luci-app-unblockneteasemusic](https://github.com/UnblockNeteaseMusic/luci-app-unblockneteasemusic)|[OpenWrt] 解除网易云音乐播放限制|634|1|2021-12-08|
|
||||
|79|[tty228/luci-app-serverchan](https://github.com/tty228/luci-app-serverchan)|serverchan running on openwrt|654|1|2021-10-25|
|
||||
|80|[yanbuyu/XiaomiCTSPass](https://github.com/yanbuyu/XiaomiCTSPass)|强制小米设备通过谷歌CTS测试|178|1|2021-12-18|
|
||||
|81|[boduoyejieyi666/whonolikeboduoyejieyi](https://github.com/boduoyejieyi666/whonolikeboduoyejieyi)|-|285|1|2021-12-12|
|
||||
|82|[Aniverse/inexistence](https://github.com/Aniverse/inexistence)|I know nothing, you see nothing.|1295|1|2021-09-09|
|
||||
|83|[myxuchangbin/dnsmasq_sniproxy_install](https://github.com/myxuchangbin/dnsmasq_sniproxy_install)|One-click Install and Configure Dnsmasq and Sniproxy for CentOS/Debian/Ubuntu|641|1|2021-06-07|
|
||||
|84|[Hyy2001X/AutoBuild-Actions](https://github.com/Hyy2001X/AutoBuild-Actions)|在线编译 OpenWrt 在线更新固件 Dev|402|1|2021-12-18|
|
||||
|85|[jsmjsm/BrewMyMac](https://github.com/jsmjsm/BrewMyMac)|BrewMyMac - 自动化备份 & 安装 macOS 应用程序|79|1|2021-08-02|
|
||||
|86|[Hagb/docker-easyconnect](https://github.com/Hagb/docker-easyconnect)|使深信服(Sangfor)开发的非自由的代理软件 EasyConnect 运行在 docker 中,并提供 socks5 服务|767|1|2021-10-02|
|
||||
|87|[YAWAsau/backup_script](https://github.com/YAWAsau/backup_script)|備份數據腳本|395|1|2021-12-18|
|
||||
|88|[Har-Kuun/OneClickDesktop](https://github.com/Har-Kuun/OneClickDesktop)|A one-click script that installs a remote desktop environment on a Linux server with browser/RDP/VNC access.|516|1|2021-12-08|
|
||||
|89|[BlueSkyXN/SKY-BOX](https://github.com/BlueSkyXN/SKY-BOX)|BlueSkyXN 综合工具箱 Linux Supported ONLY|308|1|2021-10-23|
|
||||
|90|[YuKongA/Unlock-MIUI-ThemeManager](https://github.com/YuKongA/Unlock-MIUI-ThemeManager)|[Magisk]Unlock MIUI ThemeManager/MIUI主题破解|77|1|2021-10-26|
|
||||
|91|[srillia/devops](https://github.com/srillia/devops)|let devops for docker, dockerswarm ,k8s easy|509|1|2021-07-03|
|
||||
|92|[chaifeng/ufw-docker](https://github.com/chaifeng/ufw-docker)|To fix the Docker and UFW security flaw without disabling iptables|1444|1|2021-11-09|
|
||||
|93|[tonydeng/sdn-handbook](https://github.com/tonydeng/sdn-handbook)|SDN手册|799|1|2021-07-23|
|
||||
|94|[liuran001/GJZS](https://github.com/liuran001/GJZS)|搞机助手·R(原「搞机助手重制版」)|59|1|2021-12-18|
|
||||
|95|[pingcap/docs-cn](https://github.com/pingcap/docs-cn)|TiDB/TiKV/PD documentation in Chinese.|1646|1|2021-12-17|
|
||||
|96|[Har-Kuun/OneClickCDN](https://github.com/Har-Kuun/OneClickCDN)|A one-click shell script to set up a CDN node for your websites.|423|1|2021-12-13|
|
||||
|97|[rime/plum](https://github.com/rime/plum)|東風破 /plum/: Rime configuration manager and input schema repository|694|1|2021-10-02|
|
||||
|98|[licess/lnmp](https://github.com/licess/lnmp)|LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序 ...|2119|1|2021-11-02|
|
||||
|99|[DHDAXCW/NanoPi-R4S](https://github.com/DHDAXCW/NanoPi-R4S)|基于 Lean&Lienol 源码的 NanoPi R4S 的 OpenWrt 固件。每天自动更新插件和内核,Fusion编译法|401|1|2021-12-19|
|
||||
|100|[letseeqiji/LNPPR](https://github.com/letseeqiji/LNPPR)|Docker Ruby Rails Nginx Puma PostgreSQL MySQL 一键配置脚本 |20|1|2021-11-25|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Swift.md
Normal file
116
content/charts/growth/software/Swift.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Swift
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[ming1016/SwiftPamphletApp](https://github.com/ming1016/SwiftPamphletApp)|戴铭的 Swift 小册子,一本活的 Swift 手册|1031|29|2021-12-18|
|
||||
|2|[Co2333/FishUpgrade](https://github.com/Co2333/FishUpgrade)|macOS 摸鱼模拟器|69|23|2021-12-18|
|
||||
|3|[ReactiveX/RxSwift](https://github.com/ReactiveX/RxSwift)|Reactive Programming in Swift|21163|9|2021-12-09|
|
||||
|4|[JohnCoates/Aerial](https://github.com/JohnCoates/Aerial)|Apple TV Aerial Screensaver for Mac|19647|9|2021-12-16|
|
||||
|5|[onevcat/Kingfisher](https://github.com/onevcat/Kingfisher)|A lightweight, pure-Swift library for downloading and caching images from the web.|19511|8|2021-12-18|
|
||||
|6|[Juanpe/About-SwiftUI](https://github.com/Juanpe/About-SwiftUI)|Gathering all info published, both by Apple and by others, about new framework SwiftUI. |5955|6|2021-11-28|
|
||||
|7|[PerfectlySoft/Perfect](https://github.com/PerfectlySoft/Perfect)|Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)|13890|6|2021-07-24|
|
||||
|8|[realm/SwiftLint](https://github.com/realm/SwiftLint)|A tool to enforce Swift style and conventions.|15501|6|2021-12-16|
|
||||
|9|[xmartlabs/Eureka](https://github.com/xmartlabs/Eureka)|Elegant iOS form builder in Swift|11345|5|2021-11-26|
|
||||
|10|[ochococo/Design-Patterns-In-Swift](https://github.com/ochococo/Design-Patterns-In-Swift)|📖 Design Patterns implemented in Swift 5.0|13146|5|2021-08-05|
|
||||
|11|[Moya/Moya](https://github.com/Moya/Moya)|Network abstraction layer written in Swift.|13608|5|2021-12-01|
|
||||
|12|[Ji4n1ng/OpenInTerminal](https://github.com/Ji4n1ng/OpenInTerminal)|✨ Finder Toolbar app for macOS to open the current directory in Terminal, iTerm, Hyper or Alacritty.|4111|4|2021-08-23|
|
||||
|13|[IBAnimatable/IBAnimatable](https://github.com/IBAnimatable/IBAnimatable)|Design and prototype customized UI, interaction, navigation, transition and animation for App Store ready Apps in Interface Builder with IBAnimatable.|8585|4|2021-07-12|
|
||||
|14|[Caldis/Mos](https://github.com/Caldis/Mos)|一个用于在 macOS 上平滑你的鼠标滚动效果或单独设置滚动方向的小工具, 让你的滚轮爽如触控板 A lightweight tool used to smooth scrolling and set scroll direction independently for your mouse on macOS|7774|4|2021-06-05|
|
||||
|15|[ivanvorobei/SPPermissions](https://github.com/ivanvorobei/SPPermissions)|Ask permissions with ready-use interface. You can check status permission and if it has been requested before. Support SwiftUI.|4701|3|2021-12-14|
|
||||
|16|[gee1k/uPic](https://github.com/gee1k/uPic)|📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.|2465|3|2021-11-18|
|
||||
|17|[SwiftOldDriver/iOS-Weekly](https://github.com/SwiftOldDriver/iOS-Weekly)|🇨🇳 老司机 iOS 周报|3938|3|2021-12-19|
|
||||
|18|[ruanjx/VideoLab](https://github.com/ruanjx/VideoLab)|High-performance and flexible video editing and effects framework, based on AVFoundation and Metal.|464|2|2021-06-26|
|
||||
|19|[ddddxxx/LyricsX](https://github.com/ddddxxx/LyricsX)|🎶 Ultimate lyrics app for macOS.|3250|2|2021-09-19|
|
||||
|20|[onevcat/FengNiao](https://github.com/onevcat/FengNiao)|A command line tool for cleaning unused resources in Xcode.|2851|2|2021-10-03|
|
||||
|21|[ArtSabintsev/Siren](https://github.com/ArtSabintsev/Siren)|Notify users when a new version of your app is available and prompt them to upgrade.|3892|2|2021-09-17|
|
||||
|22|[OpenIntelWireless/HeliPort](https://github.com/OpenIntelWireless/HeliPort)|Intel Wi-Fi Client for itlwm|873|2|2021-11-17|
|
||||
|23|[aahung/Unshaky](https://github.com/aahung/Unshaky)|A software attempt to address the "double key press" issue on Apple's butterfly keyboard [not actively maintained]|2711|2|2021-06-21|
|
||||
|24|[mhdhejazi/CoronaTracker](https://github.com/mhdhejazi/CoronaTracker)|Coronavirus tracker app for iOS & macOS with maps & charts|1445|2|2021-06-25|
|
||||
|25|[tatsuz0u/EhPanda](https://github.com/tatsuz0u/EhPanda)|An unofficial E-Hentai App for iOS built with SwiftUI.|835|2|2021-12-18|
|
||||
|26|[Danie1s/Tiercel](https://github.com/Danie1s/Tiercel)|简单易用、功能丰富的纯 Swift 下载框架|2241|2|2021-11-07|
|
||||
|27|[lukakerr/Pine](https://github.com/lukakerr/Pine)|A modern, native macOS markdown editor|2818|2|2021-12-07|
|
||||
|28|[longitachi/ZLPhotoBrowser](https://github.com/longitachi/ZLPhotoBrowser)|Wechat-like image picker. Support select normal photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能; |3962|2|2021-12-15|
|
||||
|29|[alibaba/HandyJSON](https://github.com/alibaba/HandyJSON)|A handy swift json-object serialization/deserialization library|3913|2|2021-12-17|
|
||||
|30|[william0wang/MagicCamera](https://github.com/william0wang/MagicCamera)|iOS多功能AI相机:人像卡通化、变老变年轻、美颜、滤镜、艺术效果等|89|2|2021-11-08|
|
||||
|31|[WeTransfer/WeScan](https://github.com/WeTransfer/WeScan)|Document Scanning Made Easy for iOS|2439|2|2021-11-15|
|
||||
|32|[kyleduo/TinyPNG4Mac](https://github.com/kyleduo/TinyPNG4Mac)|TinyPNG client for Mac|3025|2|2021-12-02|
|
||||
|33|[lixiang1994/Apis](https://github.com/lixiang1994/Apis)|基于URLNavigator抽象的URL路由组件 灵感来自Moya 配置化 插件化.|9|2|2021-12-16|
|
||||
|34|[eggswift/ESTabBarController](https://github.com/eggswift/ESTabBarController)|:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!|4649|2|2021-07-30|
|
||||
|35|[Jinxiansen/Windows11](https://github.com/Jinxiansen/Windows11)| 💻 Windows 11 in SwiftUI.|111|1|2021-10-13|
|
||||
|36|[xjbeta/iina-plus](https://github.com/xjbeta/iina-plus)|Extra danmaku support for iina. (iina 弹幕支持|662|1|2021-12-12|
|
||||
|37|[Masayuki-JP/Health-Habit-Assistant](https://github.com/Masayuki-JP/Health-Habit-Assistant)|A simple health assistant app built in Swift5 for iPhone 📱 |314|1|2021-06-29|
|
||||
|38|[lihaoyun6/DimQQ](https://github.com/lihaoyun6/DimQQ)|一款可自定义强度的QQ for Mac亮度降低工具|18|1|2021-11-28|
|
||||
|39|[soulverteam/SoulverCore](https://github.com/soulverteam/SoulverCore)|A powerful Swift framework for evaluating mathematical expressions|395|1|2021-09-21|
|
||||
|40|[dks333/Tiktok-Clone](https://github.com/dks333/Tiktok-Clone)|An iOS Tiktok Clone built with Swift(Frontend) and Firebase(Backend)|233|1|2021-11-15|
|
||||
|41|[BrikerMan/BMPlayer](https://github.com/BrikerMan/BMPlayer)|A video player for iOS, based on AVPlayer, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles. |1736|1|2021-12-05|
|
||||
|42|[nixzhu/MonkeyKing](https://github.com/nixzhu/MonkeyKing)|MonkeyKing helps you to post messages to Chinese Social Networks.|2699|1|2021-09-08|
|
||||
|43|[Cay-Zhang/RSSBud](https://github.com/Cay-Zhang/RSSBud)|RSSHub 的辅助 iOS App,和 RSSHub Radar 类似,他可以帮助你快速发现和订阅网站的 RSS。现已在 App Store 上架。|471|1|2021-11-28|
|
||||
|44|[netyouli/WHC_ConfuseSoftware](https://github.com/netyouli/WHC_ConfuseSoftware)|iOS代码混淆工具,iOS代码混淆助手,过机器审核,过4.3审核,过other审核,u3d、cocos2dx、flutter、自动代码翻新(WHC_ConfuseSoftware)是一款新一代运行在MAC OS平台的App、完美支持Objc和Swift、U3D、Flutter、Cocos2dx项目代码的自动翻新(混淆)、支持文件夹名称、文件名、修改资源文件hash值、类名、方法名、属性名、添加混淆 ...|1193|1|2021-12-12|
|
||||
|45|[Coder-TanJX/JXBanner](https://github.com/Coder-TanJX/JXBanner)|🚀🚀🚀 A super - custom multifunctional framework for banner unlimited rollover diagrams [一个超自定义多功能无限轮播图框架]|461|1|2021-09-22|
|
||||
|46|[cmushroom/redis-pro](https://github.com/cmushroom/redis-pro)|redis-pro redis 桌面管理工具|408|1|2021-12-17|
|
||||
|47|[onevcat/APNGKit](https://github.com/onevcat/APNGKit)|High performance and delightful way to play with APNG format in iOS.|1929|1|2021-12-15|
|
||||
|48|[VideoFlint/Cabbage](https://github.com/VideoFlint/Cabbage)|A video composition framework build on top of AVFoundation. It's simple to use and easy to extend.|1268|1|2021-11-01|
|
||||
|49|[cx-org/CombineX](https://github.com/cx-org/CombineX)|Open source implementation of Apple's Combine|583|1|2021-07-12|
|
||||
|50|[lixiang1994/AttributedString](https://github.com/lixiang1994/AttributedString)|基于Swift插值方式优雅的构建富文本, 支持点击长按事件, 支持不同类型过滤, 支持自定义视图等.|479|1|2021-12-17|
|
||||
|51|[fcbox/Lantern](https://github.com/fcbox/Lantern)|基于Swift的高可用视图框架|372|1|2021-12-17|
|
||||
|52|[simon9211/privacyInsight](https://github.com/simon9211/privacyInsight)|读取app「记录App活动」文件,展示app访问权限及网络记录|43|1|2021-10-28|
|
||||
|53|[ts1/BLEUnlock](https://github.com/ts1/BLEUnlock)|Lock/unlock your Mac with your iPhone, Apple Watch, or any other Bluetooth LE devices|698|1|2021-12-12|
|
||||
|54|[spicyShrimp/U17](https://github.com/spicyShrimp/U17)|精仿有妖气漫画(Swift5)|926|1|2021-10-25|
|
||||
|55|[pujiaxin33/StackUI](https://github.com/pujiaxin33/StackUI)|StackUI just like SwiftUI|69|1|2021-11-29|
|
||||
|56|[MxABC/swiftScan](https://github.com/MxABC/swiftScan)|A barcode and qr code scanner( 二维码 各种码识别,生成,界面效果)|1432|1|2021-12-07|
|
||||
|57|[kingsic/SGPagingView](https://github.com/kingsic/SGPagingView)|A powerful and easy to use segment view 【QQ、淘宝、微博、腾讯、网易新闻、今日头条等标题滚动视图】|1502|1|2021-12-17|
|
||||
|58|[JiongXing/PhotoBrowser](https://github.com/JiongXing/PhotoBrowser)| Elegant photo browser in Swift. 图片与视频浏览器。|1088|1|2021-09-20|
|
||||
|59|[LeoMobileDeveloper/ios-developer-tools](https://github.com/LeoMobileDeveloper/ios-developer-tools)|Tools that every iOS developer should know.|1198|1|2021-11-29|
|
||||
|60|[AnyImageProject/AnyImageKit](https://github.com/AnyImageProject/AnyImageKit)|A toolbox for pick/edit/capture photo or video. Written in Swift. |442|1|2021-12-16|
|
||||
|61|[Astrian/switshot](https://github.com/Astrian/switshot)|Console screenshot transfer|52|1|2021-12-07|
|
||||
|62|[gltwy/LTScrollView](https://github.com/gltwy/LTScrollView)|ScrollView嵌套ScrolloView(UITableView 、UICollectionView)解决方案, 支持OC / Swift(持续更新中...)实现原理:http://blog.csdn.net/glt_code/article/details/78576628|977|1|2021-11-20|
|
||||
|63|[Lision/WKWebViewJavascriptBridge](https://github.com/Lision/WKWebViewJavascriptBridge)|🌉 A Bridge for Sending Messages between Swift and JavaScript in WKWebViews.|978|1|2021-11-26|
|
||||
|64|[Tliens/SpeedySwift](https://github.com/Tliens/SpeedySwift)|这是一个app开发的加速库。This is an accelerated library for app development|402|1|2021-11-09|
|
||||
|65|[3lvis/Networking](https://github.com/3lvis/Networking)|Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support|1303|1|2021-11-23|
|
||||
|66|[igorkulman/iOSLocalizationEditor](https://github.com/igorkulman/iOSLocalizationEditor)|Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side|1205|1|2021-12-14|
|
||||
|67|[100mango/zen](https://github.com/100mango/zen)|iOS, macOS, Swift, Objective-C 心得|2848|1|2021-09-10|
|
||||
|68|[wxxsw/SwiftTheme](https://github.com/wxxsw/SwiftTheme)|🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式|2259|1|2021-12-13|
|
||||
|69|[tid-kijyun/Kanna](https://github.com/tid-kijyun/Kanna)|Kanna(鉋) is an XML/HTML parser for Swift.|2227|1|2021-12-01|
|
||||
|70|[ts666823/Codesigner](https://github.com/ts666823/Codesigner)|-|30|1|2021-12-11|
|
||||
|71|[scrumsnail/ButtonHandle](https://github.com/scrumsnail/ButtonHandle)|防止按钮重复点就|3|0|2021-08-24|
|
||||
|72|[hui-z/image_gallery_saver](https://github.com/hui-z/image_gallery_saver)|flutter中用于保存图片到相册的Plugin|175|0|2021-10-13|
|
||||
|73|[kingjiajie/JJCollectionViewRoundFlowLayout_Swift](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout_Swift)|JJCollectionViewRoundFlowLayout_Swift是JJCollectionViewRoundFlowLayout(OC:https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout )的Swift版本,JJCollectionViewRoundFlowLayout可设置CollectionView的Backgr ...|47|0|2021-11-22|
|
||||
|74|[zhoubenjian/SwiftRebuildOC](https://github.com/zhoubenjian/SwiftRebuildOC)|Swift5:实现默认及自定义TableViewCell;普通CollectionViewCell及瀑布流CollectionViewCell,TableViewCell自适应高度; ScrollView嵌套TableView,CollectionView; TableView分组标题悬浮吸顶; CollectionView分组标题悬浮吸顶; CollectionView画廊效果|5|0|2021-12-03|
|
||||
|75|[ListenNotes/podcast-api-swift](https://github.com/ListenNotes/podcast-api-swift)|The Official Swift Library for the Listen Notes Podcast API.|6|0|2021-10-26|
|
||||
|76|[imeiju/iMeiJu_Mac](https://github.com/imeiju/iMeiJu_Mac)|爱美剧Mac客户端|202|0|2021-06-21|
|
||||
|77|[yuetyam/jyutping](https://github.com/yuetyam/jyutping)|Cantonese Jyutping Keyboard for iOS. 粵語粵拼輸入法鍵盤|21|0|2021-12-19|
|
||||
|78|[Jacke-xu/WYBasisKit-swift](https://github.com/Jacke-xu/WYBasisKit-swift)|"WYBasisKit" is a toolkit aimed at greatly improving efficiency.|13|0|2021-11-08|
|
||||
|79|[JavenZ/ZJTableViewManager](https://github.com/JavenZ/ZJTableViewManager)|Powerful data driven tableView,make tableView build so easy.|319|0|2021-07-25|
|
||||
|80|[gsyhei/GXRefresh](https://github.com/gsyhei/GXRefresh)|Swift版的下拉刷新上拉加载,支持Gif、支持自定义刷新动画。|17|0|2021-10-12|
|
||||
|81|[jackiehu/SwiftMediator](https://github.com/jackiehu/SwiftMediator)|swift砖块系列:Swift组件化解耦中间件,router,Mirror反射,函数调用,SceneDelegate解耦,AppDelegate解耦|45|0|2021-11-19|
|
||||
|82|[iDevOrz/JYLazyLoader](https://github.com/iDevOrz/JYLazyLoader)|Xcode Soucre Editor Extension which helps you write Lazy-Load Code easier,For Objective-C and Written by Swift 🤪|39|0|2021-07-15|
|
||||
|83|[Asana/Drawsana](https://github.com/Asana/Drawsana)|An open source library that lets your users draw on things - mark up images with text, shapes, etc.|531|0|2021-08-25|
|
||||
|84|[vermont42/RaceRunner](https://github.com/vermont42/RaceRunner)|RaceRunner is a run-tracking app focused on racing.|69|0|2021-12-05|
|
||||
|85|[ty82885279/IAP](https://github.com/ty82885279/IAP)|iOS内购完整代码|3|0|2021-07-19|
|
||||
|86|[fulldecent/formant-analyzer](https://github.com/fulldecent/formant-analyzer)|iOS application for finding formants in spoken sounds|45|0|2021-11-22|
|
||||
|87|[CGUniversity/MJRefresh-RxSwift](https://github.com/CGUniversity/MJRefresh-RxSwift)|对MJRefresh进行RxSwift支持。可以对刷新状态多次订阅多次触发。|20|0|2021-10-27|
|
||||
|88|[sweetmans/Apple-Music-API-Document](https://github.com/sweetmans/Apple-Music-API-Document)|An Readme.md File For Apple Music API.|56|0|2021-07-04|
|
||||
|89|[Z-JaDe/AppExtension](https://github.com/Z-JaDe/AppExtension)|iOS框架|8|0|2021-11-25|
|
||||
|90|[jackiehu/SwiftShow](https://github.com/jackiehu/SwiftShow)|swift砖块系列:各种弹出窗口,toast,loading,alert,popview等等,支持暗黑模式|10|0|2021-11-10|
|
||||
|91|[atone/iZSM](https://github.com/atone/iZSM)|最水木 - 水木社区iOS客户端|7|0|2021-10-16|
|
||||
|92|[yanmingLiu/swift5DouYin](https://github.com/yanmingLiu/swift5DouYin)|Swift5仿写抖音,抖音首页、个人主页、评论列表(支持手势交互)等效果。|13|0|2021-09-23|
|
||||
|93|[qwertyyb/Fire](https://github.com/qwertyyb/Fire)|使用Swift实现的Macos五笔输入法|7|0|2021-07-22|
|
||||
|94|[tsaievan/YF_KLine](https://github.com/tsaievan/YF_KLine)|Swift版本的K线图|12|0|2021-07-20|
|
||||
|95|[Cantoboard/Cantoboard](https://github.com/Cantoboard/Cantoboard)|Cantoboard - Smart Cantonese Keyboard on iOS |22|0|2021-12-17|
|
||||
|96|[jialongsu/react-native-s-baidumap](https://github.com/jialongsu/react-native-s-baidumap)|百度地图 React Native ,同时支持ios和android|25|0|2021-09-21|
|
||||
|97|[internetWei/LLaunchScreen](https://github.com/internetWei/LLaunchScreen)|一行代码修改启动图,以及自动修改启动图显示异常|3|0|2021-07-04|
|
||||
|98|[xindong/anti-addiction-kit](https://github.com/xindong/anti-addiction-kit)|📱手机游戏防沉迷系统 SDK,支持 iOS+Android+Unity,快速接入!|150|0|2021-09-17|
|
||||
|99|[JoanKing/JKSwiftExtension](https://github.com/JoanKing/JKSwiftExtension)|Swift常用扩展、组件、协议,方便项目快速搭建,提供完整清晰的Demo示例,不断的完善中...... |206|0|2021-12-16|
|
||||
|100|[wangrui460/WRNavigationBar_swift](https://github.com/wangrui460/WRNavigationBar_swift)|WRNavigationBar which allows you to change NavigationBar's appearance dynamically|604|0|2021-07-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/TeX.md
Normal file
116
content/charts/growth/software/TeX.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > TeX
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[billryan/resume](https://github.com/billryan/resume)|An elegant \LaTeX\ résumé template. 大陆镜像 https://gods.coding.net/p/resume/git|4905|2|2021-12-15|
|
||||
|2|[THUNLP-MT/MT-Reading-List](https://github.com/THUNLP-MT/MT-Reading-List)|A machine translation reading list maintained by Tsinghua Natural Language Processing Group|2166|2|2021-11-20|
|
||||
|3|[FvNCCR228/SCU_Beamer_Slide-demo](https://github.com/FvNCCR228/SCU_Beamer_Slide-demo)|四川大学非官方Beamer模板 Unofficial Beamer Template for Sichuan University|11|1|2021-12-08|
|
||||
|4|[tuna/thuthesis](https://github.com/tuna/thuthesis)|LaTeX Thesis Template for Tsinghua University|3270|1|2021-12-04|
|
||||
|5|[sjtug/SJTUBeamer](https://github.com/sjtug/SJTUBeamer)|上海交通大学 Beamer 模版 Beamer template for Shanghai Jiao Tong University|196|1|2021-12-17|
|
||||
|6|[TheNetAdmin/zjuthesis](https://github.com/TheNetAdmin/zjuthesis)|Zhejiang University Graduation Thesis LaTeX Template|1024|1|2021-12-05|
|
||||
|7|[mohuangrui/ucasthesis](https://github.com/mohuangrui/ucasthesis)|LaTeX Thesis Template for the University of Chinese Academy of Sciences |2436|1|2021-10-29|
|
||||
|8|[OWASP/owasp-masvs](https://github.com/OWASP/owasp-masvs)|The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.|1271|1|2021-12-18|
|
||||
|9|[huajh/awesome-latex-cv](https://github.com/huajh/awesome-latex-cv)|Latex CV template built with Font Awesome.|335|0|2021-07-20|
|
||||
|10|[mohuangrui/ucasproposal](https://github.com/mohuangrui/ucasproposal)|LaTeX Proposal Template for the University of Chinese Academy of Sciences|333|0|2021-10-29|
|
||||
|11|[RuixiZhang42/newxeCJK](https://github.com/RuixiZhang42/newxeCJK)|New implementation of xeCJK|9|0|2021-10-15|
|
||||
|12|[Onion12138/math](https://github.com/Onion12138/math)|上海初中数学讲义Latex版|2|0|2021-08-02|
|
||||
|13|[hoganbin/Analysis-of-Mathematics-Competition](https://github.com/hoganbin/Analysis-of-Mathematics-Competition)|本文档是利用了latex中pdfpages包进行文档合并,包括了2009-2020年从第一届数学竞赛到第十二届所有预赛试题解析|3|0|2021-06-27|
|
||||
|14|[ericuni/note](https://github.com/ericuni/note)|my notes|9|0|2021-12-14|
|
||||
|15|[21-lessons/21-lessons-book-de](https://github.com/21-lessons/21-lessons-book-de)|21 Lektionen - Ein Buch über eine Bitcoin-Reise, geschrieben von einem Bitcoiner|10|0|2021-11-11|
|
||||
|16|[ethereum/yellowpaper](https://github.com/ethereum/yellowpaper)|The "Yellow Paper": Ethereum's formal specification|1206|0|2021-12-14|
|
||||
|17|[yzhangcs/master-thesis](https://github.com/yzhangcs/master-thesis)|基于树形条件随机场的高阶句法分析|6|0|2021-07-08|
|
||||
|18|[CTeX-org/lshort-zh-cn](https://github.com/CTeX-org/lshort-zh-cn)|A Chinese edition of the Not So Short Introduction to LaTeX2ε|980|0|2021-12-08|
|
||||
|19|[xinetzone/cv-actions](https://github.com/xinetzone/cv-actions)|计算机视觉实践|2|0|2021-10-08|
|
||||
|20|[wklchris/TRB-template](https://github.com/wklchris/TRB-template)|An unofficial LaTeX template for Transportation Research Board (TRB) submission with auto word counts support. 一个非官方的 TRB 投稿 LaTeX 模板。支持自动字数统计。|4|0|2021-07-30|
|
||||
|21|[YiJiang1992/CV](https://github.com/YiJiang1992/CV)|Curriculum Vitae / 简历|4|0|2021-08-25|
|
||||
|22|[seed-labs/seedlabs-chinese](https://github.com/seed-labs/seedlabs-chinese)|Chinese translation of the SEED Labs|26|0|2021-10-28|
|
||||
|23|[VohsiLiu/Probability-Problems](https://github.com/VohsiLiu/Probability-Problems)|概率论与数理统计(浙大第四版)课后习题整理|2|0|2021-12-05|
|
||||
|24|[Tr0py/NKU-thesis-template-2020](https://github.com/Tr0py/NKU-thesis-template-2020)|Undergraduate dissertation latex template for Nankai University that synchronizes with Overleaf. 南开大学本科生毕业设计Latex模板,与overleaf同步|13|0|2021-06-18|
|
||||
|25|[Jinwen-XU/colorist](https://github.com/Jinwen-XU/colorist)|-|7|0|2021-12-17|
|
||||
|26|[ricosjp/Articles](https://github.com/ricosjp/Articles)|定款(会社法第27条)|2|0|2021-12-08|
|
||||
|27|[ritscc/soukai-2021-1](https://github.com/ritscc/soukai-2021-1)|2021年度春学期総会|2|0|2021-10-24|
|
||||
|28|[sikouhjw/Engineering-mathematics-sunflower-treasure-book](https://github.com/sikouhjw/Engineering-mathematics-sunflower-treasure-book)|-|9|0|2021-06-30|
|
||||
|29|[YangLaTeX/hitszbeamer](https://github.com/YangLaTeX/hitszbeamer)|A beamer theme for Harbin Institute of Technology, ShenZhen|15|0|2021-11-15|
|
||||
|30|[jamesfang8499/physics2](https://github.com/jamesfang8499/physics2)|-|28|0|2021-12-17|
|
||||
|31|[quaeast/BjfuLatexTemplate](https://github.com/quaeast/BjfuLatexTemplate)|北京林业大学毕设模板2021|4|0|2021-06-03|
|
||||
|32|[gilsaia/NKThesis_bachelor_cc](https://github.com/gilsaia/NKThesis_bachelor_cc)|南开计算机学院本科生毕设模板 根据硕士/博士模板修改而来|10|0|2021-06-11|
|
||||
|33|[liziwl/sustech-master-reports](https://github.com/liziwl/sustech-master-reports)|南方科技大学硕士开题报告、年度考核报告 (中/英)|21|0|2021-12-16|
|
||||
|34|[HFUTTUG/HFUT_Thesis](https://github.com/HFUTTUG/HFUT_Thesis)|LaTeX Thesis Template for Hefei University of Technology|37|0|2021-08-31|
|
||||
|35|[wengan-li/ncku-thesis-template-latex](https://github.com/wengan-li/ncku-thesis-template-latex)|NCKU Thesis/Dissertation Template in Latex 台灣國立成功大學碩博士用畢業論文LaTex模板|50|0|2021-06-14|
|
||||
|36|[willard-yuan/cv-and-resume](https://github.com/willard-yuan/cv-and-resume)|:coffee:My resume for a job|10|0|2021-09-27|
|
||||
|37|[perrogg/Differential-Geometry-Notes](https://github.com/perrogg/Differential-Geometry-Notes)|-|11|0|2021-09-09|
|
||||
|38|[PandaScience/FortySecondsCV](https://github.com/PandaScience/FortySecondsCV)|A highly customizable and improved version of Carmine Spagnuolo's Twenty Seconds Curriculum Vitae.|131|0|2021-12-13|
|
||||
|39|[xiyie/UPC_LATEX_TEMPLATE](https://github.com/xiyie/UPC_LATEX_TEMPLATE)|中国石油大学(华东)控制科学与工程学院课题模板(不保证通用)|4|0|2021-10-01|
|
||||
|40|[gaoxiang12/slambook-en](https://github.com/gaoxiang12/slambook-en)|The English version of 14 lectures on visual SLAM.|603|0|2021-11-16|
|
||||
|41|[a358003542/zhouyi](https://github.com/a358003542/zhouyi)|周易初讲【讲解部分编写中......】|2|0|2021-11-08|
|
||||
|42|[wenddymacro/AppliedEconometrics](https://github.com/wenddymacro/AppliedEconometrics)|Stata、计量经济学、DSGE|5|0|2021-10-28|
|
||||
|43|[zepinglee/gbt7714-bibtex-style](https://github.com/zepinglee/gbt7714-bibtex-style)|GB/T 7714-2015 BibTeX Style|601|0|2021-12-12|
|
||||
|44|[jamesfang8499/physics1](https://github.com/jamesfang8499/physics1)|-|75|0|2021-12-17|
|
||||
|45|[utmsks/KSImaterial](https://github.com/utmsks/KSImaterial)|計算数学I実習資料集|14|0|2021-06-08|
|
||||
|46|[Mulliken/szaboqc](https://github.com/Mulliken/szaboqc)|-|38|0|2021-11-14|
|
||||
|47|[zhliuworks/SJTU-Report-mini](https://github.com/zhliuworks/SJTU-Report-mini)|:memo: SJTU 中文简约 LaTeX 报告模板|7|0|2021-06-07|
|
||||
|48|[axi-0925/Latex-](https://github.com/axi-0925/Latex-)|Latex中文简历,overleaf直接copy进行编辑|4|0|2021-06-19|
|
||||
|49|[LogCreative/SJTUBeamermin](https://github.com/LogCreative/SJTUBeamermin)|上海交通大学 LaTeX Beamer 幻灯片模板 - VI 最小工作集|57|0|2021-11-05|
|
||||
|50|[freedomtan/coreml_to_ane_hwx](https://github.com/freedomtan/coreml_to_ane_hwx)|a quick and dirty little program to convert Apple CoreML model to ANE hwx file|9|0|2021-07-19|
|
||||
|51|[Jinwen-XU/minimalist](https://github.com/Jinwen-XU/minimalist)|-|8|0|2021-12-16|
|
||||
|52|[zhuhu00/SUSTech_hw_template](https://github.com/zhuhu00/SUSTech_hw_template)|南方科技大学作业模板|3|0|2021-06-04|
|
||||
|53|[yuxtech/ShiJihuai-complex](https://github.com/yuxtech/ShiJihuai-complex)|史济怀复变函数LaTeX重排|79|0|2021-11-10|
|
||||
|54|[Miracle0565/BUCTthesis](https://github.com/Miracle0565/BUCTthesis)|📝A LaTeX writting template for BUCT thesis.|11|0|2021-09-10|
|
||||
|55|[skykeyjoker/LaTeX-UESTC-Report](https://github.com/skykeyjoker/LaTeX-UESTC-Report)|LaTeX template for report(Lab) of University of Electronic Science and Technology of China (UESTC) 电子科技大学本科实验报告 LaTeX 模板|2|0|2021-08-21|
|
||||
|56|[xjtu-blacksmith/easymcm](https://github.com/xjtu-blacksmith/easymcm)|A simple LaTeX package for Mathematical Contest in Modeling (MCM)|102|0|2021-08-02|
|
||||
|57|[sppmg/TW_Thesis_Template](https://github.com/sppmg/TW_Thesis_Template)|The LaTeX Template for TW Thesis 台灣碩博士 LaTeX 論文樣板|87|0|2021-10-05|
|
||||
|58|[GeeLaw/laomian](https://github.com/GeeLaw/laomian)|老面 (sourdough, lit. "old dough") is used as the starter for fermenting dough. This repository contains my digital 老面.|4|0|2021-12-08|
|
||||
|59|[ustctug/ustcthesis](https://github.com/ustctug/ustcthesis)|LaTeX template for USTC thesis|890|0|2021-12-15|
|
||||
|60|[ice1000/resume](https://github.com/ice1000/resume)|:space_invader: My resume / 我的简历|547|0|2021-11-08|
|
||||
|61|[iamxiatian/course_ds](https://github.com/iamxiatian/course_ds)|数据结构|9|0|2021-11-09|
|
||||
|62|[mathedu4all/bhcexam](https://github.com/mathedu4all/bhcexam)|The BHCexam document class attempts to make it easy for even a LaTeX novice to prepare exams.|58|0|2021-08-30|
|
||||
|63|[stone-zeng/latex-showcase](https://github.com/stone-zeng/latex-showcase)|-|10|0|2021-12-14|
|
||||
|64|[fangliang11/StructLightScan](https://github.com/fangliang11/StructLightScan)|结构光三维扫描仪|3|0|2021-12-17|
|
||||
|65|[wangrongwei/omnetpp_primer](https://github.com/wangrongwei/omnetpp_primer)|OMNeT++的仿真手册|99|0|2021-07-21|
|
||||
|66|[DemerzelSun12/hitletter](https://github.com/DemerzelSun12/hitletter)|一个简单的哈工大信纸模板|17|0|2021-12-15|
|
||||
|67|[yuzhengcuhk/NortheasternUniversityLatexTemplate](https://github.com/yuzhengcuhk/NortheasternUniversityLatexTemplate)|东北大学本科毕业设计模板|9|0|2021-08-17|
|
||||
|68|[XingZhiang/shu-report-latex-template](https://github.com/XingZhiang/shu-report-latex-template)|shu的一些实验报告的latex模板|2|0|2021-09-24|
|
||||
|69|[hushidong/biblatex-gb7714-2015](https://github.com/hushidong/biblatex-gb7714-2015)|A biblatex implementation of the GB/T7714-2015 bibliography style GB/T 7714-2015 参考文献著录和标注的biblatex样式包|414|0|2021-12-12|
|
||||
|70|[TouchFishPioneer/SEU-Beamer-Slide](https://github.com/TouchFishPioneer/SEU-Beamer-Slide)|东南大学幻灯片模板(豪华版):clipboard:|138|0|2021-10-15|
|
||||
|71|[Chen-Jialin/CV](https://github.com/Chen-Jialin/CV)|基于 LaTeX 的个人中英简历。CV in Chinese and English version based on LaTeX.|3|0|2021-10-06|
|
||||
|72|[NelsonCheung-cn/SYSU-beamer-template](https://github.com/NelsonCheung-cn/SYSU-beamer-template)|a beamer template for sysu|10|0|2021-08-04|
|
||||
|73|[nju-lug/NJUVisual](https://github.com/nju-lug/NJUVisual)|实现南京大学标准配色方案和标识|5|0|2021-12-14|
|
||||
|74|[seisman/cv](https://github.com/seisman/cv)|My academic CV powered by LaTeX|47|0|2021-12-18|
|
||||
|75|[Didnelpsun/Math](https://github.com/Didnelpsun/Math)|考研数学,数学一,包括高等数学、线性代数、概率统计|74|0|2021-12-11|
|
||||
|76|[redleafnew/Zotero_introduction](https://github.com/redleafnew/Zotero_introduction)|A Short Chinese Introduction to Zotero|54|0|2021-12-18|
|
||||
|77|[longbiaochen/corona-virus](https://github.com/longbiaochen/corona-virus)|一个冠状病毒肺炎传染病学研究数据集|34|0|2021-09-30|
|
||||
|78|[jiajunfanthu/NKU_Thisis](https://github.com/jiajunfanthu/NKU_Thisis)|南开人工智能学院毕业设计模板|3|0|2021-09-26|
|
||||
|79|[WoodyBryant/Report_Template](https://github.com/WoodyBryant/Report_Template)|Report_Template|9|0|2021-11-05|
|
||||
|80|[liao961120/ntuthesis2](https://github.com/liao961120/ntuthesis2)|台大碩博士論文模板 (Pandoc)|2|0|2021-08-14|
|
||||
|81|[MatNoble/LaTeX-Document](https://github.com/MatNoble/LaTeX-Document)|LaTeX Templates for Document|67|0|2021-06-16|
|
||||
|82|[stone-zeng/fduthesis](https://github.com/stone-zeng/fduthesis)|LaTeX thesis template for Fudan University|422|0|2021-12-17|
|
||||
|83|[LLLgoyour/Handout](https://github.com/LLLgoyour/Handout)|王一老师上课配套的讲义|3|0|2021-12-12|
|
||||
|84|[borting/nctu-thesis](https://github.com/borting/nctu-thesis)|NCTU Thesis Template in XeLaTeX|61|0|2021-07-26|
|
||||
|85|[wtsnjp/nlproceedings](https://github.com/wtsnjp/nlproceedings)|LaTeX document class for the proceedings of ANLP|10|0|2021-11-30|
|
||||
|86|[imtsuki/resume](https://github.com/imtsuki/resume)|📝 This is my résumé / 这是我的简历|9|0|2021-12-02|
|
||||
|87|[HIT-UOI-SR/hithesis-template](https://github.com/HIT-UOI-SR/hithesis-template)|配置整理好的 hithesis 使用模板|9|0|2021-06-17|
|
||||
|88|[Poncirus/Resume](https://github.com/Poncirus/Resume)|My Resume / 我的简历|3|0|2021-10-25|
|
||||
|89|[threegirls89/IEEJWorkshopUnofficialClass](https://github.com/threegirls89/IEEJWorkshopUnofficialClass)|Unofficial LaTeX class file for workshop (研究会) of IEE Japan|2|0|2021-06-18|
|
||||
|90|[mountain/the-book](https://github.com/mountain/the-book)|异星杂谭|8|0|2021-09-03|
|
||||
|91|[jamesfang8499/physics3](https://github.com/jamesfang8499/physics3)|-|30|0|2021-12-17|
|
||||
|92|[CTeX-org/ctex-kit](https://github.com/CTeX-org/ctex-kit)|Macro Packages and Scripts for Chinese TeX users|781|0|2021-12-14|
|
||||
|93|[JerryFleming/bashdoc](https://github.com/JerryFleming/bashdoc)|Bash Reference Manual in Chinese|6|0|2021-07-26|
|
||||
|94|[Chen-Jialin/Assignment-Template](https://github.com/Chen-Jialin/Assignment-Template)|可爱而优雅的 LaTeX 作业模板。Cute and elegant LaTeX template for assignments.|5|0|2021-12-16|
|
||||
|95|[qtli/Papers-on-Dialogue-System](https://github.com/qtli/Papers-on-Dialogue-System)|A Survey of Neural Dialogue Systems|7|0|2021-10-30|
|
||||
|96|[gopherdojo/shoten7](https://github.com/gopherdojo/shoten7)|技術書典|2|0|2021-08-11|
|
||||
|97|[HIT-UOI-SR/HIT-Graduate-Report](https://github.com/HIT-UOI-SR/HIT-Graduate-Report)|哈尔滨工业大学研究生报告LaTeX模板|4|0|2021-07-24|
|
||||
|98|[YangLaTeX/thubeamer](https://github.com/YangLaTeX/thubeamer)|A Beamer Theme for Tsinghua University (THU).|19|0|2021-11-16|
|
||||
|99|[MacroUniverse/PhysWiki-log](https://github.com/MacroUniverse/PhysWiki-log)|小时百科|48|0|2021-12-14|
|
||||
|100|[huangyxi/whutmod](https://github.com/huangyxi/whutmod)|武汉理工大学数学建模培训 LaTeX 模板 A LaTeX Template for Mathematical Modeling Training at Wuhan University of Technology (WHUT)|22|0|2021-10-20|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/TypeScript.md
Normal file
116
content/charts/growth/software/TypeScript.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > TypeScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|4927|90|2021-12-17|
|
||||
|2|[JDFED/leo](https://github.com/JDFED/leo)|一个可覆盖前端开发全链路、可扩展、可定制的终端运行的脚手架工具|147|37|2021-12-15|
|
||||
|3|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7159|36|2021-12-18|
|
||||
|4|[supabase/supabase](https://github.com/supabase/supabase)|The open source Firebase alternative. Follow to stay updated about our public Beta.|25157|31|2021-12-18|
|
||||
|5|[ant-design/ant-design](https://github.com/ant-design/ant-design)|An enterprise-class UI design language and React UI library|76500|31|2021-12-19|
|
||||
|6|[wenyan-lang/wenyan](https://github.com/wenyan-lang/wenyan)|文言文編程語言 A programming language for the ancient Chinese.|17824|24|2021-10-24|
|
||||
|7|[NervJS/taro](https://github.com/NervJS/taro)|开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/|30231|22|2021-12-17|
|
||||
|8|[ant-design/ant-design-pro](https://github.com/ant-design/ant-design-pro)|👨🏻💻👩🏻💻 Use Ant Design like a Pro!|30911|20|2021-11-25|
|
||||
|9|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|722|18|2021-11-29|
|
||||
|10|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|4988|18|2021-12-18|
|
||||
|11|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板(A timed task management panel that supports typescript, javaScript, python3, and shell)|4410|16|2021-12-11|
|
||||
|12|[apache/echarts](https://github.com/apache/echarts)|Apache ECharts is a powerful, interactive charting and data visualization library for browser|49120|15|2021-12-19|
|
||||
|13|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performanc ...|5404|15|2021-12-19|
|
||||
|14|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|915|15|2021-11-15|
|
||||
|15|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1245|14|2021-11-26|
|
||||
|16|[modern-js-dev/modern.js](https://github.com/modern-js-dev/modern.js)|The meta-framework suite designed from scratch for frontend-focused modern web development.|2349|14|2021-12-19|
|
||||
|17|[unlock-music/unlock-music](https://github.com/unlock-music/unlock-music)|Unlock encrypted music file in browser. 在浏览器中解锁加密的音乐文件。|10436|12|2021-12-18|
|
||||
|18|[umijs/qiankun](https://github.com/umijs/qiankun)|📦 🚀 Blazing fast, simple and complete solution for micro frontends.|11499|12|2021-12-13|
|
||||
|19|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|The repository for high quality TypeScript type definitions.|37068|11|2021-12-19|
|
||||
|20|[open-mmlab/labelbee-client](https://github.com/open-mmlab/labelbee-client)|Out-of-the-box Annotation Toolbox|179|11|2021-12-14|
|
||||
|21|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具,用 TypeScript 类型系统写的中国象棋|609|11|2021-11-07|
|
||||
|22|[CopyTranslator/CopyTranslator](https://github.com/CopyTranslator/CopyTranslator)|Foreign language reading and translation assistant based on copy and translate.|12791|10|2021-10-12|
|
||||
|23|[bytedance/IconPark](https://github.com/bytedance/IconPark)|🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons|4922|10|2021-11-12|
|
||||
|24|[JDFED/drip-form](https://github.com/JDFED/drip-form)|基于React和JSONSchema的动态表单解决方案|220|10|2021-12-19|
|
||||
|25|[alibaba/hooks](https://github.com/alibaba/hooks)|A high-quality & reliable React Hooks library.|7839|9|2021-12-16|
|
||||
|26|[JDFED/drip-table](https://github.com/JDFED/drip-table)|A tiny and powerful enterprise-class solution for building lowcode tables. 轻量、强大的企业级列表可视化搭建解决方案。|103|9|2021-12-17|
|
||||
|27|[rrweb-io/rrweb](https://github.com/rrweb-io/rrweb)|record and replay the web|10862|9|2021-12-18|
|
||||
|28|[baidu/amis](https://github.com/baidu/amis)|前端低代码框架,通过 JSON 配置就能生成各种页面。|8931|9|2021-12-17|
|
||||
|29|[alibaba/ice](https://github.com/alibaba/ice)|🚀 The Progressive App Framework Based On React(基于 React 的渐进式应用框架)|16959|9|2021-12-18|
|
||||
|30|[3lang3/react-vant](https://github.com/3lang3/react-vant)|React mobile UI Components base on Vant|1232|8|2021-12-17|
|
||||
|31|[colinhacks/zod](https://github.com/colinhacks/zod)|TypeScript-first schema validation with static type inference|5366|8|2021-12-18|
|
||||
|32|[the1812/Bilibili-Evolved](https://github.com/the1812/Bilibili-Evolved)|强大的哔哩哔哩增强脚本|10384|8|2021-12-19|
|
||||
|33|[umijs/umi](https://github.com/umijs/umi)|🌋 Pluggable enterprise-level react application framework.|11724|8|2021-12-17|
|
||||
|34|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1366|7|2021-12-19|
|
||||
|35|[pnpm/pnpm](https://github.com/pnpm/pnpm)|Fast, disk space efficient package manager -- 快速的,节省磁盘空间的包管理工具|14225|7|2021-12-19|
|
||||
|36|[ustbhuangyi/better-scroll](https://github.com/ustbhuangyi/better-scroll)|:scroll: inspired by iscroll, and it supports more features and has a better scroll perfermance|15200|7|2021-08-02|
|
||||
|37|[Tencent/vConsole](https://github.com/Tencent/vConsole)|A lightweight, extendable front-end developer tool for mobile web page.|14017|7|2021-12-17|
|
||||
|38|[nhn/tui.editor](https://github.com/nhn/tui.editor)|🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.|14017|6|2021-12-17|
|
||||
|39|[yaklang/yakit](https://github.com/yaklang/yakit)|yak gRPC Client GUI - 集成化单兵工具平台|394|6|2021-12-18|
|
||||
|40|[7kms/react-illustration-series](https://github.com/7kms/react-illustration-series)|图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.|3543|6|2021-12-17|
|
||||
|41|[alibaba/formily](https://github.com/alibaba/formily)|Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3|6552|6|2021-12-18|
|
||||
|42|[linjc/smooth-signature](https://github.com/linjc/smooth-signature)|H5带笔锋手写签名,支持PC端和移动端,任何前端框架均可使用|361|6|2021-12-07|
|
||||
|43|[wechaty/wechaty](https://github.com/wechaty/wechaty)|Conversational RPA SDK for Chatbot Makers|11654|6|2021-12-07|
|
||||
|44|[brick-design/brick-design](https://github.com/brick-design/brick-design)|全场景流式布局,可视化拖拽、随意嵌套组合、实时渲染、实时辅助线展示,实时组件间距展示、实时拖拽排序、状态域管理,可视化属性配置、可视化样式配置、多设备适配展示,支持逻辑渲染、模板字符变量、表达式、自定义方法、自定义状态|4047|6|2021-11-22|
|
||||
|45|[Heroic-Games-Launcher/HeroicGamesLauncher](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher)|A Native GUI Epic Games Launcher for Linux, Windows and Mac.|1656|5|2021-12-19|
|
||||
|46|[labs42io/clean-code-typescript](https://github.com/labs42io/clean-code-typescript)|Clean Code concepts adapted for TypeScript|5074|5|2021-11-12|
|
||||
|47|[Vanessa219/vditor](https://github.com/Vanessa219/vditor)|♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.|3767|5|2021-12-18|
|
||||
|48|[wangeditor-team/wangEditor](https://github.com/wangeditor-team/wangEditor)|wangEditor —— 轻量级web富文本框|12791|5|2021-12-16|
|
||||
|49|[antvis/G2](https://github.com/antvis/G2)|📊 A highly interactive data-driven visualization grammar for statistical charts.|11020|5|2021-12-15|
|
||||
|50|[thx/rap2-delos](https://github.com/thx/rap2-delos)|阿里妈妈前端团队出品的开源接口管理工具RAP第二代|7186|5|2021-11-26|
|
||||
|51|[oldj/SwitchHosts](https://github.com/oldj/SwitchHosts)|Switch hosts quickly!|15416|4|2021-12-19|
|
||||
|52|[remaxjs/remax](https://github.com/remaxjs/remax)|使用真正的 React 构建跨平台小程序|4099|4|2021-12-18|
|
||||
|53|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1052|4|2021-12-15|
|
||||
|54|[alibaba/BizCharts](https://github.com/alibaba/BizCharts)|Powerful data visualization library based on G2 and React.|5771|4|2021-12-07|
|
||||
|55|[jamiebuilds/unstated-next](https://github.com/jamiebuilds/unstated-next)|200 bytes to never think about React state management libraries ever again|3784|4|2021-08-30|
|
||||
|56|[vuejs/composition-api](https://github.com/vuejs/composition-api)|Composition API plugin for Vue 2|3683|4|2021-12-17|
|
||||
|57|[LeekHub/leek-fund](https://github.com/LeekHub/leek-fund)|:chart_with_upwards_trend: 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥|2164|4|2021-12-10|
|
||||
|58|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具|893|4|2021-12-16|
|
||||
|59|[zmide/study.zmide.com](https://github.com/zmide/study.zmide.com)|全能搜题网页端源代码,全能搜题项目是一个基于开源社区公开贡献的永久免费搜题系统。|265|4|2021-11-21|
|
||||
|60|[microsoft/azuredatastudio](https://github.com/microsoft/azuredatastudio)|Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.|6606|4|2021-12-18|
|
||||
|61|[antvis/X6](https://github.com/antvis/X6)|🚀 JavaScript diagramming library that uses SVG and HTML for rendering.|2686|4|2021-12-18|
|
||||
|62|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typescript、typeorm、mysql、jwt、element-ui等构建|1154|4|2021-12-18|
|
||||
|63|[x-extends/vxe-table](https://github.com/x-extends/vxe-table)|🐬 vxe-table vue 表格解决方案|4242|4|2021-12-17|
|
||||
|64|[modern-js-dev/garfish](https://github.com/modern-js-dev/garfish)|A powerful micro front-end framework 🚚|1389|4|2021-12-17|
|
||||
|65|[le5le-com/topology](https://github.com/le5le-com/topology)|A diagram (topology, UML) framework uses canvas and typescript. 一个轻量(100k左右)、功能丰富的绘图工具(微服务架构图、拓扑图、流程图、类图等UML图、脑图,动画、视频支持)。 【在线使用】:|3270|4|2021-12-15|
|
||||
|66|[genaller/genal-chat](https://github.com/genaller/genal-chat)|🐱🏍阿童木聊天室 nestjs+vue全栈聊天室 前后端分离 typescript一把梭|1406|3|2021-10-06|
|
||||
|67|[YunYouJun/air-conditioner](https://github.com/YunYouJun/air-conditioner)|❄️ 云空调,便携小空调,为你的夏日带去清凉!|2871|3|2021-11-01|
|
||||
|68|[NervJS/taro-ui](https://github.com/NervJS/taro-ui)|一款基于 Taro 框架开发的多端 UI 组件库|3806|3|2021-11-01|
|
||||
|69|[alibaba/lightproxy](https://github.com/alibaba/lightproxy)|💎 Cross platform Web debugging proxy|2347|3|2021-08-05|
|
||||
|70|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历,一款markdown的在线简历工具。|1054|3|2021-10-04|
|
||||
|71|[yezihaohao/react-admin](https://github.com/yezihaohao/react-admin)|:sparkles: react-admin system solution : react 后台管理系统解决方案|5975|3|2021-09-10|
|
||||
|72|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|565|3|2021-12-14|
|
||||
|73|[buuing/lucky-canvas](https://github.com/buuing/lucky-canvas)|🎖🎖🎖 基于 TS + Canvas 开发的【大转盘 / 九宫格 / 老虎机】抽奖插件,🌈 一套源码适配多端框架 JS / Vue / React / Taro / UniApp / 微信小程序等,🎨 奖品 / 文字 / 图片 / 颜色 / 按钮均可配置,支持同步 / 异步抽奖,🎯 概率前 / 后端可控,🚀 自动根据 dpr 调整清晰度适配移动端|2820|3|2021-12-16|
|
||||
|74|[yangrds/file-chunk](https://github.com/yangrds/file-chunk)|file-chunk是一款针对大文件,超大文件上传的全方位解决方案,支持断点续传,持久化续传,全程状态监控,严格的请求队列模式,分片传输造成高并发的同时,又保障了数据传输的稳定性。|453|3|2021-07-11|
|
||||
|75|[crawlab-team/artipub](https://github.com/crawlab-team/artipub)|Article publishing platform that automatically distributes your articles to various media channels|2685|3|2021-09-01|
|
||||
|76|[PaddlePaddle/VisualDL](https://github.com/PaddlePaddle/VisualDL)|Deep Learning Visualization Toolkit(『飞桨』深度学习可视化工具 )|4258|3|2021-12-09|
|
||||
|77|[Qihoo360/wayne](https://github.com/Qihoo360/wayne)|Kubernetes multi-cluster management and publishing platform|3587|3|2021-09-27|
|
||||
|78|[sparrow-js/sparrow](https://github.com/sparrow-js/sparrow)|🎉场景化低代码(LowCode)搭建工作台,实时输出源代码|2238|3|2021-09-18|
|
||||
|79|[rms-open-letter/rms-open-letter.github.io](https://github.com/rms-open-letter/rms-open-letter.github.io)|-|622|2|2021-10-03|
|
||||
|80|[jlfwong/speedscope](https://github.com/jlfwong/speedscope)|🔬 A fast, interactive web-based viewer for performance profiles.|3255|2|2021-12-15|
|
||||
|81|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|556|2|2021-12-08|
|
||||
|82|[mcuking/mobile-web-best-practice](https://github.com/mcuking/mobile-web-best-practice)|:tiger: 移动 web 最佳实践|1487|2|2021-12-09|
|
||||
|83|[ant-design/pro-components](https://github.com/ant-design/pro-components)|🏆 Use Ant Design like a Pro!|1934|2|2021-12-19|
|
||||
|84|[antvis/L7](https://github.com/antvis/L7)|🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.|2516|2|2021-12-17|
|
||||
|85|[alibaba/pont](https://github.com/alibaba/pont)|🌉数据服务层解决方案|2492|2|2021-12-16|
|
||||
|86|[wechat-miniprogram/weui-miniprogram](https://github.com/wechat-miniprogram/weui-miniprogram)|小程序WeUI组件库|1420|2|2021-12-02|
|
||||
|87|[Serverless-Devs/Serverless-Devs](https://github.com/Serverless-Devs/Serverless-Devs)|:fire::fire::fire: Serverless Devs developer tool ( Serverless Devs 开发者工具 )|756|2|2021-12-19|
|
||||
|88|[idrawjs/idraw](https://github.com/idrawjs/idraw)|A simple JavaScript framework for Drawing on the web.(一个面向Web绘图的JavaScript框架)|395|2|2021-12-11|
|
||||
|89|[anncwb/vben-admin-thin-next](https://github.com/anncwb/vben-admin-thin-next)|vue-vben-admin-2.0 mini template.vue3,vite,typescript|940|2|2021-11-02|
|
||||
|90|[zh-lx/pinyin-pro](https://github.com/zh-lx/pinyin-pro)|中文转拼音、拼音音调、拼音声母、拼音韵母、多音字拼音、拼音首字母|713|2|2021-12-16|
|
||||
|91|[hustcc/echarts-for-react](https://github.com/hustcc/echarts-for-react)|⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。|3441|2|2021-11-04|
|
||||
|92|[ice-lab/icestark](https://github.com/ice-lab/icestark)|:tiger: Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io|1530|2|2021-12-16|
|
||||
|93|[zenghongtu/PPet](https://github.com/zenghongtu/PPet)|👻在你的桌面放一个萌妹子,多一点趣味😏~(支持Mac、Win和Linux)|1371|2|2021-10-12|
|
||||
|94|[ant-design/ant-design-mobile-rn](https://github.com/ant-design/ant-design-mobile-rn)|Ant Design for React Native|2385|2|2021-11-10|
|
||||
|95|[emqx/MQTTX](https://github.com/emqx/MQTTX)|MQTT X - Elegant Cross-platform MQTT 5.0 Desktop Client|1447|2|2021-12-17|
|
||||
|96|[sunface/datav](https://github.com/sunface/datav)|📊https://datav.io is a modern APM, provide observability for your business, application and infrastructure. It's also a lightweight alternative to Grafana.|2757|2|2021-12-08|
|
||||
|97|[buqiyuan/vue3-antd-admin](https://github.com/buqiyuan/vue3-antd-admin)|基于vue-cli5.x/vite2.x + vue3.x + ant-design-vue3.x + typescript hooks 的基础后台管理系统模板 RBAC的权限系统, JSON Schema动态表单,动态表格,漂亮锁屏界面|1104|2|2021-12-18|
|
||||
|98|[takayama-lily/oicq](https://github.com/takayama-lily/oicq)|QQ机器人协议库|1015|2|2021-12-18|
|
||||
|99|[lokalise/i18n-ally](https://github.com/lokalise/i18n-ally)|🌍 All in one i18n extension for VS Code|1931|2|2021-12-08|
|
||||
|100|[typestack/routing-controllers](https://github.com/typestack/routing-controllers)|Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.|3556|2|2021-12-14|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Vim-script.md
Normal file
116
content/charts/growth/software/Vim-script.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Vim script
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|A community-driven modular vim/neovim distribution - The ultimate vimrc|17558|10|2021-12-17|
|
||||
|2|[mhinz/vim-galore](https://github.com/mhinz/vim-galore)|:mortar_board: All things Vim!|12611|6|2021-11-17|
|
||||
|3|[vimwiki/vimwiki](https://github.com/vimwiki/vimwiki)|Personal Wiki for Vim|6970|2|2021-12-19|
|
||||
|4|[derekhe/msfs2020-google-map](https://github.com/derekhe/msfs2020-google-map)|Replace MSFS2020's bing map to google map|215|2|2021-12-05|
|
||||
|5|[wklken/k-vim](https://github.com/wklken/k-vim)|vim配置|4834|2|2021-08-16|
|
||||
|6|[mashirozx/Pixiv-Nginx](https://github.com/mashirozx/Pixiv-Nginx)|P站(Pixiv)的正确打开方式|1314|1|2021-10-23|
|
||||
|7|[mattn/emmet-vim](https://github.com/mattn/emmet-vim)|emmet for vim: http://emmet.io/|5799|1|2021-12-04|
|
||||
|8|[skywind3000/asyncrun.vim](https://github.com/skywind3000/asyncrun.vim)|:rocket: Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!|1474|1|2021-12-18|
|
||||
|9|[skywind3000/asynctasks.vim](https://github.com/skywind3000/asynctasks.vim)|:rocket: Modern Task System for Project Building, Testing and Deploying !!|608|1|2021-12-18|
|
||||
|10|[luochen1990/rainbow](https://github.com/luochen1990/rainbow)|Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.|1501|1|2021-12-05|
|
||||
|11|[StarryLeo/starry-vim](https://github.com/StarryLeo/starry-vim)|🌠 Starry vim distribution|12|0|2021-10-16|
|
||||
|12|[ZSaberLv0/ZFVimIM](https://github.com/ZSaberLv0/ZFVimIM)|vim输入法 / Vim Input Method by pure vim script, support: user word, dynamic word priority, cloud db files|83|0|2021-12-17|
|
||||
|13|[csfenghan/vim_config](https://github.com/csfenghan/vim_config)|我的Linux系统常用工具的配置文件|5|0|2021-11-12|
|
||||
|14|[yszou/env](https://github.com/yszou/env)|我平时使用的环境的配置文件|5|0|2021-12-02|
|
||||
|15|[fgheng/vime](https://github.com/fgheng/vime)|vime, an easy and structural config for (neo)vim users|268|0|2021-11-05|
|
||||
|16|[wkcn/MyVimConfig](https://github.com/wkcn/MyVimConfig)|我的Vim配置文件|4|0|2021-12-07|
|
||||
|17|[anzhihe/Efficient-office](https://github.com/anzhihe/Efficient-office)|Alfred-Workflows,Vim,Script,Mac|18|0|2021-12-18|
|
||||
|18|[FengShangWuQi/to-vim-tmux-zsh](https://github.com/FengShangWuQi/to-vim-tmux-zsh)|如何让 vim,tmux,zsh 成为我们的神器|84|0|2021-12-18|
|
||||
|19|[youngyangyang04/PowerVim](https://github.com/youngyangyang04/PowerVim)|Make your vim more power and much easer.|228|0|2021-10-26|
|
||||
|20|[wsgggws/my-neovim-configurations](https://github.com/wsgggws/my-neovim-configurations)|Some vim plugs on neovim and its show on MacOS|15|0|2021-06-11|
|
||||
|21|[wandercn/go-ide-vim.conf](https://github.com/wandercn/go-ide-vim.conf)|my vim conf for golang IDE and rust IDE|11|0|2021-10-21|
|
||||
|22|[bootleq/vim-ref-bingzh](https://github.com/bootleq/vim-ref-bingzh)|vim-ref source for Bing dictionary|8|0|2021-11-13|
|
||||
|23|[chloneda/vim-cheatsheet](https://github.com/chloneda/vim-cheatsheet)|🍁Vim 命令速查表,包含一切你需要知道的东西!|39|0|2021-07-14|
|
||||
|24|[skywind3000/vim](https://github.com/skywind3000/vim)|Personal Vim Profile|612|0|2021-12-18|
|
||||
|25|[halsn/neovim-config](https://github.com/halsn/neovim-config)|neovim配置及安装脚本|9|0|2021-12-09|
|
||||
|26|[axiaoxin/my-vimrc](https://github.com/axiaoxin/my-vimrc)|VIM configuration file: used to write Golang, Python, Markdown, etc. with VIM on macOS|144|0|2021-07-16|
|
||||
|27|[FrankFang/oh-my-docker](https://github.com/FrankFang/oh-my-docker)|-|22|0|2021-12-01|
|
||||
|28|[terrytangyuan/dotfiles](https://github.com/terrytangyuan/dotfiles)|Personal bootstrapping dotfiles |8|0|2021-12-09|
|
||||
|29|[seven-linglx/dotfiles](https://github.com/seven-linglx/dotfiles)|相关工具的自定义配置文件,以及各种dotfiles。There are some configuration files of tool software likes vim, emacs, vscode, tmux and sublime|2|0|2021-11-20|
|
||||
|30|[junjiecjj/configure_file](https://github.com/junjiecjj/configure_file)|linux系统装机后常用的配置文件,vim配置成综合IDE、终端提示符、XTerm终端、窗口管理器FVWM,以及WSL的配置文件|3|0|2021-09-26|
|
||||
|31|[sh7ning/vim_thes](https://github.com/sh7ning/vim_thes)|🐒🌴🍄💥🌾🐳🌈我的php版本vim配置|3|0|2021-07-16|
|
||||
|32|[denstiny/nvim-nanny](https://github.com/denstiny/nvim-nanny)|-|16|0|2021-12-10|
|
||||
|33|[d0u9/.dot](https://github.com/d0u9/.dot)|The bucket of dot files|21|0|2021-12-02|
|
||||
|34|[jaywcjlove/vim-web](https://github.com/jaywcjlove/vim-web)|◈ 搞得像IDE一样的Vim,安装配置自己的Vim。|564|0|2021-12-05|
|
||||
|35|[skywind3000/vim-dict](https://github.com/skywind3000/vim-dict)|没办法,被逼的,重新整理一个词典补全的数据库|36|0|2021-08-28|
|
||||
|36|[Yeatol/vimrc](https://github.com/Yeatol/vimrc)|自用 VIM 配置文件|3|0|2021-12-18|
|
||||
|37|[owner888/vimer](https://github.com/owner888/vimer)|vim editor|11|0|2021-11-23|
|
||||
|38|[jayli/vim-easycomplete](https://github.com/jayli/vim-easycomplete)|杭州市余杭区最好用的 VIM/NVIM 代码补全插件|140|0|2021-11-17|
|
||||
|39|[silenceboychen/vimconfig](https://github.com/silenceboychen/vimconfig)|vim使用配置|2|0|2021-10-12|
|
||||
|40|[feix760/yuan](https://github.com/feix760/yuan)|用户配置文件 vim|8|0|2021-10-28|
|
||||
|41|[hscspring/AIToolBox](https://github.com/hscspring/AIToolBox)|My AI Basic Tool Box|21|0|2021-12-12|
|
||||
|42|[Leptune/vim-for-coding](https://github.com/Leptune/vim-for-coding)|vim-for-coding|110|0|2021-09-25|
|
||||
|43|[kevinhwang91/vim-ibus-sw](https://github.com/kevinhwang91/vim-ibus-sw)|Switch ibus between vim insert and normal mode.|20|0|2021-11-22|
|
||||
|44|[qiqiboy/q-vim](https://github.com/qiqiboy/q-vim)|my vim config. 来自一个前端开发码农的vim配置方案|29|0|2021-12-10|
|
||||
|45|[chenzhiwo/vimrc](https://github.com/chenzhiwo/vimrc)|vimrc,可自动安装vundle插件管理器。|3|0|2021-08-16|
|
||||
|46|[Jackiexiao/jdocker](https://github.com/Jackiexiao/jdocker)|docker搭建ubuntu远程开发环境/vscode|4|0|2021-09-16|
|
||||
|47|[apemost/vimrc](https://github.com/apemost/vimrc)|A simple but powerful vim configuration|29|0|2021-12-09|
|
||||
|48|[lilydjwg/dotvim](https://github.com/lilydjwg/dotvim)|My vim config|261|0|2021-11-30|
|
||||
|49|[listenerri/ri-vim](https://github.com/listenerri/ri-vim)|一份中文注释齐全的vim配置|3|0|2021-09-23|
|
||||
|50|[shenyunhang/vimrc](https://github.com/shenyunhang/vimrc)|针对C++/Python的Vim配置 使用尽量少的插件|5|0|2021-06-25|
|
||||
|51|[HaomingJu/.vim](https://github.com/HaomingJu/.vim)|使用Vim五年(2016-2021),整理的配置文件|26|0|2021-07-31|
|
||||
|52|[richard-ma/personal-config](https://github.com/richard-ma/personal-config)|用户配置文件|4|0|2021-10-26|
|
||||
|53|[xtfly/xvim](https://github.com/xtfly/xvim)|my personal vim setting|10|0|2021-09-21|
|
||||
|54|[ZSaberLv0/ZFVimIM_pinyin_base](https://github.com/ZSaberLv0/ZFVimIM_pinyin_base)|vim拼音输入法 / pinyin for ZFVimIM|4|0|2021-09-19|
|
||||
|55|[ppwwyyxx/vim-PinyinSearch](https://github.com/ppwwyyxx/vim-PinyinSearch)|help vim search Chinese by Pinyin|26|0|2021-06-17|
|
||||
|56|[HonkW93/automatic-verilog](https://github.com/HonkW93/automatic-verilog)|automatic-verilog-vimscript|42|0|2021-12-17|
|
||||
|57|[SidOfc/mkdx](https://github.com/SidOfc/mkdx)|A vim plugin that adds some nice extra's for working with markdown documents|360|0|2021-12-06|
|
||||
|58|[NsLib/vimconf](https://github.com/NsLib/vimconf)|我的vim配置|3|0|2021-08-03|
|
||||
|59|[Genki-S/dotfiles](https://github.com/Genki-S/dotfiles)|My lovely settings.|23|0|2021-11-06|
|
||||
|60|[hotoo/vimrc](https://github.com/hotoo/vimrc)|:v: 闲耘™ 的 Vim 配置。|82|0|2021-12-17|
|
||||
|61|[dofy/7th-vim](https://github.com/dofy/7th-vim)|安装简单,轻量、易用、高可配置性。 Lightweight & Customizable Vim configuration options.|91|0|2021-11-16|
|
||||
|62|[lilydjwg/fcitx.vim](https://github.com/lilydjwg/fcitx.vim)|keep and restore fcitx state when leaving/re-entering insert mode|173|0|2021-10-26|
|
||||
|63|[ZSaberLv0/vim-easymotion-chs](https://github.com/ZSaberLv0/vim-easymotion-chs)|tricks to allow easymotion recognize Chinese chars|17|0|2021-06-17|
|
||||
|64|[marslo/myvim](https://github.com/marslo/myvim)|My Vim configuratons |13|0|2021-10-20|
|
||||
|65|[EthanYan6/vim-nice](https://github.com/EthanYan6/vim-nice)|懒人配置vim方案,有详细说明,以及现成的.vimrc配置文件供使用。The lazy person configures the vim scheme, with detailed instructions, and the ready-made `.vimrc` configuration file for use.|2|0|2021-11-11|
|
||||
|66|[pi314/ime.vim](https://github.com/pi314/ime.vim)|A Vim input method engine|68|0|2021-08-21|
|
||||
|67|[jathefo/ok-cmder](https://github.com/jathefo/ok-cmder)|Windows系统下终端工具,可以在Windows系统模拟Linux命令|3|0|2021-10-20|
|
||||
|68|[rongyi/dotfile](https://github.com/rongyi/dotfile)|zsh/tmux/vim/mplayer配置文件|5|0|2021-12-14|
|
||||
|69|[VimWei/MdxSourceBuilder](https://github.com/VimWei/MdxSourceBuilder)|一键制作mdx图片词典|14|0|2021-12-15|
|
||||
|70|[ouuan/debate-v2](https://github.com/ouuan/debate-v2)|一个以「有逻辑地交流」为目的的 web app 的大概永远不会实现的 :dove:ing draft|4|0|2021-08-09|
|
||||
|71|[TTWShell/legolas-vim](https://github.com/TTWShell/legolas-vim)|Vim配置,为python、go开发者打造的IDE。|240|0|2021-08-18|
|
||||
|72|[broqiang/vim-go-ide](https://github.com/broqiang/vim-go-ide)|Vim as the IDE for the go language 将 vim 打造成 go 语言的 ide|165|0|2021-07-11|
|
||||
|73|[bujnlc8/vim-stock](https://github.com/bujnlc8/vim-stock)|一个以颜色显示A股行业涨跌的VIM插件|3|0|2021-10-27|
|
||||
|74|[gou4shi1/.vim](https://github.com/gou4shi1/.vim)|My Vim|8|0|2021-11-14|
|
||||
|75|[dongxinhua/vim-config](https://github.com/dongxinhua/vim-config)|使用vim开发前端,对vim的配置,用于更换电脑后快速配置|3|0|2021-09-01|
|
||||
|76|[gmd20/exercises](https://github.com/gmd20/exercises)|写过一些练习或者小工具,小代码片段等|4|0|2021-11-24|
|
||||
|77|[stamhe/linux-config](https://github.com/stamhe/linux-config)|使用Linux系统及相关互联网服务的常用配置文件|3|0|2021-12-17|
|
||||
|78|[Abeautifulsnow/awesomeLibrary](https://github.com/Abeautifulsnow/awesomeLibrary)|目前主要收集Go、Python、Typescript、Javascript等High star库。The currently main goal is to collect high star libraries that were developed by Go、Python、Typescript、Javascript and etc. (You are very welcome to upda ...|2|0|2021-11-03|
|
||||
|79|[sky8336/skyVim](https://github.com/sky8336/skyVim)|vimcfg_bundle|28|0|2021-12-05|
|
||||
|80|[Martins3/My-Linux-Config](https://github.com/Martins3/My-Linux-Config)|:clap: Modern neovim configuration based on SpaceVim and coc.nvim|137|0|2021-12-17|
|
||||
|81|[Karmenzind/vim-tmuxlike](https://github.com/Karmenzind/vim-tmuxlike)|A vim plugin that mimics the actions of tmux. 像操作Tmux一样操作Vim|21|0|2021-07-21|
|
||||
|82|[yaocccc/nvim](https://github.com/yaocccc/nvim)|-|20|0|2021-11-30|
|
||||
|83|[gamegrd/grdvim](https://github.com/gamegrd/grdvim)|一个很好用的vim配置|13|0|2021-07-27|
|
||||
|84|[CrazyHulk/Vim](https://github.com/CrazyHulk/Vim)|vim插件|2|0|2021-11-25|
|
||||
|85|[devilyouwei/NVimmer](https://github.com/devilyouwei/NVimmer)|Make Neovim awesome IDE, on Ubuntu Linux|125|0|2021-08-04|
|
||||
|86|[ruchee/vimrc](https://github.com/ruchee/vimrc)|Ruchee's Vim Config Files|398|0|2021-12-07|
|
||||
|87|[deton/eblook.vim](https://github.com/deton/eblook.vim)|Vim plugin to lookup EPWING dictionary using eblook command|21|0|2021-07-18|
|
||||
|88|[xiaodun/sf-mock](https://github.com/xiaodun/sf-mock)|前端mock接口解决方案|2|0|2021-11-15|
|
||||
|89|[modood/vimrc](https://github.com/modood/vimrc)|A shell script to deploy my vim configuration|14|0|2021-11-09|
|
||||
|90|[twocucao/c-vim](https://github.com/twocucao/c-vim)|一个基于k-vim依照自己技术栈修改的适用于 MacOS 和 Ubuntu 的配置|5|0|2021-08-31|
|
||||
|91|[lyokha/vim-xkbswitch](https://github.com/lyokha/vim-xkbswitch)|vim plugin for automatic keyboard layout switching in insert mode|361|0|2021-09-06|
|
||||
|92|[niming175/myVim](https://github.com/niming175/myVim)|我的vim配置|2|0|2021-08-15|
|
||||
|93|[guerbai/ohmyarch](https://github.com/guerbai/ohmyarch)|-|27|0|2021-10-15|
|
||||
|94|[toby0000/linux_config](https://github.com/toby0000/linux_config)|ubuntu上自动安装和配置相关开发工具|6|0|2021-10-22|
|
||||
|95|[hfpp2012/myvimrc](https://github.com/hfpp2012/myvimrc)|最完美的 vim neovim 配置|8|0|2021-06-19|
|
||||
|96|[sillybun/vim-repl](https://github.com/sillybun/vim-repl)|Best REPL environment for Vim|372|0|2021-08-10|
|
||||
|97|[MwumLi/mini-vim](https://github.com/MwumLi/mini-vim)|极简好用的 vim 配置|4|0|2021-08-24|
|
||||
|98|[tenfyzhong/macos-autoim.vim](https://github.com/tenfyzhong/macos-autoim.vim)|macos自动切换输入法|2|0|2021-11-23|
|
||||
|99|[tenfyzhong/VimScripts](https://github.com/tenfyzhong/VimScripts)|myself vim scripts|13|0|2021-12-16|
|
||||
|100|[mrbeardad/SpaceVim](https://github.com/mrbeardad/SpaceVim)|基于SpaceVim的真正开箱即用、无需配置的IDE,你只需要记住快捷键即可。(目前默认支持C/C++、Go、Python、Shell、Markdown、VimL)|37|0|2021-09-26|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
116
content/charts/growth/software/Vue.md
Normal file
116
content/charts/growth/software/Vue.md
Normal file
@ -0,0 +1,116 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文增速榜 > 软件类 > Vue
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Average daily growth|Updated|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[PanJiaChen/vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)|:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin|73047|43|2021-12-10|
|
||||
|2|[ElemeFE/element](https://github.com/ElemeFE/element)|A Vue.js 2.0 UI Toolkit for Web|51417|27|2021-12-18|
|
||||
|3|[bailicangdu/vue2-elm](https://github.com/bailicangdu/vue2-elm)|基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用|37325|20|2021-09-13|
|
||||
|4|[chuzhixin/vue-admin-beautiful-pro](https://github.com/chuzhixin/vue-admin-beautiful-pro)|🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三 ...|10967|17|2021-12-14|
|
||||
|5|[anncwb/vue-vben-admin](https://github.com/anncwb/vue-vben-admin)|A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!|8029|15|2021-12-18|
|
||||
|6|[cuiocean/ZY-Player](https://github.com/cuiocean/ZY-Player)|▶️ 跨平台桌面端视频资源播放器.简洁无广告.免费高颜值. 🎞|10473|14|2021-10-13|
|
||||
|7|[iview/iview](https://github.com/iview/iview)|A high quality UI Toolkit built on Vue.js 2.0|23930|12|2021-12-15|
|
||||
|8|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|745|12|2021-12-11|
|
||||
|9|[vueComponent/ant-design-vue](https://github.com/vueComponent/ant-design-vue)|🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜|15749|10|2021-12-19|
|
||||
|10|[iview/iview-admin](https://github.com/iview/iview-admin)|Vue 2.0 admin management system template based on iView|15963|10|2021-11-06|
|
||||
|11|[Molunerfinn/PicGo](https://github.com/Molunerfinn/PicGo)|:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder|15362|10|2021-10-05|
|
||||
|12|[weilanwl/ColorUI](https://github.com/weilanwl/ColorUI)|鲜亮的高饱和色彩,专注视觉的小程序组件库|10942|9|2021-11-16|
|
||||
|13|[airyland/vux](https://github.com/airyland/vux)|Mobile UI Components based on Vue & WeUI|17573|8|2021-09-17|
|
||||
|14|[JakHuang/form-generator](https://github.com/JakHuang/form-generator)|:sparkles:Element UI表单设计及代码生成器|5520|8|2021-11-20|
|
||||
|15|[lin-xin/vue-manage-system](https://github.com/lin-xin/vue-manage-system)|基于Vue3 + Element Plus 的后台管理系统解决方案|14175|8|2021-12-14|
|
||||
|16|[yangzongzhuan/RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3)|:tada: (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue3 & Vite、Element Plus 的前后端分离权限管理系统|152|8|2021-12-18|
|
||||
|17|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|1307|8|2021-12-06|
|
||||
|18|[vueComponent/ant-design-vue-pro](https://github.com/vueComponent/ant-design-vue-pro)|👨🏻💻👩🏻💻 Use Ant Design Vue like a Pro! |8966|8|2021-12-17|
|
||||
|19|[xxjwxc/caoguo](https://github.com/xxjwxc/caoguo)|golang,微信小程序,电商系统|396|7|2021-11-09|
|
||||
|20|[chaitin/xray](https://github.com/chaitin/xray)|一款完善的安全评估工具,支持常见 web 安全问题扫描和自定义 poc 使用之前务必先阅读文档|6218|7|2021-12-16|
|
||||
|21|[newbee-ltd/newbee-mall-vue3-app](https://github.com/newbee-ltd/newbee-mall-vue3-app)|🔥 🎉Vue3 全家桶 + Vant 搭建大型单页面商城项目,新蜂商城 Vue3 版本,技术栈为 Vue 3.0 + Vue-Router 4.0 + Vuex 4.0 + Vant 3.0。|3009|7|2021-12-10|
|
||||
|22|[bailicangdu/vue2-manage](https://github.com/bailicangdu/vue2-manage)|基于 vue + element-ui 的后台管理系统|11343|7|2021-07-15|
|
||||
|23|[macrozheng/mall-admin-web](https://github.com/macrozheng/mall-admin-web)|mall-admin-web是一个电商后台管理系统的前端项目,基于Vue+Element实现。 主要包括商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等功能。|9124|7|2021-08-09|
|
||||
|24|[umicro/uView2.0](https://github.com/umicro/uView2.0)|uView UI,是全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|195|6|2021-12-18|
|
||||
|25|[umicro/uView](https://github.com/umicro/uView)|uView UI,是uni-app生态最优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水|3305|6|2021-12-17|
|
||||
|26|[fenixsoft/awesome-fenix](https://github.com/fenixsoft/awesome-fenix)|讨论如何构建一套可靠的大型分布式系统|4519|6|2021-12-13|
|
||||
|27|[woai3c/visual-drag-demo](https://github.com/woai3c/visual-drag-demo)|一个低代码(可视化拖拽)教学项目|1961|5|2021-12-18|
|
||||
|28|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1341|5|2021-12-02|
|
||||
|29|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|1101|5|2021-12-10|
|
||||
|30|[DataV-Team/DataV](https://github.com/DataV-Team/DataV)|Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)|5916|5|2021-11-29|
|
||||
|31|[xiaoxian521/vue-pure-admin](https://github.com/xiaoxian521/vue-pure-admin)|🔥 ✨✨ ✨ Vue3.0+TypeScript+Vite2.0+Element-Plus编写的一套后台管理系统(兼容移动端)|1626|4|2021-12-18|
|
||||
|32|[ymm-tech/gods-pen](https://github.com/ymm-tech/gods-pen)|基于vue的高扩展在线网页制作平台,可自定义组件,可添加脚本,可数据统计。A mobile page builder/editor, similar with amolink. |3976|4|2021-10-06|
|
||||
|33|[haoziqaq/varlet](https://github.com/haoziqaq/varlet)|基于Vue3的Material design风格移动端组件库 Material design mobile component library for Vue3|1556|4|2021-12-18|
|
||||
|34|[RainManGO/vue3-composition-admin](https://github.com/RainManGO/vue3-composition-admin)|🎉 基于vue3 的管理端模板(Vue3 TS Vuex4 element-plus vue-i18n-next composition-api) vue3-admin vue3-ts-admin|1037|3|2021-11-26|
|
||||
|35|[fofapro/vulfocus](https://github.com/fofapro/vulfocus)|🚀Vulfocus 是一个漏洞集成平台,将漏洞环境 docker 镜像,放入即可使用,开箱即用。|1796|3|2021-11-09|
|
||||
|36|[wangyuan389/mall-cook](https://github.com/wangyuan389/mall-cook)|低代码平台,H5商城可视化搭建平台|276|3|2021-12-18|
|
||||
|37|[GavinZhuLei/vue-form-making](https://github.com/GavinZhuLei/vue-form-making)|A visual form designer/generator base on Vue.js, make form development simple and efficient.(基于Vue的可视化表单设计器,让表单开发简单而高效。)|4513|3|2021-09-03|
|
||||
|38|[jdf2e/nutui](https://github.com/jdf2e/nutui)|京东风格的移动端 Vue2、Vue3 组件库 (A Vue.js UI Toolkit for Mobile Web)|3869|3|2021-12-17|
|
||||
|39|[hinesboy/mavonEditor](https://github.com/hinesboy/mavonEditor)|mavonEditor - A markdown editor based on Vue that supports a variety of personalized features|5203|3|2021-12-16|
|
||||
|40|[ccfddl/ccf-deadlines](https://github.com/ccfddl/ccf-deadlines)|⏰ CCF recommendation conference Deadline Countdowns / Please star this project, thanks~|940|3|2021-12-17|
|
||||
|41|[Geek-James/ddBuy](https://github.com/Geek-James/ddBuy)|🎉Vue全家桶+Vant 搭建大型单页面电商项目.http://ddbuy.7-orange.cn|2239|3|2021-11-13|
|
||||
|42|[pipipi-pikachu/PPTist](https://github.com/pipipi-pikachu/PPTist)|基于 Vue3.x + TypeScript 的在线演示文稿(幻灯片)应用,还原了大部分 Office PowerPoint 常用功能,实现在线PPT的编辑、演示。支持导出PPT文件。|1301|3|2021-12-05|
|
||||
|43|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, themes and tons more!|838|3|2021-12-19|
|
||||
|44|[x2rr/funds](https://github.com/x2rr/funds)|自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况|1780|3|2021-10-11|
|
||||
|45|[elunez/eladmin-web](https://github.com/elunez/eladmin-web)|eladmin前端源码,项目基于 Spring Boot 2.1.0 、 Spring Boot Jpa、 Spring Security、Redis、Vue的前后端分离后台管理系统, 权限控制采用 RBAC,菜单动态路由|3414|3|2021-11-27|
|
||||
|46|[MegEngine/MegSpot](https://github.com/MegEngine/MegSpot)|MegSpot是一款高效、专业、跨平台的图片&视频对比应用|154|3|2021-12-09|
|
||||
|47|[ZyqGitHub1/h-player-v2](https://github.com/ZyqGitHub1/h-player-v2)|资源采集站在线播放|3022|3|2021-10-12|
|
||||
|48|[dingyong0214/ThorUI-uniapp](https://github.com/dingyong0214/ThorUI-uniapp)|ThorUI组件库,轻量、简洁的移动端组件库。组件文档地址:https://thorui.cn/doc/ 。 最近更新时间:2021-10-01|1841|2|2021-10-01|
|
||||
|49|[sahadev/vue-component-creater-ui](https://github.com/sahadev/vue-component-creater-ui)|拖拽式Vue组件代码生成编辑器(VCC)|164|2|2021-12-14|
|
||||
|50|[PY-GZKY/Tplan](https://github.com/PY-GZKY/Tplan)|🚧T计划|109|2|2021-12-18|
|
||||
|51|[jackchen0120/vueDataV](https://github.com/jackchen0120/vueDataV)|基于Vue + Echarts 构建的数据可视化平台,酷炫大屏展示模板和组件库,持续更新各行各业实用模板和炫酷小组件。|925|2|2021-12-13|
|
||||
|52|[herozhou/vue-framework-wz](https://github.com/herozhou/vue-framework-wz)|👏vue后台管理框架👏|3757|2|2021-08-12|
|
||||
|53|[XPoet/picx](https://github.com/XPoet/picx)|PicX 是一款基于 GitHub API & jsDelivr 开发的具有 CDN 加速功能的图床工具。无需下载!无需安装!打开网站即用!免费!极速!稳定!|1033|2|2021-12-17|
|
||||
|54|[qingqingxuan/admin-work](https://github.com/qingqingxuan/admin-work)|🎉🎉🎉Admin Work,漂亮、强大、完善。采用 Vue3 Vite2 Typescript NaiveUI编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用🎉🎉🎉|76|2|2021-12-18|
|
||||
|55|[cmdparkour/vue-admin-box](https://github.com/cmdparkour/vue-admin-box)|vue3,vite,element-plus中后台管理系统,集成四套基础模板,大量可利用组件,模板页面|406|2|2021-12-09|
|
||||
|56|[Yin-Hongwei/music-website](https://github.com/Yin-Hongwei/music-website)|🎧 Vue + SpringBoot + MyBatis 音乐网站|1728|2|2021-09-08|
|
||||
|57|[vuejs/docs-next-zh-cn](https://github.com/vuejs/docs-next-zh-cn)|:cn: Chinese translation for v3.vuejs.org|836|2|2021-12-17|
|
||||
|58|[iczer/vue-antd-admin](https://github.com/iczer/vue-antd-admin)|🐜 Ant Design Pro's implementation with Vue|2765|2|2021-12-01|
|
||||
|59|[sl1673495/vue-netease-music](https://github.com/sl1673495/vue-netease-music)|🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器(PC) Online Music Player|1782|2|2021-10-06|
|
||||
|60|[stavyan/TinyShop-UniApp](https://github.com/stavyan/TinyShop-UniApp)|基于 RageFrame2 的一款免费开源的基础商城销售功能的开源微商城。|1050|2|2021-10-06|
|
||||
|61|[open-source-labs/OverVue](https://github.com/open-source-labs/OverVue)|Prototyping Tool For Vue Devs 适用于Vue的原型工具|2108|2|2021-11-26|
|
||||
|62|[vform666/variant-form](https://github.com/vform666/variant-form)|A powerful form designer for Vue.|197|2|2021-12-17|
|
||||
|63|[dcloudio/hello-uniapp](https://github.com/dcloudio/hello-uniapp)|uni-app框架演示示例|1880|2|2021-12-16|
|
||||
|64|[wdlhao/vue2-element-touzi-admin](https://github.com/wdlhao/vue2-element-touzi-admin)| 基于vue2.0 +vuex+ element-ui后台管理系统 |3522|2|2021-08-11|
|
||||
|65|[CareyWang/sub-web](https://github.com/CareyWang/sub-web)|-|1627|2|2021-11-17|
|
||||
|66|[newbee-ltd/newbee-mall-vue-app](https://github.com/newbee-ltd/newbee-mall-vue-app)|🔥 🎉Vue2 全家桶 + Vant 搭建大型单页面商城项目。新蜂商城前后端分离版本-前端Vue项目源码|1089|2|2021-12-10|
|
||||
|67|[xyxiao001/vue-cropper](https://github.com/xyxiao001/vue-cropper)|A simple picture clipping plugin for vue|3170|2|2021-11-12|
|
||||
|68|[a54552239/pearProject](https://github.com/a54552239/pearProject)|pear,梨子,轻量级的在线项目/任务协作系统,远程办公协作|1610|1|2021-08-27|
|
||||
|69|[miyuesc/bpmn-process-designer](https://github.com/miyuesc/bpmn-process-designer)|Base on Vue 2.x and ElementUI,基于 Bpmn.js、Vue 2.x 和 ElementUI 的流程编辑器(前端部分),支持监听器,扩展属性,表单等配置,可自由扩展|453|1|2021-12-06|
|
||||
|70|[lybenson/bilibili-vue](https://github.com/lybenson/bilibili-vue)|前端vue+后端koa,全栈式开发bilibili首页|2590|1|2021-10-13|
|
||||
|71|[wuyawei/Vchat](https://github.com/wuyawei/Vchat)|💘🍦🙈Vchat — 从头到脚,撸一个社交聊天系统(vue + node + mongodb)|817|1|2021-08-10|
|
||||
|72|[zhaohaodang/vue-WeChat](https://github.com/zhaohaodang/vue-WeChat)|:fire: 基于Vue2.0高仿微信App的单页应用|1832|1|2021-10-06|
|
||||
|73|[shengxinjing/ailemente](https://github.com/shengxinjing/ailemente)|vite+ts的组件库演示代码,element音译 ailemente|14|1|2021-12-13|
|
||||
|74|[HongqingCao/GitDataV](https://github.com/HongqingCao/GitDataV)|基于Vue框架构建的github数据可视化平台|1454|1|2021-10-05|
|
||||
|75|[yesmore/OSAPI](https://github.com/yesmore/OSAPI)|👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。|32|1|2021-11-14|
|
||||
|76|[0xbug/Hawkeye](https://github.com/0xbug/Hawkeye)|GitHub 泄露监控系统(GitHub Sensitive Information Leakage Monitor Spider)|1693|1|2021-12-04|
|
||||
|77|[WeBankFinTech/Scriptis](https://github.com/WeBankFinTech/Scriptis)|Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.|740|1|2021-07-17|
|
||||
|78|[Exrick/xmall-front](https://github.com/Exrick/xmall-front)|基于Vue开发的XMall商城前台页面 PC端|2289|1|2021-08-03|
|
||||
|79|[AmanLong/aman-mult-system](https://github.com/AmanLong/aman-mult-system)|vue+element搭建的多系统多tab后台的前端框架,同时,加了了一些anime动画,svg划线等|107|1|2021-06-15|
|
||||
|80|[eshengsky/node-bff](https://github.com/eshengsky/node-bff)|基于 Node.js 的可视化 BFF 解决方案。|123|1|2021-12-02|
|
||||
|81|[shengxinjing/geektime-vue-course](https://github.com/shengxinjing/geektime-vue-course)|极客时间代码 |53|1|2021-12-13|
|
||||
|82|[fast-crud/fast-crud](https://github.com/fast-crud/fast-crud)|面向配置的crud框架,开发crud 快如闪电;Options-oriented crud framework, develop crud as fast as lightning;based on vue3|192|1|2021-12-17|
|
||||
|83|[a7650/h5-editor](https://github.com/a7650/h5-editor)|📕h5可视化编辑器,支持添加图片/文本/形状等,拥有图层/参考线/标尺/自动吸附对齐等功能|441|1|2021-12-16|
|
||||
|84|[jae-jae/Userscript-Plus](https://github.com/jae-jae/Userscript-Plus)|:monkey: Show current site all UserJS,The easier way to install UserJs for Tampermonkey. 显示当前网站的所有可用Tampermonkey脚本|1325|1|2021-08-11|
|
||||
|85|[liqianglog/django-vue-admin](https://github.com/liqianglog/django-vue-admin)|基于RBAC模型的权限控制的一整套基础开发平台,前后端分离,后端采用 django+django-rest-framework,前端采用 ruoyi-ui +vue+ElementUI。|156|1|2021-08-11|
|
||||
|86|[qq20004604/wti-form](https://github.com/qq20004604/wti-form)|低代码表单组件,基于 Element-ui 二次开发,提升 10 倍开发效率|145|1|2021-11-05|
|
||||
|87|[github1586/nuxt-bnhcp](https://github.com/github1586/nuxt-bnhcp)|nuxt、express、vue、mysql、redis、nginx、socket.io (实战商城)|1929|1|2021-09-02|
|
||||
|88|[yeyan1996/file-upload](https://github.com/yeyan1996/file-upload)|-|490|1|2021-08-11|
|
||||
|89|[loveRandy/vue-cli3.0-vueadmin](https://github.com/loveRandy/vue-cli3.0-vueadmin)|基于vue-cli3.0+vue+elementUI+vuex+axios+权限管理的后台管理系统|1122|1|2021-10-06|
|
||||
|90|[staticdeng/vuejs-loadmore](https://github.com/staticdeng/vuejs-loadmore)|A pull-down refresh and pull-up loadmore scroll component for Vue.js. Vue上拉加载下拉刷新的组件.|18|1|2021-12-09|
|
||||
|91|[Couy69/vue-idle-game](https://github.com/Couy69/vue-idle-game)|一个全随机的刷装备小游戏|607|1|2021-07-18|
|
||||
|92|[gmingchen/vue3-element-plus-im](https://github.com/gmingchen/vue3-element-plus-im)|vue3-element-plus-im vue3.0 element-plus vue-cli vue-router vuex composition-api axois websocket 即时聊天 前端vue 后端java springboot netty 即时通讯 chat|22|1|2021-12-10|
|
||||
|93|[StavinLi/Workflow](https://github.com/StavinLi/Workflow)|仿钉钉审批流程设置|585|1|2021-10-09|
|
||||
|94|[cxp1539/open-admin](https://github.com/cxp1539/open-admin)|Open Admin是基于 Spring Boot + Spring Security + Mybatis + Vue Antd Admin Pro + Mysql开发的框架,致力于为用户生成定制的前后端脚手架框架。|190|1|2021-08-12|
|
||||
|95|[hello-efficiency-inc/raven-reader](https://github.com/hello-efficiency-inc/raven-reader)|📖 All your articles in one place. Beautiful.|2040|1|2021-12-16|
|
||||
|96|[ChanWahFung/nuxt-juejin-project](https://github.com/ChanWahFung/nuxt-juejin-project)|仿掘金web网站,使用服务端渲染。主要技术:nuxt + koa + vuex + axios + element-ui 。|319|1|2021-12-14|
|
||||
|97|[WishMelz/imgurl](https://github.com/WishMelz/imgurl)|基于github的图片管理系统/免费|295|1|2021-11-22|
|
||||
|98|[jsososo/NeteaseMusic](https://github.com/jsososo/NeteaseMusic)|网易云音乐 & QQ音乐 & 咪咕音乐 第三方 web端 (可播放 vip、下架歌曲)|1194|1|2021-07-13|
|
||||
|99|[ddiu8081/ChartFun](https://github.com/ddiu8081/ChartFun)|🎲数据大屏可视化编辑器|613|1|2021-10-08|
|
||||
|100|[pengxiaotian/datav-vue](https://github.com/pengxiaotian/datav-vue)|A Powerful Data Visualization Tool. Uses TypeScript And Vue3. Scenario-specific templates. User-friendly interfaces. 一款数据可视化应用搭建工具|276|1|2021-10-16|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
BIN
content/charts/new_repo/.DS_Store
vendored
Normal file
BIN
content/charts/new_repo/.DS_Store
vendored
Normal file
Binary file not shown.
216
content/charts/new_repo/knowledge/All-Language.md
Normal file
216
content/charts/new_repo/knowledge/All-Language.md
Normal file
@ -0,0 +1,216 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > All Language
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Language|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|:-|
|
||||
|1|[itdevbooks/pdf](https://github.com/itdevbooks/pdf)|编程电子书,电子书,编程书籍,包括C,C#,Docker,Elasticsearch,Git,Hadoop,HeadFirst,Java,Javascript,jvm,Kafka,Linux,Maven,MongoDB,MyBatis,MySQL,Netty,Nginx,Python,RabbitMQ,Redis,Scala,Solr,Spark,Spring,SpringBoot,SpringC ...|12003|-|2021-11-24|2021-01-22|
|
||||
|2|[Tencent/secguide](https://github.com/Tencent/secguide)|面向开发人员梳理的代码安全指南|9612|-|2021-12-17|2021-05-18|
|
||||
|3|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9406|Java|2021-11-07|2021-03-17|
|
||||
|4|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|7720|Python|2021-12-13|2021-07-19|
|
||||
|5|[mli/paper-reading](https://github.com/mli/paper-reading)|深度学习经典、新论文逐段精读|5509|-|2021-12-16|2021-10-22|
|
||||
|6|[forthespada/CS-Books](https://github.com/forthespada/CS-Books)|🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~|4600|-|2021-12-11|2021-01-10|
|
||||
|7|[0voice/Introduction-to-Golang](https://github.com/0voice/Introduction-to-Golang)|【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt|4122|-|2021-09-22|2021-08-09|
|
||||
|8|[Kaiyiwing/qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|3535|TypeScript|2021-12-16|2021-01-21|
|
||||
|9|[rd2coding/Road2Coding](https://github.com/rd2coding/Road2Coding)|编程之路|3132|-|2021-12-01|2021-04-07|
|
||||
|10|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|2882|Python|2021-12-15|2021-05-08|
|
||||
|11|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|2840|C|2021-12-16|2021-11-06|
|
||||
|12|[0voice/audio_video_streaming](https://github.com/0voice/audio_video_streaming)|音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。|2390|-|2021-11-11|2021-07-26|
|
||||
|13|[dreamhead/patterns-of-distributed-systems](https://github.com/dreamhead/patterns-of-distributed-systems)|《Patterns of Distributed Systems》中文版|2372|-|2021-12-08|2021-03-09|
|
||||
|14|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2361|Java|2021-12-15|2021-05-15|
|
||||
|15|[tangtangcoding/C-C-](https://github.com/tangtangcoding/C-C-)|程序员相关电子书资料免费分享,欢迎关注个人微信公众号:程序员编程指南|2300|-|2021-09-08|2021-01-06|
|
||||
|16|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2283|Python|2021-12-05|2021-06-02|
|
||||
|17|[SharingSource/LogicStack-LeetCode](https://github.com/SharingSource/LogicStack-LeetCode)|公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码|2196|-|2021-12-17|2021-01-16|
|
||||
|18|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正|2040|Java|2021-12-15|2021-02-10|
|
||||
|19|[eastlakeside/awesome-productivity-cn](https://github.com/eastlakeside/awesome-productivity-cn)|绝妙的个人生产力(Awesome Productivity 中文版)|2037|-|2021-09-23|2021-08-18|
|
||||
|20|[forthespada/InterviewGuide](https://github.com/forthespada/InterviewGuide)|「InterviewGuide」一个收录优质计算机校招、社招面试常见面试题的仓库🔥🔥,以前叫做《逆袭进大厂》。目前已收录 C/C++ 、操作系统、数据结构、计算机网络、MySQL、Redis等面试资料,未来打算继续收录Java、Python、Go等面试常见问题,坚持将此仓库维护下去。|2016|-|2021-12-12|2021-02-25|
|
||||
|21|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|1973|HTML|2021-10-31|2021-10-02|
|
||||
|22|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|1881|Python|2021-12-17|2021-07-04|
|
||||
|23|[0voice/campus_recruitmen_questions](https://github.com/0voice/campus_recruitmen_questions)|2021年最新整理,5000道秋招/提前批/春招/常用面试题(含答案),包括leetcode,校招笔试题,面试题,算法题,语法题。|1870|-|2021-08-25|2021-06-28|
|
||||
|24|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB|1868|C++|2021-11-30|2021-02-17|
|
||||
|25|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|1641|Go|2021-10-16|2021-01-06|
|
||||
|26|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1625|TeX|2021-11-29|2021-10-27|
|
||||
|27|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅||1550|Shell|2021-12-15|2021-05-26|
|
||||
|28|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1546|Python|2021-11-26|2021-04-16|
|
||||
|29|[CodingDocs/awesome-cs](https://github.com/CodingDocs/awesome-cs)|计算机优质书籍搜罗+学习路线推荐!|1513|-|2021-11-30|2021-03-28|
|
||||
|30|[Keldos-Li/typora-latex-theme](https://github.com/Keldos-Li/typora-latex-theme)|将Typora伪装成LaTeX的中文样式主题,本科生轻量级课程论文撰写的好帮手。This is a theme disguising Typora into Chinese LaTeX style.|1506|SCSS|2021-12-11|2021-05-24|
|
||||
|31|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1425|Python|2021-12-18|2021-06-19|
|
||||
|32|[liyupi/code-nav](https://github.com/liyupi/code-nav)|💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!|1399|JavaScript|2021-08-30|2021-01-09|
|
||||
|33|[haixiangyan/one-day-one-npm-lib](https://github.com/haixiangyan/one-day-one-npm-lib)|🔥 🔥 这本小书会带你造 10 个非常实用的 npm 库 📦|1373|HTML|2021-09-09|2021-04-28|
|
||||
|34|[wangdoc/clang-tutorial](https://github.com/wangdoc/clang-tutorial)|C 语言教程|1362|-|2021-12-09|2021-09-04|
|
||||
|35|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1343|HTML|2021-11-20|2021-08-23|
|
||||
|36|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1336|Jupyter Notebook|2021-06-23|2021-02-28|
|
||||
|37|[slidoooor/computer_book_list](https://github.com/slidoooor/computer_book_list)|一个综合了豆瓣,goodreads综合评分的计算机书籍书单|1335|-|2021-10-27|2021-10-22|
|
||||
|38|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页|1234|Jupyter Notebook|2021-12-14|2021-04-29|
|
||||
|39|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1150|C++|2021-10-21|2021-07-09|
|
||||
|40|[0voice/linux_kernel_wiki](https://github.com/0voice/linux_kernel_wiki)|linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频|1113|-|2021-10-20|2021-07-26|
|
||||
|41|[amusi/ICCV2021-Papers-with-Code](https://github.com/amusi/ICCV2021-Papers-with-Code)|ICCV 2021 论文和开源项目合集|1100|-|2021-11-06|2021-07-23|
|
||||
|42|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1060|JavaScript|2021-12-19|2021-08-28|
|
||||
|43|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1036|Python|2021-12-15|2021-09-01|
|
||||
|44|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1032|Python|2021-12-14|2021-05-04|
|
||||
|45|[Jackpopc/CS-Books-Store](https://github.com/Jackpopc/CS-Books-Store)|你想要的计算机经典书籍,这里都有!|987|-|2021-08-29|2021-03-25|
|
||||
|46|[juntossomosmais/frontend-guideline](https://github.com/juntossomosmais/frontend-guideline)|📝 Front-end Guideline by Juntos Somos Mais|942|-|2021-11-26|2021-09-01|
|
||||
|47|[baidu/bfe-book](https://github.com/baidu/bfe-book)|《深入理解BFE》(Book for opensource project BFE, in Chinese)|936|-|2021-10-22|2021-04-29|
|
||||
|48|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|933|Python|2021-12-17|2021-05-21|
|
||||
|49|[woai3c/introduction-to-front-end-engineering](https://github.com/woai3c/introduction-to-front-end-engineering)|一本小书《带你入门前端工程》|896|-|2021-11-09|2021-01-21|
|
||||
|50|[0voice/computer_expert_paper](https://github.com/0voice/computer_expert_paper)|1000+份计算机paper,卡耐基梅隆大学,哈佛,斯坦福,芝加哥大学,MIT,facebook,google,微软,Amazon,twitter等大牛一作,持续更新中|866|-|2021-08-25|2021-07-12|
|
||||
|51|[fengdu78/WZU-machine-learning-course](https://github.com/fengdu78/WZU-machine-learning-course)|温州大学《机器学习》课程资料(代码、课件等)|793|Jupyter Notebook|2021-12-10|2021-03-21|
|
||||
|52|[hit-thusz-RookieCJ/CSSummerCamp2021](https://github.com/hit-thusz-RookieCJ/CSSummerCamp2021)|关于2021年CS保研夏令营通知公告的汇总。欢迎大家积极分享夏令营信息,资瓷一下互联网精神吼不吼啊?|786|-|2021-07-24|2021-03-23|
|
||||
|53|[acm-clan/algorithm-stone](https://github.com/acm-clan/algorithm-stone)|ACM/LeetCode算法竞赛路线图,最全的算法学习地图!|780|C++|2021-12-10|2021-02-18|
|
||||
|54|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|756|JavaScript|2021-12-09|2021-04-13|
|
||||
|55|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|750|TypeScript|2021-12-12|2021-05-06|
|
||||
|56|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|718|HTML|2021-10-30|2021-03-11|
|
||||
|57|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|688|JavaScript|2021-12-16|2021-10-11|
|
||||
|58|[Dujltqzv/Some-Many-Books](https://github.com/Dujltqzv/Some-Many-Books)|个人收藏书籍列表 ...|675|-|2021-10-21|2021-09-05|
|
||||
|59|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|661|Python|2021-10-01|2021-05-25|
|
||||
|60|[chai2010/ugo-compiler-book](https://github.com/chai2010/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|653|Go|2021-12-17|2021-11-03|
|
||||
|61|[auto-xxqg/auto-xxqg](https://github.com/auto-xxqg/auto-xxqg)|最新版的 自动学习强国 |639|-|2021-10-29|2021-02-16|
|
||||
|62|[cosen1024/Java-Interview](https://github.com/cosen1024/Java-Interview)|「Java面试小抄」一份通向理想互联网公司的面试汇总,包括 Java基础、Java并发、JVM、MySQL、Redis、Spring、MyBatis、Kafka、计算机操作系统、计算机网络、系统设计、分布式、Java 项目实战等|626|-|2021-12-03|2021-02-19|
|
||||
|63|[liyupi/code-roadmap](https://github.com/liyupi/code-roadmap)|原创编程学习路线,包括全面的知识点、免费资源、面试题、学习建议、项目,适用于所有学习编程、求职的同学。已完成 Java、前端|611|-|2021-12-08|2021-04-20|
|
||||
|64|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|598|PHP|2021-12-19|2021-06-25|
|
||||
|65|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|575|C#|2021-11-19|2021-03-19|
|
||||
|66|[r0eXpeR/supplier](https://github.com/r0eXpeR/supplier)|主流供应商的一些攻击性漏洞汇总|574|-|2021-11-08|2021-11-08|
|
||||
|67|[getActivity/AndroidVersionAdapter](https://github.com/getActivity/AndroidVersionAdapter)|安卓版本适配全套指南|574|-|2021-12-13|2021-10-17|
|
||||
|68|[HackJava/HackJava](https://github.com/HackJava/HackJava)|《Java安全-只有Java安全才能拯救世界》|572|-|2021-12-12|2021-07-08|
|
||||
|69|[PKUFlyingPig/pku-cs-self-learning](https://github.com/PKUFlyingPig/pku-cs-self-learning)|计算机自学指南|570|-|2021-12-13|2021-10-20|
|
||||
|70|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|552|Python|2021-12-15|2021-02-22|
|
||||
|71|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册(8 年 Android 开发者的成长感悟)|550|Java|2021-11-21|2021-11-04|
|
||||
|72|[olist213/Information_Security_Books](https://github.com/olist213/Information_Security_Books)|150本信息安全方面的书籍书籍(持续更新)|543|-|2021-12-03|2021-05-03|
|
||||
|73|[TanaStudy/Java-Study](https://github.com/TanaStudy/Java-Study)|🚀Java学习过程中的的代码记录。Java基础、Spring、SpringBoot、分布式项目、Demo等等等等等👍👍👍。|530|Java|2021-12-19|2021-07-27|
|
||||
|74|[gh0stkey/Binary-Learning](https://github.com/gh0stkey/Binary-Learning)|滴水逆向初、中级学习笔记,不定时更新,自用仓库,不喜勿喷;感谢滴水,有如此完整体系的学习视频,白嫖党嫖了一波...感谢滴水的老师,听课受益匪浅。|525|-|2021-11-22|2021-04-19|
|
||||
|75|[0voice/Understanding_in_Rust](https://github.com/0voice/Understanding_in_Rust)|【最安全的编程语言】Rust工程师枕边资料,大牛文章,开源框架,官方文档,视频,推荐书籍,学习干货,大牛语录|523|-|2021-09-24|2021-09-04|
|
||||
|76|[bitterzzZZ/MemoryShellLearn](https://github.com/bitterzzZZ/MemoryShellLearn)|分享几个直接可用的内存马,记录一下学习过程中看过的文章|495|Java|2021-06-08|2021-06-08|
|
||||
|77|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源、无加密、无阉割的智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|492|TypeScript|2021-12-11|2021-11-08|
|
||||
|78|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|483|Jupyter Notebook|2021-12-19|2021-03-11|
|
||||
|79|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|479|Kotlin|2021-12-17|2021-04-03|
|
||||
|80|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|478|JavaScript|2021-12-18|2021-06-11|
|
||||
|81|[SkyD666/Imomoe](https://github.com/SkyD666/Imomoe)|樱花动漫第三方安卓Android客户端,不含广告,免费开源,目的是学习Android开发。|471|Kotlin|2021-12-05|2021-02-05|
|
||||
|82|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|459|TypeScript|2021-08-07|2021-04-29|
|
||||
|83|[0voice/k8s_awesome_document](https://github.com/0voice/k8s_awesome_document)|【2021年新鲜出炉】K8s(Kubernetes)的工程师资料合辑,书籍推荐,面试题,精选文章,开源项目,PPT,视频,大厂资料|452|-|2021-11-04|2021-10-25|
|
||||
|84|[harvic/FightingCoder](https://github.com/harvic/FightingCoder)|写给程序员的电子书《逆天改命——启舰的100条程序员人生建议》|452|-|2021-06-17|2021-05-25|
|
||||
|85|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记:使用pycharm编程,基于pytorch框架实现。|452|Python|2021-08-09|2021-03-27|
|
||||
|86|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS,支持扩展任意 APP|451|JavaScript|2021-12-18|2021-08-17|
|
||||
|87|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|444|Go|2021-08-08|2021-06-19|
|
||||
|88|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|436|CSS|2021-12-13|2021-08-01|
|
||||
|89|[itbooks1024/books-pdf](https://github.com/itbooks1024/books-pdf)|程序员必看的经典书籍,编程电子书下载,附带pdf下载链接,包括C,C++,Java,Python,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等|434|-|2021-08-31|2021-01-28|
|
||||
|90|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|424|C#|2021-12-18|2021-05-25|
|
||||
|91|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|423|C|2021-12-14|2021-03-05|
|
||||
|92|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|420|HTML|2021-10-05|2021-08-28|
|
||||
|93|[ItIsMeCall911/Awesome-Telegram-OSINT](https://github.com/ItIsMeCall911/Awesome-Telegram-OSINT)|📚 A Curated List of Awesome Telegram OSINT Tools, Sites & Resources|417|-|2021-12-13|2021-05-16|
|
||||
|94|[JavaInterviewHub/JavaInterview](https://github.com/JavaInterviewHub/JavaInterview)|全网最齐全的Java面试题库-附答案-持续更新|416|-|2021-06-12|2021-02-08|
|
||||
|95|[SteveMCarroll/PronouncingNamesForEnglishSpeakers](https://github.com/SteveMCarroll/PronouncingNamesForEnglishSpeakers)|A practical guide to how to pronounce non-English names for English speakers|415|-|2021-08-27|2021-07-25|
|
||||
|96|[ymmt2005/grpc-tutorial](https://github.com/ymmt2005/grpc-tutorial)|gRPC tutorial for Japanese readers|413|Makefile|2021-07-31|2021-06-11|
|
||||
|97|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|412|Python|2021-12-03|2021-10-09|
|
||||
|98|[miaomiaosoft/PandaOCR.Pro](https://github.com/miaomiaosoft/PandaOCR.Pro)|多功能多引擎OCR图文识别、翻译、朗读、游戏机翻汉化工具|412|-|2021-11-24|2021-04-21|
|
||||
|99|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|412|JavaScript|2021-12-16|2021-04-02|
|
||||
|100|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件,利用DeepL翻译,无需注册api token|409|Rust|2021-11-08|2021-07-28|
|
||||
|101|[wangle1218/KBQA-for-Diagnosis](https://github.com/wangle1218/KBQA-for-Diagnosis)|Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统|408|Python|2021-06-07|2021-01-26|
|
||||
|102|[frankcbliu/CS-Books-PDF](https://github.com/frankcbliu/CS-Books-PDF)|编程电子书pdf,计算机常用电子书整理(高质量/附下载链接)包括 Java, Python, Linux, Go, C, C++, 数据结构与算法, AI人工智能, 计算机基础, 面试, 设计模式, 数据库, 前端等编程书籍。|406|-|2021-11-17|2021-02-11|
|
||||
|103|[G-Security-Team/GSLibrary](https://github.com/G-Security-Team/GSLibrary)|轻量级知识库&POC管理平台|405|Python|2021-10-11|2021-07-27|
|
||||
|104|[xuejmnet/sharding-core](https://github.com/xuejmnet/sharding-core)|high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵|397|C#|2021-12-18|2021-01-26|
|
||||
|105|[hit-thusz-RookieCJ/CSYuTuiMian2021](https://github.com/hit-thusz-RookieCJ/CSYuTuiMian2021)|关于2021年CS保研预推免通知公告的汇总|395|-|2021-09-27|2021-07-05|
|
||||
|106|[lTbgykio/Books-Free-Books](https://github.com/lTbgykio/Books-Free-Books)|免费书籍汇总。 ...|394|-|2021-12-12|2021-09-19|
|
||||
|107|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|392|Vue|2021-12-16|2021-04-25|
|
||||
|108|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|383|Shell|2021-10-13|2021-08-08|
|
||||
|109|[extreme-assistant/survey-computer-vision-2020](https://github.com/extreme-assistant/survey-computer-vision-2020)|2020-2021年计算机视觉综述论文分方向整理|382|-|2021-11-23|2021-01-23|
|
||||
|110|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划,仅用于个人归纳总结。|373|Java|2021-12-03|2021-05-11|
|
||||
|111|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|366|Rust|2021-08-18|2021-08-02|
|
||||
|112|[cosen1024/awesome-cs-books](https://github.com/cosen1024/awesome-cs-books)|计算机优质电子书整理,并且附带pdf下载链接,包括C,C++,Java,Python,Java,Linux,Go,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等|360|-|2021-08-29|2021-02-14|
|
||||
|113|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉》|352|Python|2021-12-04|2021-01-29|
|
||||
|114|[resumejob/Leetcode-retag](https://github.com/resumejob/Leetcode-retag)|重新分类 Leetcode 高频题|342|-|2021-07-20|2021-05-13|
|
||||
|115|[wolfparticle/machineLearningDeepLearning](https://github.com/wolfparticle/machineLearningDeepLearning)|李宏毅2021机器学习深度学习笔记PPT作业|337|Jupyter Notebook|2021-06-14|2021-03-02|
|
||||
|116|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|336|Python|2021-10-14|2021-06-25|
|
||||
|117|[zinggAI/zingg](https://github.com/zinggAI/zingg)|Scalable data mastering, deduplication and entity resolution.|334|Java|2021-12-17|2021-08-25|
|
||||
|118|[Interview-Science/interview-english](https://github.com/Interview-Science/interview-english)|English for Tech Interview 面试中的英语|332|-|2021-12-09|2021-11-03|
|
||||
|119|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools, and can also generate local API documentation)|327|Rust|2021-12-18|2021-04-20|
|
||||
|120|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|320|Python|2021-12-12|2021-03-25|
|
||||
|121|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|318|Go|2021-11-26|2021-09-25|
|
||||
|122|[murufeng/CVPR_2021_Papers](https://github.com/murufeng/CVPR_2021_Papers)|CVPR2021最新论文汇总,主要包括:Transformer, NAS,模型压缩,模型评估,图像分类,检测,分割,跟踪,GAN,超分辨率,图像恢复,去雨,去雾,去模糊,去噪,重建等等|310|-|2021-07-10|2021-03-05|
|
||||
|123|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|306|HTML|2021-12-06|2021-08-29|
|
||||
|124|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文,数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|304|MATLAB|2021-12-09|2021-10-09|
|
||||
|125|[HW140701/Book-list-of-computational-geometry-and-computer-graphics](https://github.com/HW140701/Book-list-of-computational-geometry-and-computer-graphics)|Book list of computational geometry and computer graphics 计算几何和计算机图形学必读书单与经典书籍|281|-|2021-12-11|2021-04-12|
|
||||
|126|[ebooklist/awesome-ebooks-list](https://github.com/ebooklist/awesome-ebooks-list)|编程类电子书合集|280|-|2021-07-28|2021-02-18|
|
||||
|127|[dingwpmz/JavaLadder](https://github.com/dingwpmz/JavaLadder)|java进阶,关注Java主流中间件,覆盖RocketMQ、Dubbo、Sentienl、Kafka、Canal、ElasticSearch、ElasticJob等12个专栏近300篇文章。|276|-|2021-11-12|2021-03-28|
|
||||
|128|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体,包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家,行业511个,产品95,559条、上游材料56,824条,上级行业480条,下游产品390条,产品小类52,937条,所属行业3,946条。 |275|Python|2021-10-26|2021-10-26|
|
||||
|129|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 ,算法图书,algorithm|274|Java|2021-12-14|2021-06-30|
|
||||
|130|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|273|Python|2021-12-17|2021-11-22|
|
||||
|131|[flycash/interview-baguwen](https://github.com/flycash/interview-baguwen)|面试八股文|271|-|2021-09-19|2021-04-12|
|
||||
|132|[pprp/awesome-attention-mechanism-in-cv](https://github.com/pprp/awesome-attention-mechanism-in-cv)|:punch: 计算机视觉中用到的注意力模块和其他即插即用模块PyTorch Implementation Collection of Attention Module and Plug&Play Module|270|Python|2021-12-14|2021-01-10|
|
||||
|133|[Tyson0314/java-books](https://github.com/Tyson0314/java-books)|程序员常读书单整理,附下载地址,希望对你有帮助。书单包括设计模式、计算机网络、操作系统、数据库、数据结构与算法、架构、中间件等等。本仓库持续更新中,可以star一下,下次找书直接在上面搜索|269|-|2021-12-10|2021-07-25|
|
||||
|134|[csguide-dabai/interview-guide](https://github.com/csguide-dabai/interview-guide)|总结了后端面试八股文中的重点,希望能帮助各位准备互联网开发岗校招面试的同学。|265|-|2021-12-02|2021-08-06|
|
||||
|135|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|258|JavaScript|2021-09-13|2021-04-04|
|
||||
|136|[ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview](https://github.com/ZhongYi-LinuxDriverDev/EmbeddedSoftwareEngineerInterview)|嵌入式软件工程师笔试面试指南,主要收录笔试面试八股文。包括C/C++,计算机基础,操作系统,Linux驱动,Arm体系与架构,网络编程,大厂笔试面试题等。持续更新中~~有问题可以加我微信,LinuxDriverDev|256|-|2021-09-07|2021-04-07|
|
||||
|137|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|255|Python|2021-12-13|2021-07-29|
|
||||
|138|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿满61分!免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本|252|JavaScript|2021-12-08|2021-11-24|
|
||||
|139|[eddycjy/go-developer-roadmap](https://github.com/eddycjy/go-developer-roadmap)|【Go 学习地图】涵盖业内 Go 面试题和所需要掌握的 Go 核心知识大全|250|-|2021-09-20|2021-05-30|
|
||||
|140|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|249|Rust|2021-12-18|2021-08-17|
|
||||
|141|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|245|C++|2021-12-15|2021-12-06|
|
||||
|142|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|241|CSS|2021-12-16|2021-03-11|
|
||||
|143|[0voice/dpdk_engineer_manual](https://github.com/0voice/dpdk_engineer_manual)|【冲破内核瓶颈,让I/O性能飙升】DPDK工程师手册,官方文档,最新视频,开源项目,实战案例,论文,大厂内部ppt,知名工程师一览表|238|-|2021-09-04|2021-08-23|
|
||||
|144|[miaowmiaow/fragmject](https://github.com/miaowmiaow/fragmject)|真正的入门级的项目,通过对Kotlin和Jetpack全家桶的系统运用,实现的一个功能完备符合主流市场标准App。 一个代码够简单,内容够全面,知识够详细,能让你快速上手的项目,对理解其他项目设计思想和封装技巧也很有帮助。项目结构清晰,代码简洁优雅。|234|Kotlin|2021-12-18|2021-05-06|
|
||||
|145|[CoderMJLee/audio-video-dev-tutorial](https://github.com/CoderMJLee/audio-video-dev-tutorial)|简单易懂的音视频开发教程|233|C++|2021-07-08|2021-03-04|
|
||||
|146|[Veal98/Echo](https://github.com/Veal98/Echo)|🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。|233|JavaScript|2021-09-30|2021-01-17|
|
||||
|147|[chiupam/JD_Diy](https://github.com/chiupam/JD_Diy)|学习 python3 以来写的一些垃圾玩具……|231|Python|2021-11-01|2021-05-22|
|
||||
|148|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|229|Python|2021-09-30|2021-04-28|
|
||||
|149|[gys619/jdd](https://github.com/gys619/jdd)|自用的jd(京东)脚本合集|226|JavaScript|2021-12-13|2021-09-02|
|
||||
|150|[lrorpilla/jidoujisho](https://github.com/lrorpilla/jidoujisho)|A highly versatile and modular framework enabling language-agnostic immersion learning on mobile.|220|Dart|2021-12-18|2021-01-31|
|
||||
|151|[d2l-ai/courses-zh-v2](https://github.com/d2l-ai/courses-zh-v2)|中文版 v2 课程|220|Jupyter Notebook|2021-09-14|2021-01-26|
|
||||
|152|[coderit666/GoGuide](https://github.com/coderit666/GoGuide)|「Go语言学习指南」一份涵盖大部分 Golang 程序员所需要掌握的核心知识,拥有 Go语言教程、Go开源书籍、Go语言入门教程、Go语言学习路线。零基础学习 Go语言、Go编程,首选 GoGuide。|219|-|2021-11-09|2021-11-06|
|
||||
|153|[mikehuang99/wangxin-study](https://github.com/mikehuang99/wangxin-study)|浪树学习考试系统(wangxin-education)[课程点播、直播、刷题、考试、支付、营销],致力打造一个低成本通用的在线教育系统,让用户直接通过系统可视化配置并尽可能无须修改任何代码即可实现上线商用。系统采用前后端分离模式,前台和移动端采用vue.js为核心框架,后台采用Java语言,框架springboot+spring+mybatis+redis+mysql。系统目前主要功能有课程点播、 ...|218|Java|2021-09-06|2021-06-03|
|
||||
|154|[LeonLi0102/spring-in-action-v6-translate](https://github.com/LeonLi0102/spring-in-action-v6-translate)|Spring实战(第6版)翻译项目|213|-|2021-11-30|2021-09-28|
|
||||
|155|[Seazean/JavaNotes](https://github.com/Seazean/JavaNotes)|📁Java 学习笔记,排版整洁美观,内容由浅入深,欢迎关注|208|-|2021-12-12|2021-03-24|
|
||||
|156|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods |207|Swift|2021-12-16|2021-11-30|
|
||||
|157|[yfzhang114/Generalization-Causality](https://github.com/yfzhang114/Generalization-Causality)|关于domain generalization,domain adaptation,causality,robutness,prompt,optimization,generative model各式各样研究的阅读笔记|206|-|2021-11-25|2021-06-23|
|
||||
|158|[AllentDan/LibtorchTutorials](https://github.com/AllentDan/LibtorchTutorials)|This is a code repository for pytorch c++ (or libtorch) tutorial.|202|C++|2021-11-02|2021-01-27|
|
||||
|159|[whylisa/front-end-interview](https://github.com/whylisa/front-end-interview)|最强前端面试资源|200|-|2021-11-24|2021-07-22|
|
||||
|160|[ffffffff0x/Pentest101](https://github.com/ffffffff0x/Pentest101)|每周(也许不)分享一些关于渗透测试的知识点|199|-|2021-11-08|2021-01-14|
|
||||
|161|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|198|CSS|2021-10-26|2021-04-05|
|
||||
|162|[yuantn/MI-AOD](https://github.com/yuantn/MI-AOD)|Code for Multiple Instance Active Learning for Object Detection, CVPR 2021|198|Python|2021-11-12|2021-03-01|
|
||||
|163|[otokaze/189Cloud-Downloader](https://github.com/otokaze/189Cloud-Downloader)|一个不限速的天翼云网盘下载器。(支持分享链接下载、支持Windows、Linux、macOS)Based Go.|193|Go|2021-11-04|2021-01-25|
|
||||
|164|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|tvm learn|192|Python|2021-12-11|2021-03-16|
|
||||
|165|[blindmonk/WanArchitecture](https://github.com/blindmonk/WanArchitecture)|汇聚了业界知名架构文章。从建筑学的知识中得到一些对架构的思考,并以架构设计原则和目的对Jetpack MVVM 重新构造!|191|Kotlin|2021-06-17|2021-05-11|
|
||||
|166|[r0eXpeR/fingerprint](https://github.com/r0eXpeR/fingerprint)|各种工具指纹收集分享|190|Ruby|2021-11-03|2021-11-03|
|
||||
|167|[v2018z/xueXiQiangguo](https://github.com/v2018z/xueXiQiangguo)|学习强国 积分 自动 阅读 答题 - 支持每日、每周、专项答题|190|-|2021-12-10|2021-04-26|
|
||||
|168|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|186|Go|2021-12-14|2021-02-08|
|
||||
|169|[pen4uin/PentestNote](https://github.com/pen4uin/PentestNote)|个人输出,经验/思路/想法/总结/笔记/. . .|184|-|2021-12-09|2021-05-26|
|
||||
|170|[datamonday/Time-Series-Analysis-Tutorial](https://github.com/datamonday/Time-Series-Analysis-Tutorial)|时间序列分析教程|182|Jupyter Notebook|2021-06-01|2021-04-03|
|
||||
|171|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|180|Rust|2021-12-18|2021-11-17|
|
||||
|172|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|174|Shell|2021-12-19|2021-09-08|
|
||||
|173|[phodal/dx](https://github.com/phodal/dx)|《开发者体验:探索与重塑》电子书。book of research and refactoring in developer experience (WIP)|171|SCSS|2021-11-19|2021-10-15|
|
||||
|174|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|171|Go|2021-08-18|2021-07-11|
|
||||
|175|[coderit666/CNote](https://github.com/coderit666/CNote)|「CNote」一份涵盖大部分学习 C 语言所需要掌握的核心知识,致力于打造最易懂的 C语言入门教程,让天下没有难学的 C语言。(包含C语言教程、C语言精华文章)|168|-|2021-11-08|2021-07-30|
|
||||
|176|[rawchen/Blog](https://github.com/rawchen/Blog)|前后端分离博客 - SpringBoot + Vue|168|Java|2021-07-03|2021-04-25|
|
||||
|177|[asiL-tcefreP/blog](https://github.com/asiL-tcefreP/blog)|Blog Back-End(个人博客后端服务器)(基于Vue+Springboot+mybatisplus+SpringCloud+ELK等框架实现) 创作不易,如果可以,请帮忙star一下,谢谢!|167|Java|2021-06-02|2021-02-11|
|
||||
|178|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件,包含Flink实战代码和文档、200个Flink教程知识点,Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|165|Java|2021-12-02|2021-10-23|
|
||||
|179|[Gang-bb/Gangbb-SpringBoot](https://github.com/Gang-bb/Gangbb-SpringBoot)|一步一步搭建SpringBoot项目。博客详述细节|165|Java|2021-12-14|2021-01-21|
|
||||
|180|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|164|Jupyter Notebook|2021-12-16|2021-02-18|
|
||||
|181|[Co2333/myyearwithgit](https://github.com/Co2333/myyearwithgit)|代码仓库年终总结报告。|163|Swift|2021-12-09|2021-11-29|
|
||||
|182|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://touhou.ai/imgtrans/|163|Python|2021-12-13|2021-02-18|
|
||||
|183|[dingwpmz/netty-learning](https://github.com/dingwpmz/netty-learning)|《让天下没有难学Netty》系列博文40+,并且对RocketMQ远程通信框架的提取,通过阅读大牛对Netty的封装,感悟Netty编程之美。|162|Java|2021-07-17|2021-02-22|
|
||||
|184|[DL-Practise/YoloAll](https://github.com/DL-Practise/YoloAll)|YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest|157|Python|2021-12-02|2021-08-22|
|
||||
|185|[zhpanvip/AndroidNote](https://github.com/zhpanvip/AndroidNote)|个人学习笔记,Android面试指南。|155|-|2021-10-11|2021-02-15|
|
||||
|186|[TanaStudy/CS-Book](https://github.com/TanaStudy/CS-Book)|📚计算机类优质的书籍收藏,涵盖计算机基础、数据库、Java、微服务、设计模式等等等等👍👍👍,持续更新中🏃。|154|-|2021-11-25|2021-08-03|
|
||||
|187|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |154|C++|2021-11-07|2021-07-09|
|
||||
|188|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|153|HTML|2021-11-09|2021-09-23|
|
||||
|189|[nthack/IPTVM3U](https://github.com/nthack/IPTVM3U)|IPTV直播源、直播地址分享;M3U直播地址分享。主要分享:国内IPTV直播源、广东IPTV直播源、香港IPTV直播源。不定期增加列表,不定期检查。|152|-|2021-09-18|2021-03-22|
|
||||
|190|[guyuehome/guyueclass](https://github.com/guyuehome/guyueclass)|古月学院课程代码|152|Python|2021-11-29|2021-01-19|
|
||||
|191|[DWCTOD/CVPR2021-Papers-with-Code-Demo](https://github.com/DWCTOD/CVPR2021-Papers-with-Code-Demo)|收集 CVPR 最新的成果,包括论文、代码和demo视频等,欢迎大家推荐!|151|-|2021-07-16|2021-03-13|
|
||||
|192|[mrhuo/MrHuo.OAuth](https://github.com/mrhuo/MrHuo.OAuth)|.netcore 下最好用的第三方登录组件集合,集成了国内外大部分平台,欢迎使用。|151|C#|2021-07-03|2021-01-02|
|
||||
|193|[httaotao/glusterfs-book](https://github.com/httaotao/glusterfs-book)|作为国内第一本glusterfs的书籍,方便大家学习了解|148|-|2021-08-02|2021-08-02|
|
||||
|194|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|148|C|2021-09-12|2021-03-22|
|
||||
|195|[puge-up/programming-play](https://github.com/puge-up/programming-play)|致力于实习/校招/社招进大厂打法,计算机基础知识学习,C++、Java、算法学习路线,专注于编程打法!|141|-|2021-08-15|2021-03-09|
|
||||
|196|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|140|Jupyter Notebook|2021-09-22|2021-09-22|
|
||||
|197|[0voice/linux_environment_tools](https://github.com/0voice/linux_environment_tools)|总结linux环境开发工具,包含linux,虚拟机,编译器,编辑器,测试工具,加密工具|139|-|2021-11-11|2021-11-08|
|
||||
|198|[PureWhiteWu/nomicon-zh-Hans](https://github.com/PureWhiteWu/nomicon-zh-Hans)|Rust 死灵书简体中文翻译|139|Handlebars|2021-12-13|2021-09-21|
|
||||
|199|[ljinkai/weekly](https://github.com/ljinkai/weekly)|独立开发产品变现周刊,每周五发布。|138|-|2021-12-10|2021-04-28|
|
||||
|200|[EXHades/CyberSpaceSearchEngine-Research](https://github.com/EXHades/CyberSpaceSearchEngine-Research)|网络空间测绘/搜索引擎相关的资料|138|-|2021-08-13|2021-03-24|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
28
content/charts/new_repo/knowledge/Assembly.md
Normal file
28
content/charts/new_repo/knowledge/Assembly.md
Normal file
@ -0,0 +1,28 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Assembly
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[tanyugang/CodingMaster](https://github.com/tanyugang/CodingMaster)|Coding Master系列教程配套代码。|55|2021-09-04|2021-02-03|
|
||||
|2|[Staok/ARM-Linux-Study](https://github.com/Staok/ARM-Linux-Study)|ARM Linux 的学习历程,文章遵守 CC BY NC SA 4.0 协议。|6|2021-09-27|2021-04-03|
|
||||
|3|[yiwangchunyu/AI-RISC](https://github.com/yiwangchunyu/AI-RISC)|Design some simple RISV-V cores via verilog and vivado. 复旦大学《计算机与智能处理器体系结构 AI Core and RISC Architecture》Projects|6|2021-06-28|2021-03-27|
|
||||
|4|[ghosind/HariboteOS](https://github.com/ghosind/HariboteOS)|《30天自制操作系统》NASM+GCC+QEMU实现|5|2021-06-05|2021-02-25|
|
||||
|5|[CtrlZ233/bochsOS](https://github.com/CtrlZ233/bochsOS)|基于bochs和x86平台的32为微型操作系统,部分参考《操作系统真象还原》|4|2021-07-26|2021-06-19|
|
||||
|6|[EndlessCheng/asm-x86](https://github.com/EndlessCheng/asm-x86)|《x86 汇编语言:从实模式到保护模式》配套代码及工具|3|2021-10-29|2021-10-29|
|
||||
|7|[djh-sudo/tiny-OS-kernel](https://github.com/djh-sudo/tiny-OS-kernel)|《从零开始写一个操作系统》|3|2021-10-10|2021-10-10|
|
||||
|8|[Jolsonz/hust_kaoyan](https://github.com/Jolsonz/hust_kaoyan)|本人参与2020华中科技大学研究生考试复试期间所作的一些笔记,主要是数据库和汇编语言的。|3|2021-07-03|2021-07-03|
|
||||
|9|[richardhyy/AssemblyLab](https://github.com/richardhyy/AssemblyLab)|《汇编语言(第四版)》 - 王爽 - 实验/检查点 Assembly (4th Edition) - WangShuang - Labs|3|2021-06-12|2021-04-21|
|
||||
|10|[Vxer-Lee/8086_AsmNotes](https://github.com/Vxer-Lee/8086_AsmNotes)|《王爽汇编语言》学习笔记,学逆向必备前置技能。|2|2021-09-29|2021-09-27|
|
||||
|11|[lingbai-kong/computer-system](https://github.com/lingbai-kong/computer-system)|同济大学CS《计算机系统实验》实验二TongJi University CS computer system experiment assignment 2|2|2021-07-25|2021-07-25|
|
||||
|12|[TommyGong08/Sokoban](https://github.com/TommyGong08/Sokoban)|【汇编项目】BIT大三下学期课程项目——推箱子|2|2021-06-09|2021-05-26|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
30
content/charts/new_repo/knowledge/C.md
Normal file
30
content/charts/new_repo/knowledge/C.md
Normal file
@ -0,0 +1,30 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[sunym1993/flash-linux0.11-talk](https://github.com/sunym1993/flash-linux0.11-talk)|你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码|2840|2021-12-16|2021-11-06|
|
||||
|2|[hewei2001/HITSZ-OpenCS](https://github.com/hewei2001/HITSZ-OpenCS)|哈尔滨工业大学(深圳)计算机专业课程攻略 Guidance for courses in Department of Computer Science, Harbin Institute of Technology (Shenzhen)|423|2021-12-14|2021-03-05|
|
||||
|3|[plctlab/riscv-operating-system-mooc](https://github.com/plctlab/riscv-operating-system-mooc)|《从头写一个RISC-V OS》课程配套的资源|148|2021-09-12|2021-03-22|
|
||||
|4|[r0ysue/AndroidFridaBeginnersBook](https://github.com/r0ysue/AndroidFridaBeginnersBook)|《安卓Frida逆向与抓包实战》随书附件|120|2021-10-15|2021-04-26|
|
||||
|5|[LookCos/learn-data-structures](https://github.com/LookCos/learn-data-structures)|数据结构(C语言描述)学习笔记|105|2021-11-29|2021-10-09|
|
||||
|6|[kerwincui/wumei-smart](https://github.com/kerwincui/wumei-smart)|物美智能是一套开源的软硬件系统,可用于二次开发和学习,快速搭建自己的智能家居系统。硬件工程师可以把自己的设备集成到系统;软件工程师可以使用项目中的设备熟悉软硬件交互。|102|2021-07-16|2021-05-24|
|
||||
|7|[xinntao/Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan)|NCNN implementation of Real-ESRGAN. Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|67|2021-12-10|2021-07-31|
|
||||
|8|[bouffalolab/bl_mcu_sdk](https://github.com/bouffalolab/bl_mcu_sdk)|bl_mcu_sdk is MCU software development kit provided by Bouffalo Lab Team for BL602/BL604, BL702/BL704/BL706 and other series of RISC-V based chips in the future.|66|2021-12-11|2021-04-27|
|
||||
|9|[impact-eintr/LinuxC](https://github.com/impact-eintr/LinuxC)|听说C与Linux更搭配哦~ 内容包括:C基础 C++面向对象编程 基础数据结构 linux系统编程以及一些操作系统的相关知识|58|2021-12-06|2021-02-08|
|
||||
|10|[sunhuiquan/tlpi-learn](https://github.com/sunhuiquan/tlpi-learn)|My notes and solutions for The Linux Programing Interface book (TLPI)《UNIX/LINUX系统编程手册》笔记和解答|44|2021-11-07|2021-04-15|
|
||||
|11|[hzcx998/BookOS](https://github.com/hzcx998/BookOS)|BookOS is a tiny OS based on xbook2 kernel, you can use it to study!|38|2021-10-31|2021-02-05|
|
||||
|12|[puge-up/programming-cpp](https://github.com/puge-up/programming-cpp)|Linux C/C++ 学习笔记、内含视频 + 电子书 + 项目等,专注于 C++ 技术栈!|36|2021-08-15|2021-07-18|
|
||||
|13|[SuperPung/TJU-CourseSharing](https://github.com/SuperPung/TJU-CourseSharing)|天津大学课程共享计划|31|2021-11-13|2021-07-01|
|
||||
|14|[hhubibi/zju-isee](https://github.com/hhubibi/zju-isee)|浙江大学电子科学与技术专业部分课程仓库|30|2021-06-26|2021-02-27|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
30
content/charts/new_repo/knowledge/CPP.md
Normal file
30
content/charts/new_repo/knowledge/CPP.md
Normal file
@ -0,0 +1,30 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > C++
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[19PDP/Bilibili-plus](https://github.com/19PDP/Bilibili-plus)|课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB|1868|2021-11-30|2021-02-17|
|
||||
|2|[0voice/cpp_new_features](https://github.com/0voice/cpp_new_features)|2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等|1150|2021-10-21|2021-07-09|
|
||||
|3|[acm-clan/algorithm-stone](https://github.com/acm-clan/algorithm-stone)|ACM/LeetCode算法竞赛路线图,最全的算法学习地图!|780|2021-12-10|2021-02-18|
|
||||
|4|[0voice/introduce_c-cpp_manual](https://github.com/0voice/introduce_c-cpp_manual)|一个收集C/C++新手学习的入门项目,整理收纳开发者开源的小项目、工具、框架、游戏等,视频,书籍,面试题/算法题,技术文章。|245|2021-12-15|2021-12-06|
|
||||
|5|[CoderMJLee/audio-video-dev-tutorial](https://github.com/CoderMJLee/audio-video-dev-tutorial)|简单易懂的音视频开发教程|233|2021-07-08|2021-03-04|
|
||||
|6|[AllentDan/LibtorchTutorials](https://github.com/AllentDan/LibtorchTutorials)|This is a code repository for pytorch c++ (or libtorch) tutorial.|202|2021-11-02|2021-01-27|
|
||||
|7|[muluoleiguo/interview](https://github.com/muluoleiguo/interview)|linux C++ 服务器/后台开发 秋招整理资料 |154|2021-11-07|2021-07-09|
|
||||
|8|[Sugar0612/ReBirth](https://github.com/Sugar0612/ReBirth)|基于C++的Unreal4第三人称游戏学习笔记与制作过程(创建 ~ 架构思想~ 打包) A third-person game based on ue4.|106|2021-12-18|2021-11-04|
|
||||
|9|[MinerProxy/WiseNoDevFee](https://github.com/MinerProxy/WiseNoDevFee)|Ethereum NoDevFee: Support for GMiner, Phoenix Miner, Claymore, NBMiner, lolMiner, TeamRedMiner,T-Rex Miner, miniZ/老矿工以太坊反抽水软件,支持大多数主流内核和主流币种(eth, rvn,ergo,cfx等),仅供内部参考学习|91|2021-11-09|2021-07-21|
|
||||
|10|[ThisisGame/makegameengineatnight](https://github.com/ThisisGame/makegameengineatnight)|游戏引擎入门教程|85|2021-12-17|2021-03-09|
|
||||
|11|[heyhu/AndroidReverseStudy](https://github.com/heyhu/AndroidReverseStudy)|安卓逆向学习|80|2021-12-17|2021-04-07|
|
||||
|12|[Chuyu-Team/VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)|Shared to msvcrt.dll or ucrtbase.dll and optimize the C/C++ application file size.|75|2021-12-16|2021-08-08|
|
||||
|13|[weiyu666/GAMES202homework](https://github.com/weiyu666/GAMES202homework)|主要是学习闫老师的GAMES202高质量实时渲染完成的大作业|56|2021-10-08|2021-04-06|
|
||||
|14|[ShujiaHuang/Cpp-Primer-Plus-6th](https://github.com/ShujiaHuang/Cpp-Primer-Plus-6th)| 《C++ Primer Plus 第6版(中文版)》原书代码和习题答案|55|2021-12-03|2021-07-15|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
28
content/charts/new_repo/knowledge/CSHARP.md
Normal file
28
content/charts/new_repo/knowledge/CSHARP.md
Normal file
@ -0,0 +1,28 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > C#
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[XINCGer/UnityToolchainsTrick](https://github.com/XINCGer/UnityToolchainsTrick)|提供一些UnityEditor工具链开发的常用小技巧与示例(Provides some common tips and examples for developing the UnityEditor toolchain)|575|2021-11-19|2021-03-19|
|
||||
|2|[WPFDevelopersOrg/WPFDevelopers](https://github.com/WPFDevelopersOrg/WPFDevelopers)|WPF Developers Daily Share 🎉Ongoing update.|424|2021-12-18|2021-05-25|
|
||||
|3|[xuejmnet/sharding-core](https://github.com/xuejmnet/sharding-core)|high performance lightweight solution for efcore sharding table and sharding database support read-write-separation .一款ef-core下高性能、轻量级针对分表分库读写分离的解决方案,具有零依赖、零学习成本、零业务代码入侵|397|2021-12-18|2021-01-26|
|
||||
|4|[mrhuo/MrHuo.OAuth](https://github.com/mrhuo/MrHuo.OAuth)|.netcore 下最好用的第三方登录组件集合,集成了国内外大部分平台,欢迎使用。|151|2021-07-03|2021-01-02|
|
||||
|5|[wlgys8/GPUDrivenTerrainLearn](https://github.com/wlgys8/GPUDrivenTerrainLearn)|A Unity Project used for Learning GPU Driven Terrain Render|94|2021-07-17|2021-07-11|
|
||||
|6|[xpnas/inotify](https://github.com/xpnas/inotify)|一个简易消息通知系统,支持企业微信、电报机器人、邮件推送、内置BARK推送、钉钉群机器人、飞书群机器人,类似Server酱,支持私有Docker部署|86|2021-10-21|2021-03-24|
|
||||
|7|[xin-lai/Magicodes.Wx.Sdk](https://github.com/xin-lai/Magicodes.Wx.Sdk)|最简洁最易于使用的微信Sdk,包括公众号Sdk、小程序Sdk、企业微信Sdk等,以及Abp VNext集成。|72|2021-08-26|2021-02-02|
|
||||
|8|[Isayama-Kagura/TsubakiTranslator](https://github.com/Isayama-Kagura/TsubakiTranslator)|一款Galgame文本提取和翻译的工具|67|2021-12-17|2021-09-21|
|
||||
|9|[taecg/ShaderReference](https://github.com/taecg/ShaderReference)|针对Unity的Shader参考大全|58|2021-12-15|2021-07-23|
|
||||
|10|[lesliexinxin/LeslieXin.SimpleMMF](https://github.com/lesliexinxin/LeslieXin.SimpleMMF)|简单、易用的进程间通信框架,基于共享内存实现。 A simple, easy-to-use framework for interprocess communication based on shared memory|54|2021-08-05|2021-08-02|
|
||||
|11|[Anduin2017/CameraVoyeur](https://github.com/Anduin2017/CameraVoyeur)|摄像头黑入器。(基于RickAstley论文实现)|48|2021-09-13|2021-09-12|
|
||||
|12|[pwj0528/BiliBiliTool](https://github.com/pwj0528/BiliBiliTool)|.Net 5 编写的B站(哔哩哔哩)任务工具,通过GitHub Actions实现每日线上自动运行任务:每日自动登录、观看、分享、投币视频,获取每日任务的满额经验,轻松升级Level 6,实现自动领取大会员权益、月底自动为自己充电等功能。|27|2021-11-14|2021-04-07|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
40
content/charts/new_repo/knowledge/CSS.md
Normal file
40
content/charts/new_repo/knowledge/CSS.md
Normal file
@ -0,0 +1,40 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > CSS
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Lihaogx/graph-note-of-greek-myth](https://github.com/Lihaogx/graph-note-of-greek-myth)|希腊神话读书笔记|436|2021-12-13|2021-08-01|
|
||||
|2|[SummerSec/learning-codeql](https://github.com/SummerSec/learning-codeql)|CodeQL Java 全网最全的中文学习资料|241|2021-12-16|2021-03-11|
|
||||
|3|[disclose/research-threats](https://github.com/disclose/research-threats)|Collection of legal threats against good faith Security Researchers; vulnerability disclosure gone wrong. A continuation of work started by @attritionorg|198|2021-10-26|2021-04-05|
|
||||
|4|[yitd/wxkp](https://github.com/yitd/wxkp)|微信卡片分享链接在线制作工具|70|2021-12-11|2021-08-14|
|
||||
|5|[ChenYFan-Tester/IPFS_PHOTO_SHARE](https://github.com/ChenYFan-Tester/IPFS_PHOTO_SHARE)|💰用甚嚒服务器,ServerLess搭建一个图片分享站点! 基于CloudFlareWorker无服务器函数和IPFS去中心化存储的图片分享网站|58|2021-06-18|2021-06-10|
|
||||
|6|[AIAHUB/HUST-AIA-Courses-Resource](https://github.com/AIAHUB/HUST-AIA-Courses-Resource)|HUST-AIA学院课程资源|35|2021-11-17|2021-05-10|
|
||||
|7|[xunlutzp/xunlutzp.github.io](https://github.com/xunlutzp/xunlutzp.github.io)|《寻路桐梓坡》全文及GitBook网页|31|2021-06-04|2021-02-24|
|
||||
|8|[yu120/lemon-guide](https://github.com/yu120/lemon-guide)|收纳操作系统、JAVA、算法、数据库、中间件、解决方案、架构、DevOps和大数据等技术栈总结!|23|2021-11-06|2021-07-10|
|
||||
|9|[omnilingo/omnilingo](https://github.com/omnilingo/omnilingo)|Listening-based language learning|23|2021-09-16|2021-02-27|
|
||||
|10|[teedoc/teedoc](https://github.com/teedoc/teedoc)|wiki and multi docs friendly static document site generator(doc generator), convert markdown and jupyter notebook to html website. wiki 和多文档友好的静态文档网站生成工具|22|2021-12-09|2021-01-16|
|
||||
|11|[intro-nlp/intro-nlp.github.io](https://github.com/intro-nlp/intro-nlp.github.io)|《自然语言处理概论》 张奇、桂韬、黄萱菁著|20|2021-11-01|2021-05-25|
|
||||
|12|[WindSnowLi/vue-ssr-blog](https://github.com/WindSnowLi/vue-ssr-blog)|w-blog的前台部分,一个简单的nuxtJs的博客前台项目|14|2021-11-23|2021-07-19|
|
||||
|13|[viewweiwu/v2ex-zhihu-theme](https://github.com/viewweiwu/v2ex-zhihu-theme)|v2ex 知乎 主题样式|12|2021-12-15|2021-12-06|
|
||||
|14|[Nov8nana/typecho-theme-SimpleZ](https://github.com/Nov8nana/typecho-theme-SimpleZ)|SimpleZ 一款基于 typecho 的简约风单栏博客主题,专注于写作,抛弃了一切臃肿的功能。|11|2021-11-16|2021-06-21|
|
||||
|15|[ls870061011/cesium_training](https://github.com/ls870061011/cesium_training)|Cesium开发:入门篇-1、基础篇-2、工具篇-3、高级篇-4所有课程代码|11|2021-11-06|2021-04-30|
|
||||
|16|[arect/onedrive_blog](https://github.com/arect/onedrive_blog)|OneDrive/Blog 以OneDrive为储存的博客“引擎”|10|2021-12-16|2021-12-10|
|
||||
|17|[hassanblog/navigation](https://github.com/hassanblog/navigation)|框架为Hexo主题为WebStack的网址导航之个人美化版。搭建教程:https://hassanwong.top/posts/61c6c2e8/|10|2021-11-18|2021-02-19|
|
||||
|18|[zjp-CN/mdbook-theme](https://github.com/zjp-CN/mdbook-theme)|A preprocessor and a backend to config themes for mdbook, especially creating a pagetoc on the right and setting full color themes from the offical ace editor.|9|2021-07-08|2021-06-15|
|
||||
|19|[nexmoe/bilidx](https://github.com/nexmoe/bilidx)|📕 哔哩哔哩大学,收集哔哩哔哩的学习资源|8|2021-09-20|2021-02-27|
|
||||
|20|[houxinlin/OneBlog](https://github.com/houxinlin/OneBlog)|单页博客|7|2021-11-26|2021-10-20|
|
||||
|21|[RuoyuChen10/NEUQ_class](https://github.com/RuoyuChen10/NEUQ_class)|NEUQ测控专业的考试资料|7|2021-10-16|2021-09-05|
|
||||
|22|[RGDZ-GZU/math-knowledge-vault](https://github.com/RGDZ-GZU/math-knowledge-vault)|数学知识库|5|2021-11-29|2021-10-22|
|
||||
|23|[langzhou/toy-theme-for-siyuan](https://github.com/langzhou/toy-theme-for-siyuan)|思源笔记主题|5|2021-07-28|2021-06-10|
|
||||
|24|[liu75675231/article-crawler](https://github.com/liu75675231/article-crawler)|文章爬虫,会每天都爬取一些有价值的官方文档的博客文章,以便于能得到第一手的更新,教程等信息|5|2021-12-10|2021-02-15|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
32
content/charts/new_repo/knowledge/Dart.md
Normal file
32
content/charts/new_repo/knowledge/Dart.md
Normal file
@ -0,0 +1,32 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Dart
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[lrorpilla/jidoujisho](https://github.com/lrorpilla/jidoujisho)|A highly versatile and modular framework enabling language-agnostic immersion learning on mobile.|220|2021-12-18|2021-01-31|
|
||||
|2|[18824863285/BaseFlutter](https://github.com/18824863285/BaseFlutter)|Provider MVVM的最佳实践,最适合新手学习的flutter开源项目|103|2021-07-30|2021-03-28|
|
||||
|3|[longer96/flutter-demo](https://github.com/longer96/flutter-demo)|🔥Flutter 那些花里胡哨的界面🔥,花里胡哨的底部导航,仿抖音、小红书底部菜单,向上展开菜单,半圆菜单,中间凹进去的菜单,动画底部导航|69|2021-10-14|2021-06-21|
|
||||
|4|[nightmare-space/speed_share](https://github.com/nightmare-space/speed_share)|Speed Share is a highly available file sharing terminal on LAN(local area network) developed by flutter framework.|66|2021-12-17|2021-02-12|
|
||||
|5|[NewPracticer/Flutter-Dart-DataStructure](https://github.com/NewPracticer/Flutter-Dart-DataStructure)|使用flutter的dart语言重写数据结构与算法。包括线性搜索、选择排序、插入排序、栈,队列,链表、递归、归并排序、快速排序、二分搜索、二分搜索树、集合 和 映射、堆、优先队列、冒泡排序、希尔排序、线段树、Trie字典树、并查集、AVL树、红黑树、哈希表、计数排序、LSD基数排序、MSD排序,桶排序、字符串匹配、图的邻接矩阵、邻接表,深度优先遍历及应用|61|2021-09-24|2021-07-19|
|
||||
|6|[wo5813288/wan_giao](https://github.com/wo5813288/wan_giao)|学习flutter,所以系统的做一款应用来实践一下。这款应用也开发了很多内容了,后续还要继续更新功能。开发这个项目主要也是熟悉flutter的树形结构的写法和UI组件,项目中也用到了flutter比较流行的框架。|30|2021-12-09|2021-06-12|
|
||||
|7|[ezshine/FlutterWidgetsCatalog](https://github.com/ezshine/FlutterWidgetsCatalog)|a project for learning all Flutter Widgets , sync from flutter.dev the officia website.|28|2021-08-04|2021-03-16|
|
||||
|8|[mikai233/fstar-client](https://github.com/mikai233/fstar-client)|繁星课程表客户端|16|2021-10-23|2021-01-20|
|
||||
|9|[baiyuliang/Flutter-WanWan](https://github.com/baiyuliang/Flutter-WanWan)|Flutter入门项目(首页,消息,圈子,我的)|13|2021-08-17|2021-03-26|
|
||||
|10|[cocojian/flutter100days](https://github.com/cocojian/flutter100days)|这是一个flutter教程,用100天的时间来完成挑战,每天只需要完成一课,100天之后,你将遇见更好的自己。|8|2021-11-24|2021-11-21|
|
||||
|11|[Lester2020/flutter_study_demo](https://github.com/Lester2020/flutter_study_demo)|一个零基础入门学习flutter的demo总结,里面覆盖flutter常用组件和APP的基本框架结构样式。|8|2021-10-14|2021-08-27|
|
||||
|12|[yy1300326388/flutter_widgets](https://github.com/yy1300326388/flutter_widgets)|🔥 Flutter Widgets 掘金对应专栏,欢迎关注|7|2021-06-30|2021-06-01|
|
||||
|13|[kangshaojun/study-notes](https://github.com/kangshaojun/study-notes)|Flutter React Golang WebRTC等技术学习笔记|6|2021-08-14|2021-07-16|
|
||||
|14|[zhou-Flutter/flutter_dome](https://github.com/zhou-Flutter/flutter_dome)|实战小红书|6|2021-10-31|2021-06-15|
|
||||
|15|[CallMeDK/flutter_stock_project](https://github.com/CallMeDK/flutter_stock_project)|flutter仿写自选股详情,感兴趣的小伙伴fork下一起学习dart。|5|2021-07-26|2021-07-26|
|
||||
|16|[liufeng125300/douyin](https://github.com/liufeng125300/douyin)|flutter 学习进行中(抖音项目)|4|2021-06-29|2021-06-17|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
26
content/charts/new_repo/knowledge/Go.md
Normal file
26
content/charts/new_repo/knowledge/Go.md
Normal file
@ -0,0 +1,26 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Go
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[xiaobaiTech/golangFamily](https://github.com/xiaobaiTech/golangFamily)|【超全golang面试题合集+golang学习指南+golang知识图谱+入门成长路线】 一份涵盖大部分golang程序员所需要掌握的核心知识。常用第三方库(mysql,mq,es,redis等)+机器学习库+算法库+游戏库+开源框架+自然语言处理nlp库+网络库+视频库+微服务框架+视频教程+音频音乐库+图形图片库+物联网库+地理位置信息+嵌入式脚本库+编译器库+数据库+金融库+电子邮件库+电子 ...|1641|2021-10-16|2021-01-06|
|
||||
|2|[chai2010/ugo-compiler-book](https://github.com/chai2010/ugo-compiler-book)|:books: µGo语言实现(从头开发一个迷你Go语言编译器)|653|2021-12-17|2021-11-03|
|
||||
|3|[chenjiandongx/mandodb](https://github.com/chenjiandongx/mandodb)|🤔 A minimize Time Series Database, written from scratch as a learning project. 从零开始实现一个 TSDB|444|2021-08-08|2021-06-19|
|
||||
|4|[Metarget/cloud-native-security-book](https://github.com/Metarget/cloud-native-security-book)|《云原生安全:攻防实践与体系构建》资料仓库|318|2021-11-26|2021-09-25|
|
||||
|5|[otokaze/189Cloud-Downloader](https://github.com/otokaze/189Cloud-Downloader)|一个不限速的天翼云网盘下载器。(支持分享链接下载、支持Windows、Linux、macOS)Based Go.|193|2021-11-04|2021-01-25|
|
||||
|6|[zeromicro/zero-examples](https://github.com/zeromicro/zero-examples)|go-zero examples|186|2021-12-14|2021-02-08|
|
||||
|7|[sci-hub-p2p/sci-hub-p2p](https://github.com/sci-hub-p2p/sci-hub-p2p)|fetch and serve papers in p2p network|171|2021-08-18|2021-07-11|
|
||||
|8|[lemoex/oci-help](https://github.com/lemoex/oci-help)|甲骨文实例抢购教程|120|2021-12-03|2021-10-18|
|
||||
|9|[virusdefender/copy-cert](https://github.com/virusdefender/copy-cert)|基于已知网站 ssl 证书的信息生成新的自签名证书,除了证书是不被信任的以外,其他的信息看上去基本一致,用于伪装流量。|82|2021-11-09|2021-11-08|
|
||||
|10|[bodhiye/paste](https://github.com/bodhiye/paste)|代码便利贴,在线代码分享平台~|62|2021-08-13|2021-02-25|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
16
content/charts/new_repo/knowledge/Groovy.md
Normal file
16
content/charts/new_repo/knowledge/Groovy.md
Normal file
@ -0,0 +1,16 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Groovy
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
47
content/charts/new_repo/knowledge/HTML.md
Normal file
47
content/charts/new_repo/knowledge/HTML.md
Normal file
@ -0,0 +1,47 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > HTML
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[QianMo/Real-Time-Rendering-4th-Bibliography-Collection](https://github.com/QianMo/Real-Time-Rendering-4th-Bibliography-Collection)|Real-Time Rendering 4th (RTR4) 参考文献合集典藏 Collection of <Real-Time Rendering 4th (RTR4)> Bibliography / Reference|1973|2021-10-31|2021-10-02|
|
||||
|2|[haixiangyan/one-day-one-npm-lib](https://github.com/haixiangyan/one-day-one-npm-lib)|🔥 🔥 这本小书会带你造 10 个非常实用的 npm 库 📦|1373|2021-09-09|2021-04-28|
|
||||
|3|[HZFE/awesome-interview](https://github.com/HZFE/awesome-interview)|剑指前端 Offer|1343|2021-11-20|2021-08-23|
|
||||
|4|[unclestrong/DeepLearning_LHY21_Notes](https://github.com/unclestrong/DeepLearning_LHY21_Notes)|深度学习 李宏毅 2021 学习笔记|718|2021-10-30|2021-03-11|
|
||||
|5|[cckuailong/vulbase](https://github.com/cckuailong/vulbase)|各大漏洞文库合集|420|2021-10-05|2021-08-28|
|
||||
|6|[flutterchina/flutter_in_action_2nd](https://github.com/flutterchina/flutter_in_action_2nd)|《Flutter实战 第二版》- 书稿(未完成)|306|2021-12-06|2021-08-29|
|
||||
|7|[koolshare/koolcenter](https://github.com/koolshare/koolcenter)|提供评测文章,固件教程,插件使用说明等。|153|2021-11-09|2021-09-23|
|
||||
|8|[ghaiklor/type-challenges-solutions](https://github.com/ghaiklor/type-challenges-solutions)|Solutions for the collection of TypeScript type challenges with explanations|127|2021-12-17|2021-01-10|
|
||||
|9|[su37josephxia/bytedance-youth-training-camp](https://github.com/su37josephxia/bytedance-youth-training-camp)|字节青训营教程|119|2021-10-08|2021-09-18|
|
||||
|10|[NakanoMikuOrg/arch-guide](https://github.com/NakanoMikuOrg/arch-guide)|✨ archlinux 简明指南 本指南包含从 archlinux 安装、显卡驱动、日常软件配置、多媒体制作、编程等你可能需要的全部内容 提供在线文档 ✨|104|2021-12-18|2021-05-29|
|
||||
|11|[ttttmr/wechat2rss](https://github.com/ttttmr/wechat2rss)|微信公众号转RSS|103|2021-12-17|2021-09-25|
|
||||
|12|[sqlsec/Hackintosh](https://github.com/sqlsec/Hackintosh)|国光的黑苹果安装教程:手把手教你配置 OpenCore|96|2021-12-15|2021-09-15|
|
||||
|13|[jaywcjlove/regexp-example](https://github.com/jaywcjlove/regexp-example)|正则表达式实例搜集,通过实例来学习正则表达式。|69|2021-12-11|2021-11-15|
|
||||
|14|[MikeCreken/lanlanInterview](https://github.com/MikeCreken/lanlanInterview)|此仓库将包含各大银行的基本介绍,笔试面试特点,发现这个宝库就离上岸不远了,哼|68|2021-11-25|2021-11-13|
|
||||
|15|[beichensky/Blog](https://github.com/beichensky/Blog)|经常写博客的地方,会时常记录一些学习笔记、技术博客或者踩坑历程。|63|2021-08-24|2021-02-25|
|
||||
|16|[mobxjs/zh.mobx.js.org](https://github.com/mobxjs/zh.mobx.js.org)|Mobx中文文档|34|2021-12-03|2021-02-05|
|
||||
|17|[LBruyne/ZJU-SE-CourseMaterial](https://github.com/LBruyne/ZJU-SE-CourseMaterial)|本人在ZJU软件(文档)工程的一些学习资料分享|33|2021-08-03|2021-01-14|
|
||||
|18|[lopezbec/COVID19_Tweets_Dataset](https://github.com/lopezbec/COVID19_Tweets_Dataset)|This dataset contains all the 2021 COVID-19 related data from the paper "An Augmented Multilingual Twitter Dataset for Studying the COVID-19 Infodemic" |32|2021-12-10|2021-07-15|
|
||||
|19|[wangtunan/involution](https://github.com/wangtunan/involution)|前端面试内卷仓库|32|2021-10-25|2021-02-26|
|
||||
|20|[muzihuaner/E-Cert](https://github.com/muzihuaner/E-Cert)|电子证书生成器|31|2021-08-28|2021-08-27|
|
||||
|21|[tomoya92/dstmod-tutorial](https://github.com/tomoya92/dstmod-tutorial)|饥荒mod开发教程,慢慢完善中|26|2021-12-18|2021-07-22|
|
||||
|22|[carlsummer/python_developer_tools](https://github.com/carlsummer/python_developer_tools)|论文复现,多机多卡|24|2021-12-14|2021-04-30|
|
||||
|23|[RenektonChr/gitbook](https://github.com/RenektonChr/gitbook)|renekton的gitbook|22|2021-11-17|2021-04-27|
|
||||
|24|[SambacFeng/SWU-SE-HELPER](https://github.com/SambacFeng/SWU-SE-HELPER)|西南大学软件工程专业生存指南,提供专业所需学习的课程资料,学习攻略等|21|2021-11-30|2021-06-27|
|
||||
|25|[Biusec/Open_the_cyber_security_door](https://github.com/Biusec/Open_the_cyber_security_door)|打开网络安全之门(网络安全各方向学习指南)|20|2021-08-04|2021-07-02|
|
||||
|26|[HaujetZhao/ShortcutMapper_Chinese](https://github.com/HaujetZhao/ShortcutMapper_Chinese)|可视化、交互式的快捷键映射图,中文版本,可以直观地查找快捷键。不懂编程也可以方便地修改、添加快捷键。|19|2021-11-13|2021-02-20|
|
||||
|27|[sh2288/transer](https://github.com/sh2288/transer)|文字游戏_翻译君_调用有道,百度,腾讯,彩云...调用云翻译API的GALGAME翻译工具|18|2021-11-15|2021-07-28|
|
||||
|28|[liuzhijun-source/spacemacs-14-days](https://github.com/liuzhijun-source/spacemacs-14-days)|一个 Spacemacs 的入门教程|17|2021-12-04|2021-09-20|
|
||||
|29|[sjh0020/aria2](https://github.com/sjh0020/aria2)|这是一个懒人合集包,参考自知乎|17|2021-10-25|2021-03-19|
|
||||
|30|[MikesWei/wechat-blog](https://github.com/MikesWei/wechat-blog)|分享Cesium、three.js等开发技术使用心得、经验,附带一些源码|16|2021-12-06|2021-09-16|
|
||||
|31|[WCY-dt/SEU-CyberSecurity-courses](https://github.com/WCY-dt/SEU-CyberSecurity-courses)|东南大学网络空间安全学院学习资料整理。包含课件、笔记、试卷、作业等。|16|2021-11-18|2021-04-23|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
44
content/charts/new_repo/knowledge/Java.md
Normal file
44
content/charts/new_repo/knowledge/Java.md
Normal file
@ -0,0 +1,44 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Java
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[chefyuan/algorithm-base](https://github.com/chefyuan/algorithm-base)|专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!|9406|2021-11-07|2021-03-17|
|
||||
|2|[fuzhengwei/small-spring](https://github.com/fuzhengwei/small-spring)|🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。|2361|2021-12-15|2021-05-15|
|
||||
|3|[pppscn/SmsForwarder](https://github.com/pppscn/SmsForwarder)|短信转发器——监控Android手机短信、来电、APP通知,并根据指定规则转发到其他手机:钉钉机器人、企业微信群机器人、飞书机器人、企业微信应用消息、邮箱、bark、webhook、Telegram机器人、Server酱、PushPlus、手机短信等。PS.这个APK主要是学习与自用,如有BUG请提ISSUE,同时欢迎大家提PR指正|2040|2021-12-15|2021-02-10|
|
||||
|4|[Skykai521/AndroidDeveloperAdvancedManual](https://github.com/Skykai521/AndroidDeveloperAdvancedManual)|Android 工程师进阶手册(8 年 Android 开发者的成长感悟)|550|2021-11-21|2021-11-04|
|
||||
|5|[TanaStudy/Java-Study](https://github.com/TanaStudy/Java-Study)|🚀Java学习过程中的的代码记录。Java基础、Spring、SpringBoot、分布式项目、Demo等等等等等👍👍👍。|530|2021-12-19|2021-07-27|
|
||||
|6|[bitterzzZZ/MemoryShellLearn](https://github.com/bitterzzZZ/MemoryShellLearn)|分享几个直接可用的内存马,记录一下学习过程中看过的文章|495|2021-06-08|2021-06-08|
|
||||
|7|[fynch3r/Gadgets](https://github.com/fynch3r/Gadgets)|Java反序列化漏洞利用链补全计划,仅用于个人归纳总结。|373|2021-12-03|2021-05-11|
|
||||
|8|[zinggAI/zingg](https://github.com/zinggAI/zingg)|Scalable data mastering, deduplication and entity resolution.|334|2021-12-17|2021-08-25|
|
||||
|9|[liangjian66/algo](https://github.com/liangjian66/algo)|算法学习 ,算法图书,algorithm|274|2021-12-14|2021-06-30|
|
||||
|10|[mikehuang99/wangxin-study](https://github.com/mikehuang99/wangxin-study)|浪树学习考试系统(wangxin-education)[课程点播、直播、刷题、考试、支付、营销],致力打造一个低成本通用的在线教育系统,让用户直接通过系统可视化配置并尽可能无须修改任何代码即可实现上线商用。系统采用前后端分离模式,前台和移动端采用vue.js为核心框架,后台采用Java语言,框架springboot+spring+mybatis+redis+mysql。系统目前主要功能有课程点播、 ...|218|2021-09-06|2021-06-03|
|
||||
|11|[rawchen/Blog](https://github.com/rawchen/Blog)|前后端分离博客 - SpringBoot + Vue|168|2021-07-03|2021-04-25|
|
||||
|12|[asiL-tcefreP/blog](https://github.com/asiL-tcefreP/blog)|Blog Back-End(个人博客后端服务器)(基于Vue+Springboot+mybatisplus+SpringCloud+ELK等框架实现) 创作不易,如果可以,请帮忙star一下,谢谢!|167|2021-06-02|2021-02-11|
|
||||
|13|[threeknowbigdata/flink_second_understand](https://github.com/threeknowbigdata/flink_second_understand)|该仓库专注于让读者秒懂Flink组件,包含Flink实战代码和文档、200个Flink教程知识点,Flink Datastream、Flink Table、Flink Window、Flink State、Flink Checkpoint、Flink Metrics、Flink Memory、Flink on standalone /yarn/k8s、Flink SQL、Flink CEP、Fli ...|165|2021-12-02|2021-10-23|
|
||||
|14|[Gang-bb/Gangbb-SpringBoot](https://github.com/Gang-bb/Gangbb-SpringBoot)|一步一步搭建SpringBoot项目。博客详述细节|165|2021-12-14|2021-01-21|
|
||||
|15|[dingwpmz/netty-learning](https://github.com/dingwpmz/netty-learning)|《让天下没有难学Netty》系列博文40+,并且对RocketMQ远程通信框架的提取,通过阅读大牛对Netty的封装,感悟Netty编程之美。|162|2021-07-17|2021-02-22|
|
||||
|16|[liyupi/father](https://github.com/liyupi/father)|专业的表情包网站,搜表情,找爸爸!适合前端、Java 开发者学习的全栈项目|134|2021-10-23|2021-10-20|
|
||||
|17|[moonbig/Exchange](https://github.com/moonbig/Exchange)|2021年更新开源数字货币合约交易所,基于Java开发的比特币交易所 BTC交易所 ETH交易所 数字货币交易所 交易平台 撮合交易引擎。本项目有完整的撮合交易引擎源码、后台管理(后端+前端)、前台(交易页面、活动页面、个人中心等)、安卓APP源码、苹果APP源码、币种钱包RPC源码。开源项目仅供学习参考,请勿用于非法用途|129|2021-06-05|2021-06-05|
|
||||
|18|[canliture/nju-software-analysis-homework](https://github.com/canliture/nju-software-analysis-homework)|南京大学《软件分析》课程课后作业(非Bamboo) NJU's software analysis homework; ... Not official, just a reference|123|2021-11-18|2021-10-09|
|
||||
|19|[algorithmzuo/coding-for-great-offer](https://github.com/algorithmzuo/coding-for-great-offer)|大厂刷题班|118|2021-12-18|2021-04-13|
|
||||
|20|[FiboAI/EngineX](https://github.com/FiboAI/EngineX)| Engine X - 实时AI智能决策引擎、规则引擎、风控引擎、数据流引擎。 通过可视化界面进行规则配置,无需繁琐开发,节约人力,提升效率,实时监控,减少错误率,随时调整; 支持规则集、评分卡、决策树,名单库管理、机器学习模型、三方数据接入、定制化开发等;|110|2021-12-15|2021-11-23|
|
||||
|21|[laowenruo/Spring-Blog](https://github.com/laowenruo/Spring-Blog)| 😎基于SpringBoot+MyBatis进行前后端开发的个人博客网站,优化了许多功能模块,版本不断维护中。(期末项目/毕业设计/新手推荐)|95|2021-09-01|2021-03-20|
|
||||
|22|[yubifeng/SkyBlog](https://github.com/yubifeng/SkyBlog)|一个简单的Spring Boot + Vue 前后端分离的博客系统 https://skymo.top|91|2021-08-25|2021-04-25|
|
||||
|23|[UHungLin/AnimeDownloader](https://github.com/UHungLin/AnimeDownloader)|bilibili B站 哔哩哔哩 acfun A站 樱花动漫 番剧下载器(Video Downloader):smiley: 仅供学习交流 求 star orz|88|2021-11-22|2021-08-05|
|
||||
|24|[zhouhuandev/BaseDemo](https://github.com/zhouhuandev/BaseDemo)|BaseDemo 是Android MVVM + Retrofit + OkHttp + Coroutine 协程 + Room + 组件化架构的Android应用开发规范化架构,通过不断的升级迭代,目前主要分为两个版本,分别为分支 MVVM+Databinding 组件化版本,分支MVVM+Databinding+Single 单体版本。旨在帮助您快速构建属于自己的APP项目架构,做到快速响应上 ...|65|2021-11-26|2021-03-11|
|
||||
|25|[xrfinbupt/leetcode_java](https://github.com/xrfinbupt/leetcode_java)|Objective: To improve code ability and thinking ability. 目标:提升代码能力 思维能力 每日磨刀(认认真真刷题 精刷300题 按照tag刷 顺便解决 面试中考查算法和代码的问题)把它当作个人名片去认真做这件事情|63|2021-12-05|2021-01-02|
|
||||
|26|[CoderAlee/PaintedSkin](https://github.com/CoderAlee/PaintedSkin)|一款解决Android App 换肤框架,极低的侵入性与学习成本。|60|2021-10-29|2021-02-16|
|
||||
|27|[MilitaryIntelligence6/Cva](https://github.com/MilitaryIntelligence6/Cva)|从0实现一个JVM语言Cva及教程, 目前实现编译器;|55|2021-09-01|2021-02-14|
|
||||
|28|[alangsuo/BILIBILI-HELPER-PRE](https://github.com/alangsuo/BILIBILI-HELPER-PRE)|这是一个利用 Linux Crontab , Docker等方式实现哔哩哔哩(Bilibili)每日任务投币,点赞,分享视频,直播签到,银瓜子兑换硬币,漫画每日签到,简单配置即可每日轻松获取 65 经验值,快来和我一起成为 Lv6 吧~~~~|53|2021-10-08|2021-04-29|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
30
content/charts/new_repo/knowledge/JavaScript.md
Normal file
30
content/charts/new_repo/knowledge/JavaScript.md
Normal file
@ -0,0 +1,30 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > JavaScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[liyupi/code-nav](https://github.com/liyupi/code-nav)|💎 专业的编程导航,帮你找到优质的编程学习资源!公众号【编程导航】 ☁️ 前后端均开源,励志成为最好的全栈云开发项目!|1399|2021-08-30|2021-01-09|
|
||||
|2|[aykutkardas/regexlearn.com](https://github.com/aykutkardas/regexlearn.com)|Learn RegEx step by step, from zero to advanced.|1060|2021-12-19|2021-08-28|
|
||||
|3|[huaize2020/awesome-nodejs](https://github.com/huaize2020/awesome-nodejs)|Node.js 资源大全中文版。An awesome Node.js packages and resources|756|2021-12-09|2021-04-13|
|
||||
|4|[TechXueXi/techxuexi-js](https://github.com/TechXueXi/techxuexi-js)|油猴等插件的 学习强国 js 代码 45分/天|688|2021-12-16|2021-10-11|
|
||||
|5|[lukesyy/jd_yun](https://github.com/lukesyy/jd_yun)|京东合集-----腾讯云函数|478|2021-12-18|2021-06-11|
|
||||
|6|[feeddd/feeds](https://github.com/feeddd/feeds)|免费的公众号 RSS,支持扩展任意 APP|451|2021-12-18|2021-08-17|
|
||||
|7|[Rust-Coding-Guidelines/rust-coding-guidelines-zh](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)|Rust 编码规范 中文版 (非官方)|412|2021-12-16|2021-04-02|
|
||||
|8|[QuarkGluonPlasma/babel-plugin-exercize](https://github.com/QuarkGluonPlasma/babel-plugin-exercize)|小册《babel插件通关秘籍》实战案例代码|258|2021-09-13|2021-04-04|
|
||||
|9|[dundunnp/hamibot-auto_xuexiqiangguo](https://github.com/dundunnp/hamibot-auto_xuexiqiangguo)|每日拿满61分!免root,四人赛双人对战秒答,基于Hamibot的安卓端学习强国自动化脚本|252|2021-12-08|2021-11-24|
|
||||
|10|[Veal98/Echo](https://github.com/Veal98/Echo)|🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。|233|2021-09-30|2021-01-17|
|
||||
|11|[gys619/jdd](https://github.com/gys619/jdd)|自用的jd(京东)脚本合集|226|2021-12-13|2021-09-02|
|
||||
|12|[miaochenxi/chaoxing-sign-cli](https://github.com/miaochenxi/chaoxing-sign-cli)|超星学习通签到Nodejs脚本。支持普通签到、拍照签到、手势签到、位置签到、二维码签到。|131|2021-12-06|2021-10-25|
|
||||
|13|[xxxDeveloper/algorithm-notes](https://github.com/xxxDeveloper/algorithm-notes)|📝 一个小前端的算法笔记 / js algorithm notes|110|2021-12-08|2021-07-15|
|
||||
|14|[Annyoo2021/scripts](https://github.com/Annyoo2021/scripts)|lxk最终版 及 搬运整理 学习自用|99|2021-12-13|2021-08-01|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
56
content/charts/new_repo/knowledge/Jupyter-Notebook.md
Normal file
56
content/charts/new_repo/knowledge/Jupyter-Notebook.md
Normal file
@ -0,0 +1,56 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Jupyter Notebook
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Fafa-DL/Lhy_Machine_Learning](https://github.com/Fafa-DL/Lhy_Machine_Learning)|李宏毅2021春季机器学习课程课件及作业|1336|2021-06-23|2021-02-28|
|
||||
|2|[Charmve/computer-vision-in-action](https://github.com/Charmve/computer-vision-in-action)|《计算机视觉实战演练:算法与应用》中文电子书、源码、读者交流社区(持续更新中 ...) 📘 在线电子书 https://charmve.github.io/computer-vision-in-action/ 👇项目主页|1234|2021-12-14|2021-04-29|
|
||||
|3|[fengdu78/WZU-machine-learning-course](https://github.com/fengdu78/WZU-machine-learning-course)|温州大学《机器学习》课程资料(代码、课件等)|793|2021-12-10|2021-03-21|
|
||||
|4|[openvinotoolkit/openvino_notebooks](https://github.com/openvinotoolkit/openvino_notebooks)|📚 A collection of Jupyter notebooks for learning and experimenting with OpenVINO 👓|483|2021-12-19|2021-03-11|
|
||||
|5|[wolfparticle/machineLearningDeepLearning](https://github.com/wolfparticle/machineLearningDeepLearning)|李宏毅2021机器学习深度学习笔记PPT作业|337|2021-06-14|2021-03-02|
|
||||
|6|[d2l-ai/courses-zh-v2](https://github.com/d2l-ai/courses-zh-v2)|中文版 v2 课程|220|2021-09-14|2021-01-26|
|
||||
|7|[datamonday/Time-Series-Analysis-Tutorial](https://github.com/datamonday/Time-Series-Analysis-Tutorial)|时间序列分析教程|182|2021-06-01|2021-04-03|
|
||||
|8|[microsoft/AIforEarthDataSets](https://github.com/microsoft/AIforEarthDataSets)|Notebooks and documentation for AI-for-Earth-managed datasets on Azure|164|2021-12-16|2021-02-18|
|
||||
|9|[liuhuanshuo/Pandas_Advanced_Exercise](https://github.com/liuhuanshuo/Pandas_Advanced_Exercise)|Pandas进阶修炼300题|140|2021-09-22|2021-09-22|
|
||||
|10|[datawhalechina/machine-learning-toy-code](https://github.com/datawhalechina/machine-learning-toy-code)|《机器学习》(西瓜书)代码实战|97|2021-12-17|2021-07-16|
|
||||
|11|[sherlcok314159/ML](https://github.com/sherlcok314159/ML)|此仓库将介绍Deep Learning 所需要的基础知识以及NLP方面的模型原理到项目实操 : )|88|2021-12-15|2021-02-19|
|
||||
|12|[ZitongLu1996/Python-EEG-Handbook](https://github.com/ZitongLu1996/Python-EEG-Handbook)|Python脑电数据处理中文手册 - A Chinese handbook for EEG data analysis based on Python|86|2021-09-23|2021-07-02|
|
||||
|13|[shibing624/nlp-tutorial](https://github.com/shibing624/nlp-tutorial)|自然语言处理(NLP)教程,包括:词向量,词法分析,预训练语言模型,文本分类,文本语义匹配,信息抽取,翻译,对话。|63|2021-10-21|2021-08-06|
|
||||
|14|[xinychen/latex-cookbook](https://github.com/xinychen/latex-cookbook)|LaTeX论文写作教程 (中文版)|62|2021-12-11|2021-03-29|
|
||||
|15|[HuangCongQing/3D-Point-Clouds](https://github.com/HuangCongQing/3D-Point-Clouds)|🔥3D点云目标检测&语义分割-SOTA方法,代码,论文,数据集等|56|2021-10-13|2021-01-15|
|
||||
|16|[Sharpiless/yolov5-distillation-5.0](https://github.com/Sharpiless/yolov5-distillation-5.0)|yolov5 5.0 version distillation yolov5 5.0版本知识蒸馏,yolov5l >> yolov5s|49|2021-07-29|2021-05-17|
|
||||
|17|[skywateryang/timeseries101](https://github.com/skywateryang/timeseries101)|本教程独立网站已上线|46|2021-08-29|2021-06-11|
|
||||
|18|[ssssww0905/-PyTorch-](https://github.com/ssssww0905/-PyTorch-)|【PyTorch】手把手教你跑通第一个神经网络|38|2021-12-15|2021-11-19|
|
||||
|19|[fly51fly/Principle_of_Web_Search_2021](https://github.com/fly51fly/Principle_of_Web_Search_2021)|北邮《网络搜索引擎原理》课程(2021)|38|2021-11-05|2021-09-17|
|
||||
|20|[PolarisRisingWar/cs224w-2021-winter-colab](https://github.com/PolarisRisingWar/cs224w-2021-winter-colab)|cs224w(图机器学习)2021冬季课程的colab|38|2021-07-09|2021-05-02|
|
||||
|21|[LaoGong-zp/Transformer](https://github.com/LaoGong-zp/Transformer)| Learning materials of Transformer, including my code, XMind, PDF and so on|35|2021-09-28|2021-09-24|
|
||||
|22|[johnnychen94/Julia_and_its_applications](https://github.com/johnnychen94/Julia_and_its_applications)|2021 年《Julia 语言及其应用》系列讲座的材料|33|2021-12-05|2021-10-16|
|
||||
|23|[datawhalechina/learn-python-the-smart-way](https://github.com/datawhalechina/learn-python-the-smart-way)|聪明方法学Python,简明且系统的 Python 入门教程。|33|2021-11-14|2021-07-10|
|
||||
|24|[jcchan23/CoMPT](https://github.com/jcchan23/CoMPT)|Code of our IJCAI2021 paper: "Learning Attributed Graph Representation with Communicative Message Passing Transformer"|32|2021-09-08|2021-02-03|
|
||||
|25|[xiaoyusmd/PythonDataScience](https://github.com/xiaoyusmd/PythonDataScience)|Python数据科学系专栏(pandas、Numpy、SKlearn、Matplotlib)、实战项目(代码、讲解、数据集)|31|2021-12-18|2021-01-17|
|
||||
|26|[xieliaing/Data_Science_Industrial_Practice](https://github.com/xieliaing/Data_Science_Industrial_Practice)|《数据科学工程实践》一书的Jupyter Notebook库,以及交流园地。|30|2021-06-18|2021-04-08|
|
||||
|27|[sofroniewn/tutorial-scipy2021-bioimage-analysis-fundamentals](https://github.com/sofroniewn/tutorial-scipy2021-bioimage-analysis-fundamentals)|Tutorial for SciPy 2021 Bioimage Analysis Fundamentals in Python|25|2021-07-13|2021-07-12|
|
||||
|28|[HeXavi8/Mathematical-Modeling](https://github.com/HeXavi8/Mathematical-Modeling)|A sharing of the learning process of mathematical modeling 数学建模常用工具模型算法分享:数学建模竞赛优秀论文,数学建模常用算法模型,LaTeX论文模板,SPSS工具分享。|25|2021-11-20|2021-01-25|
|
||||
|29|[dmarx/anthology-of-modern-ml](https://github.com/dmarx/anthology-of-modern-ml)|Collection of important articles to be treated as a textbook|20|2021-12-16|2021-07-14|
|
||||
|30|[Anjin-Liu/Openset_Learning_AOSR](https://github.com/Anjin-Liu/Openset_Learning_AOSR)|Source code for ICML2021 Paper - Learning Bounds for Open-set Learning|20|2021-07-17|2021-05-18|
|
||||
|31|[zzy99/competition-solutions](https://github.com/zzy99/competition-solutions)|我的数据竞赛方案总结|17|2021-11-16|2021-06-19|
|
||||
|32|[chuachinhon/gradio_nlp](https://github.com/chuachinhon/gradio_nlp)|A series of notebooks demonstrating how to build simple NLP web apps with Gradio and Hugging Face transformers|16|2021-08-11|2021-08-10|
|
||||
|33|[whyAndBetter/python_grammar](https://github.com/whyAndBetter/python_grammar)|Python的基础语法学习|15|2021-08-29|2021-08-29|
|
||||
|34|[datawhalechina/wow-plotly](https://github.com/datawhalechina/wow-plotly)|高级可视化神器plotly的学习|15|2021-07-04|2021-07-04|
|
||||
|35|[jikeruohai/machine-learning-example](https://github.com/jikeruohai/machine-learning-example)|我的同名B站和公众号中用到的视频|14|2021-10-21|2021-05-22|
|
||||
|36|[hitlic/python_book](https://github.com/hitlic/python_book)|清华大学出版社《Python从入门到提高》源代码、课件|13|2021-10-02|2021-01-15|
|
||||
|37|[ymzis69/gddw_track3](https://github.com/ymzis69/gddw_track3)|阿里云天池广东电网识别挑战赛(赛道三) 亚军方案分享|11|2021-09-15|2021-09-15|
|
||||
|38|[sangyy/CUDA_Python](https://github.com/sangyy/CUDA_Python)|CUDA Python 科普之夜 手把手教你写GPU加速代码|11|2021-08-26|2021-08-26|
|
||||
|39|[QiangAI/AI_Engineering](https://github.com/QiangAI/AI_Engineering)|这是中国高科集团实训资料库,包含课件,示例代码以及其他相关资料|10|2021-07-07|2021-07-04|
|
||||
|40|[TD21forever/hdu-term-project-helper](https://github.com/TD21forever/hdu-term-project-helper)|杭电计算机学院各科大作业分享|10|2021-06-22|2021-01-06|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
38
content/charts/new_repo/knowledge/Kotlin.md
Normal file
38
content/charts/new_repo/knowledge/Kotlin.md
Normal file
@ -0,0 +1,38 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Kotlin
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[compose-museum/hello-compose](https://github.com/compose-museum/hello-compose)|Jetpack Compose 基础教程,持续更新|479|2021-12-17|2021-04-03|
|
||||
|2|[SkyD666/Imomoe](https://github.com/SkyD666/Imomoe)|樱花动漫第三方安卓Android客户端,不含广告,免费开源,目的是学习Android开发。|471|2021-12-05|2021-02-05|
|
||||
|3|[miaowmiaow/fragmject](https://github.com/miaowmiaow/fragmject)|真正的入门级的项目,通过对Kotlin和Jetpack全家桶的系统运用,实现的一个功能完备符合主流市场标准App。 一个代码够简单,内容够全面,知识够详细,能让你快速上手的项目,对理解其他项目设计思想和封装技巧也很有帮助。项目结构清晰,代码简洁优雅。|234|2021-12-18|2021-05-06|
|
||||
|4|[blindmonk/WanArchitecture](https://github.com/blindmonk/WanArchitecture)|汇聚了业界知名架构文章。从建筑学的知识中得到一些对架构的思考,并以架构设计原则和目的对Jetpack MVVM 重新构造!|191|2021-06-17|2021-05-11|
|
||||
|5|[biubiuqiu0/flow-event-bus](https://github.com/biubiuqiu0/flow-event-bus)|EventBus for Android,消息总线,基于SharedFlow,具有生命周期感知能力,支持Sticky,支持线程切换,支持延迟发送。|84|2021-08-18|2021-07-15|
|
||||
|6|[lelelongwang/WanJetpack](https://github.com/lelelongwang/WanJetpack)|💪 持续更新。WanJetpack使用Jetpack MVVM开发架构、单Activity多Fragment设计,项目结构清晰,代码简洁优雅,追求最官方的实现方式。欢迎star,非常感谢。已用到知识点:LiveData、ViewModel、DataBinding、ViewBinding、coroutines、Hilt、Paging3、Room、Navigation、TabLayout、Bottom ...|80|2021-08-07|2021-06-01|
|
||||
|7|[kongpf8848/ViewWorld](https://github.com/kongpf8848/ViewWorld)|自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中:wink::wink::wink:|64|2021-08-17|2021-03-04|
|
||||
|8|[leavesC/RobustWebView](https://github.com/leavesC/RobustWebView)|Android WebView H5 秒开方案总结|18|2021-11-21|2021-09-12|
|
||||
|9|[Anddd7/a-blackhorse](https://github.com/Anddd7/a-blackhorse)|tell you how to manage your blackhorse|16|2021-12-17|2021-06-25|
|
||||
|10|[netease-kit/WisdomEducation](https://github.com/netease-kit/WisdomEducation)|智慧云课堂是网易云信提供的在线互动课堂场景解决方案,基于在线教育场景提供多种课堂模式实践。专为线上课堂场景打造,覆盖多种班型的教学场景、全终端的接入能力,支持课程录制、白板互动、课程活跃度分析等远程课堂功能。在实现云课堂实时互动功能的基础上,还支持业务功能的灵活扩展,帮助您快速上线专属互动教学平台。|12|2021-12-15|2021-06-22|
|
||||
|11|[Edsuns/Star](https://github.com/Edsuns/Star)|超星学习通签到助手(使用JetpackCompose开发)|11|2021-10-28|2021-06-23|
|
||||
|12|[JiaYang627/QuickAndroid](https://github.com/JiaYang627/QuickAndroid)|:octocat:使用Kotlin搭建的一个基础框架。目的旨在学习Kotlin,更好的从Java过渡到Kotlin,并且针对此项目编写了一键生成页面插件。具体可看README:book:|10|2021-12-15|2021-12-01|
|
||||
|13|[qdsfdhvh/demo-base-layout](https://github.com/qdsfdhvh/demo-base-layout)|基于Drakeet分享的自定义ViewGroup思路,编写的demo|10|2021-09-16|2021-05-16|
|
||||
|14|[anyRTC-UseCase/StudyLive](https://github.com/anyRTC-UseCase/StudyLive)|StudyLive是anyRTC开发的示例项目,演示了如何通过anyRTC云服务,配合anyRTC RTC SDK、anyRTC RTM SDK、anyRTC播放插件,实现在线自习室的场景。|9|2021-12-14|2021-08-27|
|
||||
|15|[hjhjw1991/build_your_home_in_chengdu](https://github.com/hjhjw1991/build_your_home_in_chengdu)|成都买房攻略|9|2021-12-06|2021-02-06|
|
||||
|16|[ShiSheng233/Open2Share-Kotlin](https://github.com/ShiSheng233/Open2Share-Kotlin)|使用Kotlin重制的Open2Share|8|2021-10-17|2021-05-22|
|
||||
|17|[Iseason2000/DeEnchantment](https://github.com/Iseason2000/DeEnchantment)|负魔书|8|2021-12-06|2021-03-12|
|
||||
|18|[zhujiang521/ComposeBookSource](https://github.com/zhujiang521/ComposeBookSource)|《Jetpack Compose:Android全新UI编程》全书源代码|7|2021-07-29|2021-07-29|
|
||||
|19|[HuRuWo/WeChat8Xposed](https://github.com/HuRuWo/WeChat8Xposed)|WeChat8Xposed 是 WechatSpellbook的衍生项目 适配最新的微信 原Wechat Spellbook 是一个使用Kotlin编写的开源微信插件框架,底层需要 Xposed 或 VirtualXposed 等Hooking框架的支持,而顶层可以轻松对接Java、Kotlin、Scala等JVM系语言。让程序员能够在几分钟内编写出简单的微信插件,随意揉捏微信的内部逻辑。|6|2021-09-12|2021-06-19|
|
||||
|20|[WinWang/ReadingGallery](https://github.com/WinWang/ReadingGallery)|提交组件化听书廊项目|5|2021-11-27|2021-05-20|
|
||||
|21|[Nthily/DeepL-Translator](https://github.com/Nthily/DeepL-Translator)|免费,开源的非官方 DeepL 翻译软件|4|2021-07-03|2021-05-16|
|
||||
|22|[CNawalol/qndxx-action](https://github.com/CNawalol/qndxx-action)|用于南宁青年大学习的自动打卡|4|2021-10-06|2021-04-11|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
19
content/charts/new_repo/knowledge/Lua.md
Normal file
19
content/charts/new_repo/knowledge/Lua.md
Normal file
@ -0,0 +1,19 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Lua
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[nshen/learn-neovim-lua](https://github.com/nshen/learn-neovim-lua)|📜 学习 Neovim 全配置, 逃离 VSCode。|91|2021-12-18|2021-11-02|
|
||||
|2|[k8scat/lua-resty-feishu-auth](https://github.com/k8scat/lua-resty-feishu-auth)|适用于 OpenResty / ngx_lua 的基于飞书组织架构的登录认证|20|2021-11-24|2021-08-11|
|
||||
|3|[akkuman/training_place](https://github.com/akkuman/training_place)|代码学习练武场|7|2021-11-08|2021-10-28|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
27
content/charts/new_repo/knowledge/MATLAB.md
Normal file
27
content/charts/new_repo/knowledge/MATLAB.md
Normal file
@ -0,0 +1,27 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > MATLAB
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[personqianduixue/Math_Model](https://github.com/personqianduixue/Math_Model)|美国大学生数学建模竞赛、全国大学生数学建模竞赛、华为杯研究生数学建模、数学建模美赛论文,数学建模国赛论文、LaTeX模板、国赛LaTeX模板、美赛LaTeX模板、mathorcup历年论文、研究生数学建模历年论文、电工杯、华中赛、APMCM亚太地区数学建模、深圳杯、中青杯、华东杯、数维杯、东三省数学建模、认证杯、数学建模书籍、数学建模算法、国赛评阅要点、数学建模word模板、软件模型算法汇总、MA ...|304|2021-12-09|2021-10-09|
|
||||
|2|[kaichen686/GINav](https://github.com/kaichen686/GINav)|GNSS and GNSS/INS integration algorithms|37|2021-12-05|2021-04-04|
|
||||
|3|[sxy0818/ucas-course-2020](https://github.com/sxy0818/ucas-course-2020)|2020-2021学年的国科大雁栖湖集中教学选修课程课件|10|2021-08-28|2021-08-28|
|
||||
|4|[WHUzxp/Supports_for_PST_Paper](https://github.com/WHUzxp/Supports_for_PST_Paper)|论文《考虑实时市场联动的电力零售商鲁棒定价策略》的支撑文件,已投稿《电网技术》杂志。2021年10月23日。|8|2021-10-28|2021-03-02|
|
||||
|5|[sailaoda/HUSTEIC_family](https://github.com/sailaoda/HUSTEIC_family)|🔥华中科技大学电信专业 课程资料 作业 代码 实验报告 HUSTEIC 课程分享计划 |6|2021-09-20|2021-09-15|
|
||||
|6|[xiesp/IntroductionToLinearAlgebra-Chinese-note](https://github.com/xiesp/IntroductionToLinearAlgebra-Chinese-note)|MIT Gilbert Strang教授的线性导数导论笔记,包含全中文书本内容和视频笔记|5|2021-07-15|2021-07-15|
|
||||
|7|[FanDady/Communication-Simulation](https://github.com/FanDady/Communication-Simulation)|这是福州大学通信原理课程设计——2ASK,2FSK,2PSK等调制解调系统的仿真实现|5|2021-07-20|2021-05-19|
|
||||
|8|[sunshineclover/HFUT-EISAT-CoursesData](https://github.com/sunshineclover/HFUT-EISAT-CoursesData)|合肥工业大学宣城校区 电子信息科学与技术专业课程资料|4|2021-12-02|2021-11-23|
|
||||
|9|[sailaoda/hust_Software_radio](https://github.com/sailaoda/hust_Software_radio)|华中科技大学电信学院软件无线电MATLAB实验代码、实验报告、学习资料等。(个人版)16QAM,OFDM,DDC,无线电信道化接收机等。|4|2021-09-20|2021-09-16|
|
||||
|10|[MrCaiDev/matlab-experiment](https://github.com/MrCaiDev/matlab-experiment)|电子科技大学《数学实验》源码。|2|2021-12-08|2021-11-08|
|
||||
|11|[89461561511656/matlab](https://github.com/89461561511656/matlab)|matlab数学建模学习。CSDN配套源码,讲解看博客。|2|2021-10-29|2021-08-12|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
21
content/charts/new_repo/knowledge/Objective-C.md
Normal file
21
content/charts/new_repo/knowledge/Objective-C.md
Normal file
@ -0,0 +1,21 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Objective-C
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[yangKJ/KJEmitterView](https://github.com/yangKJ/KJEmitterView)|🎸🎸🎸 工具箱:粒子效果,图文混排,手势封装,圆角渐变内外阴影,图片裁剪、压缩、拼接、水印滤镜渲染、GIF,LeetCode算法,富文本点击,文本撤销,数组字典高级用法,正则谓词,线程处理,多语言等|29|2021-12-13|2021-05-08|
|
||||
|2|[rongcloud/ios-ui-sdk-set](https://github.com/rongcloud/ios-ui-sdk-set)|融云 IM UI SDK 集合,包括各种 UI 组件|11|2021-12-16|2021-02-24|
|
||||
|3|[Dioq/ReverseOC](https://github.com/Dioq/ReverseOC)|iOS逆向学习的一些记录|4|2021-12-06|2021-01-08|
|
||||
|4|[Baffin-HSL/Flutter_UI](https://github.com/Baffin-HSL/Flutter_UI)|适合Flutter初学者学习的项目|3|2021-08-19|2021-01-13|
|
||||
|5|[CorderC/flutter_wechat_share_plugin](https://github.com/CorderC/flutter_wechat_share_plugin)|flutter版本的关于微信分享功能组件,包括分享文字,图片,音乐,网页以及打开微信小程序等,ios与安卓均已实现对应的功能|2|2021-06-03|2021-05-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
23
content/charts/new_repo/knowledge/PHP.md
Normal file
23
content/charts/new_repo/knowledge/PHP.md
Normal file
@ -0,0 +1,23 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > PHP
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[maccmspro/maccms10](https://github.com/maccmspro/maccms10)|苹果cms-v10,maccms-v10,麦克cms,开源cms,内容管理系统,视频分享程序,分集剧情程序,网址导航程序,文章程序,漫画程序,图片程序|598|2021-12-19|2021-06-25|
|
||||
|2|[leadshop/leadshop](https://github.com/leadshop/leadshop)|Leadshop是一款提供持续更新迭代服务的轻量级、高性能开源电商系统,前后端分离(uniapp +电商专用yii2.0),可视化DIY拖拽装修,旨在打造极致的用户体验! 支持微信小程序,公众号等|137|2021-11-23|2021-04-09|
|
||||
|3|[pl1998/laravel-casbin-admin](https://github.com/pl1998/laravel-casbin-admin)|Front and back end separation RBAC permission management system based on Vue-Element-Admin + Laravel。qq254046307 拉你进学习交流群|78|2021-12-16|2021-01-20|
|
||||
|4|[guanguans/notify](https://github.com/guanguans/notify)|多平台推送通知 SDK(Bark、Chanify、钉钉群机器人、邮件、飞书群机器人、Gitter、Google Chat、Logger、Mattermost、Rocket Chat、Server 酱、企业微信群机器人、息知、Zulip)。|74|2021-12-13|2021-05-01|
|
||||
|5|[dnomd343/Encryption365](https://github.com/dnomd343/Encryption365)|Encryption365免费IP证书命令行工具|72|2021-10-24|2021-10-21|
|
||||
|6|[maccmspro/maccms8](https://github.com/maccmspro/maccms8)|苹果cms-v8,maccms-v8,麦克cms,开源cms,视频分享程序,文章程序,专题程序,免费程序|53|2021-07-29|2021-06-05|
|
||||
|7|[asundust/wechat-work-push](https://github.com/asundust/wechat-work-push)|利用企业微信应用消息向微信发送通知(无需公众号,不需要安装企业微信客户端,低成本推送消息解决方案)|32|2021-07-04|2021-02-10|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
18
content/charts/new_repo/knowledge/Pascal.md
Normal file
18
content/charts/new_repo/knowledge/Pascal.md
Normal file
@ -0,0 +1,18 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Pascal
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[msfm2018/wxrobot](https://github.com/msfm2018/wxrobot)|PC微信hook源码,PC微信注入,逆向编程,可以制作微信机器人玩玩,仅供学习,请不要用于商业、违法途径,本人不对此源码造成的违法负责!|9|2021-10-30|2021-08-04|
|
||||
|2|[msfm2018/wxDbTools](https://github.com/msfm2018/wxDbTools)|PC微信hook源码,PC微信注入,逆向编程,可以制作微信机器人玩玩,仅供学习,请不要用于商业、违法途径,本人不对此源码造成的违法负责!vx数据库学习工具|3|2021-08-19|2021-08-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
18
content/charts/new_repo/knowledge/Perl.md
Normal file
18
content/charts/new_repo/knowledge/Perl.md
Normal file
@ -0,0 +1,18 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Perl
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[mizu-bai/yinglish-perl](https://github.com/mizu-bai/yinglish-perl)|【yinglish】淫语翻译机!现以 Perl 版呈现!|8|2021-12-13|2021-08-11|
|
||||
|2|[iceiceiceYu/A-BitTorrent-Like-File-Transfer-Application](https://github.com/iceiceiceYu/A-BitTorrent-Like-File-Transfer-Application)|Computer Network Course Project in Fudan University 复旦大学《计算机网络》课程 project|2|2021-07-03|2021-01-02|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
58
content/charts/new_repo/knowledge/Python.md
Normal file
58
content/charts/new_repo/knowledge/Python.md
Normal file
@ -0,0 +1,58 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Python
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[xinntao/Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)|Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.|7720|2021-12-13|2021-07-19|
|
||||
|2|[xmu-xiaoma666/External-Attention-pytorch](https://github.com/xmu-xiaoma666/External-Attention-pytorch)|🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐|2882|2021-12-15|2021-05-08|
|
||||
|3|[kwai/DouZero](https://github.com/kwai/DouZero)|[ICML 2021] DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning 斗地主AI|2283|2021-12-05|2021-06-02|
|
||||
|4|[TechXueXi/TechXueXi](https://github.com/TechXueXi/TechXueXi)|强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天|1881|2021-12-17|2021-07-04|
|
||||
|5|[princeton-nlp/SimCSE](https://github.com/princeton-nlp/SimCSE)|EMNLP'2021: SimCSE: Simple Contrastive Learning of Sentence Embeddings|1546|2021-11-26|2021-04-16|
|
||||
|6|[conanhujinming/comments-for-awesome-courses](https://github.com/conanhujinming/comments-for-awesome-courses)|名校公开课程评价网|1425|2021-12-18|2021-06-19|
|
||||
|7|[MenghaoGuo/Awesome-Vision-Attentions](https://github.com/MenghaoGuo/Awesome-Vision-Attentions)|Summary of related papers on visual attention. Related code will be released based on Jittor gradually. |1036|2021-12-15|2021-09-01|
|
||||
|8|[yqchilde/JDMemberCloseAccount](https://github.com/yqchilde/JDMemberCloseAccount)|学习python操作selenium的一个🌰 ,也是一种京东全自动退会方案|1032|2021-12-14|2021-05-04|
|
||||
|9|[alibaba/AliceMind](https://github.com/alibaba/AliceMind)|ALIbaba's Collection of Encoder-decoders from MinD (Machine IntelligeNce of Damo) Lab|933|2021-12-17|2021-05-21|
|
||||
|10|[THUDM/CogView](https://github.com/THUDM/CogView)|Text-to-Image generation. The repo for NeurIPS 2021 paper "CogView: Mastering Text-to-Image Generation via Transformers".|661|2021-10-01|2021-05-25|
|
||||
|11|[km1994/NLP-Interview-Notes](https://github.com/km1994/NLP-Interview-Notes)|本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。|552|2021-12-15|2021-02-22|
|
||||
|12|[Miraclelucy/dive_into_deep_learning](https://github.com/Miraclelucy/dive_into_deep_learning)|✔️李沐 【动手学深度学习】课程学习笔记:使用pycharm编程,基于pytorch框架实现。|452|2021-08-09|2021-03-27|
|
||||
|13|[dallaslu/penzai-list](https://github.com/dallaslu/penzai-list)|List of content farm sites like g.penzai.com.|412|2021-12-03|2021-10-09|
|
||||
|14|[wangle1218/KBQA-for-Diagnosis](https://github.com/wangle1218/KBQA-for-Diagnosis)|Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统|408|2021-06-07|2021-01-26|
|
||||
|15|[G-Security-Team/GSLibrary](https://github.com/G-Security-Team/GSLibrary)|轻量级知识库&POC管理平台|405|2021-10-11|2021-07-27|
|
||||
|16|[lixi5338619/lxSpider](https://github.com/lixi5338619/lxSpider)|爬虫案例合集。包括但不限于《淘宝、京东、天猫、豆瓣、抖音、快手、微博、微信、阿里、头条、pdd、优酷、爱奇艺、携程、12306、58、搜狐、各种指数、维普万方、Zlibraty、Oalib、小说、招标网、采购网、小红书、大众点评、推特、脉脉》|352|2021-12-04|2021-01-29|
|
||||
|17|[awake1t/HackReport](https://github.com/awake1t/HackReport)|渗透测试报告/资料文档/渗透经验文档/安全书籍|336|2021-10-14|2021-06-25|
|
||||
|18|[researchmm/Stark](https://github.com/researchmm/Stark)|[ICCV'21] Learning Spatio-Temporal Transformer for Visual Tracking|320|2021-12-12|2021-03-25|
|
||||
|19|[liuhuanyong/ChainKnowledgeGraph](https://github.com/liuhuanyong/ChainKnowledgeGraph)|ChainKnowledgeGraph, 产业链知识图谱包括A股上市公司、行业和产品共3类实体,包括上市公司所属行业关系、行业上级关系、产品上游原材料关系、产品下游产品关系、公司主营产品、产品小类共6大类。 上市公司4,654家,行业511个,产品95,559条、上游材料56,824条,上级行业480条,下游产品390条,产品小类52,937条,所属行业3,946条。 |275|2021-10-26|2021-10-26|
|
||||
|20|[open-mmlab/mmfewshot](https://github.com/open-mmlab/mmfewshot)|OpenMMLab FewShot Learning Toolbox and Benchmark|273|2021-12-17|2021-11-22|
|
||||
|21|[pprp/awesome-attention-mechanism-in-cv](https://github.com/pprp/awesome-attention-mechanism-in-cv)|:punch: 计算机视觉中用到的注意力模块和其他即插即用模块PyTorch Implementation Collection of Attention Module and Plug&Play Module|270|2021-12-14|2021-01-10|
|
||||
|22|[alanbobs999/TopFreeProxies](https://github.com/alanbobs999/TopFreeProxies)|高质量免费节点收集,及订阅链接分享。|255|2021-12-13|2021-07-29|
|
||||
|23|[chiupam/JD_Diy](https://github.com/chiupam/JD_Diy)|学习 python3 以来写的一些垃圾玩具……|231|2021-11-01|2021-05-22|
|
||||
|24|[CLUEbenchmark/FewCLUE](https://github.com/CLUEbenchmark/FewCLUE)|FewCLUE 小样本学习测评基准,中文版|229|2021-09-30|2021-04-28|
|
||||
|25|[yuantn/MI-AOD](https://github.com/yuantn/MI-AOD)|Code for Multiple Instance Active Learning for Object Detection, CVPR 2021|198|2021-11-12|2021-03-01|
|
||||
|26|[BBuf/tvm_mlir_learn](https://github.com/BBuf/tvm_mlir_learn)|tvm learn|192|2021-12-11|2021-03-16|
|
||||
|27|[zyddnys/manga-image-translator](https://github.com/zyddnys/manga-image-translator)|Translate manga/image 一键翻译各类图片内文字 https://touhou.ai/imgtrans/|163|2021-12-13|2021-02-18|
|
||||
|28|[DL-Practise/YoloAll](https://github.com/DL-Practise/YoloAll)|YoloAll is a collection of yolo all versions. you you use YoloAll to test yolov3/yolov5/yolox/yolo_fastest|157|2021-12-02|2021-08-22|
|
||||
|29|[guyuehome/guyueclass](https://github.com/guyuehome/guyueclass)|古月学院课程代码|152|2021-11-29|2021-01-19|
|
||||
|30|[gaowanliang/OneDriveShareLinkPushAria2](https://github.com/gaowanliang/OneDriveShareLinkPushAria2)|Extract download URLs from OneDrive or SharePoint share links and push them to aria2, even on systems without a GUI.|135|2021-09-28|2021-05-08|
|
||||
|31|[shengxinjing/it-roadmap](https://github.com/shengxinjing/it-roadmap)|大圣的前端学习路线图|133|2021-12-13|2021-11-27|
|
||||
|32|[sunyilgdx/NSP-BERT](https://github.com/sunyilgdx/NSP-BERT)|The code for our paper "NSP-BERT: A Prompt-based Zero-Shot Learner Through an Original Pre-training Task —— Next Sentence Prediction"|125|2021-11-16|2021-09-06|
|
||||
|33|[rentainhe/pytorch-distributed-training](https://github.com/rentainhe/pytorch-distributed-training)|Simple tutorials on Pytorch DDP training|125|2021-09-27|2021-01-04|
|
||||
|34|[PaddleEdu/paper-reproduction-tutorials](https://github.com/PaddleEdu/paper-reproduction-tutorials)|论文复现技巧与PaddlePaddle优秀复现项目分享|116|2021-09-14|2021-05-09|
|
||||
|35|[Nriver/trilium-translation](https://github.com/Nriver/trilium-translation)|Translation for Trilium Notes. Trilium Notes 中文版.|113|2021-12-09|2021-06-06|
|
||||
|36|[SMILELab-FL/FedLab](https://github.com/SMILELab-FL/FedLab)|A flexible Federated Learning Framework based on PyTorch, simplifying your Federated Learning research.|113|2021-11-18|2021-03-10|
|
||||
|37|[bupt-ai-cz/Meta-SelfLearning](https://github.com/bupt-ai-cz/Meta-SelfLearning)|Meta Self-learning for Multi-Source Domain Adaptation: A Benchmark|111|2021-12-07|2021-06-17|
|
||||
|38|[xxxsssyyy/DeepNER](https://github.com/xxxsssyyy/DeepNER)|An Easy-to-use, Modular and Prolongable package of deep-learning based Named Entity Recognition Models.|109|2021-07-01|2021-04-28|
|
||||
|39|[F-19-F/XM_BBS](https://github.com/F-19-F/XM_BBS)|小米社区自动点赞,评论。本人从未在除github以外任何平台发布过教程。因内测机制改版,本项目不再更新。|99|2021-07-29|2021-07-03|
|
||||
|40|[bupticybee/ChineseAiDungeon](https://github.com/bupticybee/ChineseAiDungeon)|中文版ai地牢|99|2021-09-27|2021-06-27|
|
||||
|41|[wangwangit/python_sign](https://github.com/wangwangit/python_sign)|联通营业厅,GLaDOS,腾讯视频,CSDN签到,每日新闻生成,掘金签到抽奖,邮件批量发送,leetcode每日一题,线报推送,更多脚本正在开发中!|96|2021-10-20|2021-06-11|
|
||||
|42|[Yuukiy/JavSP](https://github.com/Yuukiy/JavSP)|汇总多站点数据的AV元数据刮削器|92|2021-12-11|2021-01-03|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
18
content/charts/new_repo/knowledge/R.md
Normal file
18
content/charts/new_repo/knowledge/R.md
Normal file
@ -0,0 +1,18 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > R
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[ShixiangWang/LeetCode](https://github.com/ShixiangWang/LeetCode)|LeetCode题解:使用 R/Python/Go 学习和锻炼算法能力。|4|2021-06-30|2021-06-30|
|
||||
|2|[Fayehh/R-for-Quantitative-Research](https://github.com/Fayehh/R-for-Quantitative-Research)|中国科学院大学中丹学院Research Methods课程定量部分|4|2021-08-23|2021-03-16|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
18
content/charts/new_repo/knowledge/Ruby.md
Normal file
18
content/charts/new_repo/knowledge/Ruby.md
Normal file
@ -0,0 +1,18 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Ruby
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[r0eXpeR/fingerprint](https://github.com/r0eXpeR/fingerprint)|各种工具指纹收集分享|190|2021-11-03|2021-11-03|
|
||||
|2|[JapanExchangeGroup/J-Quants-Tutorial](https://github.com/JapanExchangeGroup/J-Quants-Tutorial)|J-Quants-Tutorial|106|2021-07-27|2021-01-27|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
24
content/charts/new_repo/knowledge/Rust.md
Normal file
24
content/charts/new_repo/knowledge/Rust.md
Normal file
@ -0,0 +1,24 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Rust
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件,利用DeepL翻译,无需注册api token|409|2021-11-08|2021-07-28|
|
||||
|2|[mini-lust/tutorials](https://github.com/mini-lust/tutorials)|An RPC framework developing tutorial|366|2021-08-18|2021-08-02|
|
||||
|3|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools, and can also generate local API documentation)|327|2021-12-18|2021-04-20|
|
||||
|4|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|249|2021-12-18|2021-08-17|
|
||||
|5|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|180|2021-12-18|2021-11-17|
|
||||
|6|[aik2mlj/raytracer-tutorial](https://github.com/aik2mlj/raytracer-tutorial)|Raytracer tutorial for PPCA 2021, written in Rust.|101|2021-08-10|2021-07-02|
|
||||
|7|[xuesongbj/Rust-Notes](https://github.com/xuesongbj/Rust-Notes)| 🦀️ Rust学习笔记 📖 |88|2021-12-17|2021-05-10|
|
||||
|8|[auula/learning-rust-zh](https://github.com/auula/learning-rust-zh)|个人的 rust 学习资料|15|2021-08-06|2021-01-10|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
27
content/charts/new_repo/knowledge/Shell.md
Normal file
27
content/charts/new_repo/knowledge/Shell.md
Normal file
@ -0,0 +1,27 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Shell
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Sitoi/dailycheckin](https://github.com/Sitoi/dailycheckin)|基于【腾讯云函数】/【Docker】/【青龙面板】/【elecV2P】/【群晖】的每日签到脚本(支持多账号使用)签到列表: |爱奇艺|全民K歌|腾讯视频|有道云笔记|网易云音乐|一加手机社区官方论坛|百度贴吧|Bilibili|V2EX|咔叽网单|什么值得买|AcFun|天翼云盘|吾爱破解|芒果TV|Fa米家|小米运动|百度搜索资源平台|时光相册|哔咔漫画|联通营业厅||1550|2021-12-15|2021-05-26|
|
||||
|2|[rootsongjc/kubernetes-hardening-guidance](https://github.com/rootsongjc/kubernetes-hardening-guidance)|《Kubernetes 加固手册》(美国国家安全局出品)- https://jimmysong.io/kubernetes-hardening-guidance|383|2021-10-13|2021-08-08|
|
||||
|3|[Petit-Abba/backup_script_zh-CN](https://github.com/Petit-Abba/backup_script_zh-CN)|数据备份脚本 简体中文版|174|2021-12-19|2021-09-08|
|
||||
|4|[overmind1980/oeasypython](https://github.com/overmind1980/oeasypython)|面向初学者的简明易懂的 Python3 课程,对没有编程经验的同学也非常友好。在vim下从浅入深,逐步学习。|132|2021-12-10|2021-08-04|
|
||||
|5|[marmotedu/geekbang-go](https://github.com/marmotedu/geekbang-go)|极客时间 《Go 语言项目开发实战》课程补充教程。|125|2021-11-05|2021-05-27|
|
||||
|6|[AlphabugX/csOnvps](https://github.com/AlphabugX/csOnvps)|CobaltStrike4.4 一键部署脚本 随机生成密码、key、端口号、证书等,解决cs4.x无法运行在Linux上报错问题 灰常银杏化设计|92|2021-12-09|2021-12-02|
|
||||
|7|[Petit-Abba/black_and_white_list](https://github.com/Petit-Abba/black_and_white_list)|Magisk模块: 定时清理黑名单列表路径文件or文件夹|68|2021-11-13|2021-09-28|
|
||||
|8|[liusy58/WhyThis](https://github.com/liusy58/WhyThis)|we'll try to answer some questions during our study about computer systems.|62|2021-06-12|2021-03-27|
|
||||
|9|[SpaceLearner/Awesome-DynamicGraphLearning](https://github.com/SpaceLearner/Awesome-DynamicGraphLearning)|Awesome papers about machine learning (deep learning) on dynamic (temporal) graphs (networks / knowledge graphs). 将深度学习技术(图神经网络等)应用在动态图、动态网络、动态知识图谱上的论文、工具等。|57|2021-10-28|2021-07-12|
|
||||
|10|[jaydenwen123/boltdb_book](https://github.com/jaydenwen123/boltdb_book)|自底向上分析boltdb源码https://www.bookstack.cn/books/jaydenwen123-boltdb_book|37|2021-06-22|2021-04-06|
|
||||
|11|[07031218/normal-shell](https://github.com/07031218/normal-shell)|个人常使用的一些脚本集合|29|2021-12-17|2021-05-27|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
32
content/charts/new_repo/knowledge/Swift.md
Normal file
32
content/charts/new_repo/knowledge/Swift.md
Normal file
@ -0,0 +1,32 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Swift
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[jacklandrin/OnlySwitch](https://github.com/jacklandrin/OnlySwitch)|All-in-One status bar button, hide MacBook Pro's notch, dark mode, AirPods |207|2021-12-16|2021-11-30|
|
||||
|2|[Co2333/myyearwithgit](https://github.com/Co2333/myyearwithgit)|代码仓库年终总结报告。|163|2021-12-09|2021-11-29|
|
||||
|3|[jaywcjlove/swiftui-example](https://github.com/jaywcjlove/swiftui-example)|SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式。|44|2021-12-05|2021-03-15|
|
||||
|4|[Tliens/SSPlan](https://github.com/Tliens/SSPlan)|《今日计划》源代码(open source for the app:今日计划)|32|2021-10-07|2021-10-07|
|
||||
|5|[MengLiMing/EasyKits](https://github.com/MengLiMing/EasyKits)|日常开发使用到的一些简单封装,目前包含:常用扩展,分类导航,类似简书的UIScrollView嵌套、复杂列表等|32|2021-12-13|2021-02-03|
|
||||
|6|[simplismvip/SRBook](https://github.com/simplismvip/SRBook)|电子书阅读器,支持epub和txt格式|19|2021-10-21|2021-10-19|
|
||||
|7|[Jiafu-Ziran/an-app-from-scratch-video-materials](https://github.com/Jiafu-Ziran/an-app-from-scratch-video-materials)| 「使用 SwiftUI 开发 iOS App 新手教程」课程材料|11|2021-09-13|2021-07-12|
|
||||
|8|[ethanwa/credit-card-scanner-and-validator](https://github.com/ethanwa/credit-card-scanner-and-validator)|Uses the iOS Vision text recognizer framework to visually read credit card numbers and expiration dates. Then uses the Luhn algorithm to make sure the CC number is valid. Also checks agains a list of ...|7|2021-06-18|2021-03-20|
|
||||
|9|[simplismvip/Ebook](https://github.com/simplismvip/Ebook)|使用Swift写的电纸书阅读器,目前支持epub、txt格式电子书。|6|2021-09-18|2021-04-17|
|
||||
|10|[Li-JianXin/Swift_Leetcode](https://github.com/Li-JianXin/Swift_Leetcode)|leetcode学习|5|2021-06-08|2021-04-20|
|
||||
|11|[gltwy/public](https://github.com/gltwy/public)|微信公众号 "技术大咖社" 文章合集|5|2021-06-06|2021-04-11|
|
||||
|12|[MoonStartMan/SwiftUI-Study](https://github.com/MoonStartMan/SwiftUI-Study)|SwiftUI学习记录|4|2021-07-31|2021-07-13|
|
||||
|13|[chenminjie92/MJThirdManager](https://github.com/chenminjie92/MJThirdManager)|常用三方的支付、登录、分享二次封装|4|2021-08-04|2021-03-15|
|
||||
|14|[christhoper/WorkingIssues](https://github.com/christhoper/WorkingIssues)|记录一些工作上的问题、优秀博客等|4|2021-11-23|2021-02-24|
|
||||
|15|[tianguanghui/PushWithP8](https://github.com/tianguanghui/PushWithP8)|用P8证书发送Push|3|2021-08-30|2021-08-26|
|
||||
|16|[zhuzhuxingtianxia/GitBlog](https://github.com/zhuzhuxingtianxia/GitBlog)|github博客~ios|3|2021-12-10|2021-01-05|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
69
content/charts/new_repo/knowledge/TeX.md
Normal file
69
content/charts/new_repo/knowledge/TeX.md
Normal file
@ -0,0 +1,69 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > TeX
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[foxsen/archbase](https://github.com/foxsen/archbase)|教科书《计算机体系结构基础》(胡伟武等,第三版)的开源版本|1625|2021-11-29|2021-10-27|
|
||||
|2|[note286/xdupgthesis](https://github.com/note286/xdupgthesis)|西安电子科技大学研究生学位论文XeLaTeX模板|130|2021-12-14|2021-10-15|
|
||||
|3|[xiaoweiChen/Learn-LLVM-12](https://github.com/xiaoweiChen/Learn-LLVM-12)|《Learn LLVM 12》的非专业个人翻译|118|2021-10-05|2021-08-15|
|
||||
|4|[nju-lug/NJUThesis](https://github.com/nju-lug/NJUThesis)|南京大学学位论文 LaTeX 模板|115|2021-12-16|2021-05-20|
|
||||
|5|[kanition/pbrtbook](https://github.com/kanition/pbrtbook)|pbrt 中文整合翻译 基于物理的渲染:从理论到实现 Physically Based Rendering: From Theory To Implementation|77|2021-12-18|2021-03-03|
|
||||
|6|[JieyuZ2/Awesome-Weak-Supervision](https://github.com/JieyuZ2/Awesome-Weak-Supervision)|A curated list of programmatic weak supervision papers and resources|72|2021-12-13|2021-05-06|
|
||||
|7|[a171232886/TJUThesis_master_2021](https://github.com/a171232886/TJUThesis_master_2021)|天大博士/硕士学位论文Latex模板,根据2021年版要求修改,可直接在Overleaf上运行|58|2021-12-11|2021-09-02|
|
||||
|8|[sikouhjw/gdutthesis](https://github.com/sikouhjw/gdutthesis)|广东工业大学 LaTeX 论文模板|58|2021-12-15|2021-06-07|
|
||||
|9|[wtsnwei/pdsp](https://github.com/wtsnwei/pdsp)|《Personal Development for Smart People》的中文自译版|31|2021-08-13|2021-06-10|
|
||||
|10|[xiaoweiChen/CPP-Move-Semantics](https://github.com/xiaoweiChen/CPP-Move-Semantics)|《C++ Move Semantics》的非专业个人翻译|29|2021-07-25|2021-06-20|
|
||||
|11|[SUSTech-CRA/sustech-master-thesis](https://github.com/SUSTech-CRA/sustech-master-thesis)|南方科技大学研究生学位论文LaTeX模板|25|2021-12-12|2021-02-22|
|
||||
|12|[xiaoweiChen/Data-Paralle-Cpp](https://github.com/xiaoweiChen/Data-Paralle-Cpp)|个人翻译《Data Parallel C++》|22|2021-07-08|2021-04-07|
|
||||
|13|[fangcun010/VkGPUDrivenCNGuide](https://github.com/fangcun010/VkGPUDrivenCNGuide)|基于Vulkan的GPU Driven Rendering教程|17|2021-11-03|2021-11-03|
|
||||
|14|[obster-y/XJTU-thesis](https://github.com/obster-y/XJTU-thesis)|西安交通大学学位论文模板(LaTeX)(适用硕士、博士学位)An official LaTeX template for Xi'an Jiaotong University degree thesis (Chinese and English)|16|2021-12-04|2021-06-01|
|
||||
|15|[iotang/linux_tutorials_for_brand_new_oiers](https://github.com/iotang/linux_tutorials_for_brand_new_oiers)|Linux Tutorials for Brand New Oiers 给信息组学弟学妹的 Linux 入门手把手教程|15|2021-07-18|2021-07-18|
|
||||
|16|[FreeBSD-Ask/FreeBSD-Ask](https://github.com/FreeBSD-Ask/FreeBSD-Ask)|FreeBSD 从入门到跑路。|12|2021-12-18|2021-11-19|
|
||||
|17|[DeeDive/BJFUThesis](https://github.com/DeeDive/BJFUThesis)|北京林业大学 LaTeX 学位论文模板 LaTeX Thesis Template for Beijing Forestry University|12|2021-12-16|2021-05-11|
|
||||
|18|[warthecatalyst/-Latex-](https://github.com/warthecatalyst/-Latex-)|根据华科本科毕业设计模板修改成的华科课程设计Latex模板|11|2021-10-26|2021-10-26|
|
||||
|19|[MeouSker77/ProgrammingRust](https://github.com/MeouSker77/ProgrammingRust)|本书为《Programming Rust - Fast, Safe Systems Development》第2版的个人中文翻译,仅供学习和交流使用,如有侵权请联系作者删除|11|2021-12-18|2021-10-01|
|
||||
|20|[NothNess/mml-book-chinese](https://github.com/NothNess/mml-book-chinese)|mml-book项目的中文版本|10|2021-09-29|2021-07-17|
|
||||
|21|[septsea/strange-book-zero](https://github.com/septsea/strange-book-zero)|a strange book discussing basic stuffs of polynomials|10|2021-11-28|2021-06-03|
|
||||
|22|[SwitWu/LaTeX-packages-zh-cn](https://github.com/SwitWu/LaTeX-packages-zh-cn)|LaTeX常用宏包中文翻译版|10|2021-07-31|2021-03-27|
|
||||
|23|[ECNU-ICA/ECNU_graduation_thesis_template](https://github.com/ECNU-ICA/ECNU_graduation_thesis_template)|华东师范大学研究生毕业论文 Latex 模板|9|2021-11-17|2021-11-17|
|
||||
|24|[TeXtw/latex-convention](https://github.com/TeXtw/latex-convention)|📒 《LaTeX 正誤手冊》 —— Manual of LaTeX typographical and typesetting conventions.|9|2021-06-19|2021-06-06|
|
||||
|25|[hegerdes/VSCode-LaTeX-Container](https://github.com/hegerdes/VSCode-LaTeX-Container)|This is a VSCode DevContainer template for scientific LaTeX papers|8|2021-07-21|2021-05-19|
|
||||
|26|[yusanshi/hnuthesis](https://github.com/yusanshi/hnuthesis)|湖南大学硕士学位论文 LaTeX 模板|8|2021-11-18|2021-04-23|
|
||||
|27|[wongsingfo/pku-grad-thesis](https://github.com/wongsingfo/pku-grad-thesis)|北京大学本科生毕业论文 latex 模版,基于 pkuthss 1.9.0 修改|8|2021-06-07|2021-04-22|
|
||||
|28|[AlphaZTX/phyasgn](https://github.com/AlphaZTX/phyasgn)|北京大学物理学院课程作业模板|7|2021-11-30|2021-10-08|
|
||||
|29|[Seafood-SIMIT/sky-Paper-Templete-LaTeX](https://github.com/Seafood-SIMIT/sky-Paper-Templete-LaTeX)|第三届“空天杯”全国创新创意大赛初赛论文Latex模版|7|2021-07-14|2021-05-21|
|
||||
|30|[pzyer/CDUT-CyberspaceSec-LearnDocs](https://github.com/pzyer/CDUT-CyberspaceSec-LearnDocs)|成都理工大学网络空间安全专业学习资料库,分享各种期末考试重点勾画,实验报告等。|7|2021-11-21|2021-05-02|
|
||||
|31|[cucJ2014/CUC_Template-of-thesis_Latex](https://github.com/cucJ2014/CUC_Template-of-thesis_Latex)|中国传媒大学论文模板Latex|7|2021-11-09|2021-01-07|
|
||||
|32|[Vitzron/HHU-thesis](https://github.com/Vitzron/HHU-thesis)|河海大学研究生学位论文LaTeX模板|6|2021-08-16|2021-03-19|
|
||||
|33|[sakronos/NUIST_Bachelor_Thesis_LaTeX_Template](https://github.com/sakronos/NUIST_Bachelor_Thesis_LaTeX_Template)|南京信息工程大学本科生毕业论文 LaTeX 模板|5|2021-10-28|2021-06-10|
|
||||
|34|[AmnesiaBeing/CUC-Thesis-Template](https://github.com/AmnesiaBeing/CUC-Thesis-Template)|中国传媒大学工科研究生毕业论文Latex模板|5|2021-06-09|2021-05-29|
|
||||
|35|[circlelq/PKU_COE_Thss](https://github.com/circlelq/PKU_COE_Thss)|北京大学工学院本科毕业论文参考模版|5|2021-11-26|2021-04-14|
|
||||
|36|[SUSTech-CRA/latex-talk](https://github.com/SUSTech-CRA/latex-talk)|南方科技大学图书馆LaTeX培训讲座,⬇️是讨论区|5|2021-09-07|2021-03-13|
|
||||
|37|[hezhujun/CSU-Thesis-LaTeX](https://github.com/hezhujun/CSU-Thesis-LaTeX)|中南大学硕士论文LaTex模板。|5|2021-06-07|2021-01-31|
|
||||
|38|[doubleZ0108/pkuthss-mac](https://github.com/doubleZ0108/pkuthss-mac)|北京大学学位论文Latex模板(for Mac),基于pkuthss v1.9.1修改,主要进行Mac的适配修改、个人最佳实践说明、配置踩坑经验|4|2021-12-18|2021-12-12|
|
||||
|39|[arisukawa/SDU-Latex-Template-for-dissertations](https://github.com/arisukawa/SDU-Latex-Template-for-dissertations)|适用于山东大学硕博论文写作规范的Latex模板,根据北大模板pkuthss改编。|4|2021-09-07|2021-09-07|
|
||||
|40|[bearcatat/SZUThesis](https://github.com/bearcatat/SZUThesis)|深圳大学研究生毕业论文latex模板(不全,格式不对不负责哈哈哈哈|3|2021-12-09|2021-12-06|
|
||||
|41|[personqianduixue/2021_mathorcup_C_problem](https://github.com/personqianduixue/2021_mathorcup_C_problem)|2021mathorcup C题论文、代码、参考文献、笔记|3|2021-08-25|2021-08-25|
|
||||
|42|[jycnb-666/NEEPUTHESIS](https://github.com/jycnb-666/NEEPUTHESIS)|东北电力大学本科毕业论文模板|3|2021-07-01|2021-07-01|
|
||||
|43|[wjsong365/ECUST_Thesis_LaTeX](https://github.com/wjsong365/ECUST_Thesis_LaTeX)|华东理工大学博士论文LaTeX模板|3|2021-06-08|2021-06-04|
|
||||
|44|[Hipkevin/ccks-task1](https://github.com/Hipkevin/ccks-task1)|专业综合设计课程作业-CCKS文本分类及事件主体抽取|3|2021-06-01|2021-04-24|
|
||||
|45|[BenderBlog/Subtitles](https://github.com/BenderBlog/Subtitles)|我翻译的字幕|3|2021-10-15|2021-02-12|
|
||||
|46|[UnnamedOrange/Advanced-Algebra](https://github.com/UnnamedOrange/Advanced-Algebra)|《高等代数》学习笔记|3|2021-10-10|2021-01-22|
|
||||
|47|[LLLgoyour/Math_Olympiad_moyuNotes](https://github.com/LLLgoyour/Math_Olympiad_moyuNotes)|用来摸鱼的数竞笔记|2|2021-10-31|2021-10-29|
|
||||
|48|[loaden/linux-notes](https://github.com/loaden/linux-notes)|Linux技术笔记:拥抱开源,专注 Linux 技术分享与交流,共同解决 Linux 系统办公娱乐遇到的各种问题。欢迎加群19346666、111601117交流维护。|2|2021-11-01|2021-10-27|
|
||||
|49|[bxrjmfh/Learn_latex_tabular](https://github.com/bxrjmfh/Learn_latex_tabular)|学习latex表格的排版|2|2021-10-08|2021-10-08|
|
||||
|50|[ColaForced/ControlTheoryNote](https://github.com/ColaForced/ControlTheoryNote)|控制相关学习笔记|2|2021-10-04|2021-10-04|
|
||||
|51|[ChimesZ/THU-PUMC-Courses-Project](https://github.com/ChimesZ/THU-PUMC-Courses-Project)|收集协和预科相关资料。|2|2021-09-08|2021-08-25|
|
||||
|52|[summitgao/OUC-LaTex-master](https://github.com/summitgao/OUC-LaTex-master)|中国海洋大学硕士博士学位论文 LaTeX 模板(Overleaf版)|2|2021-09-21|2021-07-31|
|
||||
|53|[MonteCarloClub/PaperNote](https://github.com/MonteCarloClub/PaperNote)|“大家一边要参加应用项目开发,同时也要加强基础理论学习。请大家一定要抓紧时间”|2|2021-11-19|2021-01-19|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
24
content/charts/new_repo/knowledge/TypeScript.md
Normal file
24
content/charts/new_repo/knowledge/TypeScript.md
Normal file
@ -0,0 +1,24 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > TypeScript
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[Kaiyiwing/qwerty-learner](https://github.com/Kaiyiwing/qwerty-learner)|为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers|3535|2021-12-16|2021-01-21|
|
||||
|2|[sorrycc/weekly](https://github.com/sorrycc/weekly)|前端周刊,每周一发布。|750|2021-12-12|2021-05-06|
|
||||
|3|[chowa/ejyy](https://github.com/chowa/ejyy)|「e家宜业」是一整套开源、无加密、无阉割的智慧物业解决方案,基于nodejs、typescript、koa、vue开发,包含web中台、业主小程序、员工小程序、公众号、物联网应用等,涵盖业主服务、物业运营、智能物联、数据统计等主要业务。|492|2021-12-11|2021-11-08|
|
||||
|4|[bytedance/guide](https://github.com/bytedance/guide)|A new feature guide component by react 🧭|459|2021-08-07|2021-04-29|
|
||||
|5|[meowtec/relyzer](https://github.com/meowtec/relyzer)|Debugger for React functional components. Online demo: https://meowtec.github.io/relyzer/examples/todomvc/build/|133|2021-11-10|2021-01-26|
|
||||
|6|[alanhzw/WarblerHomepage](https://github.com/alanhzw/WarblerHomepage)|流莺书签|124|2021-12-14|2021-05-17|
|
||||
|7|[18888628835/Blog](https://github.com/18888628835/Blog)|从学习到总结,记录前端重要知识点,涉及 Javascript 深入、HTTP 协议、数据结构和算法、浏览器原理、ES6等内容,正在更新中...|120|2021-12-18|2021-02-26|
|
||||
|8|[mgmeyers/obsidian-style-settings](https://github.com/mgmeyers/obsidian-style-settings)|Dynamically creates a user interface for adjusting theme, plugin, and snippet CSS variables|104|2021-12-14|2021-03-28|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
18
content/charts/new_repo/knowledge/Vim-script.md
Normal file
18
content/charts/new_repo/knowledge/Vim-script.md
Normal file
@ -0,0 +1,18 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Vim script
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[overmind1980/oeasyvim](https://github.com/overmind1980/oeasyvim)|这是oeasy制作的的一套关于vim的教程 可以在 https://www.lanqiao.cn/teacher/courses/2840 做实验 邀请码FJWYIMGB 本教程从0基础开始,到精通vim配置,和高级命令。希望能让vim是你的开发更高效。|113|2021-12-10|2021-07-23|
|
||||
|2|[bujnlc8/vim-translator](https://github.com/bujnlc8/vim-translator)|一个有用的翻译vim插件, 提供有道和百度两种选择,既能查英文也能查中文。|2|2021-10-27|2021-10-06|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
58
content/charts/new_repo/knowledge/Vue.md
Normal file
58
content/charts/new_repo/knowledge/Vue.md
Normal file
@ -0,0 +1,58 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 资料类 > Vue
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|
|
||||
|1|[GeekQiaQia/vue3.0-template-admin](https://github.com/GeekQiaQia/vue3.0-template-admin)|本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等|392|2021-12-16|2021-04-25|
|
||||
|2|[asiL-tcefreP/blog-vue](https://github.com/asiL-tcefreP/blog-vue)|blog Front-end(个人博客前端服务器)(基于Vue+Springboot+mybatisplus+SpringCloud+ELK等框架实现) 创作不易,如果可以,请帮忙star一下,谢谢!|105|2021-06-26|2021-02-11|
|
||||
|3|[ezshine/uniapp-unicloud-dnms](https://github.com/ezshine/uniapp-unicloud-dnms)|一个基于uniapp和unicloud开发的以书会友小程序|75|2021-08-27|2021-08-12|
|
||||
|4|[xiaopenggithub/zindle](https://github.com/xiaopenggithub/zindle)|本系统zindle是使用go-zero开发的一个完整的全端系统,基于官方的bookstore案例情景开发。后台功能包括权限角色管理、菜单管理等企业系统必备模块,在此基础上,很方便的进行业务开发。|73|2021-06-07|2021-05-24|
|
||||
|5|[OBKoro1/stop-mess-around](https://github.com/OBKoro1/stop-mess-around)|自律chrome浏览器插件:帮助你戒掉上班/学习期间下意识的在浏览器打开知乎等网站的习惯,往往一看就是几个小时过去了,插件会自动检测摸鱼网站, 提示激励信息后, 关闭摸鱼网站。|63|2021-11-04|2021-05-19|
|
||||
|6|[vuepress-aurora/vuepress-theme-aurora](https://github.com/vuepress-aurora/vuepress-theme-aurora)|🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。|61|2021-12-18|2021-09-04|
|
||||
|7|[Tit1e/kindle2Flomo](https://github.com/Tit1e/kindle2Flomo)|Kindle、Apple Books、微信读书书摘与笔记导入至 flomo|48|2021-12-02|2021-05-22|
|
||||
|8|[crudapi/crudapi-admin-web](https://github.com/crudapi/crudapi-admin-web)|crudapi增删改查接口零代码后台管理页面,框架采用Vue,控件库为Quasar, 形式为SPA单页面应用。 主要知识点:Vue基本知识,自定义组件,axios网络请求,Vuex状态管理,Router路由,本地存储LocalStorage、Session、Cookie,登录,本地调试,docker打包等。 主要功能:元数据管理,序列号管理,表关系设置,业务数据crud增删改查,数据导入导出等。|46|2021-11-03|2021-03-03|
|
||||
|9|[Renovamen/Fishmail](https://github.com/Renovamen/Fishmail)|奇怪的摸鱼工具增加了:装作在 Gmail 上查邮件的样子看知乎摸鱼,从而降低我上班摸鱼时的不安全感|46|2021-09-27|2021-01-09|
|
||||
|10|[CoderWanp/vue-d3-graph](https://github.com/CoderWanp/vue-d3-graph)|vue+d3v6实现动态知识图谱可视化展示(包含2D和3D图谱展示)|37|2021-07-27|2021-04-07|
|
||||
|11|[LIAOJIANS/ShanJ-blog](https://github.com/LIAOJIANS/ShanJ-blog)|一款用node+express+MongoDB Vue+elementUI 开发的开源博客|32|2021-10-26|2021-03-11|
|
||||
|12|[AsheOne18/VueDocs](https://github.com/AsheOne18/VueDocs)|和小伙伴的Blog,记录一些学习|31|2021-12-18|2021-10-11|
|
||||
|13|[eryajf/eryajf.github.io](https://github.com/eryajf/eryajf.github.io)|大千世界,何其茫茫。谨此笔记,记录过往。凭君阅览,小站洛荒。如能收益,莫大奢望|31|2021-12-18|2021-05-24|
|
||||
|14|[Sujb-sus/vue-node-mongodb-blog](https://github.com/Sujb-sus/vue-node-mongodb-blog)|vue + node + mongodb + webpack5 + koa2 从开发到上线搭建一款简约的个人博客系统(前后端分离)|28|2021-12-17|2021-08-31|
|
||||
|15|[toimc-team/front-end-notes](https://github.com/toimc-team/front-end-notes)|大前端课程电子书计划,前端知识总结 + 分享|26|2021-07-08|2021-04-16|
|
||||
|16|[SSmJaE/XueXiTonsSign_Electron](https://github.com/SSmJaE/XueXiTonsSign_Electron)|基于Electron的超星学习通签到小工具,支持手动签到、签到队列自动签到|24|2021-11-02|2021-04-19|
|
||||
|17|[Benbinbin/TagDown](https://github.com/Benbinbin/TagDown)|A bookmarks manager Chrome extension.|23|2021-10-24|2021-01-12|
|
||||
|18|[zguolee/ColorTimetable](https://github.com/zguolee/ColorTimetable)|uni-app 课程表组件,微信小程序、QQ 小程序|22|2021-11-09|2021-04-18|
|
||||
|19|[Creator-SN/IKFB](https://github.com/Creator-SN/IKFB)|Involution King Fun Book (IKFB, Chinese: 卷王快乐本) is an integrated management system for papers and literature. Powered by Electron.|19|2021-12-08|2021-09-20|
|
||||
|20|[leetcode-pp/leetcode-pp](https://github.com/leetcode-pp/leetcode-pp)|《力扣加加》官方网站,力扣加加是一个专注于算法知识分享的平台,旨在通过通俗易懂的语言还原解题全过程。|19|2021-12-15|2021-02-23|
|
||||
|21|[LightNovelShelf/Web](https://github.com/LightNovelShelf/Web)|轻书架的下个主要版本|17|2021-12-10|2021-08-22|
|
||||
|22|[uom-assistant/uom-assistant](https://github.com/uom-assistant/uom-assistant)|A web app that can improve your study experience in University of Manchester|15|2021-12-07|2021-02-18|
|
||||
|23|[hyw123456/gugu](https://github.com/hyw123456/gugu)|咕咕语翻译器|14|2021-12-15|2021-12-15|
|
||||
|24|[rainforest2022/rainforest-blog-frontend](https://github.com/rainforest2022/rainforest-blog-frontend)|使用 Vue3 Vue-Router Vuex 和 Element Plus 编写的博客|13|2021-10-12|2021-03-30|
|
||||
|25|[OldsixShang/wechat-menu-editor](https://github.com/OldsixShang/wechat-menu-editor)|微信公众号自定义菜单编辑组建|11|2021-09-07|2021-08-30|
|
||||
|26|[mcwenzai/psychology-uniapp](https://github.com/mcwenzai/psychology-uniapp)|心理咨询uniapp,主要包括咨询、视频/音频图文课程、测评、预约咨询师、IM通讯等功能|10|2021-07-23|2021-07-23|
|
||||
|27|[thisCliche/crawlerOpen](https://github.com/thisCliche/crawlerOpen)|适合新手入门实战项目,Vue 2.x + Vue-Router + Element + Axios 开发的简单后台管理系统|10|2021-06-08|2021-04-20|
|
||||
|28|[Sweet0954/supermall](https://github.com/Sweet0954/supermall)|学习coderwhy老师的vue课程,里面的vue移动端项目|9|2021-10-10|2021-09-25|
|
||||
|29|[Junvary/gin-quasar-admin](https://github.com/Junvary/gin-quasar-admin)|Gin-Quasar-Admin 使用 Go+Gin+Vue3+Quasar2 搭建,可以通过简单的配置快速形成自己的网站,并通过插件形式开发个性化逻辑。项目通过简单的代码实现众多功能,是Quasar和Go入门佳品。|8|2021-12-18|2021-10-25|
|
||||
|30|[caiheping/vue-cms](https://github.com/caiheping/vue-cms)|vue-cms是一个中后台系统,后端主要由node(egg.js),MySQL,JWT,Sequelize,前端主要由vue全家桶,elementUI编写的通用后台管理系统,暂时功能包括用户鉴权,用户管理,角色管理,菜单管理,博客管理等等。|8|2021-09-27|2021-01-08|
|
||||
|31|[jones2000/HQChart-Super](https://github.com/jones2000/HQChart-Super)|HQChart对接第3放数据教程.|7|2021-11-17|2021-10-11|
|
||||
|32|[syzdev/vv-blog](https://github.com/syzdev/vv-blog)|😋 一个用Vue写的简单博客|7|2021-11-10|2021-02-28|
|
||||
|33|[DiF1202/vue3.0_music](https://github.com/DiF1202/vue3.0_music)|因为本人超级喜欢听音乐,尤其喜欢网易云,所想开发一个音乐播放器,仅学习使用无任何商业用处,代码开源,若有问题可以多多交流。|6|2021-10-14|2021-09-15|
|
||||
|34|[zb2313/DB-frontend](https://github.com/zb2313/DB-frontend)|同济大学2019级数据库课程设计项目|6|2021-09-11|2021-06-04|
|
||||
|35|[myxzjie/et-shop-uni-app](https://github.com/myxzjie/et-shop-uni-app)|好酒仓库小程序商城,基于uni-app、colorUi等开源组件开发. 项目功能:自定义TabBar与顶部、banner轮播、通知公告、酒品分类、发现/文章、购物车、个人中心、促销功能(新品,推荐,热销、促销)、签到、团购、秒杀、砍价、收藏、积分、优惠卷、分销/佣金、我的余额、推广二维码、小程序分享等等...|6|2021-12-08|2021-05-27|
|
||||
|36|[small-orient/WHITE](https://github.com/small-orient/WHITE)|springboot+vue个人博客|6|2021-06-16|2021-03-21|
|
||||
|37|[jsun969/PigeonOld](https://github.com/jsun969/PigeonOld)|飞鸽传书 校园弹窗通知应用|6|2021-10-09|2021-03-08|
|
||||
|38|[caiheping/oa-sys](https://github.com/caiheping/oa-sys)|通用后台管理系统,后端主要由node(egg.js),MySQL,JWT,Sequelize,前端主要由vue3.0,typescript,pinia,ant-design-vue,windicss,vite编写的后台管理系统,master分支是通用后台管理系统,feature-oa是员工管理系统|5|2021-12-08|2021-10-19|
|
||||
|39|[ZARD0520/ZARD_Boke](https://github.com/ZARD0520/ZARD_Boke)|基于vue+node+mongodb的个人博客小站,node采用了express框架,mongodb用了mongoose驱动库|5|2021-08-25|2021-08-24|
|
||||
|40|[JS-Encoder/JS-Encoder-Online](https://github.com/JS-Encoder/JS-Encoder-Online)|JS Encoder Online 在线编辑代码分享平台前端部分|5|2021-11-24|2021-08-16|
|
||||
|41|[scriptscat/scriptlist-frontend](https://github.com/scriptscat/scriptlist-frontend)|脚本猫脚本站前端页面,与世界分享你的脚本|5|2021-12-09|2021-06-06|
|
||||
|42|[bangbang6/paperManagement](https://github.com/bangbang6/paperManagement)|华科论文管理系统|5|2021-07-24|2021-03-01|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
216
content/charts/new_repo/software/All-Language.md
Normal file
216
content/charts/new_repo/software/All-Language.md
Normal file
@ -0,0 +1,216 @@
|
||||
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文新星榜 > 软件类 > All Language
|
||||
<sub>温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Language|Updated|Created|
|
||||
|:-|:-|:-|:-|:-|:-|:-|
|
||||
|1|[babysor/MockingBird](https://github.com/babysor/MockingBird)|🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time|15007|JavaScript|2021-12-15|2021-08-07|
|
||||
|2|[TuSimple/naive-ui](https://github.com/TuSimple/naive-ui)|A Vue 3 Component Library. Fairly Complete. Customizable Themes. Uses TypeScript. Not too Slow.|7159|TypeScript|2021-12-18|2021-06-04|
|
||||
|3|[OpenIMSDK/Open-IM-Server](https://github.com/OpenIMSDK/Open-IM-Server)|OpenIM: Instant messaging open source project based on go built by former WeChat technology experts. Backend in Go.(由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功 ...|5890|Go|2021-12-17|2021-05-26|
|
||||
|4|[peng-zhihui/Dummy-Robot](https://github.com/peng-zhihui/Dummy-Robot)|我的超迷你机械臂机器人项目。|5406|C|2021-11-30|2021-10-07|
|
||||
|5|[SigNoz/signoz](https://github.com/SigNoz/signoz)|SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performanc ...|5404|TypeScript|2021-12-19|2021-01-03|
|
||||
|6|[Saul-Mirone/milkdown](https://github.com/Saul-Mirone/milkdown)|🍼 Plugin driven WYSIWYG markdown editor framework.|4988|TypeScript|2021-12-18|2021-03-09|
|
||||
|7|[PeterL1n/RobustVideoMatting](https://github.com/PeterL1n/RobustVideoMatting)|Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!|4945|Python|2021-12-10|2021-08-30|
|
||||
|8|[DouyinFE/semi-design](https://github.com/DouyinFE/semi-design)|A modern, comprehensive, flexible design system and React UI library|4927|TypeScript|2021-12-17|2021-10-25|
|
||||
|9|[peng-zhihui/XUAN](https://github.com/peng-zhihui/XUAN)|-|4643|-|2021-06-25|2021-06-05|
|
||||
|10|[whyour/qinglong](https://github.com/whyour/qinglong)|支持python3、javaScript、shell、typescript 的定时任务管理面板(A timed task management panel that supports typescript, javaScript, python3, and shell)|4410|TypeScript|2021-12-11|2021-03-13|
|
||||
|11|[liupan1890/aliyunpan](https://github.com/liupan1890/aliyunpan)|阿里云盘小白羊版 阿里云盘PC版 aliyundriver|4339|Dart|2021-12-13|2021-04-22|
|
||||
|12|[KieSun/all-of-frontend](https://github.com/KieSun/all-of-frontend)|你想知道的前端内容都在这|4078|JavaScript|2021-10-20|2021-02-24|
|
||||
|13|[yedf/dtm](https://github.com/yedf/dtm)|🔥A cross-language distributed transaction manager. Support xa, tcc, saga, transactional messages. 跨语言分布式事务管理器|4062|Go|2021-12-19|2021-05-16|
|
||||
|14|[dataease/dataease](https://github.com/dataease/dataease)|人人可用的开源数据可视化分析工具。|4062|Java|2021-12-19|2021-02-02|
|
||||
|15|[SmartKeyerror/Psyduck](https://github.com/SmartKeyerror/Psyduck)|Record CS knowlegement with XMind, version 2.0. 使用 XMind 记录 Linux 操作系统,网络,C++,Golang 以及数据库的一些设计|4021|Go|2021-11-06|2021-04-21|
|
||||
|16|[oceanbase/oceanbase](https://github.com/oceanbase/oceanbase)|OceanBase is an enterprise distributed relational database with high availability, high performance, horizontal scalability, and compatibility with SQL standards.|4004|C++|2021-12-17|2021-05-31|
|
||||
|17|[lucidrains/DALLE-pytorch](https://github.com/lucidrains/DALLE-pytorch)|Implementation / replication of DALL-E, OpenAI's Text to Image Transformer, in Pytorch|3660|Python|2021-12-02|2021-01-05|
|
||||
|18|[cloudwego/kitex](https://github.com/cloudwego/kitex)|A high-performance and strong-extensibility Golang RPC framework that helps developers build microservices.|3459|Go|2021-12-17|2021-07-09|
|
||||
|19|[dotnetcore/FastGithub](https://github.com/dotnetcore/FastGithub)|github加速神器,解决github打不开、用户头像无法加载、releases无法上传下载、git-clone、git-pull、git-push失败等问题|3430|C#|2021-12-03|2021-06-11|
|
||||
|20|[Richasy/Bili.Uwp](https://github.com/Richasy/Bili.Uwp)|适用于新系统UI的哔哩|3379|C#|2021-11-28|2021-05-30|
|
||||
|21|[jynew/jynew](https://github.com/jynew/jynew)|金庸群侠传3D重制版|3326|C#|2021-12-18|2021-05-12|
|
||||
|22|[peng-zhihui/HoloCubic](https://github.com/peng-zhihui/HoloCubic)|带网络功能的伪全息透明显示桌面站|3160|C|2021-12-11|2021-01-07|
|
||||
|23|[lxgw/LxgwWenKai](https://github.com/lxgw/LxgwWenKai)|An open-source Chinese font derived from Fontworks' Klee One. 一款基于 FONTWORKS 出品字体 Klee One 改造的开源中文字体。|3124|-|2021-12-17|2021-01-30|
|
||||
|24|[7eu7d7/genshin_auto_fish](https://github.com/7eu7d7/genshin_auto_fish)|基于深度强化学习的原神自动钓鱼AI|2862|Python|2021-12-04|2021-09-10|
|
||||
|25|[mentebinaria/retoolkit](https://github.com/mentebinaria/retoolkit)|Reverse Engineer's Toolkit|2795|Inno Setup|2021-10-06|2021-03-13|
|
||||
|26|[zxbu/webdav-aliyundriver](https://github.com/zxbu/webdav-aliyundriver)|阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现|2789|Java|2021-12-15|2021-01-13|
|
||||
|27|[vaxilu/x-ui](https://github.com/vaxilu/x-ui)|支持多协议多用户的 xray 面板|2640|JavaScript|2021-12-11|2021-05-18|
|
||||
|28|[shufflewzc/faker2](https://github.com/shufflewzc/faker2)|不知名大佬备份|2578|JavaScript|2021-12-19|2021-06-10|
|
||||
|29|[thx/gogocode](https://github.com/thx/gogocode)|GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.|2557|JavaScript|2021-12-17|2021-03-03|
|
||||
|30|[tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce](https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce)|Apache Log4j 远程代码执行|2481|Java|2021-12-15|2021-12-09|
|
||||
|31|[PaddlePaddle/PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)|Easy-to-use and Fast NLP library with awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications.|2444|Python|2021-12-19|2021-02-05|
|
||||
|32|[modern-js-dev/modern.js](https://github.com/modern-js-dev/modern.js)|The meta-framework suite designed from scratch for frontend-focused modern web development.|2349|TypeScript|2021-12-19|2021-07-02|
|
||||
|33|[rubickCenter/rubick](https://github.com/rubickCenter/rubick)|🔧 Electron based open source toolbox, free integration of rich plug-ins. 基于 electron 的开源工具箱,自由集成丰富插件。|2344|JavaScript|2021-12-09|2021-06-11|
|
||||
|34|[xfangfang/Macast](https://github.com/xfangfang/Macast)|Macast is a cross-platform application which using mpv as DLNA Media Renderer.|2290|Python|2021-11-23|2021-06-02|
|
||||
|35|[dgiot/dgiot](https://github.com/dgiot/dgiot)|Open source platform for IoT,30 min Quick Deployment,10M-level device connection,Carrier level Stability;物联网开源平台,30分钟快速部署,千万级承载,电信级稳定性. Zero code for Object model-Rule Engine-Data Channel-Configuratio ...|2282|Erlang|2021-12-17|2021-02-23|
|
||||
|36|[cloudwego/netpoll](https://github.com/cloudwego/netpoll)|A high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance.|2190|Go|2021-12-16|2021-02-25|
|
||||
|37|[VirgilClyne/iRingo](https://github.com/VirgilClyne/iRingo)|解锁完整的 Apple功能和集成服务|2140|JavaScript|2021-12-18|2021-10-16|
|
||||
|38|[hora-search/hora](https://github.com/hora-search/hora)|🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . |2119|Rust|2021-10-23|2021-05-15|
|
||||
|39|[erda-project/erda](https://github.com/erda-project/erda)|An enterprise-grade Cloud-Native application platform for Kubernetes.|2098|Go|2021-12-19|2021-03-05|
|
||||
|40|[open-mmlab/mmocr](https://github.com/open-mmlab/mmocr)|OpenMMLab Text Detection, Recognition and Understanding Toolbox|1914|Python|2021-12-18|2021-04-07|
|
||||
|41|[YunaiV/ruoyi-vue-pro](https://github.com/YunaiV/ruoyi-vue-pro)|基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统|1873|Java|2021-12-16|2021-01-24|
|
||||
|42|[zero205/JD_tencent_scf](https://github.com/zero205/JD_tencent_scf)|自用京东JS脚本,已加入助力池;支持【青龙】、【腾讯云函数】、【elecV2P】;低调使用,请勿fork!!!|1856|JavaScript|2021-12-19|2021-05-11|
|
||||
|43|[biuuu/genshin-wish-export](https://github.com/biuuu/genshin-wish-export)|Easily export the Genshin Impact wish record.|1820|JavaScript|2021-12-19|2021-02-15|
|
||||
|44|[FengQuanLi/ResnetGPT](https://github.com/FengQuanLi/ResnetGPT)|用Resnet101+GPT搭建一个玩王者荣耀的AI|1814|Python|2021-08-08|2021-01-05|
|
||||
|45|[0voice/learning_mind_map](https://github.com/0voice/learning_mind_map)|2021年【思维导图】盒子,C/C++,Golang,Linux,云原生,数据库,DPDK,音视频开发,TCP/IP,数据结构,计算机原理等|1801|-|2021-12-02|2021-11-22|
|
||||
|46|[monyhar/monyhar-lite](https://github.com/monyhar/monyhar-lite)|梦弘浏览器 自主研发版本 - 完全自主研发,打破国外垄断,比 Chrome 快 600%。缺少上网功能。|1796|C|2021-08-19|2021-06-11|
|
||||
|47|[micro-zoe/micro-app](https://github.com/micro-zoe/micro-app)|A lightweight, efficient and powerful micro front-end framework. 一款轻量、高效、功能强大的微前端框架|1792|JavaScript|2021-12-17|2021-06-24|
|
||||
|48|[Blinue/Magpie](https://github.com/Blinue/Magpie)|使游戏窗口全屏显示|1749|HLSL|2021-12-13|2021-02-20|
|
||||
|49|[yanfeizhang/coder-kung-fu](https://github.com/yanfeizhang/coder-kung-fu)|开发内功修炼|1727|PHP|2021-11-19|2021-01-19|
|
||||
|50|[stypr/clubhouse-py](https://github.com/stypr/clubhouse-py)|Clubhouse API written in Python. Standalone client included. For reference and education purposes only.|1693|Python|2021-07-28|2021-02-13|
|
||||
|51|[openscrm/api-server](https://github.com/openscrm/api-server)|OpenSCRM是一套基于Go和React的超高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。|1583|Go|2021-11-12|2021-08-24|
|
||||
|52|[lwch/natpass](https://github.com/lwch/natpass)|新一代主机管理工具|1566|Go|2021-12-17|2021-07-30|
|
||||
|53|[bytedance/monoio](https://github.com/bytedance/monoio)|Rust async runtime based on io-uring.|1554|Rust|2021-12-17|2021-11-30|
|
||||
|54|[lan-tianxiang/JS_TOOL](https://github.com/lan-tianxiang/JS_TOOL)|Node网页开发工具|1542|JavaScript|2021-09-06|2021-04-10|
|
||||
|55|[acmenlt/dynamic-threadpool](https://github.com/acmenlt/dynamic-threadpool)|🔥 强大的动态线程池,附带监控报警功能(没有依赖中间件),完全遵循阿里巴巴编码规范。Powerful dynamic thread pool, does not rely on any middleware, with monitoring and alarm function.|1511|Java|2021-12-18|2021-06-16|
|
||||
|56|[bytedance/flutter_ume](https://github.com/bytedance/flutter_ume)|UME is an in-app debug kits platform for Flutter. Produced by Flutter Infra team of ByteDance|1417|Dart|2021-12-10|2021-07-16|
|
||||
|57|[eva-engine/eva.js](https://github.com/eva-engine/eva.js)|Eva.js is a front-end game engine specifically for creating interactive game projects.|1368|JavaScript|2021-12-17|2021-03-08|
|
||||
|58|[aidenybai/million](https://github.com/aidenybai/million)|🦁 <1kb compiler-augmented virtual DOM. It's fast!|1366|TypeScript|2021-12-19|2021-05-29|
|
||||
|59|[0x727/ShuiZe_0x727](https://github.com/0x727/ShuiZe_0x727)|信息收集自动化工具|1361|Python|2021-11-30|2021-07-28|
|
||||
|60|[mochat-cloud/mochat](https://github.com/mochat-cloud/mochat)|基于企业微信的开源SCRM应用开发框架&引擎,也是一套通用的企业私域流量管理系统!|1351|PHP|2021-12-04|2021-01-18|
|
||||
|61|[newbee-ltd/vue3-admin](https://github.com/newbee-ltd/vue3-admin)|🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统|1341|Vue|2021-12-02|2021-03-21|
|
||||
|62|[MoonBegonia/ninja](https://github.com/MoonBegonia/ninja)|-|1339|JavaScript|2021-12-09|2021-07-26|
|
||||
|63|[lilishop/lilishop](https://github.com/lilishop/lilishop)|电商商城 商城系统|1330|Java|2021-12-16|2021-05-14|
|
||||
|64|[ByteLegend/ByteLegend](https://github.com/ByteLegend/ByteLegend)|Enjoy programming while playing a game.|1313|Kotlin|2021-12-19|2021-02-01|
|
||||
|65|[inbug-team/InScan](https://github.com/inbug-team/InScan)|边界打点后的自动化渗透工具|1312|Go|2021-07-19|2021-04-10|
|
||||
|66|[madawei2699/awesome-seo](https://github.com/madawei2699/awesome-seo)|Google SEO Research and Web Traffic Monetization|1309|-|2021-09-11|2021-01-06|
|
||||
|67|[jekip/naive-ui-admin](https://github.com/jekip/naive-ui-admin)|Naive Ui Admin 是一个基于 vue3,vite2,TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你,持续更新中。|1307|Vue|2021-12-06|2021-07-03|
|
||||
|68|[messense/aliyundrive-webdav](https://github.com/messense/aliyundrive-webdav)|阿里云盘 WebDAV 服务|1276|Rust|2021-12-12|2021-08-18|
|
||||
|69|[alibaba/taobao-iphone-device](https://github.com/alibaba/taobao-iphone-device)| tidevice can be used to communicate with iPhone device|1261|Python|2021-12-17|2021-01-21|
|
||||
|70|[Mayandev/notion-avatar](https://github.com/Mayandev/notion-avatar)|🪄 An online tool for making notion-style avatars.|1245|TypeScript|2021-11-26|2021-09-24|
|
||||
|71|[3lang3/react-vant](https://github.com/3lang3/react-vant)|React mobile UI Components base on Vant|1232|TypeScript|2021-12-17|2021-07-18|
|
||||
|72|[PeiQi0/PeiQi-WIKI-POC](https://github.com/PeiQi0/PeiQi-WIKI-POC)|鹿不在侧,鲸不予游🐋|1228|HTML|2021-07-04|2021-04-20|
|
||||
|73|[merico-dev/lake](https://github.com/merico-dev/lake)|DevLake: the open source data lake & dashboard for your DevOps tools.|1204|Go|2021-12-18|2021-07-08|
|
||||
|74|[liyupi/daxigua](https://github.com/liyupi/daxigua)|最简单的魔改发布『 合成大西瓜 』,配套改图工具,不用改代码,修改配置即可!|1176|JavaScript|2021-08-20|2021-01-28|
|
||||
|75|[cool-team-official/cool-admin-midway](https://github.com/cool-team-official/cool-admin-midway)|cool-admin(midway版)一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typescript、typeorm、mysql、jwt、element-ui等构建|1154|TypeScript|2021-12-18|2021-02-27|
|
||||
|76|[0x192/universal-android-debloater](https://github.com/0x192/universal-android-debloater)|Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.|1149|Rust|2021-12-10|2021-10-07|
|
||||
|77|[gh0stkey/Web-Fuzzing-Box](https://github.com/gh0stkey/Web-Fuzzing-Box)|Web Fuzzing Box - Web 模糊测试字典与一些Payloads,主要包含:弱口令暴力破解、目录以及文件枚举、Web漏洞...字典运用于实战案例:https://gh0st.cn/archives/2019-11-11/1|1130|HTML|2021-10-22|2021-01-01|
|
||||
|78|[craigary/nobelium](https://github.com/craigary/nobelium)|A static blog build on top of Notion and NextJS, deployed on Vercel.|1120|JavaScript|2021-12-09|2021-03-14|
|
||||
|79|[GoodManWEN/GoodManWEN.github.io](https://github.com/GoodManWEN/GoodManWEN.github.io)|📕 A website simulating linux system's GUI, using theme of Deepin distro. 网页模拟桌面|1101|Vue|2021-12-10|2021-04-25|
|
||||
|80|[sjlleo/netflix-verify](https://github.com/sjlleo/netflix-verify)|流媒体NetFlix解锁检测脚本 / A script used to determine whether your network can watch native Netflix movies or not|1092|Go|2021-11-27|2021-02-23|
|
||||
|81|[KubeOperator/KubePi](https://github.com/KubeOperator/KubePi)|KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板|1074|Go|2021-12-17|2021-05-20|
|
||||
|82|[lan-tianxiang/jd_shell](https://github.com/lan-tianxiang/jd_shell)|Node网页开发工具|1058|JavaScript|2021-07-07|2021-01-30|
|
||||
|83|[hua1995116/react-resume-site](https://github.com/hua1995116/react-resume-site)|木及简历,一款markdown的在线简历工具。|1054|TypeScript|2021-10-04|2021-02-19|
|
||||
|84|[giscus/giscus](https://github.com/giscus/giscus)|A comments system powered by GitHub Discussions. :octocat: :speech_balloon: :gem:|1052|TypeScript|2021-12-15|2021-03-27|
|
||||
|85|[ming1016/SwiftPamphletApp](https://github.com/ming1016/SwiftPamphletApp)|戴铭的 Swift 小册子,一本活的 Swift 手册|1031|Swift|2021-12-18|2021-11-13|
|
||||
|86|[lyswhut/lx-music-mobile](https://github.com/lyswhut/lx-music-mobile)|一个基于 React native 开发的音乐软件|1018|JavaScript|2021-12-17|2021-05-15|
|
||||
|87|[peng-zhihui/Peak](https://github.com/peng-zhihui/Peak)|Tiny Mobile Terminal Device Kit.|1012|C|2021-10-15|2021-10-10|
|
||||
|88|[marmotedu/iam](https://github.com/marmotedu/iam)|企业级的 Go 语言实战项目(可作为Go项目开发脚手架)|1005|Go|2021-12-19|2021-05-26|
|
||||
|89|[shulieTech/Takin](https://github.com/shulieTech/Takin)|Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through Takin, middlewares and applications can ident ...|993|-|2021-11-10|2021-04-29|
|
||||
|90|[zhimingshenjun/DD_Monitor](https://github.com/zhimingshenjun/DD_Monitor)|DD监控室第一版|979|Python|2021-10-14|2021-01-10|
|
||||
|91|[whwlsfb/Log4j2Scan](https://github.com/whwlsfb/Log4j2Scan)|Log4j2 RCE Passive Scanner plugin for BurpSuite|973|Java|2021-12-15|2021-12-10|
|
||||
|92|[curtinlv/JD-Script](https://github.com/curtinlv/JD-Script)|仅供参考。|969|Python|2021-12-05|2021-05-05|
|
||||
|93|[airuikun/mircro-tech](https://github.com/airuikun/mircro-tech)|react的微前端组件,让你的react项目可以加载vue组件|958|JavaScript|2021-08-18|2021-05-17|
|
||||
|94|[RimoChan/match-you](https://github.com/RimoChan/match-you)|【您配吗】配你吗|956|JavaScript|2021-12-06|2021-11-19|
|
||||
|95|[EdgeSecurityTeam/EHole](https://github.com/EdgeSecurityTeam/EHole)|EHole(棱洞)3.0 重构版-红队重点攻击系统指纹探测工具|952|Go|2021-12-15|2021-01-15|
|
||||
|96|[ender-zhao/Clash-for-Windows_Chinese](https://github.com/ender-zhao/Clash-for-Windows_Chinese)|clash for windows汉化版. 提供clash for windows的汉化版, 汉化补丁及汉化版安装程序|947|JavaScript|2021-12-19|2021-04-19|
|
||||
|97|[ccfddl/ccf-deadlines](https://github.com/ccfddl/ccf-deadlines)|⏰ CCF recommendation conference Deadline Countdowns / Please star this project, thanks~|940|Vue|2021-12-17|2021-02-01|
|
||||
|98|[AlynxZhou/gnome-shell-extension-inotch](https://github.com/AlynxZhou/gnome-shell-extension-inotch)|Add a useless notch to your screen.|925|JavaScript|2021-10-30|2021-10-20|
|
||||
|99|[ihciah/clean-dns-bpf](https://github.com/ihciah/clean-dns-bpf)|基于 Rust + eBPF 丢弃 GFW DNS 污染包|921|Rust|2021-12-05|2021-10-02|
|
||||
|100|[triggerjs/trigger](https://github.com/triggerjs/trigger)|A library for creating scroll-based animation with HTML attributes and CSS variables.|915|TypeScript|2021-11-15|2021-10-19|
|
||||
|101|[ApsaraDB/galaxysql](https://github.com/ApsaraDB/galaxysql)|PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.|908|Java|2021-12-14|2021-10-16|
|
||||
|102|[buqiyuan/vite-vue3-lowcode](https://github.com/buqiyuan/vite-vue3-lowcode)|vue3.x + vite2.x + vant + element-plus H5移动端低代码平台 lowcode 可视化拖拽 可视化编辑器 visual editor 类似易企秀的H5制作、建站工具、可视化搭建工具|893|TypeScript|2021-12-16|2021-04-19|
|
||||
|103|[bytedance/bhook](https://github.com/bytedance/bhook)|🔥 ByteHook(aka bhook) is a PLT hook framework for Android app.|889|C|2021-11-05|2021-08-11|
|
||||
|104|[SonicCloudOrg/sonic-server](https://github.com/SonicCloudOrg/sonic-server)|🎉Back end of Sonic cloud real machine testing platform. Sonic云真机测试平台后端服务。|884|Java|2021-12-16|2021-08-15|
|
||||
|105|[Paladinfeng/MiaoProject](https://github.com/Paladinfeng/MiaoProject)|Miao Project Bug 反馈|867|-|2021-12-12|2021-04-01|
|
||||
|106|[polarismesh/polaris](https://github.com/polarismesh/polaris)|Service Discovery and Governance Center for Distributed and Microservice Architecture|852|Go|2021-12-18|2021-06-14|
|
||||
|107|[jweny/pocassist](https://github.com/jweny/pocassist)|全新的开源漏洞测试框架,实现poc在线编辑、运行、批量测试。使用文档:|845|Go|2021-12-07|2021-05-12|
|
||||
|108|[Lissy93/dashy](https://github.com/Lissy93/dashy)|🚀 A self-hosted startpage for your server. Easy to use visual editor, status checking, themes and tons more!|838|Vue|2021-12-19|2021-02-28|
|
||||
|109|[Tencent/flare](https://github.com/Tencent/flare)| Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。 |820|C++|2021-11-25|2021-05-26|
|
||||
|110|[zhaoolee/pi](https://github.com/zhaoolee/pi)|树莓派防吃灰小分队,让树莓派不再吃灰~|796|-|2021-12-01|2021-10-20|
|
||||
|111|[hustvl/YOLOP](https://github.com/hustvl/YOLOP)|You Only Look Once for Panopitic Driving Perception.(https://arxiv.org/abs/2108.11250)|793|Python|2021-12-14|2021-08-25|
|
||||
|112|[timb-machine/linux-malware](https://github.com/timb-machine/linux-malware)|Tracking interesting Linux (and UNIX) malware. Send PRs|791|Shell|2021-12-18|2021-07-20|
|
||||
|113|[JingOS-team/JingOS](https://github.com/JingOS-team/JingOS)|Awesome - JingOS - The World’s First Linux-based OS design for Tablets|785|-|2021-12-10|2021-01-29|
|
||||
|114|[martinet101/ElevenClock](https://github.com/martinet101/ElevenClock)|ElevenClock: Have a customizable clock on your Windows 11 displays|779|Python|2021-12-18|2021-09-19|
|
||||
|115|[CollegesChat/university-information](https://github.com/CollegesChat/university-information)|收集全国各高校招生时不会写明,却会实实在在影响大学生活质量的要求与细节|762|Python|2021-08-25|2021-06-25|
|
||||
|116|[bnjbvr/rouille](https://github.com/bnjbvr/rouille)|Rust programming, in French.|752|Rust|2021-11-16|2021-09-09|
|
||||
|117|[xManager-v2/xManager-Spotify](https://github.com/xManager-v2/xManager-Spotify)|An android application where you can manage and install all versions of the spotify app.|752|Java|2021-11-29|2021-02-08|
|
||||
|118|[Anonymous-ghost/AttackWebFrameworkTools](https://github.com/Anonymous-ghost/AttackWebFrameworkTools)|本软件首先集成危害性较大框架和部分主流cms的rce(无需登录,或者登录绕过执行rce)和反序列化(利用链简单)。上传getshell。sql注入等高危漏洞直接就可以拿权限出数据。其次对一些构造复杂exp漏洞进行检测。傻瓜式导入url即可实现批量测试,能一键getshell检测绝不sql注入或者不是只检测。其中thinkphp 集成所有rce Exp Struts2漏洞集成了shack2 和k8 ...|748|-|2021-12-13|2021-02-10|
|
||||
|119|[yangxy/GPEN](https://github.com/yangxy/GPEN)|-|746|Jupyter Notebook|2021-12-16|2021-04-07|
|
||||
|120|[Codennnn/vue-color-avatar](https://github.com/Codennnn/vue-color-avatar)|An online avatar generator just for fun 🥳 一个纯前端实现的头像生成网站|745|Vue|2021-12-11|2021-10-16|
|
||||
|121|[tuplex/tuplex](https://github.com/tuplex/tuplex)|Tuplex is a parallel big data processing framework that runs data science pipelines written in Python at the speed of compiled code. Tuplex has similar Python APIs to Apache Spark or Dask, but rather ...|742|C++|2021-12-16|2021-06-30|
|
||||
|122|[ineo6/hosts](https://github.com/ineo6/hosts)|GitHub最新hosts。解决GitHub图片无法显示,加速GitHub网页浏览。|731|JavaScript|2021-12-19|2021-03-28|
|
||||
|123|[seccome/Ehoney](https://github.com/seccome/Ehoney)|安全、快捷、高交互、企业级的蜜罐管理系统,支持多种协议蜜罐、蜜签、诱饵等功能。A safe, fast, highly interactive and enterprise level honeypot management system, supports multiple protocol honeypots, honeytokens, baits and other functions.|729|Go|2021-11-27|2021-06-03|
|
||||
|124|[stevenlei/spacingjs](https://github.com/stevenlei/spacingjs)|A JavaScript utility for measuring the spacing between elements on webpage.|722|TypeScript|2021-11-29|2021-11-09|
|
||||
|125|[Mashiro2000/HeyTapTask](https://github.com/Mashiro2000/HeyTapTask)|适配青龙面板/云函数/本地运行的欢太商城脚本|715|Python|2021-12-03|2021-09-17|
|
||||
|126|[tonquer/picacg-qt](https://github.com/tonquer/picacg-qt)|哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS) |711|Python|2021-12-19|2021-02-05|
|
||||
|127|[xiecat/goblin](https://github.com/xiecat/goblin)|一款适用于红蓝对抗中的仿真钓鱼系统|710|Go|2021-11-01|2021-09-06|
|
||||
|128|[CoderLeixiaoshuai/wuhan-IT](https://github.com/CoderLeixiaoshuai/wuhan-IT)|『武汉互联网』持续关注武汉互联网公司,帮助大家排坑,让一线浪子顺利回家|706|-|2021-08-29|2021-03-23|
|
||||
|129|[allentofight/easy-cs](https://github.com/allentofight/easy-cs)|CS,如此简单!|697|-|2021-11-22|2021-02-12|
|
||||
|130|[hongchacha/cartoon](https://github.com/hongchacha/cartoon)|全是漫画,免费漫画app|695|-|2021-10-28|2021-02-02|
|
||||
|131|[chanify/chanify](https://github.com/chanify/chanify)|Chanify is a safe and simple notification tools. This repository is command line tools for Chanify.|693|Go|2021-10-11|2021-02-25|
|
||||
|132|[tianqiraf/DouZero_For_HappyDouDiZhu](https://github.com/tianqiraf/DouZero_For_HappyDouDiZhu)|基于DouZero定制AI实战欢乐斗地主|691|Python|2021-07-22|2021-07-11|
|
||||
|133|[ffffffff0x/f8x](https://github.com/ffffffff0x/f8x)|红/蓝队环境自动化部署工具 Red/Blue team environment automation deployment tool|689|Shell|2021-12-16|2021-01-21|
|
||||
|134|[feature-flags-co/feature-flags-co](https://github.com/feature-flags-co/feature-flags-co)|Feature flags-driven product analysis platform that makes iterating on products as fast as Commit code|686|C#|2021-12-18|2021-07-27|
|
||||
|135|[wgpsec/DBJ](https://github.com/wgpsec/DBJ)|大宝剑-边界资产梳理工具(红队、蓝队、企业组织架构、子域名、Web资产梳理、Web指纹识别、ICON_Hash资产匹配)|684|Python|2021-10-23|2021-03-11|
|
||||
|136|[0x727/SpringBootExploit](https://github.com/0x727/SpringBootExploit)|项目是根据LandGrey/SpringBootVulExploit清单编写,目的hvv期间快速利用漏洞、降低漏洞利用门槛。|683|Java|2021-12-13|2021-10-22|
|
||||
|137|[P3TERX/warp.sh](https://github.com/P3TERX/warp.sh)|Cloudflare WARP configuration script Cloudflare WARP 一键配置脚本|681|Shell|2021-11-27|2021-06-12|
|
||||
|138|[52CV/2021-CV-Surveys](https://github.com/52CV/2021-CV-Surveys)|2021 年,计算机视觉相关综述。包括目标检测、跟踪........|674|-|2021-12-13|2021-01-05|
|
||||
|139|[microsoft/Graphormer](https://github.com/microsoft/Graphormer)|This is the official implementation for "Do Transformers Really Perform Bad for Graph Representation?".|664|Python|2021-12-11|2021-05-27|
|
||||
|140|[phodal/tangping](https://github.com/phodal/tangping)|躺平即正义。Nothing is true, everything is permitted|662|-|2021-10-09|2021-05-28|
|
||||
|141|[lcvvvv/kscan](https://github.com/lcvvvv/kscan)|Kscan是一款纯go开发的轻量级的资产发现工具,可针对指定IP段、资产清单、存活网段自动化进行端口扫描以及TCP指纹识别和Banner抓取,在不发送更多的数据包的情况下尽可能的获取端口更多信息。并且能够针对扫描结果进行自动化暴力破解,且是go平台首款开源的RDP暴力破解工具。|661|Go|2021-12-14|2021-01-25|
|
||||
|142|[fingerchar/fingernft](https://github.com/fingerchar/fingernft)|FingerNFT是一款开源NFT市场,兼容Opensea、Rarible。|660|CSS|2021-12-17|2021-11-21|
|
||||
|143|[Boris-code/feapder](https://github.com/Boris-code/feapder)|feapder是一款支持分布式、批次采集、任务防丢、报警丰富的python爬虫框架|659|Python|2021-12-15|2021-02-08|
|
||||
|144|[Reamd7/notion-zh_CN](https://github.com/Reamd7/notion-zh_CN)|notion 中文化|657|JavaScript|2021-12-11|2021-08-12|
|
||||
|145|[Justin62628/Squirrel-RIFE](https://github.com/Justin62628/Squirrel-RIFE)|效果更好的补帧软件,显存占用更小,是DAIN速度的10-25倍,包含抽帧处理,去除动漫卡顿感|656|C#|2021-10-12|2021-01-31|
|
||||
|146|[RustMagazine/rust_magazine_2021](https://github.com/RustMagazine/rust_magazine_2021)|RustMagazine 2021 期刊|656|JavaScript|2021-12-18|2021-01-21|
|
||||
|147|[wulabing/V2Ray_ws-tls_bash_onekey](https://github.com/wulabing/V2Ray_ws-tls_bash_onekey)|-|654|Shell|2021-12-02|2021-02-21|
|
||||
|148|[rebase-network/Dapp-Learning](https://github.com/rebase-network/Dapp-Learning)|-|653|Solidity|2021-12-13|2021-06-08|
|
||||
|149|[Tencent/cherry-markdown](https://github.com/Tencent/cherry-markdown)|✨ A Markdown Editor|645|JavaScript|2021-12-17|2021-10-15|
|
||||
|150|[alaskasquirrel/Email-newsletter-RSS](https://github.com/alaskasquirrel/Email-newsletter-RSS)|邮箱 📧 newsletter RSS|641|-|2021-12-07|2021-09-19|
|
||||
|151|[BR-IDL/PaddleViT](https://github.com/BR-IDL/PaddleViT)|:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+|640|Python|2021-12-17|2021-08-30|
|
||||
|152|[Twi1ight/CSAgent](https://github.com/Twi1ight/CSAgent)|CobaltStrike 4.x通用白嫖及汉化加载器|632|Java|2021-10-15|2021-06-23|
|
||||
|153|[passerby-b/JDDJ](https://github.com/passerby-b/JDDJ)|京东到家果园庄园脚本,电报群:https://t.me/passerbyb2021|631|JavaScript|2021-12-13|2021-04-16|
|
||||
|154|[Zy143L/wskey](https://github.com/Zy143L/wskey)|wskey|625|Python|2021-12-03|2021-09-01|
|
||||
|155|[MBoxPlus/mbox](https://github.com/MBoxPlus/mbox)|Toolchain for Mobile App Development 移动研发工具链|625|Ruby|2021-12-15|2021-06-22|
|
||||
|156|[rms-open-letter/rms-open-letter.github.io](https://github.com/rms-open-letter/rms-open-letter.github.io)|-|622|TypeScript|2021-10-03|2021-03-23|
|
||||
|157|[r0eXpeR/Online_Tools](https://github.com/r0eXpeR/Online_Tools)|一些在线的工具,情报资源|619|-|2021-07-17|2021-03-22|
|
||||
|158|[gz-yami/mall4cloud](https://github.com/gz-yami/mall4cloud)|微服务电商商城 java商城|614|Java|2021-11-26|2021-08-04|
|
||||
|159|[auxten/go-sqldb](https://github.com/auxten/go-sqldb)|A pure golang SQL database for database theory research|612|Go|2021-08-31|2021-04-10|
|
||||
|160|[laekov/fastmoe](https://github.com/laekov/fastmoe)|A fast MoE impl for PyTorch|611|Python|2021-11-29|2021-01-25|
|
||||
|161|[chinese-chess-everywhere/type-chess](https://github.com/chinese-chess-everywhere/type-chess)|一个玩具,用 TypeScript 类型系统写的中国象棋|609|TypeScript|2021-11-07|2021-10-26|
|
||||
|162|[openppl-public/ppl.nn](https://github.com/openppl-public/ppl.nn)|A primitive library for neural network|606|C++|2021-12-17|2021-06-30|
|
||||
|163|[Chaoses-Ib/IbEverythingExt](https://github.com/Chaoses-Ib/IbEverythingExt)|Everything 拼音搜索、快速选择扩展|605|C++|2021-12-17|2021-09-18|
|
||||
|164|[sunfkny/genshin-gacha-export](https://github.com/sunfkny/genshin-gacha-export)|原神抽卡记录导出|603|Python|2021-12-16|2021-01-08|
|
||||
|165|[asd920/Auto-jd](https://github.com/asd920/Auto-jd)|京东自用脚本|601|JavaScript|2021-12-19|2021-05-29|
|
||||
|166|[bytedance/memory-leak-detector](https://github.com/bytedance/memory-leak-detector)|-|601|C|2021-12-13|2021-04-14|
|
||||
|167|[open-mmlab/mmgeneration](https://github.com/open-mmlab/mmgeneration)|MMGeneration is a powerful toolkit for generative models, based on PyTorch and MMCV. |596|Python|2021-12-17|2021-04-14|
|
||||
|168|[axiaoxin-com/investool](https://github.com/axiaoxin-com/investool)|Golang实现财报分析、个股基本面检测、基本面选股、4433法则基金筛选与检测、基金持仓相似度、股票选基、基金经理筛选|591|Go|2021-12-17|2021-04-19|
|
||||
|169|[Jack-Cherish/quantitative](https://github.com/Jack-Cherish/quantitative)|量化交易:python3|588|Python|2021-10-05|2021-09-08|
|
||||
|170|[ClassmateLin/scripts](https://github.com/ClassmateLin/scripts)|jd|585|Python|2021-11-06|2021-07-20|
|
||||
|171|[safe6Sec/Fastjson](https://github.com/safe6Sec/Fastjson)|Fastjson姿势技巧集合|580|-|2021-11-19|2021-07-22|
|
||||
|172|[yihong0618/GitHubPoster](https://github.com/yihong0618/GitHubPoster)|Make everything a GitHub svg poster and Skyline!|575|Python|2021-12-19|2021-04-21|
|
||||
|173|[easychen/docker2saas](https://github.com/easychen/docker2saas)|An open source tool that lets you create a SaaS website from docker images in 10 minutes.|570|PHP|2021-07-04|2021-02-13|
|
||||
|174|[H5-Dooring/dooringx](https://github.com/H5-Dooring/dooringx)|快速高效搭建可视化拖拽平台|565|TypeScript|2021-12-14|2021-07-08|
|
||||
|175|[EmYiQing/JSPHorse](https://github.com/EmYiQing/JSPHorse)|结合反射调用、动态编译、BCEL、defineClass0,ScriptEngine、Expression等技术的一款免杀JSP Webshell生成工具|564|Java|2021-12-16|2021-11-06|
|
||||
|176|[tal-tech/conan](https://github.com/tal-tech/conan)|柯南平台开源版本,为用户提供流量回放全流程解决方案|562|Java|2021-10-21|2021-03-02|
|
||||
|177|[heiyeluren/koala](https://github.com/heiyeluren/koala)|koala通用频率控制系统,一个应对所有频次控制高度配置化的通用反作弊系统(规则引擎),高性能可扩展。 (the require golang >= 1.0)|557|Go|2021-07-12|2021-05-18|
|
||||
|178|[nlp-uoregon/trankit](https://github.com/nlp-uoregon/trankit)|Trankit is a Light-Weight Transformer-based Python Toolkit for Multilingual Natural Language Processing|557|Python|2021-11-15|2021-01-08|
|
||||
|179|[takayama-lily/vscode-qq](https://github.com/takayama-lily/vscode-qq)|基于安卓QQ协议的vscode-qq扩展|556|TypeScript|2021-12-08|2021-02-06|
|
||||
|180|[vitejs/docs-cn](https://github.com/vitejs/docs-cn)|Chinese translation of vitejs.dev|556|JavaScript|2021-12-18|2021-02-03|
|
||||
|181|[Oreomeow/checkinpanel](https://github.com/Oreomeow/checkinpanel)|一个主要运行在 𝐞𝐥𝐞𝐜𝐕𝟐𝐏 或 𝐪𝐢𝐧𝐠𝐥𝐨𝐧𝐠 等定时面板,同时支持系统运行环境的签到项目(环境:𝑷𝒚𝒕𝒉𝒐𝒏 3.8+ / 𝑵𝒐𝒅𝒆.𝒋𝒔 10+ / 𝑩𝒂𝒔𝒉 4+ / 𝑶𝒑𝒆𝒏𝑱𝑫𝑲8 / 𝑷𝒆𝒓𝒍5)|551|Perl|2021-12-18|2021-08-22|
|
||||
|182|[cool-team-official/cool-admin-vue](https://github.com/cool-team-official/cool-admin-vue)|cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建|550|CSS|2021-12-18|2021-02-27|
|
||||
|183|[allanpk716/ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)|自动化中文字幕下载。字幕网站支持 zimuku、subhd、shooter、xunlei 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM|549|Go|2021-12-17|2021-05-30|
|
||||
|184|[lanceliao/china-holiday-calender](https://github.com/lanceliao/china-holiday-calender)|中国节假日、调休、补班日历,ICS格式,可供IPhone、Google Calender、Outlook等客户端订阅|548|-|2021-12-05|2021-05-08|
|
||||
|185|[zhzyker/dismap](https://github.com/zhzyker/dismap)|Asset discovery and identification tools 快速识别 Web 指纹信息,定位资产类型。辅助红队快速定位目标资产信息,辅助蓝队发现疑似脆弱点|547|Go|2021-10-15|2021-07-24|
|
||||
|186|[easychen/wecomchan](https://github.com/easychen/wecomchan)|通过企业微信向微信推送消息的配置文档、直推函数和可自行搭建的在线服务代码。可以看成Server酱的开源替代方案之一。|538|Go|2021-09-12|2021-05-30|
|
||||
|187|[rubyangxg/jd-qinglong](https://github.com/rubyangxg/jd-qinglong)|-|536|Java|2021-12-13|2021-09-14|
|
||||
|188|[Tencent/bk-job](https://github.com/Tencent/bk-job)|蓝鲸作业平台(Job)是一套运维基础操作管理系统,具备海量任务并发处理能力。除了支持脚本执行、文件分发、定时任务等一系列基础运维场景以外,还支持通过流程调度能力将零碎的单个任务组装成一个自动化作业流程;而每个作业都可做为一个原子节点,提供给上层或周边系统/平台使用,实现调度自动化。|535|Java|2021-12-16|2021-06-17|
|
||||
|189|[JackonYang/list-of-wechat-mini-program-list](https://github.com/JackonYang/list-of-wechat-mini-program-list)|开源微信小程序列表的列表,& 我认为有赚钱能力的小程序开源代码|534|JavaScript|2021-11-25|2021-01-28|
|
||||
|190|[ASoulCnki/ASoulCnki](https://github.com/ASoulCnki/ASoulCnki)|ASoul评论区小作文 枝网查重系统 爬虫部分|530|Python|2021-12-03|2021-06-13|
|
||||
|191|[textflint/textflint](https://github.com/textflint/textflint)|Unified Multilingual Robustness Evaluation Toolkit for Natural Language Processing|530|Python|2021-12-07|2021-03-06|
|
||||
|192|[Rick-Lang/rickroll-lang](https://github.com/Rick-Lang/rickroll-lang)|Rick Roll Language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics.|526|Python|2021-12-02|2021-05-16|
|
||||
|193|[HXSecurity/DongTai](https://github.com/HXSecurity/DongTai)|DongTai is an interactive application security testing(IAST) product that supports the detection of OWASP WEB TOP 10 vulnerabilities, multi-request related vulnerabilities (including logic vulnerabili ...|526|Shell|2021-12-15|2021-03-22|
|
||||
|194|[baidu/EasyFaaS](https://github.com/baidu/EasyFaaS)|EasyFaaS是一个依赖轻、适配性强、资源占用少、无状态且高性能的函数计算服务引擎|519|Go|2021-10-18|2021-04-06|
|
||||
|195|[bytedance/CodeLocator](https://github.com/bytedance/CodeLocator)|-|518|Java|2021-08-20|2021-08-19|
|
||||
|196|[Power7089/PenetrationTest-Tips](https://github.com/Power7089/PenetrationTest-Tips)|渗透测试,渗透测试小技巧,渗透测试Tips,师傅们跟我一起维护更新吧~|514|-|2021-06-08|2021-01-18|
|
||||
|197|[cdle/sillyGirl](https://github.com/cdle/sillyGirl)|傻妞机器人|511|Go|2021-12-19|2021-08-30|
|
||||
|198|[wgpsec/tig](https://github.com/wgpsec/tig)|Threat Intelligence Gathering 威胁情报收集,旨在提高蓝队拿到攻击 IP 后对其进行威胁情报信息收集的效率。|509|Python|2021-12-18|2021-03-10|
|
||||
|199|[UKPLab/EasyNMT](https://github.com/UKPLab/EasyNMT)|Easy to use, state-of-the-art Neural Machine Translation for 100+ languages|508|Python|2021-08-05|2021-01-19|
|
||||
|200|[LianjiaTech/bruno](https://github.com/LianjiaTech/bruno)|Bruno 是基于一整套设计体系的 Flutter 组件库。An enterprise-class package of Flutter components for mobile applications.|507|Dart|2021-12-18|2021-12-07|
|
||||
|
||||
<div align="center">
|
||||
<p><sub>↓ -- 感谢读者 -- ↓</sub></p>
|
||||
榜单持续<a href="/content/docs/milestone.md">更新</a>,如有帮助请加星收藏,方便后续浏览,感谢你的支持!
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<div align="center"><a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a></div>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user