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 23 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   user   process   work   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   material   access   customer   camera   travel   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   app   yacht   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: syntax.

Clear all

Showing 23 results.

Looking up syntax tag. Showing 23 results. Clear

Release Dart Sass 1.55.0 · sass/dart-sass · GitHub

https://github.com/sass/dart-sass/releases/tag/1.55.0

Saved by uncleflo on November 14th, 2022.

Dart Sass has replaced Ruby Sass as the canonical implementation of the Sass language. We chose Dart because it presented a number of advantages: It's fast. The Dart VM is highly optimized, and getting faster all the time (for the latest performance numbers, see perf.md). It's much faster than Ruby, and close to par with C++. It's portable. The Dart VM has no external dependencies and can compile applications into standalone snapshot files, so we can distribute Dart Sass as only three files (the VM, the snapshot, and a wrapper script). Dart can also be compiled to JavaScript, which makes it easy to distribute Sass through npm, which the majority of our users use already. It's easy to write. Dart is a higher-level language than C++, which means it doesn't require lots of hassle with memory management and build systems. It's also statically typed, which makes it easier to confidently make large refactors than with Ruby. It's friendlier to contributors. Dart is substantially easier to learn than Ruby, and many Sass users in Google in particular are already familiar with it. More contributors translates to faster, more consistent development.To install Sass 1.55.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions. Most APIs that previously returned num now return double. All APIs continue to accept num, although in Dart 2.0.0 these APIs will be changed to accept only double.

sass dart selector install repository node syntax package browser css style website webdevelopment administration github download source code develop html


How to Approach SVG Animations: A CSS Tutorial | Toptal

https://www.toptal.com/css/svg-animation-css-tutorial

Saved by uncleflo on January 14th, 2022.

Animations make websites look more polished and exciting, and help improve user experience. Explore how the combined potential of SVG and CSS can be leveraged to create animations without relying on external libraries. Animations are a ubiquitous part of the web. Unlike the flashing GIF images that plagued websites in the internet's earlier days, today's animations are more subtle and tasteful. Designers and front-end specialists use them to make websites look more polished, enhance the user experience, call attention to important elements, and convey information. Web developers can benefit from combining the power of SVG and CSS to create animations without using external libraries. This SVG animation tutorial shows how to build custom animations for real-world projects. Before animating SVGs with CSS, developers need to understand how SVGs work internally. Fortunately, it's similar to HTML: We define SVG elements with XML syntax and style them with CSS, just as if they were HTML.

svg css animation library improve user experience polish excite beautiful interact animate image website internet technology modern tutorial explanation story howto html element xml syntax enhance designer frontend user talent profile experience


OpenAPI-Specification/3.0.3.md at master · OAI/OpenAPI-Specification · GitHub

https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md

Saved by uncleflo on April 10th, 2021.

The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. An OpenAPI definition can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.

schema tool specification parameter validation documentation swagger api template header syntax authentication pointer optional authorize token array server understand consumer connect build create website spa definition openapi traffic administration development


User guide — Typeguard 2.12.0 documentation

https://typeguard.readthedocs.io/en/latest/userguide.html

Saved by uncleflo on April 3rd, 2021.

Two functions are provided, potentially for use with the assert statement: check_argument_types() and check_return_type(). These can be used to implement fine grained type checking for select functions. If the function is called with incompatible types, or check_return_type() is used and the return value does not match the return type annotation, then a TypeError is raised.

fetchforpets python hook typing checker noninvasive decorator interpreter mock assert syntax development code value statement function secription information usage


Sass: Variables

https://sass-lang.com/documentation/variables

Saved by uncleflo on July 10th, 2019.

Sass variables are simple: you assign a value to a name that begins with $, and then you can refer to that name instead of the value itself. But despite their simplicity, they're one of the most useful tools Sass brings to the table. Variables make it possible to reduce repetition, do complex math, configure libraries, and much more. A variable declaration looks a lot like a property declaration: it’s written <variable>: <expression>. Unlike a property, which can only be declared in a style rule or at-rule, variables can be declared anywhere you want. To use a variable, just include it in a value.

sass variable repetition compatibility simplicity syntax easier define generate migration development design designer reduce compete declare library configuration property mathematics generation developer code css styling experience howto


RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax (RFC3986)

http://www.faqs.org/rfcs/rfc3986.html

Saved by uncleflo on June 23rd, 2019.

A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.

internet standard uri character resource specification syntax resolve resolution convert requirement security analysis scheme component guideline consideration perform identifier format quideline rfc


Google Developers - Closure Compiler

https://developers.google.com/closure/compiler/

Saved by uncleflo on June 1st, 2018.

The Closure Compiler is a tool for making JavaScript download and run faster. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls.

google compiler javascript js compile opensource language analyse remove code rewrite minimize syntax reference


Class patterns

https://javascript.info/class-patterns

Saved by uncleflo on April 8th, 2018.

