Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Selectize.js | 12,916 | 600 | 105 | 7 days ago | 7 | July 12, 2018 | 37 | apache-2.0 | SCSS | |
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. | ||||||||||
Bootstrap Select | 9,707 | 965 | 326 | a month ago | 47 | April 20, 2022 | 283 | mit | JavaScript | |
:rocket: The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. | ||||||||||
Metro Ui Css | 6,971 | 8 | 4 | 22 days ago | 99 | June 23, 2022 | 67 | mit | CSS | |
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day! | ||||||||||
X Editable | 6,464 | 4 months ago | 622 | mit | JavaScript | |||||
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery | ||||||||||
Jquery Ui Bootstrap | 5,486 | 4 | 5 years ago | March 15, 2015 | 49 | HTML | ||||
A jQuery UI theme based on Twitter Bootstrap | ||||||||||
Vvvebjs | 5,408 | 8 days ago | 1 | January 27, 2018 | 199 | apache-2.0 | JavaScript | |||
Drag and drop website builder javascript library. | ||||||||||
Bootstrap Fileinput | 5,258 | 1,182 | 35 | 11 days ago | 89 | August 17, 2022 | 14 | other | JavaScript | |
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features. | ||||||||||
Ruoyi | 3,671 | 5 days ago | 16 | mit | HTML | |||||
:tada: (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用 | ||||||||||
Bootstrap Multiselect | 3,559 | 82 | 21 | 8 months ago | 4 | August 01, 2021 | 290 | other | HTML | |
JQuery multiselect plugin based on Twitter Bootstrap. | ||||||||||
Dcat Admin | 3,360 | 52 | 16 hours ago | 72 | June 27, 2022 | 228 | mit | PHP | ||
🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码 |
CanHackMe is jeopardy CTF platform.
This platform tested on Ubuntu 16.04
+ Apache 2.4
+ PHP 7.3
.
Install Apache 2.4
.
.htaccess
file is not available with other software.
Install PHP 7.3
.
Lower versions are not supported.
Install php-sqlite3
and php-mbstrings
modules.
Set permission to access SQLite database file (default: /@import/confs/.common.db
).
Modify /@import/confs/common.php
, .facebook_app_id.txt
, .twitter_account.txt
, .recaptcha_sitekey.txt
, .recaptcha_secretkey.txt
, .wechall_authkey.txt
, .hash_salt.txt
file.
Make sure to change the hash salt to a long random string. Don't make it public.
Register an account of administrator at the website.
And modify __ADMIN__
constant in /@import/confs/common.php
file.
You must access the sqlite database directly to add notifications and challenges.
If you have any questions, feel free to contact me.