In Loki We Trust The many projects of Lokkju, Inc

information
privacy
5Jun/0810

dnsEditor: Ajaxified Update

Thanks to Quintin at junkmail.co.za, dnsEditor now supports Batch adding of zones, zone defaults, and some extra configuration options.

Changes:
- Now has "Click to Edit" instead of empty fields
- Configuration option to hide the "update servers" button
- Batch add zones
- Zone field defaults, for multiple or single A, MX, CNAME, TXT, etc records to be created automatically in a new zone

Demo:

http://www.lokkju.com/projects/dnsEditor2/dnsEditor.php

Source:

http://svn.lokkju.com/svn/dnsEditor/trunk

Filed under: Code, Projects 10 Comments
notice
2May/080

Syncro Editing for BarCamp Portland 2008

I'm running both a Gobby Server (Sobby) and MoonEdit server this year for session notes and the like. Both these programs allow you to synchronously edit a document, among multiple users at once. I'm also saving all the documents on my server, and will clean them up and post them at the end of BarCamp Portland 2008.

  • The password for either is bcp2008
  • Gobby Server: gobby.lokkju.com:6522
  • MoonEdit Server: moonedit.lokkju.com:32123

Gobby (http://gobby.0x539.de/)

  • Open Source, and Free
  • Available for Windows, Linux, FreeBSD, and OSX.
  • Windows Binaries are on the web site
  • Linux users install via Apt or RPM
  • Mac users can find it in MacPorts

MoonEdit (http://www.moonedit.com/indexen.htm)

  • Free, but not open source
  • Available for Linux and Windows
  • Binaries for both platforms are available on web site
support
conditions
21Feb/080

EMET: subModal

Even More Enhancements to subModal:

subModal is a nice, simple, javascript lightbox script that uses iframes. It is quite useful, especially after enhancements done by Todd Huss (Enhancements to subModal).
Two annoying things about it are that it modifies the history of our browser, and that the loading indicators go away to early. Attached is a simply replacements for it, that is drop in except that instead of settings the "loader.html" file, you need to set the "loader.gif" file.
The code is pretty self explanatory, and you can see a demo by clicking the "Map" icon at Kent Price Realty.

submodal3.zip

Filed under: Code, Projects No Comments
site-map
28Jan/080

GreaseMonkey SmugMug Browser

A Browser for SmugMug Galleries, because SmugMug uses incrementing gallery ids

This will add a small div in the top right corner of your screen when on SmugMug. You can then click the Previous and Next links on that div to go to the next or previous gallery, based on the id.
Because of how SmugMug works, this will let you view non-password-protected private galleries... have fun!
You can either get it from userscripts.org or the code itself is after the break.

10Jan/086

Small iPhoneFS update

just a quick note that iPhoneFS has been updated to use the new WinFUSE libraries. The disk access is a bit quicker, and more stable. Still no write support though - sorry!
There is a new download for it located on the homepage, or you can update through SVN.

research
Filed under: Code, Projects 6 Comments
10Sep/071

Stumbler – Mobile Stumbler for the iPhone

pumpkin and I - of iphone-wireless - have coded up the first Stumbler application for the iPhone. If you want to check it out, visit us at http://iphone-wireless.googlecode.com.

Screenshots:

Stumbler Screenshot 1
Stumbler Screenshot 2

information
Filed under: Code, Projects 1 Comment
privacy
2Sep/070

iPhoneFS – new name, new site

Just a quick note - I have started a google project for the iPhoneDrive/iPhoneExplorer software - it has been renamed iPhoneFS, and both the code and sources are available for download.

New URL is:
http://code.google.com/p/iphonefs/

Filed under: Code, Projects No Comments
notice
26Aug/0712

iPhoneDrive *Super Alpha*

UPDATE:
new google code project page at http://code.google.com/p/iphonefs/

Ok, just got done with getting this to the point it mostly works.
Files are at http://projects.lokkju.com/iPhoneDrive.1.0.2794.12283.zip

Simple instructions:
unzip, run iPhoneDriveControl.exe.
A messagebox will pop up, asking for the location of iTunesMobileDevice.
Select the file, hit ok.
The program will start.
Ignore all the german scrolling in the trace window - the is alpha goddammit.
When it runs, it will find the next available drive letter.
The drive letter will be printed to the Trace window.
The drive letter will be mapped to the phone's filesystem.
Now you can use Windows Explorer or the command line, makes no diff.

Feel free to submit bugs, but I know there are lots, it is an alpha.

Also, this works just fine on unhacked phones, it will just show your jail root.

For windows obviously, though it might be ported to linux under mono.

If anyone wants to work on the source with me, and knows C#, let me know through comments or email.
I have a svn repo, and you can submit patches or I can give access.

Right now this is semi closed source, but should eventually be released under the GPLv3.
Specifically the CIFS server implementation is not open source yet, and isn't mine, though the auther keeps saying he might make open source soon.

Once I get the bugs worked out, it will run as a windows service, so you have the drive whenever you plug in your iPhone.

support
Filed under: Code, Projects 12 Comments
conditions
28Jul/070

Two new jQuery extensions

I wrote a couple of quick jQuery plugins over the last few days.

First is jqFrag, an implementation of the fragment uri scheme that allows jumping to a specific instance of word in a document, by using uri://site/page?query#@ syntax. Example and code:
http://projects.lokkju.com/jquery/jqfrag/index.html#@rutrum

Second is jqProps, a var_dump/Dumper implemtation for javascript - essentially, it will let you see all the properties (fields, methods, etc) of anything you pass it. Code at:
http://projects.lokkju.com/jquery/jqdumper/jquery.dumper.js

Comments welcome

Filed under: Projects No Comments
site-map
22Jun/070

Another update on the dnsEditor: Ajaxified for Bind-DLZ

Changes:
- broke configuration out to config.php
- included the ability to log errors
- added TXT records
- added CNAME records
- forced all zones to lower case
- forced all types to upper case
- changed serial format
- zone list refreshes when new zone is added
thanks to Valery Duchev for some patches

Demo:

http://www.lokkju.com/projects/dnsEditor2/dnsEditor.php

Source:

https://svn.lokkju.com/svn/dnsEditor/trunk

Filed under: Projects No Comments
research
information