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 17 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   access   camera   customer   travel   material   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: describe.

Clear all

Showing 17 results.

Looking up describe tag. Showing 17 results. Clear

Chinas Vanishing Muslims: Undercover In The Most Dystopian Place In The World - YouTube

https://www.youtube.com/watch?v=v7AYyUqrMuQ

Saved by uncleflo on October 12th, 2019.

China’s Uighur minority live a dystopian nightmare of constant surveillance and brutal policing. At least one million of them are believed to be living in what the U.N. described as a “massive internment camp that is shrouded in secrecy,” while many Uighur children are taken to state-run orphanages where they're indoctrinated into Chinese customs. The Uighurs' plight has largely been kept hidden from the world, thanks to China’s aggressive attempts to suppress the story at all costs. VICE News’ Isobel Yeung posed as a tourist to gain unprecedented access to China’s western Xinjiang region, which has been nearly unreachable by journalists. She and our crew experienced China’s Orwellian surveillance and harassment first-hand during their time in Xinjiang, and captured chilling hidden-camera footage of eight Uighur men detained by police in the middle of the night. We spoke with members of the Uighur community about their experience in these camps, and about China’s attempts to silence their history and lifestyle under the cover of darkness.

surveillance harassment chilling secrecy nightmare suppress camera china tourist footage opinion experienced describe internment camp children orphanage custom world aggressive attempt story access region journalist capture detain police community experience lifestyle darkness dystopian


Unicode character property - Wikipedia

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

Saved by uncleflo on June 23rd, 2019.

The Unicode Standard assigns character properties to each code point. These properties can be used to handle "characters" (code points) in processes, like in line-breaking, script direction right-to-left or applying controls. Slightly inconsequently, some "character properties" are also defined for code points that have no character assigned, and code points that are labeled like "<not a character>". The character properties are described in Standard Annex #44.

ideograph hyphen glyph code category description reference list property process administration security point assign label shape ascii specify quote character text describe


Fundamentals of Restoration Projects

http://www.docksidereports.com/fundamentals_of_restoration_proj.htm

Saved by uncleflo on November 29th, 2018.

During my three decades as a marine surveyor, I've always been amazed about two aspects of restoring old boats what, in the marine trade, is known as a refit. First is that the people who can best afford to do them, usually don't. Followed by those who can't afford such projects are usually the ones that attempt them. Such projects usually go wrong because the owner failed to appreciate the costs, and to estimate them in advance. There are no good deals on fixer uppers with boats. There is just expensive and more expensive. Money is the name of the game, and if you haven't got it, then it's a mistake to think that you can do a refit on the cheap.

survey restore boat marine trade refit howto describe article expensive cheap fail success story study fundamentals restoration ship dock report blog discussion review


bitcoin wiki - Protocol documentation

https://en.bitcoin.it/wiki/Protocol_documentation

Saved by uncleflo on January 24th, 2018.

This page describes the behavior of the reference client. The Bitcoin protocol is specified by the behavior of the reference client, not by this page. In particular, while this page is quite complete in describing the network protocol, it does not attempt to list all of the rules for block or transaction validity.

behavior client protocol reference describe rule transaction block explanation howto technical development code wiki bitcoin documentation


How To Use Netcat to Establish and Test TCP and UDP Connections on a VPS

https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections-on-a-vps

Saved by uncleflo on June 27th, 2017.

Linux is known for having a great number of mature, useful command line utilities available out of the box in most distributions. Skilled system administrators can do much of their work using the built-in tools without having to install additional software. In this guide, we will discuss how to use the netcat utility. Often referred to as a Swiss army knife of networking tools, this versatile command can assist you in monitoring, testing, and sending data across network connections. We will be exploring this on an Ubuntu 12.04 VPS, but netcat should be available on almost any modern Linux distribution. Ubuntu ships with the BSD variant of netcat, and this is what we will be using in this guide. Other versions may operate differently or provide other options.

netcat establish test tcp udp connection vps article blog write describe description linux serve html apache simple server http monitor network infrastructure technical development tool administration reference lookup command list


