Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Process the command line with CLI in Java
- Writing code to parse command line arguments is still necessary sometimes. When you need to examine command line arguments, see how and why you should use your open source Java toolkit and use Command Line Interface. Writing code to parse command line arguments isn't the most...
- Tags: HelpFormatter, Java, David Petersheim, Jakarta Commons, BasicParser, CommandLine, command line argument, Command Line Interface, line argument, Java Tips Newsletter, Programming Languages, Corporate Communications, Software Development, Software/Web Development, Marketing
- Technical articles 2005-08-08
- Make your Linux command line work like DOS with shell scripting
- If you're an IT support professional who's comfortable withworking at the command prompt in Windows, you might quickly find yourself lostwhen you first open a command line in Linux. Most of the familiar DOS commandsyou grew up with don't exist in Linux. So you find yourself facing thedaunting task of...
- Tags: DOS, Linux, command line, Eric Sheesley, shell
- Technical articles 2004-07-16
Additional Resources
- Argumentative (exe)
- Argumentative is open source Argument Mapping software. The program will allow you to manipulate and view the structure of an argument. A tree view allows the argument to be expanded and contracted in a format that is quickly navigated. The graphical view shows a more pictorial view of the argument....
- Tags: Argument, Tools & Techniques, Open Source, Management
- Software downloads 2008-02-01
- Rationale (exe)
- Rationale is a high-quality 'argument processing' software. Use Rationale to create "argument maps", diagrams of reasoning and argument. Rationale will help professionals (for example, lawyers, analysts, or policy makers) handle complex reasoning more effectively; and it will help students learn the fundamentals of good reasoning, critical thinking, and argumentative essay...
- Tags: Layout, Argument, Rationale, Performance Management, Tools & Techniques, Human Resources, Workforce Management, Management
- Software downloads 2007-11-08
- IPSyncLogic (zip)
- File and folder synchronization made as easy as 1-2-3. Run from the GUI or command line. Even helps create the command line argument from within the GUI. Schedule commands through Windows scheduler and never worry about missing files again. Has the ability to do one-way or two-way synchronization, with or...
- Tags: IP, GUI, Network Technology, Networking
- Software downloads 2005-11-15
- Invalid procedure call or argument encountered in one computer
- just upgraded to Windows XP and now the Export to Excel function in the web application I'm using gets an "invalid procedure call or argument" error.has anyone experienced the same problem? do I just have to tweak some configuration in my OS?thanks!
- Tags: gctan@..., software, excel, programming, export, computer
- Discussion threads 2006-12-14
- FGSessionManager (zip)
- It's a simple dialog panel with five buttons that have this functions: Logoff user session, Reboot, Shutdown ,Power off, and Force shutdown. This functions are accessible also from command line using 1, 2, 3, 4, 5 as argument.
- Tags: Function
- Software downloads 2006-06-01
- Squeezing Information Out of Data
- The SAS system offers a superb set of tools for analyzing data. However, the data received from a client may not be as clean as one would like. Prior to version 9, the undesired information was removed out of the variables by a combination of programming and the use of...
- Tags: Function, SAS System, SAS Institute
- White papers 2006-02-28
- How to omit or include optional arguments in VB6
- There may be times when you may want to define one or more optional arguments that can be included or omitted when a procedure is called. Read this VB6 tip to learn how you can do so with the Optional keyword. Most VB6 procedures—subs and functions—take a fixed number...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Microsoft development tools, optional argument, Visual Basic Tips Newsletter, Argument, Programming Languages, Development Tools, Software Development, Software/Web Development
- Technical articles 2005-08-25
- No %'s or &'s: Macros Inside the SAS DATA Step
- Macro programming is one of the most powerful and flexible techniques in the SAS system. Macro programs can be used to automate repetitive tasks and for conditional execution of program statements. For some, however, the syntax of macro code may sometimes be confusing and hard to follow. But most macro...
- Tags: SAS Institute, Macro Programming, CALL EXECUTE
- White papers 2005-03-09
- About Closed-Door Free/Libre/Open Source (FLOSS) Projects: Lessons From the Mozilla Firefox Developer Recruitment Approach
- In this paper, the notion of a "Closed-door open source project" is introduced. In such projects, the most important development tasks are controlled by a tight group. The author presents five new arguments for why groups may wish to organize this way. The first argument is that developers simply do...
- Tags: Mozilla Firefox, Author, Mozilla Corp., Argument, Web Browsers, Development Tools, Open Source, Internet, Software Development, Software/Web Development
- White papers 2005-06-01
- Locating Matching Method Calls by Mining Revision History Data
- Developing an appropriate fix for a software bug often requires a detailed examination of the code as well as generation of appropriate test cases. However, certain categories of bugs are usually easy to fix. This paper focuses on bugs that can be corrected with a one-line code change. As it...
- Tags: Stanford University, Bug, Tools & Techniques, Management
- White papers 2005-06-06
- Using pop3 from php
- Hi,I am trying to access mails on my gmail accountthrough pop3 in php.but it doesn't seem to work.Below is my code and the output I get afterexecuting it:So only question is how to make it work.code -> output ->Warning: imap_open [function.imap-open]: Couldn't open stream {pop.gmail.com:995/pop3/ssl} in pop3.php on line 4reached...
- Tags: dharmendra.tolani@..., pop3.php, POP3, valid imap resource, imap resource, PHP
- Discussion threads 2007-09-23
- Of course I don't need it
- I read with some interst this discussion thread Sonja started:And I noticed more than one comment along the lines of "why do I need to upgrade to Vista?" I remember the same argument being touted when we were debating whether we would upgrade to Windows XP. In fact I remember...
- Tags: Microsoft Windows, Microsoft Windows Vista (Longhorn), Microsoft Windows XP, Desktops
- Blog posts 2006-08-25
- Straw man arguments bite both ways
- George: Thank you for debunking these straw man arguments. I appreciate it greatly.I really liked how you used those same straw man arguments as the only evidence for your argument that there is no real argument for net neutrality. That is the real coup.So let me get...
- Tags: Net Neutrality
- Discussion threads 2006-06-07
- Bersoft HTML Print (exe)
- HTMLPrint is a program used for printing HTML and image files from other applications or to print automatically incoming files in a specific directory. HTMLPrint runs as a visible application only when it is started without passing any argument in the command-line. This version is the first release on CNET...
- Tags: Application, HTMLPrint, Document Management, Enterprise Software, Software, Finance, Managerial Accounting
- Software downloads 2008-01-09
- Use Windows Server 2003's qgrep utility to find information
- Get a grep -- a qgrep, that is. The qgrep utility in the Windows Server 2003 Resource Kit can help you find lines specific to an expression, allowing you to get information on the files you want. For many years, UNIX and Linux administrators have enjoyed the power...
- Tags: Microsoft Windows Server, Microsoft Windows, Microsoft Windows Server 2003, Servers, Scott Lowe MCSE, Operating systems, Windows Server 2003 Tips Newsletter, Grep, Software, Hardware
- Technical articles 2007-05-15
- VB6 Tip: Understanding the importance of ByVal and ByRef keywords
- Procedures are an essential part of almost every VB program.When you define a procedure, whether it's a Function or a Sub procedure, youneed to decide whether the procedure arguments are passed by reference or byvalue. What difference does it make?VB's default is to pass argumentsby reference. You can include the...
- Tags: ByVal, ByVal Total, INTEGER, Microsoft Visual Basic 6.0, Peter Aitken, Sub MySub
- Technical articles 2005-01-07
- How do I… Install, configure and integrate PHP and MySQL on Windows?
- Followed the instructions in the article ( http://articles.techrepublic.com.com/5100-10877-6122135.html#comments )Everything except the test works...This the error I receive:Warning: mysql_fetch_array: supplied argument is not a valid MySQL result resource in C:Inetpubwwwrootdbtest.php on line 10Any help on this would be appreciated greatly! Versions used:MySQL 4.1.7PHP 5.2.4IIS 6Cheers,
- Tags: OPEN SOURCE, Databases, grenville_lock@..., Microsoft Windows, MySQL, PHP
- Discussion threads 2007-10-11
- Error: "missing ) after argument list"
- form validation produces error in FireFox at first line at the "
- Tags: henryve@...
- Discussion threads 2007-09-11
- << Previous
- page 1 of 1
- Next >>
TechRepublic Featured Jobs
| Job Title/Location |
Posted |
-
- Powered by:

- .