Browsing projects by Tag(s)

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

Showing page 1 of 7

The GNU linker and related programs and libraries: ar, as, gprof, ld, nm, ranlib, strip, libbfd. You depend on this utterly.

4.31532
   
  0 reviews  |  749 users  |  2,817,267 lines of code  |  78 current contributors  |  Analyzed 3 days ago
 
 

The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks. It allows you to display an help screen with an high degree of customization and a simple way to report syntax errors to the user. Everything that is boring ... [More] and repetitive to be programmed stands up on library shoulders, letting you concentrate yourself on core logic. The search for the command line parser for your application is over, with this library you got a solid parsing API constantly updated since 2005. [Less]

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

An wrapper of ExtendendRichTextBox.dll (created by Microsoft) coded in .NET and C#, basically "WordPad" on a DLL.

0
 
  0 reviews  |  1 user  |  2,191 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Advanced Internet Relay Chat Library(airc) is Dynamic-link library(DLL) for .NET platforms mostly, it easily handles IRC connection, also some advanced IRC functions. Airclib is written in C#.

5.0
 
  0 reviews  |  1 user  |  718 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

WikiEngine.dll is a library with COM-objects to create and manage a wiki-website, or use 'wiki technology' in an application. WikiSyntax is parsed using a WikiParseXML definition. Data is stored in a database of choice.

0
 
  0 reviews  |  1 user  |  37,919 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

mrc

Compare

dll plugins source for mIRC * codepage: dll hook into socket api call to do the codepage convert for mIRC 7+ * text2image: dll hook into ExtTextOut api calls to show smiley or image-url as picture, making mIRC beyond text world * ipsearch: geo location lib that using imported data from ... [More] cz88.net * msn: helper functions for msn server login challenge * taglib: mIRC port for taglib * utils: util functions for taCo * voicechat: voice chat using direct play all plugins is designed for taCo and can be used for other mIRC scripts [Less]

5.0
 
  0 reviews  |  1 user  |  11,366 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

Controlize.net is a pack of WinForms controls for Microsoft .Net Framework 2.0.

4.0
   
  0 reviews  |  1 user  |  1,251 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

DonationsFeel free to donate Description:This is a simple API to access TVDb information about tv series. It is based on the tvdblib project of bgmeiner. This was developed with visual studio 2008 and the solution has two projects, the actual API, that creates a dll and a commented test project ... [More] to show how to use the api. Those are available in the Source and downloads sections. In the Downloads section, it's available the most recent version of the dll, ready to be used. In the Downloads section there is also a .chm file with the API and test project documentation. Basic functions:Searches a serie by its name and retrieves a result list. From the result list you can then get the actual serie's information. That information contains: series info; episodes info; banners of series, seasons, episodes and actors. Please contact me if you come across any kind of problem: jpmassena@gmail.com [Less]

0
 
  0 reviews  |  1 user  |  6,770 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

Donations/DonativosFeel free to donate/Esteja à vontade para doar: AttentionI have made another api, for tv series. It uses the site TheTVDB.com instead of IMDb. Check it out! Description:This is a simple API to access IMDb information about movies and tv series. This was developed with ... [More] visual studio 2008 and the solution has two projects, the actual API, that creates a dll and a commented test project to show how to use the api. Those are available in the Source section, and now in the downloads section also. In the Downloads section, it's available the most recent version of the dll, ready to be used. In the Downloads section there is also a .chm file with the API and test project documentation. Basic functions:Searchs a movie or a tv-show by title or by ID (if the search is by ID, it loads the right page immediatly, if not, it may load the correct page or a result page with a list of several movies/tv series with that title. Gets the links of a result list page and send them to the main application, where the user must choose one. Then it parses the choosen title and send the information to the user. It allows to get the title, link to imdb, year of release, url to the cover, imdb user rate, the first of the directors, the genres, plot, info of all the actors (or the number selected) listed in the main title page (name, link to actor page, link to picture and character) and the runtime. It is possible to refresh some fields of the title, choosed by the user, without changing all of them. If you try this and come across some kind of problem, please report it to me. jpmassena@gmail.com Descrição:Isto é um API simples para aceder a informações sobre filmes e série de TV contidas no IMDb. Foi desenvolvido com o Visual Studio 2008 e a "solution" contém dois projectos, o API em si, que cria um dll e um projecto de teste comentado que demonstra o uso do api. Estes ficheiros estão disponíveis na secção de "Source" e agora também na secção de downloads. Na secção de "Downloads" está a versão mais recente do dll, pronta a ser utilizada. Nesta secção também se encontra um ficheiro .chm que contém a documentação do API e do projecto de teste. Funções básicas:Procura filme ou séries por título ou ID (se a procura é por ID, ele vai directamente à página correspondente, senão pode ir à página correcta ou a uma página com uma lista de resultados com o título procurado. Obtem os links da página de resultados de procura e envia uma lista à aplicação principal onde o utilizador escolhe um dos resultados. Depois o api faz o parse da pagina escolhida e envia a informação à aplicação principal. As informações que podem ser obtidas são: o título original, o link para IMDb, ano de lançamento, url para a capa, pontuação IMDb, o 1º realizador, géneros, sinopse, informação sobre todos os actores (ou só os primeiros "x" que decidir) listados na página normal do título (nome, link para a pagina, link para a foto e personagem desempenhada) e o tempo de duração. É possível actualizar alguns dos campos, escolhidos pelo utilizador, sem alterar os outros. Se experimentar este software e encontrar algum erro ou bug, por favor informe-me. jpmassena@gmail.com [Less]

0
 
  0 reviews  |  0 users  |  1,781 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Primarily this is a C# port of the event API of FModEx. But doing this demands a C port as well, as a middle step, so this is like a side effect of the project. However, since the C++ code of the FMod event API is not compliant with all compilers, I can only produce a .lib-file for the C binder ... [More] , and no libNAME.a-file which could be used with the gcc/g++ compiler. Sorry.. [Less]

0
 
  0 reviews  |  0 users  |  2,471 lines of code  |  0 current contributors  |  Analyzed 7 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.