Apr
29
This example will guide you through a simple IP based load balancing solution that handles ssl traffic.
The Configuration =
Load Balancer: // will be our haproxy server
Web Server 1: // web application server 1
Web Server 2: // web application server 2
Admin Panel Port 8080: // Statistics Panel [...]
Apr
28
Syntax Highlighter and Code Colorizer for Mediawiki
Filed Under Developers, mediawiki, plugin | Leave a Comment
I’ve created a new extension for mediawiki to color code / syntax highlight using SyntaxHighlighter.
Uses the latest 2.0 SyntaxHighlighter by Alex Gorbatchev. It supports Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, Perl, PHP, Plain Text, Python, Ruby, Scala, SQL, Visual Basic and XML!
Read More and Download : http://www.lastengine.com/syntax-highlighter-code-colorizer-mediawiki/
Media Wiki Extension Home Page: http://www.mediawiki.org/wiki/Extension:SyntaxHighlighterAndCodeColorizer
Example:
public [...]
Apr
27
Syntax Highlighter and Code Prettifier Plugin for Wordpress
Filed Under Developers, Wordpress, plugin | 1 Comment
I’ve created a wordpress plugin to highlight syntax using the latest 2.0 SyntaxHighlighter by Alex Gorbatchev. It supports Bash/shell, C#, C++, CSS, Delphi, Diff, Groovy, JavaScript, Java, Perl, PHP, Plain Text, Python, Ruby, Scala, SQL, Visual Basic and XML!
You can Do things like this:
Easily highlight syntax!
Get more information about SyntaxHiglighter.
See More about the Syntax Higlighter [...]
Apr
23
Google Maps Error: is null or not an object
Filed Under Developers | 4 Comments
If you get one of the following in IE or Firefox:
a is null or not an object
oa is null or not an object
‘J’ is null or not an object
The error is exactly what it says – you are probably adding or removing a null overlay.
The Fix for this is to do an [...]
Apr
14
Overview:
Do an SVN hotcopy so you get all your stuff
tar up the entire directory
split and bzip the files using p7zip so they can fit on hosted drives ( 2 Gb files )
copy them to S3 or any online service
Commands:
/usr/bin/svnadmin hotcopy /path/to/svn/repository /path/to/destination
tar cvf /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar /path/to/destination/*
/usr/local/bin/7z a -tbzip2 -v2g svnbackup-`date +%Y-%m-%d`.tar.bz2 /path/to/backup/svnbackup-`date +%Y-%m-%d`.tar
Copy them over [...]
Apr
14
my mac pro
Filed Under Developers | 1 Comment
I have been the happy user of this Mac Pro for the last month.
Without any hesitation, this thing has been churning through some serious lines of codes and application servers running in debug mode.
Apr
13
Visualizing data for Cloud Telephony
Filed Under Cloud Telephony, Industry, Voice 2.0 | Leave a Comment
CallFire has been an active player in the cloud telephony industry. Lately we’ve been watching a lot of data go through our systems. On a typical day we can see millions of transactions going in and out of our servers. So how do we visualize and analyze all this information?
A quick snapshot always helps to [...]
