
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 camera material 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: header.
Looking up header tag. Showing 16 results. Clear
Saved by uncleflo on September 23rd, 2022.
A FIT file consists of messages. Each message has a definition record and a number of data records. This viewer has applied the definition to the corresponding data records to create meaningful tables. Click on the message headers below to view the table. See the FIT SDK for more details about the FIT file format.
view message definition record data apply correspond create meaningful table header detail format analyse open study
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
Saved by uncleflo on April 10th, 2021.
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA. Although JWTs can be encrypted to also provide secrecy between parties, we will focus on signed tokens. Signed tokens can verify the integrity of the claims contained within it, while encrypted tokens hide those claims from other parties. When tokens are signed using public/private key pairs, the signature also certifies that only the party holding the private key is the one that signed it.
token secure header verify authorization authentication credentials apis schema signature algorithm user browser resistant secret standard transmit information json object hmac key integrity web introduction development administration api check identity
Saved by uncleflo on March 23rd, 2018.
‘Comply’ is a free multi-use Landing Page HTML template built on the Bootstrap Framework. The demo feature here, angled at a VR app, features a fixed header navigation (that smooth scrolls to sections), product highlights, pricing table, team, news feed and social media icons. Cheers for the freebie Wired Dots. Comply is a multiple One Page Bootstrap 4 template designed for marketing agencies, landing page, startups and corporates released under Creative Commons 4 license. It is professional, responsive, smooth and sleek, with a clean modern layout.
landingpage template bootstrap framework demo feature header navigation highlicht startup professional responsive smooth layout beautiful website development administration howto webserver company
Saved by uncleflo on June 30th, 2017.
Gain a Competitive Advantage Today Your top competitors have been investing into their marketing strategy for years. Now you can know exactly where they rank, pick off their best keywords, and track new opportunities as they emerge. Explore the ranking profile of your competitors in Google and Bing today using SEMrush. Enter a competing URL below to quickly gain access to their organic & paid search performance history - for free. See where they rank & beat them!
seo competition advantage competitor invest header keyword performance check checker analysis online monitor advice
Saved by uncleflo on June 30th, 2017.
Welcome to IP Location, the home of IP Geolocation and IP Resources. This website was built to offer tips, tutorials and articles on IPv4 and IPv6 addresses, and how it relates to TCP/IP and Internet. HTTP is the protocol used to transfer data between the web server and browsers. When a browser requests a HTML document from a web server, the browser send an URL (web address) with a request header. The server respond to a browser by providing a HTTP response header and the requested document (if exists). This tool extracts the HTTP server response headers, and displays them to you.
ip network location server header administration computer infrastructure security check apache iis webserver certificate url domain address checker validator
Saved by uncleflo on June 13th, 2015.
The code above is the the exact same code used to create the masked header at the top of this page. With svg.js you have all the power of vector graphics at pocket size. Are you intrigued? See it in action!
library animation javascript svg framework js lightweight browser development manipulation header
Saved by uncleflo on April 5th, 2015.
Setting CORS (cross-origin resource sharing) on Apache with correct response headers allowing everything through
cors development programming web apache header information reference lookup response resource share setup webserver server administration howto
Saved by uncleflo on February 22nd, 2015.
Last month, D-Sight Web was updated with a pretty awaited feature: spitting the work between experts when evaluating alternatives and defining preferences in a decision process. In other words and without going into too much details (for that, read the release announcement), this typically allows for a technical expert to only provide input for technical criteria and for a legal expert to focus on legal criteria – for instance.
table css header rotation data manipulate update feature expert alternative criteria detail announce rotate guide howto development idea row column input
Saved by uncleflo on February 8th, 2015.
Mosync code, that demonstrates the use of procedural code in a CPP file. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
mosync code development cpp post get http submit request connection header content administration software foundation
Saved by uncleflo on January 20th, 2015.
As a MySQL or PHP developer, once you step beyond the comfortable confines of English-only character sets, you quickly find yourself entangled in the wonderfully wacky world of UTF-8. On a previous job, we began running into data encoding issues when displaying bios of artists from all over the world. It soon became apparent that there were problems with the stored data, as sometimes the data was correctly encoded and sometimes it was not.
php utf8 mysql tutorial website development article information reference code adminsitration database javascript apache header change practice modify howto
Saved by uncleflo on January 20th, 2015.
Cross Site Scripting (XSS) vulnerabilities can be pretty dangerous. On web applications, they can lead to everything from breaches in privacy to complete account compromisation. One of the many ways that attackers can take advantage of XSS holes is by reading the information stored in the browser cookies and using it to impersonate a legitimate user. To the vulnerable site, there is usually no difference between the credentials provided by the real user and those provided by an attacker– so everything looks peachy on the surface.
xss attack hack crack cookie protect secure security http script web browser limit regular header server development administration privacy account flag operation httponly apache
Saved by uncleflo on May 8th, 2013.
IIS URL Rewrite 2.0 enables Web administrators to create powerful rules to implement URLs that are easier for users to remember and easier for search engines to find. By using rule templates, rewrite maps, .NET providers, and other functionality integrated into IIS Manager, Web administrators can easily set up rules to define URL rewriting behavior based on HTTP headers, HTTP response or request headers, IIS server variables, and even complex programmatic rules. In addition, Web administrators can perform redirects, send custom responses, or stop HTTP requests based on the logic expressed in the rewrite rules.
post development engine uri rules url header iis iis6 rewrite search http request variable administration
Saved by uncleflo on March 27th, 2013.
Occasionally you may wish to make certain pages of your site only viewable to a select few. you can do this by using PHPs built in HTTP Authentication. The code needs to go right at the top of your php page so don’t get ‘Headers Already Sent’ errors. You can see that we’ve specified the username and password in the variables at the top of the script you can change these to reflect your own username and password.
http php authentication solution guide description howto user password server header
Saved by uncleflo on October 2nd, 2012.
The download files for the 20120718 stable release. The tbb41_20120718oss_{win,lin,osx} packages contain binaries for Windows*, Linux*, and OS X* respectively, as well as TBB header files, HTML documentation, and examples. To use TBB, download and untar/unzip the required package; the tbb41_20120718oss directory will be created with the package content. We recommend to set TBBROOT environment variable to contain the full path to that directory. The tbb41_20120718oss_src package contains the sources and makefiles to build TBB, and also headers, docs, and examples. If used together with one of the binary packages, we recommend to untar/unzip both into the same directory.
tbb windows versions download building block development header documentation thread linux
Saved by uncleflo on August 23rd, 2012.
The tbb40_20120613oss_{win,lin,mac} packages contain binaries for Windows*, Linux*, and Mac OS* X respectively, as well as TBB header files, HTML documentation, and examples. To use TBB, download and untar/unzip the required package; the tbb40_20120613oss directory will be created with the package content. We recommend to set TBBROOT environment variable to contain the full path to that directory. The tbb40_20120613oss_src package contains the sources and makefiles to build TBB, and also headers, docs, and examples. If used together with one of the binary packages, we recommend to untar/unzip both into the same directory.
guide solution documentation header code thread crossplatform linux module package install development opensource tbb intel
No further bookmarks found.