All Projects → reconhub → learn

reconhub / learn

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
RECON learn: a free, open platform for training material on epidemics analysis

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
SCSS
7915 projects
Less
1899 projects
TeX
3793 projects

Projects that are alternatives of or similar to learn

sharingan
Offensive Security recon tool
Stars: ✭ 88 (+166.67%)
Mutual labels:  recon
WhoEnum
Mass querying whois records
Stars: ✭ 24 (-27.27%)
Mutual labels:  recon
Useful-Softwares-Tools-list
List of useful Softwares, Tools, Plugins, Utilities (Online/Offline)
Stars: ✭ 22 (-33.33%)
Mutual labels:  websites
XposedOrNot
XposedOrNot (XoN) tool is to search an aggregated repository of xposed passwords comprising of ~850 million real time passwords. Usage of such compromised passwords is detrimental to individual account security.
Stars: ✭ 120 (+263.64%)
Mutual labels:  recon
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (+45.45%)
Mutual labels:  recon
ShadowClone
Unleash the power of cloud
Stars: ✭ 224 (+578.79%)
Mutual labels:  recon
ICU
An Extended, Modulair, Host Discovery Framework
Stars: ✭ 40 (+21.21%)
Mutual labels:  recon
goverview
goverview - Get an overview of the list of URLs
Stars: ✭ 93 (+181.82%)
Mutual labels:  recon
compareBars
Simplify comparative bar charts 📊
Stars: ✭ 28 (-15.15%)
Mutual labels:  htmlwidgets
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+281.82%)
Mutual labels:  websites
s3recon
Amazon S3 bucket finder and crawler.
Stars: ✭ 111 (+236.36%)
Mutual labels:  recon
Monocle
PowerShell Web Automation module, made to make automating websites easier
Stars: ✭ 47 (+42.42%)
Mutual labels:  websites
T-XPLOITER
T-XPLOITER is a Perl program for detect and (even) exploit website(s). Why the name is T-XPLOITER ? T means Triple, XPLOITER means Exploiter. This program has 3 features and functions to detect and (even) exploit website(s), just check it out :).
Stars: ✭ 13 (-60.61%)
Mutual labels:  websites
spatialwidget
Utility package to convert R data into JSON for use in htmlwidget mapping libraries
Stars: ✭ 17 (-48.48%)
Mutual labels:  htmlwidgets
recon ex
Elixir wrapper for Recon, tools to diagnose Erlang VM safely in production
Stars: ✭ 55 (+66.67%)
Mutual labels:  recon
dirbpy
This is the new version of dirb in python
Stars: ✭ 36 (+9.09%)
Mutual labels:  recon
vueR
vue.js for R
Stars: ✭ 131 (+296.97%)
Mutual labels:  htmlwidgets
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+112.12%)
Mutual labels:  recon
easyrecon
Tool to automate recon
Stars: ✭ 37 (+12.12%)
Mutual labels:  recon
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (+348.48%)
Mutual labels:  blogdown

Welcome to the RECON learn project

This GitHub project hosts the sources of the RECON learn platform, live at: https://reconlearn.org/.

Running a local copy of the website

To run a local copy of this website, you will need a working version of Hugo installed; git clone this repos, then its submodules (used to pull the Hugo theme), and then run hugo on the website:

git clone https://github.com/reconhub/learn recon-learn
cd recon-learn
git submodule init
git submodule update
hugo serve -D

How to contribute content?

This RECON learn website uses R Markdown (.Rmd) documents to build markdown (.md) content that Hugo then turns into a nifty website (.html).

For practical details, head out to this step-by-step tutorial about creating posts.

Other topics

Contributing top-level pages

To contribute a page that sits outside of the posts category you can make an .md file (or a .Rmd file so long as you render to .md too). This will then be processed by Hugo along with the other files to build the website.

These files should have at minimum:

---
date : 2017-11-01
title : About RECON learn
---

Maintaining package dependencies

This repository has a DESCRIPTION which lists any packages required to manage this package itself, not the packages required to knit the R Markdown files.

To identify and install all the packages needed to build all of the .Rmd files in content/post/, you need to run learn::get_and_update_dependencies(). This will also help find packages on GitHub.

Editing existing content

If you need to change an existing piece of content:

  1. Make the changes to the .Rmd file
  2. Run learn::render_new_rmds_to_md()
  3. Commit and push to the repository
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].