For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
| {"version":1,"resource":"vscode-userdata:/home/yann/.config/Code/User/snippets/typescript.json","entries":[{"id":"j9kD.json","timestamp":1651667722715},{"id":"oo5b.json","timestamp":1651668579121}]} |
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt
| typeof []; // object | |
| typeof {}; // object | |
| typeof ''; // string | |
| typeof new Date() // object | |
| typeof 1; // number | |
| typeof function () {}; // function | |
| typeof /test/i; // object | |
| typeof true; // boolean | |
| typeof null; // object | |
| typeof undefined; // undefined |
| <?php | |
| /** | |
| * An helper file for Laravel 4, to provide autocomplete information to your IDE | |
| * Generated for Laravel 4.2.8 on 2014-08-26. | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| * @see https://github.com/barryvdh/laravel-ide-helper | |
| */ | |
| namespace { |
| // GULP REQUIREMENT | |
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| // PLUGINS REQUIREMENTS | |
| var changed = require('gulp-changed'); | |
| var notify = require('gulp-notify'); | |
| var uglify = require('gulp-uglify'); | |
| var browserify = require('browserify'); | |
| var transform = require('vinyl-transform'); |
| /********************************************************* | |
| * **** STEP 1 : Include jQuery ************************** | |
| * ******************************************************/ | |
| /*! jQuery v2.1.1 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ | |
| !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.1",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor() |