See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
{"version":1,"resource":"file:///home/hero/Dev/Apps/r2e2f-mada/src/markdown/about/history/mg.md","entries":[{"id":"vafb.md","source":"renamed.source","timestamp":1691790573584},{"id":"2xfB.md","source":"moved.source","timestamp":1691790648436},{"id":"lOz6.md","timestamp":1691792883817},{"id":"Loeu.md","timestamp":1691793507404},{"id":"oSmf.md","timestamp":1691793519317}]} |
[alias] | |
# add all | |
aa = add . | |
# branches list | |
bl = branch | |
# branches list long | |
bll = branch -vv |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
See also:
Service | Type | RAM | Storage | Limitations |
---|---|---|---|---|
AWS EC2 | IaaS | 1 GB | ||
Azure App Service | PaaS | 1 GB | 1 GB |
/** | |
*@author Mahadir Ahmad | |
*Revision | |
* 22/11/2015 - Able to grab lesson or series | |
* | |
* Laracast Video download link grabber | |
* This script is used with IDM | |
* 0. Visit any laracast series (eg: https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/1) | |
* 1. Open Chrome console | |
* 2. paste this script and hit enter |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteRule ^index\.html$ - [L] | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME} !-l | |
RewriteRule . /index.html [L] |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteRule ^index\.html$ - [L] | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteCond %{REQUEST_FILENAME} !-l | |
RewriteRule . /index.html [L] |
{ | |
"name": "webpack-sass", | |
"version": "1.0.0", | |
"scripts": { | |
"start": "webpack-dev-server --open --mode development", | |
"build": "webpack -p" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.4", |