Quantcast
Viewing all articles
Browse latest Browse all 1149

CodePlex Daily Summary for Monday, April 14, 2014

CodePlex Daily Summary for Monday, April 14, 2014

Popular Releases

  • MVCwCMS - ASP.NET MVC CMS: MVCwCMS 2.0: Based on your feedback I've decided to create a new major version. For the installation instructions visit the documentation page: https://mvcwcms.codeplex.com/documentation I hope you enjoy it and please let me know if any issues, I will be very happy to help.
  • Wsus Package Publisher: Release V1.3.1404.13: Allow to specify a non-standard SSL port to connect to Wsus Server. Fix an bug when WPP run on a computer where Windows was installed in other language than English, German or French and running ShowPendingUpdate. Allow to import updates from a catalog that contains updates from several vendors. Fix a bug in User Interface when saving certificate. Remove the ability to make rules base on 'RegValueExists' using REGMULTISZ as this is not supported by Update Clients.
  • NTLEA - NT Locale Emulator Advance: Ntleas Core.GUI Build 39: Version: 1.0.0b Build: 39 Description fix bugs when use ntleak.dll, with selecting path got gamble code-string. fix bugs when x64 application running x86 application could not select ntleai.dll upgrade component version this time :D
  • SEToolbox: SEToolbox 01.025.021 Release 2: Fix to the updater causing SEToolbox to repeatedly restart with custom SE Application Location. Installation of this version will replace older version. Runtime requirements: MS .NET Framework 4. http://www.microsoft.com/en-au/download/details.aspx?id=17851
  • VG-Ripper & PG-Ripper: PG-Ripper 1.4.30: changes NEW: Added Support for 'ImageEer.com' links NEW: Added Support for 'Dimtus.com' links NEW: Added Support for 'ImgStudio.org' links NEW: Added Support for 'PixPal.net' links FIXED: 'ImageFap.net' links FIXED: 'PixRoute.com' links FIXED: 'ImgServe.net' links FIXED: Auto Updater
  • VidCoder: 1.5.20 Beta: Added rotation and reflection filters. Updated HandBrake core to SVN 6160.
  • QIC - Query Injection Compiler: QIC 1.1: NEW FEATUREAspects for interfaces. You can now inject aspects BEFORE routing, which allows an aspect to return @DelegateName to affect routing. These aspects are configured by specifying an empty string as DelegateName. EX: THIS WILL BE INJECTED BEFORE ROUTING insert into qic.AspectConfig (WhenInterfaceName,WhenDelegateName,WhenActionName, ThenInterfaceName, ThenReturnToken) values ('fn3_','','BEFORE','fn3aspect_','@DelegateName') THIS WILL NOT BE INJECTED BEFORE ROUTING (ITS INJECTED BEFO...
  • Activity Sampling: Activity Sampling: This package contains both the source and binary installer. Please read the README.txt contain within for important information.
  • Magick.NET: Magick.NET 6.8.8.1001: Magick.NET linked with ImageMagick 6.8.8.10.
  • Gac Library -- C++ Utilities for GPU Accelerated GUI and Script: Gaclib 0.7.1.0: Gaclib.zip contains the following content GacUIDemo Demo solution and projects Public Source GacUI library Document HTML document. Please start at reference_gacui.html Content Necessary CSS/JPG files for document. Improvements to the previous release Add 1 demos Persistant.LoadFromXml.DataBinding shows how to do data binding in the XML window resource with GacGen.exe to generate C++ codes from XML. Added new features Workflow Script adds exception handling, anonymous interface implem...
  • BizTalk Build & Packaging using Batch File: Second Release: Please download the code. *Unzip the code to local directory. *Copy paste all files to same level as Solution Directory. Please create appropriate directories within solution for COM+ Application, SSO Application or BRE Application. *Copy utility applications to respective directories. *Copy BTSScnSSOApplicationConfig.exe and ConfigStore.xml to SSO application directory. *Copy ImportExportRuleStore.exe to BRE directory. For deployment on server please copy BizTalkDeployment directory along w...
  • SSIS Excel Refresh Task: Version 1.0: This is version 1.0 of the SSIS Excel Refresh Task for SQL Server 2012.
  • CS-Script for Notepad++ (C# intellisense and code execution): Release 1.0.21.0: Implemented Integrated Debugger Previous release features - Step Over - Step In - Step Out - Set Next Statement - Toggle breakpoint - 'Call Stack' Panel - 'Locals' Panel - QuickWatch panel - Threads panel - Optional breaking on user Exceptions - Showing fields/properties values on mouse rollover - Breakpoints persistence Current release features - Watch panel http://download-codeplex.sec.s-msft.com/Download?ProjectName=csscriptnpp&DownloadId=817096 Limitations This ...
  • Dynamics AX Admin Utilities: CodeCrib.AX.TFS v0.9.0.1 for VS-TFS 2012: First release of custom TFS code activities. Supports TFS 2012. Includes AXBuild, Client, Config, Manage and Sql libraries. 0.9.0.1 FIX: reference to TFS libraries for 11.0.0.0 was set to specific version, causing some issues with VS/TFS 2012
  • Task Scheduler Managed Wrapper: Release 2.1.0: Some bug fixes, better support for Windows 8 additions to core library, addition of Fluent syntax, and crontab syntax, since the 1.9.4 release. Since 2.0.3 release, added support for .NET 2.0 and 4.0, security handling, version compatibility handling (for connecting to up or down-stream versions), bug fixes, and improved marshalling. See Source Code for full details of changes. Download Descriptions TaskScheduler.zip - Includes the base library (Microsoft.Win32.TaskScheduler.dll) with no UI ...
  • Extension Methods Library (C#, EF6+): Release v1.1.3.1: Release v1.1.3.1Entity Framework bulk operation can now be used with SqlTransaction / DbContextTransaction Extension MethodsFixed: Identity column for bulk operation are now optional Fixed: Internal datasouce will take Bulk Mapping over sql column if a mapping exists Entity Framework Extension MethodsFixed: Identity column for bulk operation are now optional (Thank you ebbef for reporting) Fixed: Internal datasouce will take Bulk Mapping over sql column if a mapping exists Fixed: Bulk...
  • Python Tools for Visual Studio: 2.1 Beta: Release notes for PTVS 2.1 Beta We’re pleased to announce the release of Python Tools for Visual Studio 2.1 Beta. Python Tools for Visual Studio (PTVS) is an open-source plug-in for Visual Studio which supports programming with the Python language. PTVS supports a broad range of features including CPython/IronPython, Edit/Intellisense/Debug/Profile, Cloud, IPython, and cross platform and cross language debugging support. Changes since 2.0 RTM There are a number of exciting improvements in...
  • Tweetinvi a friendly Twitter C# API: Tweetinvi 0.9.2.x: PublishTweet tweet with MediaThe release 0.9.2.x allows developers to send media to the server. This is particularly useful in order to send tweet with a media attached to it. byte[] file = File.ReadAllBytes(filePath); var tweet = Tweet.CreateTweetWithMedia(text, file); var imageURL = tweet.Entities.Medias.First().MediaURL; Please note that even if Twitter allows multiple files to be sent at once, most of the accounts are limited to post only 1 media with a tweet. If you add 2 and your accou...
  • ZXing.Net: ZXing.Net 0.14.0.0: changes of the java version are reflected until 2014/03/13 basic support for CMYK color space new BarcodeWriter for WPF compatibility fixes for PCL and WinRT components MSI is disabled by default because of to many false-positives VIN support for the ResultParser new option for the error correction level of PDF417 for rendering basic ECI support for PDF417 many other small bug fixes and improvements PDBs are source server indexed against svn (svn.exe has to be in search path)
  • SFDL.NET: SFDL.NET (2.2.9.1): Changelog: Implizit SSL Support

New Projects

  • 2111110189: PHẠM THỊ HUYỀN - 2111110189
  • BorderClippingExtension: The project provides single attached property that allows to have differen element to clip the border. The sample resutl can be seen by running the sample proje
  • Calculator using WPF MVVM: Simple example of MVVM in WPF
  • DNN Blog Too: The DNN Blog Too module is a mirror copy of the Official Dnn Blog module (unofficially maintained and supported by me - Luis Cabrera)
  • DownloadManager: DownloadManager for website.
  • EscapeGenerator: Software to help create fiction
  • Figerty Network Check: This is just a simple project made in Visual Basic .Net that allows you to see if your website or any website you define and Internet is live or down.
  • OOP-2111110079: BÀI TẬP LẬP TRÌNH WINDOWS ( Huỳnh Thị Yên)
  • OrchardTest: Just a testing source of Orchard
  • Particle Simulator: Particle simulator with graphical result presentation. Simulator takes into account relativity.
  • PeerComLink: Peer to peer voice communicator for LANs with zero configuration required to get up and running. I created this as an exercise in learning DirectX(DirectSound),
  • PointNClickMaker: Software to create point and click adventure games
  • Spinula: Spinula is software for the simulation and analysis of spiking neural network models.
  • Using Plupload in ASP.NET: Using Plupload in ASP.NET
  • Weather App: This weather app can get weather data via the weather lib i wrote!
  • WikiBusca: Projeto para disciplina de Recuperação de Informação
  • Windows Phone 8 libFLAC: Contains MediaStreamSource implementation to allow FLAC files playback on Windows Phone using original libFLAC.dll library.
  • WOL Helper for XenDesktop: Alternativ WOL extention to SCCM integration

Viewing all articles
Browse latest Browse all 1149

Trending Articles