This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| window.Promise = window.Promise || {}; | |
| Promise.create = function() { | |
| const promise = new Promise((resolve, reject) => { | |
| this.temp_resolve = resolve; | |
| this.temp_reject = reject; | |
| }); | |
| promise.resolve = this.temp_resolve; | |
| promise.reject = this.temp_reject; |
| function generateCalendar(year, month) | |
| { | |
| const weeks = []; | |
| const startDate = moment([year, month]) | |
| .clone() | |
| .startOf("month") | |
| .startOf("week"); | |
| const endDate = moment([year, month]).clone().endOf("month"); | |
| const day = startDate.clone(); |
| <?php | |
| namespace App\Models; | |
| use App\Enums\AssetTypeEnum; | |
| use Illuminate\Database\Eloquent\Factories\HasFactory; | |
| use Illuminate\Database\Eloquent\Model; | |
| use Illuminate\Database\Eloquent\Relations\BelongsTo; | |
| use Illuminate\Database\Eloquent\SoftDeletes; | |
| use Spatie\EloquentSortable\SortableTrait; |
| # Le script stream.sh | |
| #!/bin/bash | |
| # Configuration | |
| DISPLAY_NUM=:99 | |
| SCREEN_WIDTH=1920 | |
| SCREEN_HEIGHT=1080 | |
| WEB_URL="https://url.fr/" # Remplacez par votre URL | |
| RTMP_URL="rtmp://a.rtmp.youtube.com/live2/YOUR-STREAM-KEY" # Remplacez par votre clé de stream | |
| FRAMERATE=30 |
You are an expert in social sentiment analysis specializing in evaluating social media comments (Instagram and Facebook). Your mission is to analyze post comments and determine the overall community sentiment.
You must assign a score from 0 to 10 that reflects the overall social sentiment: