サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
johannburkard.de
Posted 2008-10-16 in Java. Are you worried about losing your Twitter tweets? I too looked for a tool to back up my Twitter updates but couldn’t find one. So – I wrote one. And you can have it for free! TwitterBackup is a tool that downloads all your tweets and stores them in XML format. The document type is identical to Twitter’s API. Download Download twitterbackup-2-5.jar (423 KB) or the source
Posted in JavaScript, 2007-10-04. Is 2007 2008 going to be the year of the JavaScript client-side include? After Mark Nottingham’s HInclude and the equally cool purple-include, I thought it was time to do something new. How about includes in IE without ActiveX controls declarative inclusion of remote content pre- and post-inclusion callbacks to transform content all this in less than 1 KB of Java
DynaCloud is a jQuery plugin that generates tag or keyword clouds from text on web pages and highlights matching parts once a keyword is clicked. Demo Usage Add DynaCloud Download the jquery.dynacloud-4.js JavaScript (6 KB) and add it to your web page. A packed version (4 KB) is also available. Add class attributes Add the dynacloud class to all of the elements you want to have keywords generated
Posted in JavaScript, 2008-07-22. After the first round of jQuery tips, here are 6 more JavaScript snippets. Searching for Text with jQuery This function performs a recursive search for nodes that contain a pattern. Arguments are a jQuery object and a pattern. The pattern can be a string or a regular expression. $.fn.egrep = function(pat) { var out = []; var textNodes = function(n) { if (n.nodeTy
Transform XML with XSLT xslt.js is a tiny (less than 2 KB) JavaScript library that lets you asynchronously transform XML with XSLT on the client. Why transform XML on the server when the client can do it, too? In Microsoft Internet Explorer, no instantiation of ActiveX controls are necessary, so xslt.js works nicely in companies where admins have deployed “hardened” versions of IE th
Text higlighting is part of DynaCloud – where tags/keywords are automatically highlighted once they’re clicked – so I took that code and made it a stand-alone JavaScript text highlighting jQuery plugin. Demo Each of the links will highlight the corresponding word. highlight javascript Remove highlights. Usage Add highlight Download jquery.highlight-2.js (2 KB) and add it to your page after jQuery.
StringSearch High-performance pattern matching algorithms in Java The Java language lacks fast string searching algorithms. StringSearch provides implementations of the Boyer-Moore and the Shift-Or (bit-parallel) algorithms. These algorithms are easily five to ten times faster than the naïve implementation found in java.lang.String. Download Documentation This library contains impleme
Generate UUIDs (or GUIDs) in Java This is an implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique. Download The current version is UUID-3.0. Documentation A UUID (or GUID) is a unique identifier that can be created whithout a central authority. UUIDs can be used if a sequence number is not good enough. Thi
このページを最初にブックマークしてみませんか?
『http://johannburkard.de/』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く