Skip to main content

Home/ Coders/ Group items tagged Development Library

Rss Feed Group items tagged

1More

Android Library: List of 15 Best Google Play Support Libraries - 1 views

  •  
    List of the best 15 Google play support Android Libraries for developers should know about and which you should definitely try out.
1More

F# PowerPack - 3 views

  •  
    The F# PowerPack is a collection of libraries and tools for F#, provided by the F# team at Microsoft, but which is not part of the core F# release. The PowerPack include features such as a basic Matrix library and supporting math types, FsLex and FsYacc tools for lexing and parsing, support for using F# with LINQ-based libraries, and a tool for generating HTML documentation from F# libraries.
8More

STXXL : Standard Template Library for Extra Large Data Sets - 4 views

  • The key features of STXXL are:
  • Transparent support of parallel disks. The library provides implementations of basic parallel disk algorithms. STXXL is the only external memory algorithm library supporting parallel disks.
  • The library is able to handle problems of very large size (tested to up to dozens of terabytes).
  • ...4 more annotations...
  • Improved utilization of computer resources. STXXL implementations of external memory algorithms and data structures benefit from overlapping of I/O and computation.
  • Small constant factors in I/O volume. A unique library feature called "pipelining" can save more than half the number of I/Os, by streaming data between algorithmic components, instead of temporarily storing them on disk. A development branch supports asynchronous execution of the algorithmic components, enabling high-level task parallelism.
  • Shorter development times due to well known STL-compatible interfaces for external memory algorithms and data structures.
  • For internal computation, parallel algorithms from the MCSTL or the libstdc++ parallel mode are optionally utilized, making the algorithms inherently benefit from multi-core parallelism.
  •  
    « The core of STXXL is an implementation of the C++ standard template library STL for external memory (out-of-core) computations, i. e., STXXL implements containers and algorithms that can process huge volumes of data that only fit on disks. »
4More

XmlLite Introduction - Light XML parser for C++ - Microsoft - 0 views

  • XmlLite works with various versions of the Microsoft C++ compiler, but the samples in the documentation have been validated only with Visual Studio 2005.
  • XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++
  • if you want to use it with other languages, some additional work may be required.
  •  
    The XmlLite library allows developers to build high-performance XML-based applications that provide a high degree of interoperability with other applications that adhere to the XML 1.0 standard. XmlLite works with any Windows language that can use dynamic link libraries (DLLs), but Microsoft recommends C++. XmlLite comes with all necessary support files for use with C++, but if you want to use it with other languages, some additional work may be required.
4More

NuPack - pacakge management for Visual Studio - 3 views

  • NuPack is a free, open source developer focused package management system for the .NET platform intent on simplifying the process of incorporating third party libraries into a .NET application during development.
  • There are a large number of useful 3rd party open source libraries out there for the .NET platform, but for those not familiar with the OSS ecosystem, it can be a pain to pull these libraries into a project.
  • NuPack automates all these common and tedious tasks for a package as well as its dependencies. It removes nearly all of the challenges of incorporating a third party open source library into a project’s source tree. Of course, using that library properly is still up to the developer.
  •  
    pacakge management for Visual Studio
1More

YUI 3 - Yahoo! User Interface Library - 4 views

shared by yc c on 31 Oct 09 - Cached
  •  
    UI 3 is Yahoo!'s next-generation JavaScript and CSS library; it powers the new Yahoo! homepage and incorporates what we've learned in five years of dedicated library development. Today, the YUI 3 Core and a full utility set are ready for use. All YUI projects are BSD-licensed and are available for forking and contribution on GitHub.
1More

C# Managed wrapper for 7Zip libraries - InnerLimit - 0 views

  •  
    Note: this is not a pure-managed implementation of a compression library. Quite the opposite -- it's a thin wrapper for the C++ libraries written in the 7-Zip project for decompressing 7z/zip/gzip/bzip2/tar/rar/cab/iso/... etc (and for compressing in 7z,gzip,bzip2,zip,tar,etc)
