Skip to main content

Home/ Coders/ Group items tagged Wrapper

Rss Feed Group items tagged

Joel Bennett

7zSharp - CodePlex - 0 views

  • 7zSharp is a .NET 2.0 LGPL wrapper around the 7z LZMA SDK and executable written in C#, providing a library (DLL) wrapper and simplified API to encode and decode using the 7z library.
  •  
    An LGPL C# wrapper around the 7-zip executable
Joel Bennett

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)
Joel Bennett

Using Dynamics To Call PowerShell in C# | Adam Driscoll's Blog - 4 views

  •  
    A Fluent interface wrapper for calling PowerShell in a way that LOOKS like C# ;-)
Joel Bennett

The Performance of Arrays - Chris Burrows - 2 views

  • arrays of reference types are covariant in their element type, but not safely
  • where did that exception come from? It came from the runtime, which was in a unique position to know what the real type of the array object was, and the real type of the element. It needed to determine if the assignment was allowable and throw if not. Now if you think about this for a minute, you can see that it’s going to have to perform that check for every assignment to an array element
  • arrays are covariant only for reference types?
  • ...3 more annotations...
  • So if I want to have an array of reference types, but get the runtime to treat it like an array of value types, what have I got to do? Just wrap the reference type in a value type
  • So I got rid of that check, right? But I added the initialization of a value type. Did I win or lose? Let’s do some timing to figure it out.
  • when I build Debug binaries, the Reference<T> trick makes my example about three times SLOWER.
  •  
    Arrays are covariant only for reference types. If you use a struct wrapper to turn a reference type into a value type, the initialization of the value type takes less time than array assignment.
Joel Bennett

Libertà - Portable Apps - 0 views

  •  
    Libertà is an open source suite of portable software and wrappers for making existing software portable, including a custom launcher, backup tools and more.
Joel Bennett

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
Joel Bennett

ScintillaNET - CodePlex - 0 views

  •  
    ScintillaNET is a .NET 2.0 wrapper around the Scintilla Native control. It provides a friendly .NET interface around the unwieldy Scintilla component ...
alex gross

Univar - Session, cookie, query string & cache variables unified - 5 views

  •  
    s a web developer I have often had to work with the session, cookie, query string and cache to persist data locally. But it is a shame that there is no neat way of doing so. So I decided to write my own code to provide a simpler and unified model to work with and finally came up with this, a type safe and generic wrapper that supports complex data types
roberthayes222

shephertz/Cocos2DSamples · GitHub - 0 views

  • Cocos2DSamples / Show File Finder Update README.md latest commit 2d62e099d2 DhruvCShepHertz authored 3 days ago Soccer_Demo 3 days ago Delete user profile files [DhruvCShepHertz] README.md 3 days ago Update README.md [DhruvCShepHertz]
Joel Bennett

Tweak DWM from your programs, Part 2 - AeroXperience - 0 views

  •  
    Explore the actual usage of the Desktop Window Manager API in a Windows Forms-based program
Joel Bennett

File and File Container Wrapper - Home - 0 views

  •  
    A set of interfaces to wrap up ... things which are not files, to act like they are.
Matteo Spreafico

Qink | Free .NET Libraries - 1 views

  • The Ultimate List of Freely Available .NET Libraries
  • EPPlus is based on Excel Package and allows creation/reading of .XLSX (Excel 2007). It is actually the most advanced even comparing to NPOI.
  • LinqToTwitter - Linq-based wrapper for all Twitter API functionality in C#
  • ...1 more annotation...
  • Facebook C# SDK - A toolkit for creating facebook applications / integrating websites with Facebook using the new Graph API or the old rest API.
Fabien Cadet

Github: AzizSaleh/mysql :: mysql_* implementation using PDO - 1 views

  •  
    May be useful when the 'mysql' PHP extension (mysql_* functions) will have been removed, probably in the upcoming PHP 5.6
1 - 15 of 15
Showing 20 items per page