All Projects → freebsd → Freebsd Papers

freebsd / Freebsd Papers

The FreeBSD Papers, Slides, and Video Collection

Projects that are alternatives of or similar to Freebsd Papers

Rstudio Conf
Materials for rstudio::conf
Stars: ✭ 563 (+1606.06%)
Mutual labels:  conference, slides
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (+339.39%)
Mutual labels:  conference, slides
Kubecon 2018
Slides from Kubecon 2018
Stars: ✭ 16 (-51.52%)
Mutual labels:  slides
Sige
SiGE - Sistema de Gerência de Eventos
Stars: ✭ 21 (-36.36%)
Mutual labels:  conference
Peer Calls
Group peer to peer video calls for everyone written in Go and TypeScript
Stars: ✭ 837 (+2436.36%)
Mutual labels:  conference
Correct By Construction
Correct by Construction : a presentation given at C++ on Sea 2020
Stars: ✭ 17 (-48.48%)
Mutual labels:  slides
Moosefs Freebsd Ports
Official FreeBSD Ports for MooseFS 3.0 (and MooseFS 2.0). If you're looking for MooseFS 2.0 ports, check the 2.0.x branch.
Stars: ✭ 10 (-69.7%)
Mutual labels:  freebsd
Machine learning refined
Notes, examples, and Python demos for the textbook "Machine Learning Refined" (published by Cambridge University Press).
Stars: ✭ 750 (+2172.73%)
Mutual labels:  slides
Beamerpresenter
Simple dual screen pdf presentation software
Stars: ✭ 30 (-9.09%)
Mutual labels:  slides
Kyoto Go Nihilism
A quick and dirty Golang security talk
Stars: ✭ 26 (-21.21%)
Mutual labels:  slides
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-42.42%)
Mutual labels:  conference
Js Kongress Munich Deep Track
Munich, 2020, April 15-16: This repository collects all session proposals for the #DeepTrack at JS Kongress Munich on 2020, April 15-16. Take a look on our website for more details.
Stars: ✭ 24 (-27.27%)
Mutual labels:  conference
Dotcfp
dotCFP is a PHP/Laravel based conference talk submission system. This project is greatly inspired by the @OpenCFP.
Stars: ✭ 18 (-45.45%)
Mutual labels:  conference
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+2509.09%)
Mutual labels:  freebsd
Arcan
Arcan - [Display Server, Multimedia Framework, Game Engine] -> "Desktop Engine"
Stars: ✭ 885 (+2581.82%)
Mutual labels:  freebsd
Miniseminar
Confluence as a backend -> Express -> reveal.js as a presentation -> Profit!
Stars: ✭ 27 (-18.18%)
Mutual labels:  slides
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+2196.97%)
Mutual labels:  freebsd
Swfw
Pure C Simple Window Framework (to be rebased soon).
Stars: ✭ 23 (-30.3%)
Mutual labels:  freebsd
React.london
🌟 react.london conference & community website 🌟
Stars: ✭ 9 (-72.73%)
Mutual labels:  conference
Adhokku
A toy PaaS
Stars: ✭ 32 (-3.03%)
Mutual labels:  freebsd

freebsd-papers

The base for Papers.FreeBSD.org, a collection of conference talks, papers, slides, and videos from conferences related to FreeBSD

To add a paper or talk:

  • Create lastname-title.md (based on template.md) in the corresponding year directory
  • If there are many talks from the same conference, create a subdirectory
  • create a lastname-title.files/ directory beside the .md file to store the attachments

The site is built with Hugo.

To install the requirement for building the site:

# pkg install gohugo
$ git submodule init
$ git submodule update

To build the site locally:

$ hugo

To check it locally:

$ hugo server

To check it locally when hugo server arbitrarily refuses to serve files with long names:

$ (cd public_html && python -m SimpleHTTPServer)
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].