All Projects → x4e → Blog

x4e / Blog

Licence: other
Where I write stuff.

Programming Languages

python
139335 projects - #7 most used programming language
lua
6591 projects
CSS
56736 projects
HTML
75241 projects
rust
11053 projects
java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Blog

dragome-sdk
Dragome is a tool for creating client side web applications in pure Java (JVM) language.
Stars: ✭ 79 (+216%)
Mutual labels:  jvm
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (+32%)
Mutual labels:  jvm
hprof-slurp
JVM heap dump analyzer
Stars: ✭ 65 (+160%)
Mutual labels:  jvm
styx
Programmable, asynchronous, event-based reverse proxy for JVM.
Stars: ✭ 250 (+900%)
Mutual labels:  jvm
SmallVM
TODO: A small and lightweight Java Virtual Machine
Stars: ✭ 23 (-8%)
Mutual labels:  jvm
jacobin
A more than minimal JVM written in Go and capable of running Java 17 classes.
Stars: ✭ 59 (+136%)
Mutual labels:  jvm
java2typescript
Java Processor to generate Typescript Definition from Java classes - This is to help developing on JVM javascript engine (ie Nashorn) using Typescript
Stars: ✭ 24 (-4%)
Mutual labels:  jvm
play-scala-tls-example
A Play application using HTTPS and WS with optional client authentication
Stars: ✭ 44 (+76%)
Mutual labels:  jvm
Cojen
Java bytecode generation and disassembly tools
Stars: ✭ 28 (+12%)
Mutual labels:  jvm
londogard-nlp-toolkit
Londogard Natural Language Processing Toolkit written in Kotlin
Stars: ✭ 49 (+96%)
Mutual labels:  jvm
kotlin-guiced
Convenience Kotlin API over the Google Guice DI Library
Stars: ✭ 17 (-32%)
Mutual labels:  jvm
openwhisk-runtime-java
Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
Stars: ✭ 43 (+72%)
Mutual labels:  jvm
java-manta
Java Manta Client SDK
Stars: ✭ 16 (-36%)
Mutual labels:  jvm
java-perf-workshop
Guided walkthrough to understand the performance aspects of a Java web service
Stars: ✭ 53 (+112%)
Mutual labels:  jvm
j2cache
java实现的缓存策略组件,支持多种缓存产品,开发人员可以像Map一样使用,简单方便。支持的存储方案:jvm\redis\ignite\hazelcast\guava
Stars: ✭ 33 (+32%)
Mutual labels:  jvm
jstackSeries.sh
Script for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
Stars: ✭ 28 (+12%)
Mutual labels:  jvm
aot
Russian morphology for Java
Stars: ✭ 41 (+64%)
Mutual labels:  jvm
jiface
A Clojure-idiomatic wrapper around Erlang's JInterface
Stars: ✭ 27 (+8%)
Mutual labels:  jvm
Java-Interview
「Java面试小抄」一份通向理想互联网公司的面试汇总,包括 Java基础、Java并发、JVM、MySQL、Redis、Spring、MyBatis、Kafka、计算机操作系统、计算机网络、系统设计、分布式、Java 项目实战等
Stars: ✭ 1,352 (+5308%)
Mutual labels:  jvm
JavaHub
Java程序员学习之路,持续更新原创内容,欢迎Star
Stars: ✭ 27 (+8%)
Mutual labels:  jvm

Blog

Where I write stuff.

Hosted at blog.binclub.dev.

Technical

The blog is statically generated using pandoc with some custom templates to convert the markdown blog files to html to be served.

Since the blog is completely statically generated (even code highlighting and mathjax expressions), no JavaScript is required to view the blog. If JavaScript is present then a comment section can be loaded, but this is not necessary.

Requirements

  • pandoc
  • nodejs
  • mathjax-node-cli (npm package)

More Info

A lot of these posts contain code samples.

Some of them will rely upon jasm for assembling JVM class files. A precompiled binary is provided in the root directory of this project. To compile a .jasm file use java -jar asmtools.jar jasm file.jasm.

For writing markdown with pandoc refer to https://www.benjaminwuethrich.dev/2020-05-04-everything-pandoc-markdown.html.

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].