Skip to main content

Home/ Coders/ Group items tagged scripting

Rss Feed Group items tagged

Joel Bennett

PowerShell For Fun - 0 views

  •  
    The original dev blog for PowerShell Remoting
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
Joel Bennett

C# Eval: An Embeddable Compiler - Miguel de Icaza - 0 views

  • Use C# as a scripting language for your application
  •  
    After the C# Interactive Shell... we now have C#'s eval function!
Joel Bennett

Windows PowerShell 1.0 DeskSheet.pdf (application/pdf Object) - 0 views

  •  
    A nice printable cheatsheet for PowerShell
Joel Bennett

GENNIT Code Generation - 0 views

  • Access to tested generators, a designer for building your project, FXCOP'd source files, XHTML, NUnit Testing Code, VS.NET 2005/Express solution files and SQL scripts.
  •  
    An early beta of a code-generation webservice which lets you create UML-like diagrams and generate code (with tests and everything).
Joel Bennett

Windows PowerShell : Base64 Encode/Decode a string - as a type extension - 0 views

  •  
    Another great example of a custom type extension - adding a ToBase64 onto Strings
Joel Bennett

Powershell script blocks as .NET event handlers - 0 views

  •  
    How to handle Events in PowerShell (another example of things you just can't do in a string based shell?) a GREAT example of how using PowerShell leads to .Net programming (and how knowing .NET programming translates into knowing PowerShell).
Joel Bennett

Windows Speech Recognition Macros - 0 views

  •  
    A CTP of an extension to the built-in voice recognition.
Rick Fan

Setting up extension development environment - MDC - 0 views

  • javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console. nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you're using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid. browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script. javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2. extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.
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

/\/\o\/\/ PowerShelled: Large AD queries in Monad - 0 views

  •  
    For searching for huge result sets in AD you need to set a PageSize, or maybe do the paging by hand.

    Related:
    http://groups.google.com/group/microsoft.public.windows.server.scripting/tree/browse_frm/thread/32864b65a7a4fb70/14689e6f46898340
Joel Bennett

Precision Computing - Calling a Webservice from PowerShell - 0 views

  •  
    Connect-WebService allows you to connect to a remote webservice via it's WSDL service description file, and generates the web service proxy for you -- like wsdl.exe would, but straight into memory in PowerShell!
Joel Bennett

How to capture "legacy" program output in MSH and redirect them to MshHostUserInterface - 0 views

  •  
    I can't figure out how to do this, maybe they never enabled it properly.
Joel Bennett

Test Run: UI Automation with Windows PowerShell -- MSDN Magazine, December 2007 - 0 views

  •  
    Some helper cmdlets to get you started doing UI Automation from PowerShell (findwindow, sendkeys, etc)
Joel Bennett

dircproxy - Google Code - 0 views

  •  
    dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away
Joel Bennett

Test Run: The Microsoft UI Automation Library -- MSDN Magazine - 0 views

  •  
    get started with UI test automation using the new Microsoft UI Automation library, which is included in the .NET Framework 3.0 ... specifically designed for both accessibility and UI test automation tasks... test Win32 applications, .NET Windows Forms applications, and WPF applications.
« First ‹ Previous 81 - 100 of 181 Next › Last »
Showing 20 items per page