There is no Israel!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use CSRFTOKEN for your current session | |
// Copy this whole code into the developer console of your FDDB Browser Tab | |
const CSRFTOKEN = "871432"; | |
async function createWeight(date, weight, bfp) { | |
var day = date.getDate().toString(); | |
var month = (date.getMonth()+1).toString(); | |
var year = date.getFullYear().toString(); | |
Here you'll find the launch.json
and tasks.json
that you can paste into your .vscode
folder of your project.
Don't forget to change values specific to your project like url
and webRoot
in the launch.json
and the options.cwd
in the tasks.json
file.
After adding these files to your project it should suffice to press F5
to start building and debugging your Angular project.
Have fun!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#PLAYLIST:Islam | |
#EXTINF:0 tvg-country="undefined" tvg-logo="https://i.imgur.com/5ohs2WT.png" group-title="Islam",Al Quran Al Kareem (Mecca), Quran | |
http://m.live.net.sa:1935/live/quran/playlist.m3u8 |
Guide How To use custom domain with Duck DNS: home-assistant/addons#1331 (comment)
Let us imagine the following:
You have a domain example.duckdns.org
and you have the domain example.com
and want to access your home assistant via home.example.com
.
- Set CNAME records for your domain:
*.home
andhome
pointing toexample.duckdns.org
- Install or Reinstall the DuckDNS Addon on your home assistant instance.
- Set your addon config and leave out your alias for this step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
' Author: Mansour Yaacoubi | |
' Timestamp: 2020-06-02 13:00 UTC+0 | |
' Summary: This script deals with the | |
' document of the BCP and automates | |
' tasks for the employees | |
' Responsible: Mohammed Ngadi | |
Sub Button1_Click() | |
' TODO: Check previously if empty before printing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
curl 'https://mentor.duden.de/api/grammarcheck?_format=json' -H 'content-type: application/json' --data-binary '{"text":"Bitte geben Sie die nächste zu zuweisende sendung ein."}' --compressed |
composer create-project laravel/laravel="5.5.*" tasksman
cd tasksman
php artisan preset react
NewerOlder