Sponsored Content
The Lounge What is on Your Mind? UNIX.com is getting crushed in google search these days Post 303035889 by Neo on Thursday 6th of June 2019 11:54:31 PM
Old 06-07-2019
On a similar note (just released today on Research Gate):

A Review of Human Cyber Situation Awareness in Defensive Operations

Code:
https://www.researchgate.net/project/Attention-and-Human-Factors-in-Cyberspace-Defense/update/5cf988aa3843b0b98255f1f3

... where my friend and colleague Robert Gutzwiller has sent me a "shout out", and my reply.

All the best....
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

A google search shellscript

This little doey allows you do fire up a google search right from your terminal. --------------------------------------------------- #!/bin/sh #(save me into the path as "google") clear && for i in "$@"; do lynx http://www.google.com/search?q="$@"; done ... (3 Replies)
Discussion started by: JoeTheGuy
3 Replies

2. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

3. What is on Your Mind?

Patching Google Search engine/application in Unix.

Hi Unix Gurus, In my Co. we have intranet site hosted on Unix box. In Explorer there is a text box for searching information on internet. By default it is using Google Custom Search. This search engine is little old one. Now I want to patch this search engine with latest patch. If any one know... (0 Replies)
Discussion started by: sriramis4u
0 Replies

4. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

Search Results for the UNIX keyword - Google, Bing, DuckDuckGo

Some search results for the keyword "unix" searches: DuckDuckGo #1 https://www.unix.com/members/1-albums215-picture1254.png Bing #2 https://www.unix.com/members/1-albums215-picture1253.png Google #15 (page 2) https://www.unix.com/members/1-albums215-picture1252.png (1 Reply)
Discussion started by: Neo
1 Replies

6. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies
Human(3pm)						User Contributed Perl Documentation						Human(3pm)

NAME
Time::Human - Convert localtime() format to "speaking clock" time SYNOPSIS
use Time::Human; print "The time is now ", humanize(localtime()); DESCRIPTION
This module provides a "vague" rendering of the time into natural language; it's originally intended for text-to-speech applications and other speech-based interfaces. It's fully internationalised: if you look at the code, you'll see a global variable called %Time::Human::templates, which you can fill in for other languages. If you do multinationalise it, please send me templates for other languages to be added to future releases. You can set the default language via the global variable $Time::Human::Language $Time::Human::Evening and $Time::Human::Night decide the hours at which afternoon turns to evening and evening turns to night in your cul- ture. For instance, Greeks may want evening to start at 11pm; for hackers, evening may start at 3am. USAGE
Import Parameters This module accepts no arguments to it's "import" method (actually, it doesn't even have an import "method"). Exports This module exports a single symbols, the "humanize" function. CREDITS
Simon Cozens (SIMON) for originally creating this module. Ricardo SIGNES (RJBS) for being inhumanly patient in waiting for me to apply a one line whitespace trimming patch. Everyone at the DateTime "Asylum". SUPPORT
Support for this module is provided via the datetime@perl.org email list. See http://lists.perl.org/ for more details AUTHOR
Simon Cozens, "simon@cpan.org" CURRENT MAINTAINER
Joshua Hoblitt, "jhoblitt@cpan.org" COPYRIGHT
Copyright (C) 2006-2007 Joshua Hoblitt. All rights reserved. Copyright (C) 2001-2002(???) Simon Cozens. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module, or in perlartistic and perlgpl Pods as supplied with Perl 5.8.1 and later. SEE ALSO
DateTime, DateTime::Format::Human perl v5.8.8 2007-07-30 Human(3pm)
All times are GMT -4. The time now is 03:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy