
Registered since September 28th, 2017
Has a total of 4246 bookmarks.
Showing top Tags within 16 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 app content yacht setup package fast idea interface account communication cheap compare script study market easy live google resource operation startup monitor training
Tag selected: expression.
Looking up expression tag. Showing 16 results. Clear
Saved by uncleflo on February 6th, 2022.
An essential part of my work is the occupation with spatial situations within physical space and digital media. I concern myself with terms of interdisciplinary art and experimental space. My knowledge is based on research of perception and narration in space. I work on projects both individually and in groups. Either architecture itself is the focus or the interaction with people is central. Subjects of public space, migration, temporary use and fictional space are negotiated. A humorous view and a technical approach about the interplay of humans, their perception and architecture results in different forms of expression: installation, photography, documentary time-lapse, 3D-print and modular construction. I am a member of the ‘Oberösterreichischer Kunstverein’, chairman of ‘Offene Gesellschaft für bildende Kunst’ and part of the collective ‘Salon Franziska’.
interdisciplinary modular perception individual spatial photography print experimental space fictional expression architecture occupation approach technical knowledge physical digital media construction art research central profile focus people documentary
Saved by uncleflo on January 19th, 2021.
This tool allows an easy and comfortable way to download genuine Windows 7, Windows 8.1 and Windows 10 disk images (ISO) directly from Microsoft's servers, as well as Office 2010, Office 2013, Office 2016, Office 2019, Expression Studio and Office for Mac. In the past, Microsoft provided disk images for many of their products through their subcontractor "Digital River". These downloads were pulled in early 2014. Afterwards, Microsoft made a limited selection of downloads available on their TechBench site. Our tool is based on TechBench, and makes a range of hidden products available for download. Download: Windows-ISO-Downloader.exe Version: 8.46 Release Date: 8 January 2021 Requirements: Windows 7 or newer, .NET Framework 4.x, Internet Explorer 8 or newer.
genuine windows generic treasure image framework product expression selection software download free microsoft server office hidden tool site
Saved by uncleflo on December 19th, 2019.
 Photographer Max Siedentopf has a new project that examines one of the most boring types of photography: the passport photo. The series shows that even though passport photos need to be boring, the photo shoots themselves don’t.
