Most Mavroudis Github related news are at:

cipherdyne.org – cipherdyne.org | System and Network Security

ShmooCon 2013 Talk on fwknop 23 Feb 2013 | 02:01 am

This past weekend at ShmooCon 2013 I gave a talk entitled " Generalized Single Packet Authorization for Cloud Computing Environments " ( slides , video demo ), and in this blog post I thought it appr...

Software Release - psad-2.2.1 3 Jan 2013 | 02:01 am

The 2.2.1 release of psad is available for download . This release adds new support for detecting a type of scan that psad has been previously blind to - IP protocol scanning (nmap -sO). Also in this ...

More Mavroudis Github related news:

Twitter Bootstrap popoverのtriggerをtoggleとかに変える notizbloc.com 18 Mar 2012 | 03:19 pm

http://twitter.github.com/bootstrap/ ノーマルは $(function(){ $('.popup').popover() }); という感じ。トリガーをマニュアルにしたい。toggle [...]

TiddlyWiki5 tiddlywiki.com 20 Mar 2012 | 06:42 pm

TiddlyWiki5 is a complete rewrite of TiddlyWiki to take advantage of HTML5 and node.js. It is under development on GitHub : https://github.com/Jermolene/TiddlyWiki5 There is also an online demo you ca...

Normal service resumed. 800dnaexam.com 11 Dec 2009 | 10:53 am

Site is redesigned, redeveloped and free from the shackles of Wordpress. I’ve released the code powering the blog element of the site on Github. “static-ish” is a curious PHP library for taking a ...

Zeta Components retired from Apache kore-nordmann.de 29 May 2012 | 04:54 pm

The Zeta Components project retired from Apache and is now available on Github. All components are now installable via Composer. Read more for details…

Generating XML schemas from XML data kore-nordmann.de 29 Mar 2011 | 06:21 pm

Already some time ago I published a tool on Github which allows you to generate (or learn) XML schemas from XML data. You provide the tool with a set of XML files and you get a nice, human readable, X...

Native parallel PHP job queue kore-nordmann.de 6 May 2010 | 11:42 pm

To make use of multiple cores for some rather long processing operations I needed a way to fork multiple workers from a single PHP script multiple times lately. So I created a small project on github ...

MIDI.js nofunc.org 16 Feb 2012 | 02:11 pm

MIDI.js  (on github) ties together, and builds upon frameworks that bring MIDI generation to the browser. Combine MIDI.js with  jasmid  to create a web-radio MIDI stream similar to this demo… or with ...

Creating Grammatical Regexes Using XRegExp.build blog.stevenlevithan.com 5 Apr 2012 | 01:00 am

Recently, I've added three new addons for XRegExp v2.0 (currently in release candidate stage on GitHub ): XRegExp.build — Lets you build regexes using named subpatterns. Inspired by Lea Verou 's ...

Bugfix release v2010-12-08 of the OpenID component cakebaker.42dh.com 8 Dec 2010 | 11:53 pm

There is a new bugfix release of the OpenID component available: https://github.com/cakebaker/openid-component/downloads . This release fixes a bug in the isOpenIDResponse() method. So far this meth...

给php项目添加facebook的登录 radys.cn 12 May 2011 | 11:16 pm

facebook已经超越Google,twitter和其它登录,国外项目基本上都有添加facebook登录需求,那么接下来就是跟着我们来给你的php添加fb登录吧(针对国内的项目就不用想了)。 先从 https://github.com/facebook/php-sdk 下载facebook的php sdk 然后把压缩包中的facebook.php文件添加到你的项目中 比如目录./lib...