оказывается, Microsoft спалили сперва исходный код MS DOS и умельцы тут-же написали Freedos и спалили WinApi и комьюнити написало Wine- это вы по РЕН-ТВ в программе "Совершенно секретно" увидели?
for (int i=0;i<x;i++)
{
SpawnObjectY();
}
4 направления для Java-разработчиков(Front-End
какую литературу прочесть после Head First
прошу вашей помощи с выбором направления Java разработки
а также какие пороги вхождения
g++ test.cpp -o test 2>&1 | Tee-Object -Filepath error.txt
invoke-command { 'txt1'; write-error 'err'; 'txt2' } -ErrorVariable e
#пример вызова внешней команды
invoke-command { python 1.py 2>&1 } -ErrorVariable e
$e | Out-File error.txt
Embed
Set the stream to unlisted or public
Go to the “Watch page” (View on watch page link (lower right) in https://www.youtube.com/live_dashboard)
Click Share -> Embed to get the embed HTML code
example:
<iframe width="560" height="315" src="https://www.youtube.com/embed/XYZ123" frameborder="0" allowfullscreen></iframe>
Now the problem is: every time the stream stops and restarts, the ID changes.
To get a permanent URL, you need to change the link to use the Channel ID (12345 in this example):
<iframe width="560" height="315" src="https://www.youtube.com/embed/live_stream?channel=12345" frameborder="0" allowfullscreen></iframe>
Get the Channel ID from https://www.youtube.com/account_advanced. Not the User ID!
Add this into your website HTML, and open the website in anonymous browser window to check if the stream displays without error message.