You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
1. The document summarizes a Learning Action Cell session that was held to re-orient teachers on the Result-Based Performance Management System - Philippine Professional Standards for Teachers for the 2022-2023 school year. 2. The session objectives were to improve teaching and learning, nurture knowledgeable teachers, enable teacher collaboration, and foster professional spirit among teachers and
最近は便利ツールを作るためのスクレイピングを実装中。 そこでJenkinsをCasperJSと連携させたりしているのだけど、一部のサイトではログイン処理がどうしてもうまくいかず、今回はBookmarkletとして作ることにした。 これが意外と便利だったので共有。 CasperJSでは要素を取ってくるのにCasperUtilsというのを使って find しにいく。 毎回プログラムで書いてCasperJSで実行して・・というのは面倒。 ということで提供されているのが、今回紹介するブックマークレット。 そのブックマークレットは本家のサイトで提供されているので、そちらから。 使い方 スクレイピングしたいページに行き、このブックマークレットをクリックします。 するとCasperUtilsがロードされた状態になるので、 後はChromeなりFirefoxのコンソールで __utils__.findAl
What's new in JSHint (October, 2013) Anton Kovalyov Oct 21st, 2013 We shipped a couple of exciting new features in October. Here's a short write-up about some of them. Ignore directive Thanks to Daniel Miladinov, JSHint can now ignore blocks of code which makes it easier to use JSHint with JavaScript language extensions such as Facebook React. // Code here will be linted with JSHint. /* jshint ign
Posted at November 4, 2013 by Nicholas C. Zakas Tags: Code Quality, ESLint, JSHint, JSLint It was four months ago when I announced the start of the ESLint project. My initial goal was to create a fully-pluggable JavaScript code quality tool where\ every single rule was a plugin. Though I like and appreciate JSHint, the inability to be able to define my own rules alongside the existing ones was kee
プラグイン機構を持っているので、Lintするルールを追加できる ESLint 本体のコードがシンプルに保たれる Mozilla JavaScript AST をベースとしているため、他のものと連携しやすい EsprimaでパースしたASTをLintする two-pass のツール つまりEsprimaでパースできないとLintはできない また、現段階だと巨大なjsファイルではJSHintより3倍程度遅い Rule performance などにまとめられている、速度については今後改善していくとのこと JSLint/JSHint互換のようなルールが作られている – ESLint Rules List Node.js で書かれているツール 将来的には Browserified されたバージョンも出す予定 ドキュメントがよく書かれている それぞれのルールごとにドキュメントが書かれている esli
Search, replace, and refactor your JavaScript code based on its structure rather than its text Grasp is a command line utility that allows you to search and replace your JavaScript code - but unlike programs such as grep or sed, it searches the structure behind your code (the abstract syntax tree), rather than simply the text you've written - this allows you to: Search your code with unparalleled
What is CodeBeautify ? CodeBeautify is an online Code Beautifier and Code Formatter that allows you to beautify your source code. It also provides lots of tools that help to save developers time. Use search to find tools. How to use CodeBeautify ? Choose your Programming language, enter the source code ... and you are ready to go!
es**シリーズの仕様意訳第二回。前回はesprimaでした。今回はestraverse。 estraverse estraverseはASTの巡回コードをお手軽に書けるようにするモジュール。 ASTは子ノードのプロパティ名がまちまちなので、巡回させるコードを書くのが結構手間なんで重宝する。 基本的にesprimaの吐いたASTをestraverse.traverseに喰わせるだけでOK。 ここらへんも本当によくできていて、esprimaとestraverseは疎結合を保っている(AST仕様のみで結びついているといってもよい)。 ではいってみよう。estraverseと、ASTを吐かせるためのesprimaをnpmからとってくる。 npm install esprima npm install estraverse 以下のようにコードを作成。 var esprima = require('
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く