All Projects → wei2912 → Blog Src

wei2912 / Blog Src

Licence: mit
Personal blog source.

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to Blog Src

Keyshuffling
Keyshuffling Attack for Persistent Early Code Execution in the Nintendo 3DS Secure Bootchain
Stars: ✭ 341 (+4771.43%)
Mutual labels:  cryptography, aes
Forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Stars: ✭ 4,204 (+59957.14%)
Mutual labels:  cryptography, aes
Gonnacry
A Linux Ransomware
Stars: ✭ 341 (+4771.43%)
Mutual labels:  cryptography, aes
Aes
AES-128 hardware implementation
Stars: ✭ 25 (+257.14%)
Mutual labels:  cryptography, aes
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+9742.86%)
Mutual labels:  blog, website
Easy Hexo
🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。
Stars: ✭ 314 (+4385.71%)
Mutual labels:  blog, website
Learn Something Every Day
📝 A compilation of everything that I learn; Computer Science, Software Development, Engineering, Math, and Coding in General. Read the rendered results here ->
Stars: ✭ 362 (+5071.43%)
Mutual labels:  algorithm, blog
Python Memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
Stars: ✭ 109 (+1457.14%)
Mutual labels:  algorithm, functional-programming
Meta
Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
Stars: ✭ 483 (+6800%)
Mutual labels:  cryptography, aes
Elle
The Elle coroutine-based asynchronous C++ development framework.
Stars: ✭ 459 (+6457.14%)
Mutual labels:  algorithm, cryptography
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (+4400%)
Mutual labels:  blog, website
Riceteacatpanda
repo with challenge material for riceteacatpanda (2020)
Stars: ✭ 18 (+157.14%)
Mutual labels:  cryptography, website
Oscrypto
Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy
Stars: ✭ 257 (+3571.43%)
Mutual labels:  cryptography, aes
Tsec
Type-safe general-cryptography library - https://jmcardon.github.io/tsec/
Stars: ✭ 338 (+4728.57%)
Mutual labels:  cryptography, functional-programming
Codezilla
⚡️ codezilla ⚡️ One giant 🦖 collection of algorithms & design patterns.
Stars: ✭ 127 (+1714.29%)
Mutual labels:  algorithm, functional-programming
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+4785.71%)
Mutual labels:  blog, website
Scalacaster
Purely Functional Algorithms and Data Structures in Scala
Stars: ✭ 1,342 (+19071.43%)
Mutual labels:  algorithm, functional-programming
Javascript
A repository for All algorithms implemented in Javascript (for educational purposes only)
Stars: ✭ 16,117 (+230142.86%)
Mutual labels:  algorithm, cryptography
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (+6100%)
Mutual labels:  blog, website
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+11671.43%)
Mutual labels:  blog, website

blog-src Build Status

This is the source of my personal blog, weien.io, and is where I keep my articles as well as the code of my static site generator, which is based upon Hakyll.

Installation

To build the source, you need Stack. The whole source is in Haskell and the package can be easily and reproducibly built with Stack.

stack setup # if you need to set up a GHC environment that is separate from your system
stack build

Running

You can use the executable file generated by Stack to perform a wide variety of tasks. For more information, run this command:

stack exec blog-src -h
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].