Sponsored Content
Full Discussion: Mobile App for UNIX.com?
The Lounge What is on Your Mind? Mobile App for UNIX.com? Post 302789597 by Neo on Thursday 4th of April 2013 12:57:16 AM
Old 04-04-2013
If you search the forums for "mobile app" you will find the answer to your question.

As a reminder, please search the forums before asking questions. Thanks.
 

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Tapatalk App for Reading Forums on Mobile

Reading The UNIX and Linux Forums on My Mobile Phone For testing purposes, I have installed Tapatalk on my mobile (Samsung Galaxy S running Android 2.1 for now). Feel free to give it a try and post back any comments. You can now read The UNIX and Linux Forums on your mobile via this app.... (7 Replies)
Discussion started by: Neo
7 Replies

2. Post Here to Contact Site Administrators and Moderators

Notice: Plan to Remove Tapatalk Mobile App

Dear Forum Users, Since Tapatalk spoofs HTTP_USER_AGENT, which is not considered an acceptable Internet practice, and that Tapatalk basically hijacks forum images (uses their own server to host images posted by a Tapatalk user), we cannot continue to support Tapatalk. We have not been... (1 Reply)
Discussion started by: Neo
1 Replies

3. What is on Your Mind?

Check Out UNIX.COM on Mobile - It's Looking Good

If you have not visited the site on mobile lately, you are missing out on a great looking mobile web site. If you don't have a mobile, you can always navigate to the sliding member panel and click on "Mobile View".... It's really looking killer'...... I'm starting to think that soon the... (6 Replies)
Discussion started by: Neo
6 Replies
UDM_FIND(3)								 1							       UDM_FIND(3)

udm_find - Perform search

SYNOPSIS
resource udm_find (resource $agent, string $query) DESCRIPTION
Performs a search. The search itself. The first argument - session, the next one - query itself. To find something just type words you want to find and press SUBMIT button. For example, "mysql odbc". You should not use quotes " in query, they are written here only to divide a query from other text. mnoGoSearch will find all documents that contain word "mysql" and/or word "odbc". Best documents having bigger weights will be dis- played first. If you use search mode ALL, search will return documents that contain both (or more) words you entered. In case you use mode ANY, the search will return list of documents that contain any of the words you entered. If you want more advanced results you may use query language. You should select "bool" match mode in the search from. PARAMETERS
o $agent - A link to Agent, received after call to udm_alloc_agent(3). o $query - mnoGoSearch understands the following boolean operators: & - logical AND. For example, "mysql & odbc". mnoGoSearch will find any URLs that contain both "mysql" and "odbc". | - logical OR. For example "mysql|odbc". mnoGoSearch will find any URLs, that contain word "mysql" or word "odbc". ~ - logical NOT. For example "mysql & ~odbc". mnoGoSearch will find URLs that contain word "mysql" and do not contain word "odbc" at the same time. Note that ~ just excludes given word from results. Query "~odbc" will find nothing! () - group command to compose more complex queries. For example "(mysql | msql) & ~postgres". Query language is simple and powerful at the same time. Just consider query as usual boolean expression. RETURN VALUES
Returns a result link identifier on success or FALSE on failure. PHP Documentation Group UDM_FIND(3)
All times are GMT -4. The time now is 05:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy