Giter VIP home page Giter VIP logo

吴乐川's Projects

wulechuan--cli-scripts--git-push icon wulechuan--cli-scripts--git-push

此为吴乐川的《【集得( Git )】上推(外国话是 push )辅助命令行工具》。本工具之主体并非采用 JavaScript 语言族编写,而是采用 2 种命令行环境之语言编写,即 PowerShell 语言和 Bash 语言。故本工具之主体仅用于(多种)命令行环境。当须将一个 npm 研发项目之代码库上推至多个【集得】源时,本工具可提供些许便利。

wulechuan--cli-scripts--npm-project-helpers icon wulechuan--cli-scripts--npm-project-helpers

此为吴乐川的《管理某 npm 项目中的依赖包的辅助性命令行工具集》。提供了若干内部工具以辅助任何 npm 项目构建适用其环境的命令行实用工具。这些实用工具可“贪婪地”升级该npm项目的各依赖包。本工具集亦随附了实用工具的雏形,稍加修改即可运转,颇为方便。本工具集安装伊始,内建的 JavaScript 程序会为这些实用工具设计配套的 VSCode 任务,遂更为方便。工具集之主体仅用于命令行环境。

wulechuan--typescript--controller--enhanced-web-storage icon wulechuan--typescript--controller--enhanced-web-storage

此乃吴乐川的《改良型浏览器存储器》。浏览器标准的存储器(`window.localStorage` 与 `window.sessionStorage`)有诸多限制。本品借助 `JSON.stringify` 和 `JSON.parse` 提供改良的存储器,已替代上述两种标准存储器。

wulechuan-css-stylus-themes-for-htmls-via-markdowns icon wulechuan-css-stylus-themes-for-htmls-via-markdowns

此为吴乐川的《HTML 文章排版与配色之方案集与相关制作工具》。本工具可用于构建一组层叠样式表(即 CSS )文件。本工具亦提供了一组现成的层叠样式表文件。凡这些样式表亦是由本工具构建而得,均可用于美化超文本标记语言(即 HTML )格式的文章。又,美化某篇文章时,不必同时取用多个样式表文件,仅取其一足矣。

wulechuan-js-generate-html-via-markdown icon wulechuan-js-generate-html-via-markdown

此为吴乐川的《将 MarkDown 代码转换为 HTML 代码的工具》。本工具借助 markdownIt 生态的工具集,将一段 MarkDown 内容(一个字符串)转化成对应的 HTML 内容(另一字符串)。当采用默认的配置项时,本工具还会在输出的 HTML 内容中,内嵌精美的 CSS 样式集和 JavaScript 代码。故,当借助本工具来制作一篇文章的“可分发版本”时,本工具产生的单一的 HTML 文档即可独立运转。

wulechuan-js-generate-html-via-markdown-gulp-wrapper icon wulechuan-js-generate-html-via-markdown-gulp-wrapper

此为吴乐川的《将 MarkDown 代码转换为 HTML 代码的工具的针对 Gulpjs 工具链的“包裹”程序》。其调用《@wulechuan/generate-html-via-markdown》之功能,用以将一组 MarkDown 文件逐一转换成对应的 HTML 文件。

wulechuan-js-get-valid-indentation-string icon wulechuan-js-get-valid-indentation-string

This program produces a string that could be used as a single level of indentation in any compute programing language source codes. Or throws an error if it fails to evaluate such a string. The said string contains either all spaces(spacebar), or all tabs(`'\t'`. But it is not allowed to contain a mix of space and tab.

wulechuan-js-impart-features-to-object icon wulechuan-js-impart-features-to-object

以所谓“传授(impart)”的程序写法实现所谓“混入(Mixin)”功能,使得“受体”具有被传授的属性和方法函数。并且,这些被传授的属性和方法均被包裹在getter和setter内,受到保护。

wulechuan-js-markdown-to-html-via-cli icon wulechuan-js-markdown-to-html-via-cli

该工具系依托于 Nodejs 平台的一款命令行工具。该工具之用途是在命令行环境批量将 MarkDown 文件逐一转换为 HTML 文件。每个 HTML 文件之默认样貌排版精美、易于阅读。

wulechuan-js-pattern-of-applying-one-stage-one-method-project-paused icon wulechuan-js-pattern-of-applying-one-stage-one-method-project-paused

凡由本类构建的实例对象,可用于将本人设计的一种程序设计模式应用至另一“受体”对象。 “受体”因而被改造,其各个所涉及之方法函数均被依次对应于各自的所谓“执行阶段”,亦可称“步骤”, 每个方法函数对应一个步骤。 自此时起,仅第一个步骤所对应的方法函数被公开(或称“曝露”), 其余后续步骤之方法函数均被隐藏,直至各自前导执行阶段完成,这些方法函数才会陆续公开。 任何“步骤,凡非最终者,其对应之方法函数均返回“受体”对象本身,以实现对其各个方法函数的链式调用; 而最末步骤则负责返回程序作者对执行整个执行链所期望之结果。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.