Official passport photo requirements are extremely restrictive and specify the exact framing (centered with the subject facing straight on), lighting (a clear background with no shadow), and facial expression (no smiling). “It seems almost impossible for any kind of self-expression,” Siedentopf says. His project, titled Passport Photos, “tries to challenge these official rules by testing all the things you could be doing while you are taking your official document photo.”
passport pleasant smiling photo restrictive frame facial shoot centered expression photographer exact ordinary photography facing document extremely straight official challenge clear rule reality project requirement suggestion inspiration idea article
Saved by uncleflo on June 18th, 2019.
Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, web, and desktop from a single codebase. Paint your app to life in milliseconds with Stateful Hot Reload. Use a rich set of fully-customizable widgets to build native interfaces in minutes. Quickly ship features with a focus on native end-user experiences. Layered architecture allows for full customization, which results in incredibly fast rendering and expressive and flexible designs.
flutter mindful expression incredible react navigation desktop render flexible portable platform experiment hardware experience creative user quick fast critical smooth app development framework web development design develop administration toolkit build beautiful compile application mobile web codebase express
Saved by uncleflo on October 24th, 2018.
We have turned socks into one of the world's most exciting accessories in less than five years. Our founders saw a category that had been ignored, taken for granted, looked over, and dismissed. By creating life into something that had been overlooked, we ignited a movement of art and self-expression that has drawn athletes, performers, and iconic cultural influencers to the brand--a group we call the Punks & Poets. By underpinning our creative roots with a relentless focus on technical innovation, we've ensured that Stance socks are now found in over 40 countries on the feet of those who dare to be different.
clothing sock country sell shop eu european dismiss category create cultural move expression world ignore excite beautiful website design color nice vibrant influence
Saved by uncleflo on February 22nd, 2015.
From blogging to log analysis and search engine optimisation (SEO) people are looking for scripts that can parse web pages and RSS feeds from other websites - to see where their traffic is coming from among other things. Parsing your own HTML should be no problem - assuming that you use consistent formatting - but once you set your sights at parsing other people's HTML the frustration really sets in. This page presents some regular expressions and a commentary that will hopefully point you in the right direction.
regex programming php html development monitor scan howto web website seo document format expression analysis
Saved by uncleflo on February 8th, 2015.
Don’t let the Jap eyes fool you I’m 100% South African, with a bit of Japanese blood running through my veins. I’m 27 years old born and bred in Cape Town, yip one of the most beautiful cities in the...dare I say whole world (hahaha). I can describe myself to be a crazy, daring, fun, happy go lucky, down to earth and friendly kind of guy...Oh and my girlfriend says I’m sweet and loving too. My friends describe me as ‘The Crazy Jap’ hence the name of my blog. Anyways, I’m not one for writing, art and design is what I do best, so what you’ll find on my blog is just that. My friends, family, girlfriend, previous educators and lecturers, have always encouraged me to exhibit my art work or share it with other people. Since I’m working towards establishing a name for myself in the design world, my blog is the one way of me doing so. Art is my medium of expression, plain and simple. My designs can be looked at and interpreted in whichever way you like.
designer blog graphics design jap crazy south africa service spend gallery support artist individual hire job freelance expression interprete
Saved by uncleflo on January 20th, 2015.
When we started building DropSend, we decided to support all languages worldwide from the start. The interface is currently in English only, but the application can send, store, sort and process your data whatever language you want. As a result, we have a good number of customers out east. To support worldwide languages, you need to use UTF-8 encoding for your web pages, emails and application, rather than ISO 8859-1 or another common western encoding, since these don't support characters used in languages such as Japanese and Chinese.
php programming utf8 unicode digital cheatsheet blog article commercial transparent encode convert issue utf-8 guide information explanation expression render email process language sheet reference
Saved by uncleflo on January 20th, 2015.
ECMAScript, the standardized version of the language JavaScript, defines string values as sequences of UTF-16 code units, not as sequences of characters. This language misfeature complicates Unicode handling considerably. For characters in the Basic Multilingual Plane (BMP) a single UTF-16 code unit (one 16-bit word) suffices. For characters outside this range, two code units are necessary. As an example, the Latin letter A is both one character and one code unit: "A".length === 1, but the Unicode character U+1D400 MATHEMATICAL BOLD CAPITAL A is one character but two code units: "퐀".length === 2. A better language would hide this ugly implementation detail from users, and string attributes such as length would be in terms of characters, not code units. Unfortunately, for historical reasons, ECMAScript forces programmers who want proper Unicode support to deal with raw UTF-16 directly.
javascript regex unicode RegExp text search information blog article guide explanation ecmascript class expression character
Saved by uncleflo on January 20th, 2015.
XRegExp is an open source (MIT License) JavaScript library that provides augmented and extensible regular expressions. You get new syntax, flags, and methods beyond what browsers support natively. XRegExp is also a regex utility belt with tools to make your client-side grepping simpler and more powerful, while freeing you from worrying about pesky cross-browser inconsistencies and the dubious lastIndex property.
javascript regexp library js validation useful regular open source expression regex download compress replace support capture provide syntax inconsistency tool utility crossbrowser website development solution information
Saved by uncleflo on December 7th, 2014.
An excellent tool to start developing and learning and checking regexes. Rubular is a Ruby-based regular expression editor. It's a handy way to test regular expressions as you write them. To start, enter a regular expression and a test string. Or you can try an example.
regex ruby tools development programming reference rubular test expression online tool software learn example solution editor string
Saved by uncleflo on September 19th, 2014.
Audiences are at the heart of everything we do. We are committed to giving them high-quality, original and at times challenging output. Creativity is the lifeblood of our organisation. Equally, we must give our audiences content made to the highest editorial and ethical standards. Their trust depends on it. We must therefore balance our presumption of freedom of expression with our responsibilities, for example to respect privacy, to be fair, to avoid unjustifiable offence and to provide appropriate protection for our audiences from harm.
bbc social media policy guideline editorial reference publishing publish standard balance freedom protect audience uk britain responsibility privacy ethical organisation responsible fair expression list
Saved by uncleflo on July 16th, 2014.
This calculator is intended to provide a faster more convenient alternative to printed tables and charts (e.g. NACA Report 1135). The core of the code was written in Javascript by William Devenport at the Aerospace and Ocean Engineering Department, Virginia Tech. Five sets of relations are included; The relations themselves are taken from standard aerodynamics texts. Symbols have their usual meanings. 'Gamma' and 'rho' are substituted for the corresponding greek letters denoting the ratio of specific heats and density. Subscript 'o' is used to refer to stagnation or total conditions, superscript '*' refers to sonic conditions.
compressible flow isentropic shock oblique normal calculator aero dynamics dynamics relation easy calculation simple expression equation table hypersonics help include frame function engineering report
Saved by uncleflo on August 30th, 2013.
URL rewriting can be one of the best and quickest ways to improve the usability and search friendliness of your site. It can also be the source of near-unending misery and suffering. Definitely worth playing carefully with it - lots of testing is recommended. With great power comes great responsibility, and all that.
seo google rewrite beginner tutorial guide introduction apache htaccess rule byte regular expression information structure url
Saved by uncleflo on August 24th, 2013.
Welcome to Regular-Expressions.info, The Premier website about Regular Expressions. A regular expression (regex or regexp for short) is a special text string for describing a search pattern. You can think of regular expressions as wildcards on steroids. You are probably familiar with wildcard notations such as *.txt to find all text files in a file manager.
expression guide information development regular regex tutorial lookup howto reference cheatsheet programming string sheet
Saved by uncleflo on January 18th, 2011.
This quick start will quickly get you up to speed with regular expressions. Obviously, this brief introduction cannot explain everything there is to know about regular expressions. For detailed information, consult the regular expression tutorial. Each topic in the quick start corresponds with a topic in the tutorial, so you can easily go back and forth between the two.
programming reference development tutorial howto regular expression regex information guide learn tools
No further bookmarks found.