1More

Microsoft released beta of Windows Vista compatibility Update - 0 views

  •  
    The Platform Update is a set of runtime libraries which bring Vista largely up to par with Windows 7 in terms of the: Windows Ribbon control; Automation Manager Library; DirectX updates for hardware acceleration; DirectCompute for hardware-accelerated parallel computing support; the XPS printing library; the Windows Automation API; and the Windows Portable Devices Platform, which standardizes data transfers across apps and portable devices.
1More

What Are The Benefits Of Outsourcing React Native App Development? - 0 views

  •  
    React Native is based on React, a JavaScript library that was already well-known when the mobile framework was introduced. The framework has enabled frontend developers who could previously only work with web-based technologies to construct sophisticated, production-ready mobile apps. This community-driven framework offers many more benefits. Learn; why you should choose a React Native app development company for your upcoming projects.
1More

MoQ - Google Code - 0 views

  •  
    Moq (pronounced "Mock-you" or just "Mock") is a mocking library for .NET developed to take advantage of .NET 3.5 and C# 3.0 features (i.e. LINQ expression trees and lambda expressions) ... they claim it's the most productive, type-safe and refactoring-friendly mocking library available.
1More

Windows 7 taskbar: Developer Resources - MSDN Code Gallery - 0 views

  •  
    A Windows 7 Taskbar and Windows Libraries .NET Interop Library and sample applications.
1More

Hadoop! : Apache distributed computing ecosystem - 4 views

  •  
    « The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
1More

Xamarin.Mobile / Xamarin - 6 views

  •  
    Xamarin.Mobile is a library that runs on iPhone, Android and Windows Phone 7 which abstracts the underlying functionality and exposes a common API that developers can build against.
1More

The Tao Framework - 0 views

  •  
    The Tao Framework for .NET is a collection of bindings to facilitate cross-platform media application development utilizing the .NET and Mono platforms. Lots of library wrappers: OpenGl FreeGlut OpenAl Cg Lua Sdl PhysFs Glfw FFmpeg FreeType ... etc
1More

TestApi - a library of Test APIs - Home - 0 views

  •  
    TestApi is an experimental library of test and utility APIs that enables developers and testers to test WPF applications, Windows Forms applications, .NET Framework applications, and Win32 applications.
1More

OWASP Encoding Project - 0 views

  •  
    The Reform library provides a solid set of functions for encoding output for the most common context targets in web applications (e.g. HTML, XML, JavaScript, etc). The library also takes a conservative view of what are allowable characters based on historical vulnerabilities, and current injection techniques.
2More

Introducing the Anti-Cross Site Scripting Library - ASP.NET Forums - 0 views

  • Cross-site scripting (XSS) attacks exploit vulnerabilities in Web-based applications that fail to properly validate and/or encode input that is embedded in response data.  Malicious users can then inject client-side script into response data causing the unsuspecting user's browser to execute the script code.  The script code will appear to have originated from a trusted-site and may be able to bypass browser protection mechanisms such as security zones.
  •  
    Asp.Net forum post announcing the Anti-Cross Site Scripting (XSS) library from Microsoft, with links to downloa.d and documentation
1More

oauth-dot-net - Google Code - 0 views

  •  
    OAuth.net is a .net library which provides full OAuth consumer and provider support. The library facilitates secure API authentication in a simple and standard method for desktop and web applications.
1More

Diff/Merge/Patch Library for C#/.NET - 0 views

  •  
    "I don't know why I did it, but I decided to translate the Perl module Algorithm::Diff into C#, since there aren't any C# libraries yet for finding the differences between two lists."
1More

DZone Tech Library | Resources for Architects, Designers, and Developers - 2 views

  •  
    The DZone Tech Library brings DZone members a wealth of resources from across our network that includes Refcardz, whitepapers, webcasts, podcasts, trial downloads, and more.
1 - 20 of 185 Next › Last »
Showing 20 items per page