uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 8 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   material   camera   access   customer   travel   test   standard   review   documentation   css   money   engineering   webdesign   engine   develop   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   yacht   app   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   easy   live   google   resource   operation   startup   monitor   training  


Tag selected: contain.

Clear all

Showing 8 results.

Looking up contain tag. Showing 8 results. Clear

AWS Marketplace: CentOS 7 (x86_64) - with Updates HVM

https://aws.amazon.com/marketplace/pp/B00O7WM7QW

Saved by uncleflo on May 24th, 2019.

This is the Official CentOS 7 x86_64 HVM image that has been built with a minimal profile, suiteable for use in HVM instance types only. The image contains just enough packages to run within AWS, bring up an SSH Server and allow users to login. Please note that this is the default CentOS-7 image that we recommend everyone uses. It contains packages that are updated at points in time to include critical security updates.

unix recommend minimal server image profile instance critical security official version system package aws amazon howto centos update hvm snapshot development administration contain offical


Product requirements document - Wikipedia

https://en.wikipedia.org/wiki/Product_requirements_document

Saved by uncleflo on January 18th, 2019.

A product requirements document (PRD) is a document containing all the requirements to a certain product.
It is written to allow people to understand what a product should do. A PRD should, however, generally avoid anticipating or defining how the product will do it in order to later allow interface designers and engineers to use their expertise to provide the optimal solution to the requirements. PRDs are most frequently written for software products, but can be used for any type of product and also for services. Typically, a PRD is created from a user's point-of-view by a user/client or a company's marketing department (in the latter case it may also be called Marketing Requirements Document (MRD)). The requirements are then analysed by a (potential) maker/supplier from a more technical point of view, broken down and detailed in a Functional Specification (sometimes also called Technical Requirements Document).

supplier citation document specification product client user functional interface manufacture understand detail domain technical solution software contain content potential specific wikipedia administration business howto requirement optimal case engineer provide share base


SAILBOATDATA.COM

https://sailboatdata.com/

Saved by uncleflo on November 29th, 2018.

SAILBOATDATA.COM is a database that contains information on nearly 8000 production and semi-production sailboats dating back to 1900. Boats are generally listed using their class designation rather than the manufacturer or builder name. For example a BENETEAU FIRST 456 will be listed as FIRST 456 (BENETEAU) One could also go to the BUILDERS section and search BENETEAU. All the boats built by BENETEAU should be listed within that title. Search results default to alphabetical, 25 per page. Use SORT BY: to switch your results to sort by year built or LOA.

sailing boat data database information production class designation manufacturer builder section find sort year lookup plan ocean sea river cruise family title alphabetical example contain construct structure marine


SequenceDiagram.org

http://sequencediagram.org/

Saved by uncleflo on May 15th, 2017.

SequenceDiagram.org is a completely free online tool for creating sequence diagrams. The graphic design is created by yusi.se. All processing of parsing and painting the diagram is done using javascript client side in the user's web browser. This not only makes it snappy to work with, but it also means that your secrets are safe. Since no backend server is used it is also possible to use the web application offline. There are many sequence diagram tools out there but this is the only one which allows you to: Script using a simple text notation when it is most convenient to do so, and Interact using your mouse to draw and change arrows or create notes when that is most convenient In other words bringing the best from both worlds. This makes it very easy to work with large diagram where other similar tools struggle. It also doesn't have any ads or unnecessary istracting elements. (Even the top bar can be hidden to maximize the working area). The source script of the diagrams can be save as text files directly to your hard drive or in the browsers local storage. There are also single click buttons to save the diagram in HQ png or LQ jpeg format. The size of the image depends on the current zoom level. If you want to share a diagram with others there is a URL share button available. It creates a link containing all the data of the diagram and can be sent to others so that they can view your diagram or keep working where you left off. The tool is developed and maintained by people who create a lot of sequence diagrams in their daily work and from efficiency point of view weren't 100% satisfied with the existing tools.

sequence diagram share how simple graph relation people example build quick tool contain template visio arrow data flow dataflow


The Go Programming Language

https://golang.org/

Saved by uncleflo on July 19th, 2016.

Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

program develop language software compile build release download contain match support prefer distribution tour project blog


Chapter 3. SELinux Contexts

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/chap-Security-Enhanced_Linux-SELinux_Contexts.html

Saved by uncleflo on November 14th, 2014.

Processes and files are labeled with an SELinux context that contains additional information, such as an SELinux user, role, type, and, optionally, a level. When running SELinux, all of this information is used to make access control decisions. In Red Hat Enterprise Linux, SELinux provides a combination of Role-Based Access Control (RBAC), Type Enforcement (TE), and, optionally, Multi-Level Security (MLS). The following is an example showing SELinux context. SELinux contexts are used on processes, Linux users, and files, on Linux operating systems that run SELinux. Use the ls -Z command to view the SELinux context of files and directories.

selinux context label contain information user role type optional security enterprise linux enforce access control decision identity policy authorize process session manage package install guide


The easy way to discover if a PDF file contains ‘structured content’ | Java PDF Blog

http://blog.idrsolutions.com/2010/09/the-easy-way-to-discover-if-a-pdf-file-contains-structured-content/

Saved by uncleflo on January 13th, 2013.

Because it turned out that people wanted to extract text from PDFs (and not just view them), Adobe added a feature called marked content. This allows the PDF file to contain additional tags as information, preserving the structure of the text. However, this feature needs to be used in the creation of the PDF – otherwise the additional information is not there! There is a very easy way to tell if the PDF file has been created in this way. Open the file in Acrobat Reader and look at the properties menu – the Tagged PDF menu option (bottom left entry on the advanced section) tells you if the PDF contains these extra tags. This file does not.

pdf tag element structure content discover contain blog information guide option


Check If A String Contains Only Numbers In PHP

http://www.phpbook.net/check-if-a-string-contains-only-numbers-in-php.html

Saved by uncleflo on January 10th, 2013.

In this tutorial, we will discussing how to properly check if a string only contains numbers in PHP

solution multiple number int string contain development guide reference snippet php regex


No further bookmarks found.