Skip to content

ChillRain

A full-stack software development bystander's blog

  • Coding
  • Tools
  • Memo
  • About me
ChillRain

XClass

Leave a reply

Simple oo support for javascript

https://github.com/henry42/xclass

Example:

new XClass({
statics: {
static_method: function () {}
},
method1: function () {},
method2: function () {},
extend: ExtendedClass,
mixins: [MixedClass1, MixedClass2],
singleton: false
});

This entry was posted in Coding and tagged Javascript on May 15, 2012 by henry.

Trimpath Template Converter

Leave a reply

Convert trimpath template to an single function.You can use trimpath without trimpath library.
http://chillrain.com/tools/#/trimpath-converter

This entry was posted in Coding and tagged Javascript, template, Tools on May 10, 2012 by henry.

Reset CSS Example

Leave a reply

http://chillrain.com/tools/css/reset.css
From YUI 3.9.1

This entry was posted in Coding and tagged CSS on May 10, 2012 by henry.

Javascript Beautifier

Leave a reply

Online JavaScript beautifier
Powered by http://jsbeautifier.org/

http://chillrain.com/tools/js-beautify/

This entry was posted in Coding and tagged Javascript, Tools on May 10, 2012 by henry.

Javascript Encoder

Leave a reply

Simple program to encode Javascript
http://chillrain.com/tools/#/javascript-encoder

This entry was posted in Coding and tagged Javascript, Tools on May 10, 2012 by henry.

Post navigation

Newer posts →

Tags

  • 3D
  • Bug
  • CSS
  • docker
  • GFW
  • Javascript
  • joke
  • MCU
  • node
  • server
  • shell
  • template
  • Tools
  • webp

Recent Posts

  • STM32F103C8T6 C6T6 Blue Pill Pinout
  • STM8S103F3P6 Pinout
  • Obfuscator LLVM
  • How to download Xcode simulator directly
  • Write commands with multiple lines in Dockerfile

Recent Comments

  • ollie on 3D Printer Auto Bed Leveling Mesh Visualizer
  • Def on 3D Printer Auto Bed Leveling Mesh Visualizer
  • Michael Buchholz on 3D Printer Auto Bed Leveling Mesh Visualizer
  • PrinterNewb on 3D Printer Auto Bed Leveling Mesh Visualizer
  • Marcel on 3D Printer Auto Bed Leveling Mesh Visualizer

Stats

  • 36,717 hits

RSS feed RSS - Posts

Proudly powered by WordPress