Skip to main content

Home/ Coders/ Group items tagged Data

Rss Feed Group items tagged

Joel Bennett

Microsoft SQL Server 2008 Feature Pack, August 2008 - 0 views

  •  
    A bunch of SQL Server related downloads, including the driver for PHP, the Sync framework, reporting services addon for SharePoint, Analysis plugins for Office, etc.
Joel Bennett

widgenie - 0 views

  •  
    WidGenie is ... the competition for the Google Charts API
Kingdon Barrett

Nerdland Blog - 0 views

  •  
    I will include resume links on this page once it does everything else I wanted it to do.
  •  
    Another plug while I'm at it, this is for my web development company, where the last post was arguably a plug for the restaurant that I am working with. Now booking parties through 2009!
  •  
    I hope to incorporate all of the RSS feeds on the pages linked from this site into the RSS data shared in this link. Some extensions to Radiant may be necessary to make it work as an importer/exporter both simultaneously.
Joel Bennett

15 Seconds : Creating a Data Access Layer in .NET - Part 2 - 1 views

  • This means the Primary Key will not contain the actual auto-increment from the database until the DataSet is updated. Therefore, the auto-increment value is relative to the DataSet only. For this reason, I have found it wise to set the AutoIncrementSeed to 0 and the AutoIncrementStep to -1.
  •  
    A good tutorial on DataSets - gives a very good suggestion to set
Joel Bennett

Idera - Tools for Data Management - FreeWare - 0 views

  • Idera’s SQLsafe Freeware Edition is free SQL Server database backup and recovery tool
  •  
    Idera has a new FreeWare version of their SQLsafe tool for backup and recovery of SQL Server databases.  They've also added freeware versions of their performance monitoring tool and are preparing more free tools...
Joel Bennett

Flickr Metadata Syncher for Vista - 0 views

  •  
    An app for synchronizing tagging and comments data from flickr to photos on your hard drive...
Joel Bennett

Microsoft Command Line Standard - 0 views

  • our goal is to present a consistent, composable command line user experience. Achieving that allows a user to learn a core set of concepts (syntax, naming, behaviors, etc) and then be able to translate that knowledge into working with a large set of commands. Those commands should be able to output standardized streams of data in a standardized format to allow easy composition without the burden of parsing streams of output text.
  •  
    Microsoft's new "Command Line Standard" guidance on how to write applications which behave nicely as part of a command line interface pipeline ... specifically, PowerShell Commandlets implement most of this by default, but this willl allow unmanaged apps to better coexist in the PowerShell world ...
Joel Bennett

Detours - intercepting Win32 functions - 0 views

  • Transactional model for attaching and detaching detours.
    • Joel Bennett
       
      Transactional ... aspects. This is crazy impressive.
  • Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.
  •  
    Detours is a Microsoft Research project which exposes a transactional model for intercepting arbitrary Win32 functions by rewriting the in-memory code and attach an arbitrary payload to any binary.
knowuh not saying

DataWorkshop, a binary data editor - 0 views

  •  
    This is the hexeditor I eventually ended up using. A bit clonky of an interface, but very extensible.
Rick Fan

McCoy - MDC - 0 views

shared by Rick Fan on 11 Oct 08 - Cached
  • Once you have a key you need to add its public part to your add-on's install.rdf file. The simplest way to do this is to select the key then click the Install toolbar button. You must then locate your install.rdf for McCoy and the public part of the key will be added directly to the file. The file will be overwritten so take a backup if you need to.
  • You need to use McCoy to sign this file so that the application can verify that it really came from you. Simply select the key you originally added to the add-on's install.rdf, then click the "Sign" toolbar button, select your update.rdf file and the data in it will be signed. It's important to note that if you change any information in the update file then it must be signed again.
Rick Fan

Extension Versioning, Update and Compatibility - MDC - 0 views

  • The updateURL uses https, or there is no updateURL at all (which defaults to addons.mozilla.org which is https) The updateURL uses http and the updateKey entry is specified which will be used to verify the data in the update manifest.
  • In the update manifest delivered from the updateURL the updateLink must be specified in one of the following ways: The updateLink to the XPI file must use https The updateLink can use http and you must include an updateHash for the XPI file using sha1, sha256, sha384 or sha512 hash algorithms.
Joel Bennett

Lab49 Blog » Out-WPFGrid PowerShell CmdLet - 0 views

  •  
    An Out-Grid cmdlet implemented in what may possibly be the most complicated fashion ever ;-) David Barnhill has created a WPF app which you can instantiate from PowerShell by sending output to it... but the cmdlet actually creates a separate application object (a new process) and then communicates with it (using WCF) to send it the grid data.

    Some cool tech there, but it seems like he might as well have made Out-WPFGrid into a stand-alone app -- and it seems like that would have been easier?
Joel Bennett

QuickGraph, Graph Data Structures And Algorithms for .Net - Home - 0 views

  • QuickGraph 2.0 provides generic directed graph datastructures and algorithms for .Net 2.0. QuickGraph comes with algorithms such as depth first seach, breath first search, shortest path, network flow etc... QuickGraph supports GLEE and Graphviz to render the graphs.
objectivist ursilly

Rhomobile | Cross-Platform Mobile App Development - 1 views

  •  
    Rhomobile's open source Ruby-based mobile application framework Rhodes lets you quickly build on-device interfaces to enterprise applications for all major smartphones. These are true native device applications: they work against synced local data and take advantage of device capabilities such as GPS and PIM access.
Joel Bennett

XML Data Binding Resources - 0 views

  •  
    Mapping XML to UML, Objects, Source Code, etc. Handling SOAP, and more. A great collections of links.
Joel Bennett

Wireshark: The World's Most Popular Network Protocol Analyzer - 0 views

  •  
    The Network Protocol sniffer formerly known as Ethereal. Live capture tool allows offline analysis ad can read data from ethernet, bluetooth, usb, etc ... and supports every protocol I can think of.
« First ‹ Previous 161 - 180 of 217 Next › Last »
Showing 20 items per page