For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
Source: https://opensource.com/business/16/2/top-6-open-source-crm-tools-2016 + community contributions
EspoCRM `github.com/espocrm/espocrm`_ PHP https://www.espocrm.com
I've been deceiving you all. I had you believe that Svelte was a UI framework — unlike React and Vue etc, because it shifts work out of the client and into the compiler, but a framework nonetheless.
But that's not exactly accurate. In my defense, I didn't realise it myself until very recently. But with Svelte 3 around the corner, it's time to come clean about what Svelte really is.
Svelte is a language.
Specifically, Svelte is an attempt to answer a question that many people have asked, and a few have answered: what would it look like if we had a language for describing reactive user interfaces?
A few projects that have answered this question:
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
- Generate your SSH keys as per your git provider documentation.
- Add each public SSH keys to your git providers acounts.
- In your
~/.ssh/config, set each ssh key for each repository as in this exemple:
Enterprise-grade, configuration-driven PostgreSQL backup and disaster recovery system
- 🔐 Zero Hardcoded Credentials - All configuration via files
- 📁 Flexible Configuration - Config file OR environment variables
- 🔒 AES-256 Encryption - GPG encrypted backups
- ☁️ Multi-Provider S3 - Backblaze, Tebi, Hetzner, AWS, Custom
| @props([ | |
| 'name', | |
| 'options' => [], | |
| 'label' => null, | |
| 'required' => null, | |
| 'nativeRequired' => false, | |
| 'width' => 'w-full', | |
| 'inputClass' => '', | |
| 'selected' => null, | |
| 'placeholder' => 'Select an option...', |
| #!/bin/bash | |
| # Configuration | |
| DOWNLOAD_URL="https://download.geonames.org/export/dump/allCountries.zip" | |
| DEFAULT_DOWNLOAD_DIR="$HOME/.geonames" | |
| DB_NAME="${GEONAMES_DB:-central_db}" | |
| TABLE_NAME="${GEONAMES_TB:-geonames}" | |
| # Error handling function | |
| error_exit() { |
| /** | |
| * Read Linux mouse(s) in node.js | |
| * Author: Marc Loehe (marcloehe@gmail.com) | |
| * | |
| * Adapted from Tim Caswell's nice solution to read a linux joystick | |
| * http://nodebits.org/linux-joystick | |
| * https://github.com/nodebits/linux-joystick | |
| */ | |
| var fs = require('fs'), |
| { | |
| "recommendations": [ | |
| "aaron-bond.better-comments", | |
| "adpyke.codesnap", | |
| "adrianwilczynski.alpine-js-intellisense", | |
| "ahinkle.laravel-model-snippets", | |
| "ahmadawais.shades-of-purple", | |
| "aibnuhibban.laravel-smart-command", | |
| "alefragnani.project-manager", | |
| "amiralizadeh9480.laravel-extra-intellisense", |
| { | |
| "name": "my_vendor_name/my_package", | |
| "description": "My Package Description", | |
| "license": "GPL-3.0", | |
| "autoload": { | |
| "classmap": [ // search these directories for classes | |
| "lib/" | |
| ] | |
| }, | |
| "repositories": { |