Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

A simple but powerful tool with a flexible module system which will help you in your digital forensics works, including file recovery due to error or crash, evidence research and analysis, etc. Digital Forensics Framework (DFF) provides a robust architecture and some handy modules.

5.0
 
  0 reviews  |  4 users  |  101,683 lines of code  |  5 current contributors  |  Analyzed 9 days ago
 
 

Library and set of tools to convert Outlook files for some open Formats. It can now convert both 32 bit Outlook files (pre 2003), and the 64 bit Outlook 2003 pst files. Utilities are supplied to convert email messages to both mbox and MH mailbox formats, and to DII load file format for use with ... [More] many of the CT Summation products. Contacts can be converted to a simple list, to vcard format, or to ldif format for import to an LDAP server. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Date converter module (JST,PST,EST) for Google App EngineUTC to PST or EST or JST license: public domain example: Copy DateConvModule.py to your directory (time.htm) PST: [{{t|toPst|date:"m/d H:i"}}] (test.py) import datetime import wsgiref.handlers import os from ... [More] google.appengine.ext import webapp from google.appengine.ext.webapp import template class TimePage(webapp.RequestHandler): def get(self): template.register_template_library('DateConvModule') template_values = { 't': datetime.datetime.now() } path = os.path.join(os.path.dirname(__file__), 'template.htm') self.response.out.write(template.render(path, template_values)) application = webapp.WSGIApplication([ ('/', TimePage) ], debug=True) def main(): wsgiref.handlers.CGIHandler().run(application) if __name__ == '__main__': main() [Less]

0
 
  0 reviews  |  0 users  |  87 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format. PFF is used in PAB (Personal Address Book), PST (Personal Storage Table) and OST (Offline Storage Table) files.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

A library for reading Outlook msg files, and for converting them to RFC2822 emails. Generally, the goal of the project is to enable the conversion of .msg files into standards based formats, without reliance on outlook, or any platform dependencies. In fact its currently pure ruby, so it should ... [More] be easy to get running. It is targetted at people who want to migrate their PIM data from outlook, converting msg into rfc2822 emails, vCard contacts, iCalendar appointments etc. However, it is also a complete msg library, providing a sane model for (currently read-only) access. [Less]

0
 
  0 reviews  |  0 users  |  3,011 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

pst2gmail builds on the work done in the java-libpst library (http://code.google.com/p/java-libpst/) to help migrate users from their Outlook email to the web based gmail services.

0
 
  0 reviews  |  0 users  |  2,336 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Toolkit for statistical learning of vocabularies. Models implemented: N-grams Combined n-grams with Good-Turing smoothing Probabilistic suffix tree Suffix-based variable order Markov model Variable-length Hidden Markov Model New HMM-based approach, built with all words substrings Dynamic Markov Model Prefix-based variable order Markov model

0
 
  0 reviews  |  0 users  |  8,815 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

The PST (or PFF) file format is a horrible, closed proprietary format. Over the years many people have accumulated a large amount of important email and other information into these files, this project aims to allow people to access and extract this information so that it may be migrated to other ... [More] messaging systems. The goal of this project is to take the format documentation which has been reversed engineered and made available through projects such as https://sourceforge.net/projects/libpff/ and turn it into a java library that will allow for efficient access to stored email. The functional goals are: Efficiency; should be able to work with very large PST files with reasonable speed Support for 64bit PSTs (Outlook 2003+, 32bit is not a primary goal) Support for compressible encryption (on by default with newer versions of Outlook) Intuitive API Things that the library will most likely not do: Fix or work with broken PST files Provide write access to PST files Recover deleted email items Note: Version 0.1 contains a GPL'd implementation of the LZFU compression algorithm for the retrieval of RTF content. This has been addressed in version 0.2 with my own implementation of the algorithm, this is the only difference between the two versions. [Less]

0
 
  0 reviews  |  0 users  |  28,721 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.