There’s a special syntax construct and a keyword class in JavaScript. But before studying it, we should consider that the term “class” comes from the theory of object-oriented programming. The definition is cited above, and it’s language-independent. In JavaScript there are several well-known programming patterns to make classes even without using the class keyword. And here we’ll talk about them first. The class construct will be described in the next chapter, but in JavaScript it’s a “syntax sugar” and an extension of one of the patterns that we’ll study here.

syntax class oop programming development howto tutorial example reference code object instance pattern discussion article learn course js javascript


what is the meaning and use case of each URL encoding Reserved Characters

https://webmasters.stackexchange.com/questions/100765/what-is-the-meaning-and-use-case-of-each-url-encoding-reserved-characters

Saved by uncleflo on December 27th, 2017.

Quote from Percent-encoding. When a character from the reserved set (a "reserved character") has special meaning (a "reserved purpose") in a certain context, and a URI scheme says that it is necessary to use that character for some other purpose, then the character must be percent-encoded. Percent-encoding a reserved character involves converting the character to its corresponding byte value in ASCII and then representing that value as a pair of hexadecimal digits: What does each of this characters mean in context of an URI? with a search engine I didn't find a list and their meanings/use case.

url http url parameters parameters url-encoding digit value context reserved purpose scheme character ascii convert identifier development web uri standard lookup reference syntax question answer stackoverflow


Sass Basics

http://sass-lang.com/guide

Saved by uncleflo on October 6th, 2016.

Before you can use Sass, you need to set it up on your project. If you want to just browse here, go ahead, but we recommend you go install Sass first. Go here if you want to learn how to get everything setup.

css project compile precompile basics explanation howto script code development learn setup language coding stylesheet syntax scss sass


JavaScript Regex :: XRegExp

http://xregexp.com/

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


mod_rewrite - Apache HTTP Server

http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

Saved by uncleflo on October 11th, 2014.

This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule, to provide a really flexible and powerful URL manipulation mechanism. The URL manipulations can depend on various tests, of server variables, environment variables, HTTP headers, or time stamps. Even external database lookups in various formats can be used to achieve highly granular URL matching. This module operates on the full URLs (including the path-info part) both in per-server context (httpd.conf) and per-directory context (.htaccess) and can generate query-string parts on result. The rewritten result can lead to internal sub-processing, external request redirection or even to an internal proxy throughput.

apache reference htaccess web server documentation rewrite development http linux lamp url syntax guide


Apache mod_rewrite Tutorial

http://www.mediacollege.com/internet/server/apache/mod-rewrite/syntax.html

Saved by uncleflo on October 11th, 2014.

We need to tell Apache where and what to rewrite. You have two options here - more commonly, you can place the code in a .htaccess file. This is nothing more than a text file which when present in a directory will be interpreted by Apache. You may already be familiar with a .htaccess file, as these allow you set all kinds of server options, e.g. as a custom 404 error page. The other alternative is only available if you have root access and that is to place the code inside your httpd.conf. See load issues for more information. Throughout this tutorial, I am assuming you are using a .htaccess file in the root of your domain (i.e. http://example.com/.htaccess), unless otherwise stated.

module rewrite apache httpd lamp php linux rule condition setup configure guide url htaccess access web server engine host virtual website seo google index text tutorial configuration error link base pattern syntax howto


None

http://michelf.ca/projects/php-markdown/

Saved by uncleflo on August 21st, 2013.

PHP Markdown is a port to PHP of the Markdown tool written by John Gruber. “Markdown” is two things: a plain text markup syntax, and a software tool that converts the plain text markup to HTML for publishing on the web. The Markdown syntax allows you to write text naturally and format it without using HTML tags. More importantly: in Markdown format, your text stays enjoyable to read for a human being, and this is true enough that it makes a Markdown document publishable as-is, as plain text. If you are using text-formatted email, you already know some part of the syntax.

markdown text development webdav tool convert script wordpress interprete syntax software php layout library browser user


None

http://daringfireball.net/projects/markdown/

Saved by uncleflo on August 21st, 2013.

Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML). Thus, “Markdown” is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML. See the Syntax page for details pertaining to Markdown’s formatting syntax. You can try it out, right now, using the online Dingus.

guide markup development tool writing convert blog webdesign perl software tools information text markdown standard website web format project syntax developer latex html user design introduction


XPath Syntax

http://www.w3schools.com/xpath/xpath_syntax.asp

Saved by uncleflo on December 3rd, 2012.

XPath uses path expressions to select nodes or node-sets in an XML document. The node is selected by following a path or steps. XPath uses path expressions to select nodes in an XML document. The node is selected by following a path or steps. Predicates are used to find a specific node or a node that contains a specific value. Predicates are always embedded in square brackets.

xpath syntax xml reference information document analyse steps predicate node


NBC - NeXT Byte Codes, Not eXactly C, and SuperPro C

