Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- chapura local admin rights
- operating system XPoffice suite XPPocket Mirror 5.1.2600.2180Plam III - Palm desktop 3.1microsoft domainwindows 2000 serverAll users (around 70) are local admininstrtors. My supervisor wants to make everyone a regular user. So, I am preparing by reviewing the palm software needs, specifically user right/permissions.Has anyone experienced users able to...
- Tags: Microsoft Windows XP, regular user
- Discussion threads 2004-11-26
Additional Resources
- Regexile (exe)
- Regexile is a regular expression testing program. It is used for development of regular expressions in the Microsoft.NET environment. It allows the user to enter and edit a regular expression, and see the matches it finds in source text in real time. Features include group matching and display, a quick...
- Tags: Regular Expression, LivingRoad, Regexile
- Software downloads 2006-07-21
- Microsoft Webcast: The Proper Care and Feeding of Regular Expressions: Your World Examples (Level 200)
- This webcast explores the great unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if user knows how to use it. It explores the wonder and glory that is pattern matching and substitution using regular expressions. This webcast shows...
- Tags: Webcast, Expression, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- Microsoft Webcast: The Proper Care and Feeding of Regular Expressions: Real-World Examples (Level 200)
- This webcast explores the great unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if user knows how to use it. Watch this webcast as it explores the wonder and glory that is pattern matching and substitution using regular...
- Tags: Webcast, Expression, Microsoft Corp., .Net, Digital Media, Software Development, Software/Web Development, Consumer Electronics, Personal Technology
- Webcasts
- Regular Expression Checker (zip)
- This is software for creating regular expression and testing it. You can create regular expressions, even if you do not know about the details of regular expression. You can buy the source code (C#2005, VB2005, C#.NET, VB.NET) of this software.Version 1.40 now has a fine-tuned internal structure.
- Tags: Expression, Microsoft Development Tools, .Net, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-11-15
- Save time by testing regular expressions with Expresso
- When it comes to regular expressions, there is a world of difference between theory and practice. Testing regular expressions used to require trial and error, but now there is a free development tool called Expresso, which tests regular expressions outside of your application. Edmond Woychowsky reviews Expresso and discusses some...
- Tags: Expression, Productivity, Development Tools, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Download resources 2007-05-17
- Linux Annoyances for Geeks: Configuring User Workstations
- Linux geeks are normally happy to talk about the advantages of open source software. However, describing those advantages to a non-geeky user who is just converting from Microsoft Windows can be difficult - and to the extent that Linux requires extra steps or does things differently, the need to describe...
- Tags: Annoyance, Workstation, O'Reilly Media Inc., Linux, UNIX, Open Source, Operating Systems, Software
- Book chapters 2006-04-01
- Breaktime Personal (exe)
- Breaktime controls H and S break policy encouraging users to take regular breaks from the computers at specified times reducing RSI complaints. A log is kept of whether the user accepted or rejected the break. If the break is accepted the start bar is removed and the user is unable...
- Tags: Break, Breaktime, Productivity, Vertical Industries, Benefits, Healthcare, Desktops, Enterprise Software, Software, Human Resources, Hardware
- Software downloads 2007-11-15
- Writing Better SQL Using Regular Expressions
- A new feature of Oracle Database 10g vastly improves the ability to search and manipulate character data. This feature, regular expressions, is a notation for describing textual patterns. It has long been available in many programming languages and a number of UNIX utilities. Oracle's implementation of regular expressions comes in...
- Tags: Oracle Corp., Expression, SQL, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers
- RegexSR (exe)
- RegexSR is a very easy-to-use and powerful tool written in Java to create and test complex regular expressions. The plugin system provides extra functionalities, such as transforming expressions into Java code, and allows the user to create his own extensions. Features include testing regular expressions, handling text through regular expressions...
- Tags: Expression, Plug-in, Michel Deriaz, RegexSR, Plugin System
- Software downloads 2008-03-14
- RegexBuddy (exe)
- RegexBuddy is your companion for working with regular expressions. Easily create regular expressions that match exactly what you want. Clearly understand complex regexes written by others. Use plain English building blocks instead of or in addition to the standard regex syntax. Quickly test any regular expression on sample strings and...
- Tags: Expression, RegexBuddy, Scripting Languages, Programming Languages, C#, C/C++, Development Tools, Software/Web Development, Web Development, Software Development
- Software downloads 2008-01-02
- Breaktime SME (exe)
- Breaktime SME v2 controls H and S break policy encoraging users to take regular breaks from the computers at specified times reducing RSI complaints. A log is kept of wether the user accepted or rejected the break. If the break is accepted the start bar is removed and the user...
- Tags: Break, Small And Medium Enterprise, Breaktime, Smb/Sme
- Software downloads 2007-11-22
- Develop and Test Regular Expressions With a Unit Testing Package
- Oracle Database 10g includes a variety of new features that provide new and better ways of solving old problems. Regular expressions have been in common use among UNIX users for a long time but may not be familiar to programmers and users from other backgrounds. This paper will explain some...
- Tags: Oracle Corp., Expression, Oracle Database 10g, Programming Languages, Productivity, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2006-01-01
- Microsoft Webcast: The Proper Care and Feeding of Regular Expressions: Regression Therapy (Level 200)
- This webcast explores the great unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if a programmer knows how to use it. The webcast also explores the wonder and glory that is pattern matching and substitution using regular expressions....
- Tags: Webcast, Expression, Microsoft Corp., Therapy, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- RegExBuilder (msi)
- RegEx Builder is a small utility that allows a developer to easily build and evaluate regular expressions using a simple user interface. The program constantly evaluates the regular expression as it is modified showing the results of the expression match in real time. There is no need to modify/compile/test several...
- Tags: Expression, RegEx Builder, Construction
- Software downloads 2007-05-17
- Microsoft Webcast: Using Regular Expression Substitution (Level 200)
- This webcast turns attention to the other side of regular expressions: substitution. While many people know that regular expressions can be used for pattern matching, few realize that it is also an extremely powerful substitution tool.
- Tags: Substitution, Webcast, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- MSDN Webcast: Using Regular Expressions (Part 2 of 2): Metacharacters (Level 200)
- Part one of this webcast series introduces what regular expressions are, described how they can be useful to users, and addressed some common misconceptions about how they should be used. Second part of the webcast dives deeper into using regular expressions. This session explore the different levels of regular expressions...
- Tags: Microsoft Developer Network, Webcast, Expression, Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- Microsoft Webcast: The Proper Care and Feeding of Regular Expressions: Engine Types and Processing (Level 200)
- This webcast explores the great unsung hero: the regular expression. It slices, it dices, and it can turn twenty lines of code into one line if a person knows how to use it. This webcast explores the wonder and glory that is pattern matching and substitution using regular expressions. The...
- Tags: Webcast, Expression, Microsoft Corp., Digital Media, Consumer Electronics, Personal Technology
- Webcasts
- Email Confirmer (exe)
- Email Confirmer is a desktop application that automatically finds Click here to verify your email address type emails from message boards, subscription Web sites, and any other email verification system. It then Clicks the link to confirm that it is your email address, without any user interaction needed. Email...
- Tags: Email Confirmer, E-mail, Online Communications
- Software downloads 2007-02-01
- Regent (zip)
- Eliminate routine code modifications with auto generated regular expressions. From single example Regent creates search and replace regular expression to update all similar code fragments at once. Visual Studio and ECMAScript/Perl regular expression syntaxes supported. This version is the first release on CNET Download.com.
- Tags: Regular Expression, SV Programming
- Software downloads 2008-06-12
- << Previous
- page 1 of 1
- Next >>
