キーワード検索「switch」

159

共有ブックマーク | dev.twitter.com

共有ブックマーク | dev.twitter.com August 31, 2010Basic Auth has been deprecated. All applications must now use OAuth. Read more »xDon't fret! @twitterapi is here to help! Feel free to reach out to us directly, or via our Twitter Devel...

dev.twitter.com
85

CoffeeScript 言語リファレンス - sappari wiki

CoffeeScript 言語リファレンス - sappari wiki 関数に引数を渡す括弧 (...) は不要。 print "coffee" のように関数を呼べる。ただし引数が無い場合は空の括弧 ( ) が必要。 関数やif文、switch文、try/catch文などでブロックを中括弧 {...} で囲む代わりに、Pythonのようにインデントを揃えることでブロックを表現する。なのでインデントは超重要。 代入

memo.sappari.org
30

The Switch: Python to Node.js | Paul's Journal

The Switch: Python to Node.js | Paul's Journal In my previous post, I glossed over our team switching from Python to Node.js. I kept it brief because the switch wasn’t the focus of the post, but since I believe I am being misunderstood, I will exp...

journal.paul.querna.org
47

10 Practical Jquery Style Switchers

10 Practical Jquery Style Switchers Style switchers are making a website more interactive, allowing the visitors to choose their favorite color scheme from a list of alternative style sheets according to their preferences, making their ...

www.net-kit.com
6

Basic Example - jQuery The Final Countdown plugin

Basic Example - jQuery The Final Countdown plugin Source code: <script type="text/javascript" charset="utf-8"> // Javascript $(function() { var currentDate = new Date(); $('div#clock').countdown(15 * 24 * 60 * 60 * 1000 + currentDate.valueOf(), funct...

edson.hilios.com.br
29

Server-Sent Events | HTML5 Doctor

Server-Sent Events | HTML5 Doctor We’ve already had a glimpse at Server-Sent Events (also known as EventSource†, and I’ll switch between the two to keep you on your toes) in my Methods of Communication article from last year. In this ...

html5doctor.com
24

Animated Form Switching with jQuery | Codrops

Animated Form Switching with jQuery | Codrops View demoDownload sourceIn this tutorial we will create a simple animated form switch with three very common forms. The idea is not to leave the page when the user goes to another form but instead mak...

tympanus.net
6

UglifyJSがよさげ - スコトプリゴニエフスク通信

UglifyJSがよさげ - スコトプリゴニエフスク通信 https://github.com/mishoo/UglifyJSUglifyJSは、node.jsで書かれたJavaScriptの圧縮ライブラリ。Additionally with this switch we’ve moved to using UglifyJS from the Google Closure Compiler. We’ve seen some solid file size...

d.hatena.ne.jp
3

切り替え時のエフェクトが面白い画像ギャラリーJavaScript「Jquery Slider with transition effects」|skuare.net

切り替え時のエフェクトが面白い画像ギャラリーJavaScript「Jquery Slider with transition effects」|skuare.net 切り替え時のエフェクトが面白い画像ギャラリーJavaScript「Jquery Slider with transition effects」 Tweet 画像の切り替えが面白い画像ギャラリーがあったので、ご紹介します。 Jquery Slider with transition effects (bounce and switch effect)はモザイクをランダムに散らしたような感じで画像間の...

www.skuare.net
3

jQuery Switch, by Rawnet

jQuery Switch, by Rawnet An iOS-inspired slide/toggle switch for jQueryThe code the defaults <select> <option value="1">On</option> <option value="0">Off</option> </select> $('select').switchify(); The code custom values/labe...

rawnet.github.com
2

teramako

teramako #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>int main(int argc, char *argv[]){int result;int isDaemon = 0;while( (result = getopt(argc, argv, "d")) != -1){switch(result){c...

femo.jp
1158

Toggle Tutorial - jQuery CSS Toggle Effect - javascript toggle tutorial - simple Toggle Effect | jQuery Tutorials | Web Design Tutorials and Front-end Development Blog by Soh Tanaka

Toggle Tutorial - jQuery CSS Toggle Effect - javascript toggle tutorial - simple Toggle Effect | jQuery Tutorials | Web Design Tutorials and Front-end Development Blog by Soh Tanaka Simple Toggle with CSS & jQuery Tags: Beginner, Widgets I know there are a lot of toggle tutorials out there already, but when I was learning the basics of jQuery and the toggle effect, I had a hard t...

www.sohtanaka.com
2

JavaScriptでCookieの保存と読み込み 回答によっては最高4000ポ.. - 人力検索はてな

JavaScriptでCookieの保存と読み込み 回答によっては最高4000ポ.. - 人力検索はてな JavaScriptでCookieの保存と読み込み 回答によっては最高4000ポイントを謝礼致します。 このJavaScriptを使って http://designm.ag/tutorials/jquery-display-switch/ 自社のECサイトで以下のサイトの[一覧で並べる][詳細で並べる]の表示切替のような動作を実現したいと思っています。 ​ https://www.ec-saja....

q.hatena.ne.jp
3

jQuery: » jQuery 1.7.1 RC1 Released

jQuery: » jQuery 1.7.1 RC1 Released Just to let you know we’re not asleep at the switch around jQuery Central, we’ve got a new preview release of jQuery. It fixes the problems reported by the community since the original 1.7 release. Pl...

blog.jquery.com
6

Page Visibility API

Page Visibility API One event that’s always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When...

davidwalsh.name
2

カネムーメモ: if 文と switch 文の条件部分を関数で分ける。

カネムーメモ: if 文と switch 文の条件部分を関数で分ける。 2009年11月11日水曜日 if 文と switch 文の条件部分を関数で分ける。 Illustrator用のスクリプトを書いていて、if文の条件がやたらに長くなってしまい、どうしようかと思うことがあった。 例として、「塗りがC10、またはM10、またはY10のときは塗りを白に、塗りがC100,M100のときは塗りを黒にする」という変換を書いていたとする。 だいたいこんな感じになった。 #tar...

blog.kanemu.net
1

WSH JScript による XMLHTTPRequest で更新日取得 - IKB: 雑記帖

WSH JScript による XMLHTTPRequest で更新日取得 - IKB: 雑記帖 tips | 20:32 | lambda が渡せるので、とても楽しい…!function check(url, out){var bf2wk = new Date(new Date() - (14 * 24 * 60 * 60 * 1000));var req = new ActiveXObject("Msxml2.XMLHTTP");req.onreadystatechange = funct...

d.hatena.ne.jp
1

node4x - ’ellaneous

 node4x - ’ellaneous .jsXML/XMLList → Node を愚直に。function node4x(xml, doc){doc = doc || document;if(xml.length() === 1) switch(xml.nodeKind()){case 'attribute': let at = true;case 'element':let {uri, localName: name} = xml...

d.hatena.ne.jp
1

lib-js0n

lib-js0n http://appjet.com/app/0/docstest{"jstr":"function jstr(s) {return uneval(s).replace(/\\\\(?:[\\\\v]|x(?=[0-9a-f][0-9a-f]))/g, rper);}","stringify":"function stringify(v) {switch (typeof v) {case \"str...

lib-js0n.jgate.de
1

Litesaber.js

Litesaber.js Litesaber TrainingFeel the force and destroy the laserguns. Click to switch on the litesaber.

10k.aneventapart.com
0.167