All Projects → MatthijsKamstra → Haxejs

MatthijsKamstra / Haxejs

Licence: mit
Documentation about using JavaScript with Haxe

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects
haxe
709 projects

Projects that are alternatives of or similar to Haxejs

Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+19700%)
Mutual labels:  tutorial, example, examples, tutorials
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (+376%)
Mutual labels:  tutorial, example, examples
Vaporschool
Learn how to build vapor applications from rookie to champion in a constructive way!
Stars: ✭ 259 (+936%)
Mutual labels:  tutorial, example, examples
Jni By Examples
🎇Fun Java JNI By Examples - with CMake and C++ (or C, of course!) ‼️ Accepting PRs
Stars: ✭ 99 (+296%)
Mutual labels:  tutorial, example, examples
Pharo Wiki
Wiki related to the Pharo programming language and environment.
Stars: ✭ 161 (+544%)
Mutual labels:  tutorial, examples, tutorials
Wasm By Example
Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)
Stars: ✭ 226 (+804%)
Mutual labels:  tutorial, example, examples
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+828%)
Mutual labels:  tutorial, example, examples
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (+10568%)
Mutual labels:  documentation, tutorial, tutorials
Learning Rust
Rust 学习之路 > Rust Programming Tutorial, include articles, interview, example, problems.
Stars: ✭ 376 (+1404%)
Mutual labels:  tutorial, example, examples
Chatty
A WhatsApp clone with React Native and Apollo (Tutorial)
Stars: ✭ 481 (+1824%)
Mutual labels:  tutorial, tutorials
Flutter For Android Developers
Compilation of Flutter materials for Android developers
Stars: ✭ 488 (+1852%)
Mutual labels:  tutorial, example
React From Zero
A simple (99% ES2015 less) tutorial for React
Stars: ✭ 4,638 (+18452%)
Mutual labels:  tutorial, example
Espressif
all espressif stuff will committed here
Stars: ✭ 477 (+1808%)
Mutual labels:  tutorial, example
Go Packages
A large repository of code and documented examples for Go's standard package library.
Stars: ✭ 467 (+1768%)
Mutual labels:  examples, tutorials
Reverse Engineering Tutorials
Reverse Engineering Tutorials
Stars: ✭ 438 (+1652%)
Mutual labels:  tutorial, tutorials
Awesome Technical Writing
📚 A curated list of awesome resources : articles, books, videos, tools, podcasts about technical writing
Stars: ✭ 573 (+2192%)
Mutual labels:  documentation, tutorials
Machine learning tutorials
Code, exercises and tutorials of my personal blog ! 📝
Stars: ✭ 601 (+2304%)
Mutual labels:  example, tutorials
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+1576%)
Mutual labels:  tutorial, tutorials
Emacs Elisp Programming
Tutorial about programming Elisp and Emacs text editor customization.
Stars: ✭ 548 (+2092%)
Mutual labels:  tutorial, example
Algolia Swift Demo
iOS instant search tutorial
Stars: ✭ 23 (-8%)
Mutual labels:  tutorial, example

Haxe and JavaScript

There used to be a website (an old one, from when Haxe spelled "haXe") that got you started.

But that is no more. I decided to get some of that back. Based upon the information from the old site and my own need to document this.

Visit http://matthijskamstra.github.io/haxejs/

How to contribute?

Read more about that here. But it boils down to: JUST DO IT!

Visit https://github.com/MatthijsKamstra/haxejs to modify the "source" aka markdown files.

Found any "bug" or have a great idea? Please create a new issue.

How to build?

I will be using Gitbook to export to static html. You need to install Node.js and then you automatically have NPM:

Install gitbook

npm install gitbook-cli -g

or if you have gitbook installed, update it

gitbook update

I wanted to make the editing of these file as-easy-as-possible. This gitbook plugin helps with that: gitbook plugin edit link. And if all fails, I used Disqus comments on your books to add comments at the bottom of each page.

Activate the plugins with:

gitbook install

Export everything to html

gitbook build

NPM build

I created a little script with NPM to make my life somewhat easier:

npm run gitbook

Will install and update gitbook

npm run build

Will remove old docs- and _book-folder, build new gitbook and rename _book- to docs-folder.

npm run deploy

Will just push everything without consideration

What is Gitbook?

Gitbook logo

I will be using gitbook to generate the website.

Primarily reason for this: I have never used it, it uses markdown as input files and it also generates a static html site.

What is Markdown

Markdown logo A familiar way to write documentation for developers. This should make it easier to contribute!

Markdown is a plain text formatting syntax created by John Gruber, aiming to provide a easy-to-read and feasible markup. You can find the original Markdown syntax specification here.

MacDown logo MacDown is a simple-to-use editor for Markdown documents. It renders your Markdown contents real-time into HTML, and display them in a preview panel. You can download it here.

Original haxejs.org

You can find the original data with WayBack Machine

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