
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 26 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 article blog learn world project boat download windows security lookup free performance javascript technical control network beautiful london support tools course file research purchase library programming image youtube example php construction html quality install community opensource computer profile feature power browser music platform mobile work user process database share manage hardware professional buy industry internet dance advice developer installation 3d camera access customer travel material search test standard review documentation css money engineering engine develop webdesign device photography digital api speed source management program question event phone discussion simple client story water marketing app yacht content setup package interface fast idea account communication cheap compare script study easy live market google resource operation startup monitor price
Tag selected: position.
Looking up position tag. Showing 26 results. Clear
Saved by uncleflo on February 13th, 2022.
Question: What is your preference regarding the best place to mount a radar antenna? As far as we can tell from the pictures of Morgan’s Cloud you have mounted yours on a pole aft. Our previous experience with radars tells us that the antenna should be as high and free as possible. Wouldn’t a radar antenna mounted on the mast just above the first spreaders give better range and a more detailed radar picture than if it were mounted lower? It also appears from the pictures that your antenna isn’t mounted in a way that makes it able to tilt so that it can compensate for heel of the boat when sailing. Answer: First off, we should say that we view radar as the most important piece of electronic equipment on Morgan’s Cloud—yes, more important than GPS, since we can find our way with a compass and sextant but we can’t see unlit objects at night or through fog—so we have given a lot of thought to the position and installation of our radar scanner. We prefer a pole mounted aft for the scanner over mast mounting.
actuator scanner impede graphical yacht tilt mast incline heel rigging antenna radar offshore fog vibration theoretical manual prefer clever compass reasonable visual mounting detail picture important equipment gps installation pole experience discussion perspective opinion adventure cruising position
Saved by uncleflo on December 22nd, 2019.
The AgustaWestland Project Zero is a hybrid tiltrotor/Lift fan aircraft. It has been developed by AgustaWestland as a technology demonstrator, and is used to investigate all-electric propulsion and other advanced technologies. It is the world's first electric tiltrotor aircraft. In December 2010, AgustaWestland's management approved the formation of a team under James Wang with the intention of producing a technology demonstrator incorporating as many new innovations as possible on a single airframe. Speaking in 2013, Wang noted that electric technologies were rapidly advancing, and that the function of Project Zero was to achieve readiness with electric aircraft technologies: "Rather than waiting for the battery to become even better, then working on electric aircraft technology, the team has positioned itself to be ready for the next generation of batteries".
demonstrate hydraulic tethered tilt actuator rechargeable rotor electromechanical propulsion teamwork aerodynamic aeroplane unmanned airframe tangible dependency endurance composite propelled helicopter extreme vibration hybrid envision flight electric investigate innovation ready technology position project zero advanced produce aircraft wikipedia test inspiration concept fly howto generation
Saved by uncleflo on August 13th, 2019.
For those who need a tighter bend radius we have designed the Useful-Tools hand operated mandrel tube bender. These machines will allow tubes to be bent with an impressive 2 times tube diameter bend radius with no rippling or cracking of the tube and the absolute minimum of distortion. We have 2 machines that all operate on the same principle, namely the pipe or tube to be bent is located between a formed mandrel and back plate with another formed internal mandrel (bullet) held at a carefully controlled position inside the tube. The tube is secured firmly to the main mandrel and when the mandrel is turned the tube is pulled over the internal mandrel as it wraps around the main mandrel. (This internal "Bullet" holds the tube open and helps reduce distortion to a minimum.)
mandrel bender tube distortion bent plumbing crack tool stainless versatile radius useful supplier diameter pipe internal machine innovative customer message steel copper bend create construction position innovation plumber
Saved by uncleflo on July 24th, 2019.
Tracking of stationary and moving objects is a critical function of Autonomous driving technologies. Signals from several sensors, including camera, radar and lidar (Light Detection and Ranging device based on pulsed laser) sensors are combined to estimate the position, veloctiy, trajectory and class of objects i.e. other vehicles and pedestrians. A good introduction to this topic can be found at: http://www.onenewspage.com/video/20161006/5695999/Mercedes-Benz-presents-the-Sensor-Fusion-at-2016.htm
covariance position gaussian measurement approximation prediction variance cartesian laser iteration dimension fusion radar scale estimate track simulate uncertain derive vector velocity algorithm stationary linear particle accuracy program guide discussion website article autonomous driving kalman filter extended howto technical development
Saved by uncleflo on November 29th, 2018.
By reporting your own positions, MarineTraffic will be able to display your vessel on the Live Map. Visibility: Real-time vessel positions displayed on the MarineTraffic Live Map are extremely useful to a wide spectrum of users closely-related to the shipping industry one way or the other. To name a few, ship owners, agents, pilots, tug operators, port authorities, crews' families and friends, passengers, cargo handlers or recipients, brokers, leisure boaters, sailing racers, ship chandlers, bunkering companies, yacht charterers or brokers may have a reason to monitor the positions of your vessel. The list of interested parties is unlimited while the numbers speak for themselves; the visibility of the MarineTraffic website is such that the number of visitors per day well exceeds the half a million mark! Safety: Although MarineTraffic is not intended to be used as a safety tool, there are many cases where making your position widely known could enhance your safety at sea. Making your position known to the public may be complementary to the official means of distress reporting (such as EPIRB or DSC radio) and may help in Search & Rescue (SAR) procedures where the position of the vessel cannot be acquired by other means. Historical data: MarineTraffic stores historical data in its database. Historical data regarding the past movements of your vessel could be accessed for many reasons; such as just for fun or recollection, for statistical reasons, for analyzing tracks in comparison to weather conditions, for accident investigation etc. Consider it as an online log of yours!
marine ship realtime traffic online report monitor review analyse plan ship operation display vessel position useful race company unlimited safety reason compare weather condition accident log movement public official distress spectrum user relate
Saved by uncleflo on November 28th, 2018.
In this installment of our blog series on Basic Audio Techniques for Video, we’ll explain how to use a boompole. If you missed the previous installment exploring the basics of using a boom mic, you can read it here. Since the earliest days of filmmaking, film crews have relied on mounting a microphone onto a boompole in order to properly position the microphone out of frame. In this post, we’ll be sharing some insider tips from professional boom operators.
audio boom pole position microphone professional operator share explore basic blog series install technique record sound wave explanation howto assist videography activity mount film make mic
Saved by uncleflo on May 9th, 2018.
Note how the browser reserves some space to the right of this paragraph, just enough to fit a scrollbar. This happens even though there is a decent amount of padding-right.
development code fiddle js jquery padding browser scroll javascript preview realtime tool margin element experiment crossbrowser compatible size position
Saved by uncleflo on May 9th, 2018.
I have read that offsetLeft and offsetTop do not work properly in all browsers. jQuery.offset() is supposed to provide an abstraction for this to provide the correct value xbrowser. What I am trying to do is get the coordinates of where an element was clicked relative to the top-left of the element. Problem is that jQuery.offset().top is actually giving me a decimal value in FFX 3.6 (in IE and Chrome, the two values match). http://jsfiddle.net/htCPp/ exhibits the issue. If you click the bottom image, jQuery.offset().top returns 327.5, but offsetTop returns 328. I would like to think that offset() is returning the correct value and I should use it because it will work across browsers. However, people obviously cannot click decimals of pixels. Is the proper way to determine the true offset to Math.Round() the offset that jQuery is returning? Should I use offsetTop instead, or some other method entirely?
offset top left position development code abstract browser coordinate element jquery js javascript pixel chrome ie firefox crossbrowser stackoverflow problem solution
Saved by uncleflo on April 6th, 2018.
I want to make a little painting app using canvas. So I need to find the mouse's position on the canvas. The solution is For people using JQuery.
jquery mouse event position canvas paint stackoverflow question answer element public
Saved by uncleflo on April 10th, 2016.
MIT App Inventor is an innovative beginner's introduction to programming and app creation that transforms the complex language of text-based coding into visual, drag-and-drop building blocks. The simple graphical interface grants even an inexperienced novice the ability to create a basic, fully functional app within an hour or less. Follow these simple steps to build your first app. Step-by-step guides show you how to build all kinds of apps. Teachers, find out about curriculum and teaching resources. Join community forums to get answers to your questions.
mit app invention tool prototyping fast develop create position team classroom invent explore notification involve development software mobile phone preview
Saved by uncleflo on June 13th, 2015.
It seems like there's a million calendar and clock widgets out there, and when you look past the eye-candy, they all have one thing in common: they're tedious at best. At worst, counter-intuitive. Sure, a picker that uses sliders or spinners, or looks like an analog clock face might be cute, but did you ever notice how long it takes to position one to the correct hour and minute? Or how about choosing a month that's more than a season away? Worse yet, entering your birth year on a datepicker that forces you to click... backwards... repeatedly... one... year... at... a... time? Does your favorite "pretty" picker even work if your user has a keyboard, but not a mouse? Does it scale larger if the user increases the text size on your page? If not, ask your legal department how they'd feel about an accessibility lawsuit!
jquery javascript time timepicker date picker ajax calendar widget html5 clock month pretty useful keyboard position intuitive development administration format user friendly js web
Saved by uncleflo on June 10th, 2015.
In his book No B.S. Marketing to the Affluent, business coach and consultant Dan S. Kennedy shows you how to re-position your business, practice, or sales career so you can learn how to attract customers for whom price is not a determining factor. In this edited excerpt, the author reveals what your website needs to contain in order to be an effective marketing tool for your business.
book effectiveness marketing coach business rich wealth tool sales practice howto list guide customer position brand
Saved by uncleflo on February 22nd, 2015.
Float is a CSS positioning property. To understand its purpose and origin, we can look to print design. In a print layout, images may be set into the page such that text wraps around them as needed. This is commonly and appropriately called "text wrap". Here is an example of that.
css float webdesign layout design html reference web tips development website howto example blog description position page problem trick hint tip solution
Saved by uncleflo on January 20th, 2015.
For all sorts of interactive doo-dads you will be creating, chances are you will be making heavy use of the mouse (or another pointing device like a stylus or finger). Something you may find yourself needing to do is figuring out the exact position of the click. In this tutorial, I will explain the magic behind figuring out the exact pixel coordinates of where a click occurred. While the words "mouse" and "click" will appear often, just know that everything I show here works on a touch device where a stylus or your finger is the pointing thing!
demonstration html development blog article guide solution code create mouse position click browser
Saved by uncleflo on September 2nd, 2014.
Now consider the case of compressive loads and the instability they can cause. Consider only static instabilities (static loading as opposed to dynamic loading [e.g., flutter]) "A system becomes unstable when a negative stiffness overcomes the natural stiffness of the structure." Review some of the mathematical concepts. Limit initial discussions to columns.
MITx edx 2.01x beam stability buckle column bifurcation snap through mathematical mit discussion stiffness natural structure review concept load aeronautics astronautics engineering system solution position physical reality imperfection mechanical behavior deflection compression support element elements of structures
Saved by uncleflo on July 16th, 2014.
jParallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions these layers move at different rates, in a parallaxy kind of way. With a bit of CSS you can either set up windows to see these layers through, or leave them free to roam about.
jquery parallax simple explanation guide howto plan css dimension position layer scroll mouse blog perspective development code
Saved by uncleflo on May 29th, 2014.
Lecture by Professor Oussama Khatib for Introduction to Robotics (CS223A) in the Stanford Computer Science Department. In the first lecture of the quarter, Professor Khatib provides an overview of the course. CS223A is an introduction to robotics which covers topics such as Spatial Descriptions, Forward Kinematics, Inverse Kinematics, Jacobians, Dynamics, Motion Planning and Trajectory Generation, Position and Force Control, and Manipulator Design.
stanford university computer course series video description kinematics planning motion control design position robot robotics maths configuration introduction guide
Saved by uncleflo on April 2nd, 2014.
This NACA airfoil series is controlled by 4 digits e.g. NACA 2412, which designate the camber, position of the maximum camber and thickness.
naca national airfoil usa nasa research design shape custom specification calculation java camber aeronautics aerodynamics equation math position guide solution
Saved by uncleflo on July 26th, 2013.
This virtual office has a prime position on the Crossways business park. Its impressive full-height atrium overlooks the Dartford river crossing. Split-level areas and mezzanines around the building create a light and airy impression. Crossways has become one of the leading office locations on the M25. Admirals Park is one of five business areas on this 315-acre site which is home to many of the world's leading companies and their brands.
Saved by uncleflo on May 24th, 2013.
Wantickets.com is one of the leading online nightlife ticketing companies in North America. Our ticketing solutions reach hundreds of thousands of unique visitors on a monthly basis. In 2011, Wantickets joined the River North network of marketing agencies, which is based in Chicago, Illinois. Wantickets has offices in Los Angeles, Chicago, New York, Montreal, and Miami. Wantickets provides ticketing services for a variety of events; ranging from nightclubs, standing room venues, concerts and festivals, to conventions and trade shows. Through our live events, online nightlife ticketing, and exclusive partnerships, Wantickets has positioned itself as one of the leading gateways to the trendsetter marketplace. Wantickets.com prides itself on having a personal connection with its audience’s unique nightlife taste. We offer a community of music and lifestyle events to an audience seeking new entertainment experiences.
ticket wan usa event position leading gateway market place connection nightlife taste offer community experience purchase
Saved by uncleflo on May 16th, 2013.
Coaching is more than simply correcting movement or being great motivational speakers. The coaches at Tiger’s Den Crossfit Dallas are here to make you injury-proof… no, life-proof. Training for the unknown and unknowable requires sound mechanics in movement, which starts with bodies in well-organized positions. Our coaches are trained to know every facet of this information through a rigorous, post-CFL1 training system, including anatomy and physiology specifics.
coach tiger den crossfit gym usa dallas texas injury health sport movement position information system physiology anatomy motivation life social ninja tige
Saved by uncleflo on February 4th, 2013.
This is a platform set up by EDRi.org for an easy navigation through the different articles and topics of the Data Protection Regulation proposed by the European Commission on 25 January 2012 (EN | FR | NL | DE). You can browse through the Recitals, Articles and our Position Papers using the menu bar above. Recitals and Articles to which EDRi proposes amendments are marked with an asterisk(*). We also offer a version with almost all our proposed changes consolidated in one convenient document, ready for use. On the Topics page, you can also find our position papers on several selected issues of the Regulation. On the Committees page you will find all relevant information and documentation on the European Parliament Committees dealing with the Regulation. A certain amount of EU-jargon is hard to avoid when discussing these matters; if you need a quick overview of terminology and procedures, EDRi’s Activist Guide to the Brussels Maze (pdf) is there to help.
position recital protection europe committee article issue regulation right digital
Saved by uncleflo on May 19th, 2012.
The Bioloid Comprehensive Robot Kit from Robotis is the first educational robot kit based around "smart serially controlled servos" which are not only capable of switching between positioning and full continuous rotation, but also provides you with access to sensory feedback such as position, speed, temperature, current draw and voltage of each servo. Bioloid kits are designed in a way that allow the user to construct multiple types of robots. In addition to the great hardware, the Bioloid Kit comes with some powerful GUI-based software. The software is freeware, so whether you're using this kit for education, research, or personal recreation, you can download and install it on as many computers as you need. Bioloid Robot Kits are perfect for Education, Hobbies, Research and Competition.
bioloid kit robot comprehensive education control servo position rotate sensor feedback speed create innovate inspire program develop
Saved by uncleflo on March 29th, 2012.
Monte Carlo Localization, also known as Particle Filtering, is a relatively new approach to the problem of robot localization - estimating a robot's location in a known environment, given its movements and sensor reading over time. In this project you are to solve the global localization problem, where the robot does not know its starting position but needs to figure out where it is. (This is in contrast to the position tracking problem, where the robot knows its starting position and just need to accommodate the small errors in its odometry that build up over time.) To make things a bit simpler, you will solve this problem in a one dimensional world. Since the on-board computation abilities of the RCX are limited, we remote control the robot from a base computer. You are given skeleton programs for the robot and base computer, which are described below.
monte carlo localization algorithm tutorial guide information science robot university location environment position particle filtering mcl