Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by nerd4hire

  1. nerd4hire

    Math 'floor' and 'ceil' function question

    Thank you so much for your help. Here is my entire program. It consist of several different encryption methods, and one encrypt/decrypt function. Enjoy ~Roy~ import java.lang.*; class StringEncrypt_1 { public static void main( String [] args ){ if( args.length != 1 ){...
  2. nerd4hire

    Math 'floor' and 'ceil' function question

    I am working on an encrypt / decrypt function. The encrypt part of it removes all spaces between characters (if there is any) then 'packs' the string into a condensed form. It then takes every other character and puts each alternating character in alternating strings. IE string "ABCD&quot...

Part and Inventory Search

Back
Top