http://bricxcc.sourceforge.net/nbc/

Saved by uncleflo on March 21st, 2012.

Next Byte Codes (NBC) is a simple language with an assembly language syntax that can be used to program LEGO's NXT programmable brick (from the new LEGO Mindstorms NXT set). Download the NBC Guide for detailed information about the NBC language. You can also access online API help for NBC or download a compiled HTML help file. Not eXactly C (NXC) is a high level language, similar to C, built on top of the NBC compiler. It can also be used to program the NXT brick. NXC is basically NQC for the NXT. To compile NXC programs just use the NBC compiler with source code files that have a .nxc file extension. A reference guide for NXC is available. You can also access online API help for NXC or download a compiled HTML help file. To take advantage of multi-dimensional array support and native shift operations be sure to download the enhanced NBC/NXC firmware and install it on your NXT.

nxt nbc mindstorm superpro c cpp nqc samples development lego guide brick program api syntax


Adobe Flex 4.5 * FXG

http://help.adobe.com/en_US/flex/using/WSda78ed3a750d6b8f26c150d412357de3591-8000.html

Saved by uncleflo on September 6th, 2011.

In general, you should use an FXG document as a standalone component in your applications. This gives you the greatest amount of memory optimization, and lets you reuse your FXG files in other parts of the same application, or in other applications. In addition, by keeping the FXG document separate from the application, you can edit and export the FXG again from a graphics tool. One disadvantage to using an FXG file as a standalone component is that you cannot get a reference to individual elements in it. The FXG component itself is a “black box”; you cannot interact with individual elements from your application or other components. You can, however, still apply effects, resize, position, and trigger events from interaction with the FXG component itself. In some cases, you might want to add the FXG output directly into your application. You can do this, but you must convert the FXG syntax to MXML graphics.

flex document component application memory convert fxg mxml integrations export output xml manual syntax


Adobe Flex 4.5 * FXG and MXML graphics

http://help.adobe.com/en_US/flex/using/WS145DAB0B-A958-423f-8A01-12B679BA0CC7.html

Saved by uncleflo on September 6th, 2011.

Adding graphics to your applications can make them more attractive and usable. In many cases, you might want to add graphics that are vector-based, and not import images that don’t scale well. You can create vector based graphics in Flex by using one of the following APIs: FXG, MXML graphics, FXG is a declarative syntax for defining static graphics. You typically use a graphics tool such as Adobe Illustrator to export an FXG document, and then use the FXG document as an optimized component in your application. FXG graphics are used by the mobile skin classes because they are so lightweight.

fxg mxml adobe format information compatibility graphic illustrator development api syntax xml skin effect shape text bitmap


C syntax - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/C_syntax

Saved by uncleflo on February 23rd, 2011.

The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar), the permissible sequences of these tokens and some of the meaning to be attributed to these permissible token sequences (additional meaning is assigned by the semantics of the language).

programming syntax reference language code c++ linux c source development


Google Maps JavaScript API V3

http://code.google.com/apis/maps/documentation/javascript/reference.html

Saved by uncleflo on October 1st, 2010.

Welcome to the reference for the Google JavaScript Maps API V3. This reference is kept up-to-date with the latest changes to the API. Please consult the Javascript Maps API V3 Changelog for information on what's new in each release.
Note: The Google Maps Javascript API Version 3 documented within these pages is now the official Javascript API. Version 2 of this API has been officially deprecated as per our deprecation policy. We encourage you to migrate your code to this newly updated and enhanced version!
Last updated Thursday, September 9, 2010

api javascript maps reference event google guide tutorial howto syntax code programming website design


Apache Lucene - Query Parser Syntax

http://lucene.apache.org/java/2_4_0/queryparsersyntax.html

Saved by uncleflo on September 27th, 2010.

Although Lucene provides the ability to create your own queries through its API, it also provides a rich query language through the Query Parser, a lexer which interprets a string into a Lucene Query using JavaCC.

This page provides the Query Parser syntax in Lucene 1.9. If you are using a different version of Lucene, please consult the copy of docs/queryparsersyntax.html that was distributed with the version you are using.

development apache howto lucene reference solr search syntax tutorial query guide


MySQL :: MySQL 5.1 Reference Manual :: 12 SQL Statement Syntax

http://dev.mysql.com/doc/refman/5.1/en/sql-syntax.html

Saved by uncleflo on September 9th, 2010.

This chapter describes the syntax for the SQL statements supported by MySQL. This is the Reference Manual for the MySQL Database System, version 5.1, through release 5.1.51. This manual is not intended for use with older versions of the MySQL software due to the many functional and other differences between MySQL 5.1 and previous versions. If you are using an earlier release of the MySQL software, please refer to the appropriate manual. For example, MySQL 5.0 Reference Manual, covers the 5.0 series of MySQL software releases.

database development documentation manual programming reference syntax mysql sql language Advanced Databases


No further bookmarks found.