Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- java program
- blog rootI have to follow a Pseudo code, why, I'm not sure, would be easier to write it without it.but here is the Pseudo code layout:Payroll-input : Scanner +main(args [ ] : String)-calculateEarnings(employeeCount : int) : StringDEFINE local variable employeeCount, an integer and initialize it to 1DEFINE local variable employeeCountLimit,...
- Tags: Scanners, Java program, Java, iwlu10@..., employeeCount, hourlyPayRate, hoursWorked, System.out.println, grossPay END, programOutput A-2-07-2, String DEFINE
- Discussion threads 2006-09-22
Additional Resources
- Replace and create a string in VB.NET
- In this VB tip, we'll show you a quick and easy way to replace a string within a string by using the Replace method of a String object and create a string that consists of the repeated character. Have you ever needed to replace a portion of a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strFull, Visual Basic Tips Newsletter, Method, String, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-18
- How to reverse a string in VB.NET
- In this week's VB.NET tip, Irina Medvinskaya shows you how to utilize the Reverse method of an array to reverse the order of characters in a particular string. There are situations that require reversing the order of characters in a string. In the Listing A example,...
- Tags: Microsoft Visual Basic.Net, strOriginalText, Irina Medvinskaya, Microsoft development tools, Programming languages, Visual Basic Tips Newsletter, String, Value, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-09-21
- Convert String for C++ (zip)
- You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
- Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2006-09-06
- DMI configuration
- Hello, does anybody know how to readout the DMI configuration in DOS mode without starting Windows at all?Using DMI236.EXEUse the command line DMI236.EXE /g /n /s[m|p|v|s] string |/c[m|v|s|a] string| /b[m|p|v|s] to save or update the DMI information. The parameters to add information are listed below:/g Save Manufacturer, Product Name, Version,...
- Tags: Network administration, richard.eisenhauer@..., Desktop Management Interface
- Discussion threads 2007-05-07
- Converting numbers into formatted strings in VB.NET
- Irina Medvinskaya presents a simple way to convert the numbers into formatted strings in VB.NET. She also explains the difference between the two types of numeric format strings: standard and custom. Working with numeric values often requires the ability to convert these values into String values in a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Programming languages, Microsoft development tools, numeric format specifier, format specifier, Dim numInfo, format string, Visual Basic Tips Newsletter, String, numInfo, C/C++, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-08-10
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Replace all occurrences of a pattern in a string with VB.NET
- The Regex.Replace method allows you to replace a pattern in a string with a fixed string literal. This VB.NET tip describes how developers can use this method. When you need to find a certain pattern of a string and modify the text to hide the contents, you can...
- Tags: String, Microsoft Visual Basic.Net, Regex.Replace, Regex.Replace Method, Software Development, Software/Web Development, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Developer, TechRepublic Inc., Newsletter, IBM Lotus Notes, Text, Visual Basic Tips Newsletter, Development Tools
- Technical articles 2007-05-31
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- Comparing strings with and without case sensitivity in VB.NET
- Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need to compare two string variables. Working with strings is a very important functionality in most applications. Your ability to effectively use the existing .NET functionality is vital for building...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, String.Compare, Microsoft development tools, Programming languages, .NET, String.Compare method, Visual Basic Tips Newsletter, String, Development Tools, Software Development, Software/Web Development
- Technical articles 2007-02-14
- Optimize string manipulation performance with VB.NET's StringBuilder
- StringBuilder allows you to perform repeated string manipulation, resulting in better performance than manual manipulation. In this tip, Irina Medvinskaya looks at utilizing StringBuilder in VB.NET. There are a number of string manipulation techniques that let you optimize code for better performance. StringBuilder allows you to perform repeated...
- Tags: Microsoft Visual Basic.Net, StringBuilder, Irina Medvinskaya, Performance management, Microsoft development tools, Programming languages, performance, Visual Basic Tips Newsletter, .Net, Human Resources, Workforce Management, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-08-31
- Split and locate occurrences of character strings within VB.NET
- String manipulation and operations are the basis of any code. In this Visual Basic tip, Irina Medvinskaya looks at a way of splitting a string of characters into separate words and finds a number of occurrences of a string of characters within a larger string in VB.NET. String manipulation...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, .NET, Visual Basic Tips Newsletter, String, Split Method, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-11
- Torah String Finder (exe)
- Torah String Finder is a free and convenient application for finding any appearance of Hebrew String and its correlated prefix and suffix text at the Torah (First 5 Books of the Bible). The Application allows searching and matching any desire string and intervals. Version 1.3 may include a virtual keyboard...
- Tags: Virtual Keyboard, Torah SFR, Torah String Finder, Application, Keyboards, Hardware, Peripherals
- Software downloads 2006-10-24
- Keyword String Generator (zip)
- Keyword String Generator is a unique tool that generates keyword string combinations of notions out of list of relevant keywords. It is used mainly for Internet Marketing Campaigns, like Google Adwords, Microsoft Adcenter, and Yahoo.
- Tags: Keyword, Keyword String Generator, Internet, Productivity, Marketing Research, Marketing
- Software downloads 2006-09-22
- Convert Excel Date String to Date type
- I have a date string with "Monday, February 02, 2007" format in a one cell column. This is a .csv file exported to a excel file for some reason the column was changed to a string type instead a date type. I need help in converting this date string to...
- Tags: janania@...
- Discussion threads 2007-02-02
- Educate yourself about .NET SQL Server connection string syntax
- Error in listing B?Shouldn't the statement:conn.ConnectionString = "connection string"be rather:conn.ConnectionString = cStringI saw that too...Yes, it should be conn.ConnectionString = cStringI'd like to see a rundown of how to set the connection string for the CrystalReports object in VS2005, using a connection string entry in the web.config or app.config file.Thank...
- Tags: .NET SQL Server, connection string, info@..., programming, Microsoft .NET, server
- Discussion threads 2006-06-21
- Can someone help me in my c++ activity about strings
- This is my basic c++ lesson and i am not good in programming. I am more on designing... Can someone make me a code in this following basic c++ programs? Thanks i'll w8 ur answers c")Problem 6. Write a function reverse(str1,str2) which copies str1 into str2 backwards. Here str1 is...
- Tags: alucardsol23@..., C++, programming
- Q&A 2006-03-16
- String versus Decimal. Strong datatyped properties of a business class
- Let's say we need to collect details on a car and its value in particular. Therefore we have a UI element txtCarValue Textbox, a business object -class Vehicle with a property Vehicle.CarValue and table Vehicle with column CarValue DECIMAL would need to do some calculation with it later. To avoid...
- Tags: Vehicle.CarValue
- Discussion threads 2004-11-23
- Change Case in SQL 2000
- I have a set of tables in a SQL 2000 database. The information names and addresses has been entered in 'CAPITAL LETTERS' and I need to alter this to 'Sentence Case'. I can't just use upper and lower as the fields contain details that need capital letters at the start...
- Tags: geeit, software, SQL, String
- Q&A 2005-12-14
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: QWUS\M0392
- Q&A 2006-07-30
- << Previous
- page 1 of 1
- Next >>