Create new migration script:
php artisan make:migration add_api_token --table=users
module.factory "GoogleMap", ($rootScope, $location, $compile) -> | |
ROOTSCOPE = $rootScope | |
COMPILE = $compile | |
SJO = {lat: 9.993552791991132, lng: -84.20888416469096} | |
initPosition = SJO | |
initZoom = 16 | |
mapOptions = | |
compile: $compile | |
rootScope: $rootScope |
module.factory "GoogleMap", ($rootScope, $location, $compile) -> | |
ROOTSCOPE = $rootScope | |
COMPILE = $compile | |
SJO = {lat: 9.993552791991132, lng: -84.20888416469096} | |
initPosition = SJO | |
initZoom = 16 | |
mapOptions = | |
compile: $compile | |
rootScope: $rootScope |
#!/bin/bash | |
# log into your server | |
ssh root@[server ipaddress] | |
# change root password | |
passwd | |
# update all packages and operating system | |
apt-get update && apt-get --yes upgrade |
---------- Usage | |
The syntax created by these parameters is placed in an alert's description on TradingView | |
to be utilized by Autoview, a Chrome Extension. | |
Autoview: https://chrome.google.com/webstore/detail/autoview/okdhadoplaoehmeldlpakhpekjcpljmb | |
> Website: https://autoview.with.pink | |
> Help: https://use.autoview.with.pink | |
> Discord: https://discordapp.com/invite/BFz8VPn | |
TradingView: https://tradingview.go2cloud.org/aff_c?offer_id=2&aff_id=1187 |
<?php | |
// Start of PDO v.1.0.4dev | |
/** | |
* Represents an error raised by PDO. You should not throw a | |
* <b>PDOException</b> from your own code. | |
* @see http://php.net/manual/en/language.exceptions.php Exceptions in PHP | |
* @link http://php.net/manual/en/class.pdoexception.php | |
*/ |
0⃣ 0, keycap, zero | |
1⃣ 1, number, one | |
🕜 1, 30, clock, time, one, thirty, 1:30, one-thirty | |
🕐 1, clock, time, one, 00, o’clock, 1:00, one o’clock | |
2⃣ 2, number, two | |
🕝 2, 30, clock, time, two, thirty, 2:30, two-thirty | |
🕑 2, clock, time, two, 00, o’clock, 2:00, two o’clock | |
3⃣ 3, keycap, three | |
🕞 3, 30, three, clock, time, thirty, 3:30, three-thirty | |
🕒 3, three, clock, time, 00, o’clock, 3:00, three o’clock |
# .cursorrules for a svelte mapbase project that heavily uses plantuml | |
# Inspired by: https://www.youtube.com/watch?v=aG-utUqVrb0 | |
context: | |
paths: | |
- prompts/_uml/**/*.puml | |
- prompts/_uml/**/*.md | |
priorities: | |
- prompts/_uml/common/stereotypes.puml |