The HTTP OPTIONS method and potential for self-describing RESTful APIs

http://zacstewart.com/2012/04/14/http-options-method.html

Saved by uncleflo on December 2nd, 2016.

The OPTIONS method is a somewhat obscure part of the HTTP standard that could be used today with a strong impact on the interconnectedness of the interwebs while requiring minimal effort. It's role is well defined in RFC2616, yet no web services that I can find are taking advantage of it. What is the HTTP OPTIONS method? To quote the spec: This method allows the client to determine the options and/or requirements associated with a resource, or the capabilities of a server, without implying a resource action or initiating a resource retrieval. Minimally, the response should be a 200 OK and have an Allow header with a list of HTTP methods that may be used on this resource. As an authorized user on an API, if you were to request OPTIONS /users/me, you should receive something like...

http options rest api self describe description resource data access server methodology capability internet transfer automatic call administration development


Web Services Discovery

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

Saved by uncleflo on October 21st, 2016.

Web services provide access to software systems over the Internet using standard protocols. In the most basic scenario there is a Web Service Provider that publishes a service and a Web Service Consumer that uses this service. Web Service Discovery is the process of finding a suitable Web Service for a given task. Publishing a Web service involves creating a software artifact and making it accessible to potential consumers. Web Service Providers augment a Web service endpoint with an interface description using the Web Services Description Language (WSDL) so that a consumer can use the service.

uddi standard wikipedia article howto administration service discovery publish access development protocol api fast efficient implement interface describe


Understanding WSDL

https://msdn.microsoft.com/en-us/library/ms996486.aspx

Saved by uncleflo on October 21st, 2016.

See the importance of WSDL in the overall Web services architecture, as it describes the complete contract for application communication. Make Web services widely approachable by using WSDL definitions to generate code that knows precisely how to interact with the Web service described, and hides tedious details in sending and receiving SOAP messages over different protocols. (24 printed pages)

wsdl development explanation article description howto definition describe learn standard instructio communication application understand


http://volvis.org/

http://volvis.org/

Saved by uncleflo on February 22nd, 2015.

New "Real World" medical datasets Please note that this pages lists freshly added new datasets from the medical domain. This is to emphasize that most currently used datasets in volume rendering do not reflect the current nature of datasets from medical 3D scanners. They are usually too small.

opengl coding visualization data rendering scan 3D visual reconstruct describe file world medical dataset domain emphasize scanner volvis


A modern JavaScript router in 100 lines

http://krasimirtsonev.com/blog/article/A-modern-JavaScript-router-in-100-lines-history-api-pushState-hash-url

Saved by uncleflo on February 22nd, 2015.

Nowadays the popular single page applications are everywhere. Having such application means that you need a solid routing mechanism. Frameworks like Emberjs are truly build on top of a Router class. I'm still not sure that this is a concept which I like, but I'm absolutely sure that AbsurdJS should have a build-in Router. And, as with everything in this little library, it should be small, simple class. Let's see how such a module may look like.

javascript library router tiny describe howto page application single mechanism popular reference small module development


OpenX Technology Enables Publishers to Deliver Billions of Ad Impressions

http://openx.com/features/openx-technology/

Saved by uncleflo on September 16th, 2014.

For publishers to maximize their advertising revenue, they need to precisely target the delivery of advertising to the right audience, at the right time. An ad server platform must provide an easy way to describe a target audience, and then deliver ads to that audience with pinpoint accuracy. And since every business has different ways of describing their audience, an ad server should flex to accommodate different targeting methodologies. In addition, companies must continually decide how to optimize the delivery of both premium and unsold inventory to maximize revenue. OpenX leverages advanced algorithms to help publishers optimize their ad revenue, and offers unique options for targeting users.

optimize company publish deliver billion ad impression advertisement privacy marketing communication website traffic enable publisher technology openx audience describe methodology revenue target advance scale flex platform solution administer mass massive grid data


12 Reasons Why Your Brother Is The Most Important Man In Your Life

http://elitedaily.com/life/culture/12-reasons-little-brother-important-man-life/734681/

