Codeseekah - codeseekah.com - codeseekah

Latest News:

Flask-Admin Hacks for Many-to-Many Relationships 4 Aug 2013 | 03:51 pm

Flask-Admin is a pretty powerful administration solution, which, however lacks several important features for managing models with many-to-many relationships (or at least clear documentation thereof)....

Multiple Development Environments on One Domain 30 Jul 2013 | 10:14 am

While it’s true that distributed development should be managed by source control, with each participating party pushing or issuing pull requests from within their own environments, this is sometimes n...

PrestaShop Variable Shipping Carrier 25 Jul 2013 | 11:22 pm

Sometimes complex shipping and handling rules make it impossible for customers to place orders in PrestaShop. Lack of instant shipping quotes, huge quantities and large weights, limited shipping addre...

Consuming Hidden WCF RIA Services 5 Jul 2013 | 02:50 am

A Silverlight application made it to my desk yesterday, an application that consumed a remote WCF RIA service running on a Microsoft IIS. The service did not provide a public API, nor did disassembly ...

My very own standing desk 24 Mar 2013 | 01:09 pm

Today I finally got my custom-made standing desk installed. It’s a 2-in-1 actually, with surfaces for both standing and sitting modes. It’s quite compact, occupies far less space than my older workspa...

Bulk Reports and Digests for Gravity Forms 21 Mar 2013 | 04:22 pm

I have written yet another Gravity Forms plugin/addon. This time the plugin was to generate bulk reports for form entries, digests of sorts. Based on a set schedule (which can be altered using the cro...

A new, much better home for my code 18 Mar 2013 | 09:11 am

I have been having trouble with my former low-end VPS provider after two years of quite stable service. They decided to move data centers, and my OpenVZ box ended up being corrupted during the move. I...

Resigning Tampered Android APKs 13 Mar 2013 | 02:28 pm

After tampering with a signed apk using tools like smali/baksmali or even apktool here are the steps to rebuild and resign the Android application (from application root): keytool -genkeypair -alias a...

tail -f | event 4 Feb 2013 | 06:14 am

Monitoring log files for specific keywords and firing off an event turns out to be quite simple to accomplish in bash with a `while` loop. #!/bin/bash tail -f $1 | while read line; do line=`echo -n "$...

Monitor Directory for Changes 9 Nov 2012 | 01:09 pm

Here’s a simple script that I setup for my development WSGI server to reload itself once changes in source code are detected: #!/bin/bash while true; do A=`find $1 -printf '%t' | md5sum`; sleep 1 B=`f...

Recently parsed news:

Recent searches: