collect the videos you love
collect | share | explore
Tag results for loop
sort by: relevance | recent
Results from all user's collections (190 out of ~190)
santa anita loop and what not to eat before a big hike

we set off on a 10 mile day hike on the santa anita loop at chantry flats in the angeles national forest unfortunately i had eaten a full package of oreos for breakfast beforehand : http:wwwjessestlouiscomtumblr http:infamousjsltumblrcomtwitter https:twittercominfamousjslinstagram https:wwwinstagramcominfamousjslimdb http:wwwimdbcomnamenm4942855
stevie wonder - isn039t she lovely live loop guitar cover

please subscribe and sharethis is a guitar loop cover of stevie wonder039s isn039t she lovelytwitter: https:twittercomguitarloopercheck out more videos here: https:wwwyoutubecomchannelucrg4zqabq3rzoj2vloxdvngannotation_id=annotation_2128019865ampfeature=ivampsrc_vid=3yyrkbzm4weampsub_confirmation=1
sunny-a funky violin cover w a loop station by echae kang

this is a version of sunny by bobby hebb i did with my loop station and dpa mic please feel free to comment and share thank you :
why do clothes shrink when you wash them

we039ve all lost a favorite sweater to shrinkage but why does this happen what039s the science behind shrinking laundrywhy all hipsters look the same - http:bitly1p4suoosign up for the seeker newsletter here - http:bitly1uo1pxiread more:why does dirty laundry stinkhttp:newsdiscoverycomhumanlifewhy-does-dirty-laundry-stink-160521htmanyone who has ever tried to stretch a t-shirt or a pair of pants one day too many knows that nose-pinching eye-watering neck-twisting dirty clothes smell but what causes itquota comparative study on the felting propensity of animal fibershttp:detextilescomfilesafieltramiento20en20diferentes20tipos20de20pelospdfquotthe felting propensity of different animal fibers particularly alpaca and wool has been examined the aachen felting test method was employed 1 g of each type of fiber was soaked in 50 ml of wetting solution and agitated in a dyeing machine to make felt ballsquoteffect of laundering on the dimensional stabil
acoustic loop pedal cover of 039budapest039 by mark crotti

this is a cool and different take on budapest by george izra using a loop pedal http:wwwmarkcrotticomau
loop pedal cover of 039sail039 by awolnation acoustic singer

http:wwwmarkcrotticomau a home recording of my acoustic take on sail by awolnation using my rc-30 loop station tell me what you think
action cam tony hawk skates first-ever horizontal loop sony

spawning from the mind of tony hawk witness history as he takes on the first ever horizontal loop on a skateboardshot 100 by sony039s action cam sonyactioncam proveyourself get stoked and subscribe: http:bitlycomsonyac_subs about sony action cam:bring on the action with the only mountable camera that packs pro-quality features like full hd recording steady shot gps and built-in wi-fi that lets you connect with the live view remote or even view and transfer photos and videos with your smartphone the variety of accessories will give you even more freedom in shooting and it039s ready to make every shot count are you prove yourself connect with sony action cam online: visit the sony action cam website: http:bitlysony_ac follow sony action cam on google: http:bitlysonyac_gplus action cam tony hawk first ever horizontal helix loop on a skateboard sonyhttp:wwwyoutubecomuseractioncamfromsony
pier420 - new kanger aerotank turbo quad coil

introducing the all new aerotank turbo the biggest tank in the aerotank line and the progressive multi loop atomizer tank delivered by kanger the turbo will hold up to 6ml of juice for all day vaping to say the very least built of premium quality stainless and pyrex tank that is excellent in outline and creates colossal vapor yield the newest highlight of the turbo is the two yes two double curl heads mounted giving quad loop execution
max jr - blind for booty

max jr - blind for booty w arantza fahnbulleh wuz good jerry purpdrank dan nampaikid tonio skits t039wansubscribe for more vinehttps:wwwyoutubecomchannelucogpnfc1ed_skrlspl77wpgcheck ultimate vine compilationhttps:wwwyoutubecomchannelucfk2onxh9d4frmp4xcgbisgdon039t forget to like comment and share our videohope you enjoy about vine:vine is a short-form video sharing service founded in june 2012 it was acquired by microblogging website twitter in october 2012 just prior to its official launch the service allows users to record and edit five to six-second long looping video clips and revine revine is where users can share other peoples posts with followers some vines are revined automatically based on what is popular the videos can be then published through vine039s social network and shared on other services such as facebook and twitter vine039s app can also be used to browse through videos posted by other users along with groups of videos by theme and trending videosvine enables users to record short video clips up to around six seconds long while recording through its in-app camera the camera records only while the screen is being touched enabling users to edit on the fly or create stop motion effects additional features were added to the app in july 2013 these include grid and ghost image tools for the camera curated channels including themed areas and trending topicsusers the ability to quotrevinequot videos on a personal stream and protected posts in july 2014 vine updated their app with a new quotloop countquot meaning every time someone watches a vine a number on top of the video will appear showing how many times it was viewed the quotloop countquot also includes views from vines that are embedded onto other websitesbest vines november 2015vine compilation november 2015ultimate vine compilation november 2015funny vines 2015 try not to laughadin kolanskyamanda cernyalphonso mcauleyaye twinzbigdaddykanebrittany furlanchristian delgrossocurtis leporedestorm powereh beejerry purpdrankjoey ahernking bachklaritylance stewartlaura clerylizzzalogan paulmarcus dobremeghan mccarthymelvin greggmightyduckpage kennedy
doom on the apple watch - watchos2

introducing doom on the apple watchupdate: mehdi mulani that worked with me on this port also ported doom to the soon-to-be-released apple tv https:youtubekphyme60f4swait rewind how and why on earth did this happenso we had a 10-hour hackathon in our facebook tel-aviv office and the idea was to hack around ios stuff apple has released beta versions for watchos 2 that lets you run native apps on the watch and we thought it could be fun to port doom over to it not to mention the fact that john carmack is a colleague omghaving only a few hours we figured we039d better start with the simplest version of doom we could find a quick search and we found ndoom which seemed very interesting this thing runs on a graphing calculators it should run on a watch mmm rightxcode - file - new project a few hours and quite a few code fixes later and the code compiled ok apart from the fact it insta-crashed we were at least getting somewhere after fixing the first few crashes we chose to believe that the number of places where the code crashes must be finite and going head-to-head with this will hopefully take less than the few hours we have leftfor the next few hours we had to quickly understand what makes this doom code tick integrate its run loop with ours figure out how to output an image from this thing come up with controls that fit on a watch tune the performance fix mysterious bugs eventually this is what we ended up with: as you can039t overlay ui elements on the watch we used interface groups to create a 3x3 grid of buttons the lower buttons are toggles for walking around and the upper are used for shooting and opening doors we found doom039s buffer that holds the actual pixel data for each frame every time there039s a new frame to display we use coregraphics to turn the buffer into a uiimage this initially gave us grayscale images but after figuring out doom039s color palettes and applying them we039ve got color we now set this image as the background image for the top most container we used the ui thread to dispatch iterations of doom039s run loop we wired button clicks to post events to doom as if they were coming from a keyboard by far the most intensive task was drawing images to the screen trying to draw them too fast resulted in an annoying unresponsiveness tweaking uiimage039s properties and only updating the image if anything has changed allowed us to squeeze some more juiceand the result can be seen in the video disclaimer: this isnt production code and rather was a kick ass hackathon project so we wont be making the source code available as its an examplewell now after we039re done with this the coffee machine with its color touch screen just stares at us waiting for the next hackathonyou can find my original post here: https:wwwfacebookcomlior2bvideos10153571527835789
hampm close the loop sustainable fashion through recycled clothes

join hampm on a mission to create more sustainable fashion recycle your clothes jeans and fabrics of any sort in any one of our stores together we can close the loop go to hmcom to find out more
cchairextensionscom - 5 years experience to provide human hair extensions online

cc hair extensions with 5 years experience to provide human hair extensions online we care the quality of our hair extensions and how feeling of our customers wearing our hair extensions we like to hear from our customers all questions about our product to improve it to meet request we provide service online 24 hours per day to solve questions from our customers and also feedback we recommend our clip in har extensions which is most popular and easiest to wear and take off there are kinds of length and color to choose from cc hair extensions contact:cc hair extensionsemail: salescchairextensionscomwebsite: http:wwwcchairextensionscomyoutube: https:wwwyoutubecomusercchairextensionspagefacebook: https:wwwfacebookcomwwwcchairextensionscom
demonstrating the psoc proximity detection feature on the 049 prototyping kit

http:wwwfutureelectronicscomensearchaspxdsnav=ntk:manufacturerpartnumberupshiftedsearch7ccy8ckit2f-0497c17cny:truenea:true in this video i am going to demonstrate using the psoc proximity detection feature on the 049 prototyping kit to make the proximity work you will need a proximity sensor loop for this example take a piece of wire and bend it into a loop https:youtubebmslzjhodyg
condos for sale north loop kris lindahl minneapolis real estate

welcome to kris lindahl minneapolis real estate your one-stop shop for learning all about buying and selling homes in the condos you039ll find http:wwwminneapolisrealestatecomcondosphp condos for sale north loop to fit your budgetaddress:- 5318 lyndale ave s minneapolis mn 55419phone:- 763-607-1415website:- http:wwwminneapolisrealestatecomgoogle plus listning:- https:plusgooglecom111413061263603985719about
itc completes thumb loop line

itc transmission a wholly-owned subsidiary of itc holdings corp the nations largest independent electricity transmission company today announced its thumb loop high-voltage transmission project is complete with the energization of the third and final phase of the project itc invested an estimated 510 million to build the 345000 volt 345 kv line which serves as the backbone of a system designed to meet the identified maximum wind energy potential of michigans thumb region it also will contribute to regional system reliability and facilitate wholesale market competition to view the multimedia news release go to http:wwwmultivucomplayersenglish7523851-itctransmission-thumb-loop