Saved by uncleflo on September 15th, 2014.

Dads get a lot of credit. They have their own holiday, special gift baskets and the biggest serving at the dinner table. Too often, little brothers get overlooked. They don’t get anywhere near the kind of recognition they deserve, and that’s a shame. At the end of the day, while your dad might be a key figure in your life, you’ll find that the person who’s right there next to you, through thick and thin, is actually your brother.

story reason logic important life credit holiday brother description overlook figure family deserve valid describe know


[GUIDE] Using LaTeX on the forums

https://courses.edx.org/courses/MITx/2.01x/2T2014/discussion/forum/MITx_201x_2T2014_00_General/threads/538739070f8d130f84000494

Saved by uncleflo on September 2nd, 2014.

On this course, you will be using a lot of maths. Sometimes, you may need clarification on how to use maths for a particular problem. Luckily, you can use LaTeX on the forums to display maths in a readable format (as opposed to unwieldy formats like 4*10^6 which can be difficult to parse). There are a lot of different commands for LaTeX, but you will only need a few in this course. To start using LaTeX, you first need to type $$ - this is telling the forums software that whatever you type in between the dollar signs is LaTeX and should be displayed as LaTeX

latex course forum guide information lookup reference MITx edx 2.01x structural elements encode code parse solution clarification mathematics describe beautiful howto description text science scientific writing help elements of structures element structure


Seven Hills

http://www.wearesevenhills.com/

Saved by uncleflo on February 13th, 2014.

City AM calls us a “campaigning force”. The Holmes Report describes our client portfolio as “the envy of many larger, more established agencies”. Director magazine says we have “the vim and enthusiasm of a startup but the depth of an older business”. We are Seven Hills, Britain's campaigning communications company. Named as the UK’s fastest-growing PR consultancy by PR Week magazine and listed as one of the UK’s 100 best new firms by Startups.co.uk, we are redefining UK enterprise through initiatives such as MADE: The Entrepreneur Festival and the StartUp Britain campaign.

campaign report describe client agency innovation startup consultancy magazine communication force


BBC News - Valve: How going boss-free empowered the games-maker

http://www.bbc.co.uk/news/technology-24205497

Saved by uncleflo on September 26th, 2013.

By Leo Kelion Technology reporter. Valve office Valve believes high-performance workers tend to self-improve without a need for managers. Welcome to Flatland. Imagine a company where everyone is equal and managers don't exist. A place where employees sit where they want, choose what to work on and decide each other's pay. Then, once a year, everyone goes on holiday together.

valve software create game news article describe management compete improve performance report holiday same level employee equal technology interest


WSDL & SOAP: Exploring the Service Description Model (Web Cornucopia)

https://blogs.oracle.com/gopalan/entry/wsdl_the_wsdl_model

Saved by uncleflo on May 16th, 2013.

Multiple Service consumers invoke operations defined on a Service Provider. To do that they need a way to find out the Service Location of where the provider service is hosted, and the various interfaces, operations, and data types that are provided and suppoted by the Service Provider so that they can interact with the provider's services. The Web Services Desciption Language (WSDL) is an XML document that describes all the Service Provider contracts (also known as service descriptions) to which consumers of the service must agree to in order to interact with the Provider.

wsdl soap explore description model web service support xml document describe provider contract information explanation architect design abstract blog oracle interface


Datasheet & application note database, pdf, circuits, cross reference, datasheets | Datasheet Archive

http://www.datasheetarchive.com/

Saved by uncleflo on May 22nd, 2012.

A search engine for industrial descriptions of parts. Integrated Circuit Logos - Identify the manufacturer of your part. Technology Zones - Use our powerful search to describe the part function you are looking for. Data Books - 3000+ scanned data books on this site. Popular datasheet searches - a list of datasheets downloaded in the last 12 months. Datasheet Search History - See what other users are searching for. Electronic Component Photos - Archive of component photos. Package and Case Datasheets - Component packages and dimensions.

industry item part manufacturer technology sale describe function search engine book data popular sheet information reference spider web


No further bookmarks found.