Projects tagged ‘profile’


[84 total ]

5 Users

DataCleaner is an Open Source application for profiling, validating and comparing data. These activities help you administer and monitor your data quality in order to ensure that your data is useful ... [More] and applicable to your business situation. DataCleaner is the free alternative to software for master data management (MDM) methodologies, data warehousing (DW) projects, statistical research, preparation for extract-transform-load (ETL) activities and more. [Less]
Created about 1 year ago.

3 Users

Complete, lightweight and portable C# library for Facebook: gives complete access to Facebook functionalities (API, Chat and more), does browserless login and runs on Microsoft .net, Microsoft .net ... [More] for Mobile (Compact Framework) and Mono. --- On the 12th of February, 2009 I've received a "Cease and Desist" e-mail from Facebook's lawyers. As a result, the project will be closed at latest the 19th of February, 2009. For now, the copies of that letter are kept personal. If you'd like a copy, contact me: http://contact.ali.tokmen.com/ It's been a great pleasure to work with such creative, realistic and helpful people. [Less]
Created 11 months ago.

2 Users

The Swiss Army knife of Python web development debugging.
Created 3 months ago.

1 Users

A platform for gathering all of your online identities/internet profiles on a single, personal home page.
Created about 1 year ago.

1 Users
 

Admidio is a free open source members management system for homepages of organizations and groups. The system contains several moduls like profiles, lists (with Excel export), dates, guestbook, links ... [More] , fotos or downloads which you can add to your page. [Less]
Created over 3 years ago.

1 Users

What is jsTools4GPS?jsTools4GPS is a javascript library to load tracks, waypoints and routes in webmaps using the Mapstraction layer and AJAX through Prototype. It can draws altitude/speed profiles ... [More] using Flotr charting library, reports derived data and allow user interaction between those objects. [Less]
Created 2 months ago.

1 Users
 

MySemanticProfile is a tool that allows a user to maintain their personal profile on Semantic Web. In addition to RDF, it also uses RDFa and Microformats.
Created about 1 year ago.

1 Users
   

Profile your application to find bottlenecks in your code, so you can optimize to get more speed! Or make a full function trace! Profile: This profiler (Windows NT, 2000, XP and x86) can ... [More] profile any function (dll, c++, delphi, ?) without changing the original code or even the need of the original code. It uses runtime function detouring and assembly to profile any function. A program can be compiled with the profiler code (delphi) or the precompiled dll can be used (delphi, c++, etc). The to be profiled function can be extracted from debug files (.map, in future .dbg/.pdb), dll imports/exports, or "manual" in code (add by name and pointer). Trace: The latest version also features a full execution/function trace capability! [Less]
Created 11 months ago.

1 Users

Web Services Interoperability Profile Environment is a toolkit for managing and using "service profiles" needed for SOA realisation. Core is an inheritance resolver library, used by a document generator and conformance test suite generator.
Created over 2 years ago.

0 Users

ProblemOur project will address the following problem: given an academic paper or any general textual query, find a researcher who would be best suited to talk to you about it (based on their previous ... [More] research). For example, given a paper as a pdf file, we would like to know who in the UW Computer Science department would be best suited to review the paper. Or given a phrase 'probabilistic motion planning', who are the people to talk to in the top Computer Science departments in the US? SolutionIn order to answer this question we will build a statistical profile for a list of researchers based on their published papers, and do a cosine similarity between the query and the profiles to find the best match. Our program will roughly consist of the following modules: Obtain the data and do some basic processing Given a web URL address of a person's web page, download all the publications of that person (in pdf format) Convert the pdf file to a text file Clean up the text: Appropriate text cleaning like tokenization, removing stop words, and maybe stemming can be done. Repeat the above procedure for a list of web addresses of multiple researchers' web pages (perhaps given in a file). Build a bag-of-word statistical profile for each researcher Given a string, pdf file or a text file as a query, transform it into appropriate format, calculate cosine similarity of the document to each of the profiles, and output a sorted list of best matches. Consider other applications on the statistical profiles, such as clustering people doing similar work. [Less]
Created 11 months ago.