This is certainly an offbeat post from me. I wanted to give an option for users to save posts as text in another weblog, I’d find no plugin for this, so came up with one and sharing now with community.
Description
Post can be saved as text and can also be saved as html.
Download
Save Post as Text [...]
Archive for the ‘OpenSource’ Category
Wordpress Plugin for Saving Post as Text and Html
Posix Directory Browsing API for Windows
APIs specified in POSIX for browsing through directories are implemneted in windows. This implementation isa wrapper around windows native calls. Using these POSIX function calls, we can port programs related todirectory browsing and use these calls without learning windows specific calls.
Here are the POSIX APIs which I’ve implemented
opendirclosedirreaddirrewinddirseekdirtelldirscandirftwdirfdstat
here is the dirent structure, in this structure, [...]
dlwrapper: POSIX Wrapper for Windows Dynamic Library Loading Calls
DLWrapper is a posix wrapper for windows dynamic library loading API calls. This package is useful for porting posix applications to windows and in developing portable applications
Download (source & binaries)
R1
Documentation
Snapshots
Release Notes
This release had implemented
dlopen
dlclose
dlsym
dlerror
and does not support dladdr
install or usability
To use these calls just use PosixDLLib.lib or include dlfcn.c, dlfcn.h in your project
Reporting Bugs:
Please [...]