background preloader

Java

Facebook Twitter

Find linux command. Find syntax[edit] find [-H] [-L] [-P] path...

find linux command

[expression] The three options control how the find command should treat symbolic links. The default behaviour is never to follow symbolic links. This can be explicitly specified using the -P flag. Expression elements are whitespace-separated and evaluated from left to right. The GNU find has a large number of additional features not specified by POSIX. POSIX protection from infinite output[edit] Real-world filesystems often contain looped structures created through the use of hard or soft links. The find utility shall detect infinite loops; that is, entering a previously visited directory that is an ancestor of the last file encountered.

Operators[edit] Operators can be used to enhance the expressions of the find command. . ( expr ) Force precedence.! Find . This command searches files whose name has a prefix of "fileA_" or "fileB_" in the current directory. find . Type filter explanation[edit] find -type c Examples[edit] From current directory[edit] Oracle Forms PJCs/Java Beans. Purpose Here is a Java bean that allows querying a POP3 server It uses the commons-net-1.4.1.jar JAR file from the Jakarta project. .

Oracle Forms PJCs/Java Beans

This bean does not use all the functionnalities of the org.apache.commons.net.pop3 classes. See the documentation provided on the original site to get all availables methods. The Java code POP3Reader.java The implementation class of the Bean Item oracle.forms.fd.POP3Reader The methods you can call Set the login information and get the messages Set_Custom_Property( 'BL.BEAN', 1, 'SET_LOGIN_INFO', 'login_info' ); login_info is : POP3 server name, username, password e.g. : LC$Log := 'pop3.free.fr,me@free.fr,my_password' ; Set_Custom_Property( 'BL.BEAN', 1, 'SET_LOGIN_INFO', LC$Log ) ; Clear the message list Set_Custom_Property( 'BL.BEAN', 1, 'CLEAR_LIST', '' ); Set the maximum length of the message body retrievedSet_Custom_Property( 'BL.BEAN', 1, 'SET_MAX_LENGTH', 'max_length' ); The properties you can get The event received from the Bean Java security policy.

Forms-pjc-bean - Oracle Forms Java Beans' sites. Oracle Developer Tools and Thoughts. Posted by Hafed | Posted in Forms, oracle, PJCs/Javabeans | Posted on 08-01-2010 Fortunately, 2009 is now gone.

Oracle Developer Tools and Thoughts

Really bad year as far as I am concerned. I lost my father in October after an illness. That does not justify the lack of posts or the updates on the various forms components I have here. The mood was not there unfortunately. However, I did manage to squeeze out a nice Excel-like javabean that can be connected to Oracle data sources from Forms. So, if you have in mind some nice business scenarios for such a bean, please let me know. The one I have done was just to import the data from the table and from there do some charting within the Excel bean. Posted by Hafed | Posted in PJCs/Javabeans | Posted on 27-03-2009 I have been working on adapting FRITE, the rich text editor to work with right to left languages such as Arabic and Hebrew and the results are here.

Arabic Hebrew – Translation of “Here is how my Hebrew text should look like in FRITE” courtesy of Eran Zohar. Good news. Oracle Forms PJC/BEAN. Oracle Development. Andreas Weiden - About Oracle.