panteravb.com

Rotation of the background image when scrolling the page

body { background-image:url(cog.svg); background-size:auto 100%; background-position:center; background-attac ... otates clockwise, turn up-against. I take it you can't do without javascript? Please tell me something useful on this issue?

Close teamviewer

Good day gentlemen, There is a teamviewer software. Useful and necessary, but uncontrolled. I want to close it so that users do not let anyone into the network. Who has experience? P. s. There is also an ammyy admin-also a candidate for closure.

Convert PFX to PEM

There is a PFX certificate that is password protected. When executing openssl pkcs12 -in cert.pfx -out cert.pem -passin pa ... ate: You can generate a separate key like this openssl pkcs12 -in cert.pfx -nocerts -nodes | openssl rsa -out privkey.pem

Windows 10 removing embedded apps via PowerShell

I want to delete on several PCs, built-in Windows 10 applications via PowerShell, I found the commands DISM /Online /Get-Pro ... wever, it doesn't work. Can you tell me how to unify the delete command so that it can be deleted regardless of the version?

Creating a git server for Windows

Good time of day. The problem is this. It is necessary to make an analog of gitlab, but with a host on my PC. So that several ... tually, how and by what means can I do what I described above? Thank you in advance for your answers and have a nice evening!

How to remove certain keys from an array in php

For example there is such an array: Array ( [ID] => 4 [DATE_CREATE] => 04.10.2013 20:47:52 [NAME] => BCA ... => 4 [DATE_CREATE] => 04.10.2013 20:47:52 [NAME] => BCAA [DEPTH_LEVEL] => 1 ) Thank you in advance!

How to create a BAT file to run Autotests

I wrote Auto tests in Java using the Selenid library right now I want to create a Bat file to run these tests not through the Intellij program but through this file

css: background filters

Can you tell me if css has filters for background, especially interesting is hue I want to change the background icon when th ... ilter: hue(...); } P.S. The icon-pictogram is one-color and it is easy to change just the color for it, for example, to blue

JavaScript stopped working

And so I use phpDesigner 7. Denver is installed, the site is standing, everything works. I connected the jQuery library to ... the pshPdesigner, created a new file with javascript, Denver rebooted, rebooting the computer, nothing helped. What's it?)

Substitution of coordinates in Yandex maps

I'm trying to display a map made in the map constructor. Here is the map itself - https://yandex.ru/maps/?um=constructor%3A ... here in Iran. It seems that the longitude and latitude coordinates are swapped. Why can this happen and how can it be fixed?

Error creating a Vue-CLI 3 project

I started creating a Vue project through the UI. At the end of the download, the onibka was thrown out: npm ERR! code EPERM ... /cli-plugin-vuex":{},"@vue/cli-plugin-eslint":{"config":"base","lintOn":["save"]}}}', timedOut: false, killed: false }

How to add a row to a table using AJAX

I am currently studying the AJAX technology and a difficulty has arisen. I want to add a row in the table when I click on the ... console.log('ОШИБКА: ' + respond.error); } }, error: function() { console.log('ОШИБКА AJAX запроса: '); } });

node.js telegram bot mouse/keyboard control

I heard that using node.js can teach the bot to control the cursor, but I can't find how to implement it. Is it possible to t ... , for example, to open a YouTube video in full screen or pause it? Is it possible to implement hotkey pressing through a bot?

How to add sound and images to a website

I have a language learning simulator https://www.trenajor.me. I want to make it so that when the user selects a song, he can, ... nds occur? It's the same with the pictures. To click on the button to open a window and display this word from Google images.

Get the address by coordinates in Yandex maps

Tell me, please, how can I get the address from geo coordinates? That is, there are coordinates 30.524933, 50.447218 and you ... or object in this case-Ukraine, Kiev, Khreshchatyk metro station. I searched in Google, everyone is looking for the opposite.

Dynamic shadow from the video

I have a video and I want to make a dynamic shadow of it. I was never able to do it, but I was able to do it with the image: ... block: <video autoplay muted loop id="awesomeVideo"> <source src="video.mp4" type="video/mp4"> </video>

Compare the list with ManyToMany in Django

The list members is given. It contains instances of the User class. You need to check whether all the elements of this list a ... quest.user] if Dialog.objects.filter(members=members): # Проверка на идентичность списков return redirect('/')

Hash function, hash table

I can't make protection from entering an existing tab number. The function itself is prov. Here's how to use it correctly? I ... ////////////////////////////// void del (info g) { int i=hesh(g.tab); if (search) T[i].tab=NULL; }

Adding negative numbers

Tell me how to add two negative numbers in the septenary number system? -555(7)+-444(7)

In google spread sheets, SUMIFS (and SUMIF) do not work when using IMPORTRANGE

There are 2 tables in google spread sheets (different files). When using the formula SUMIFS (and SUMIF), the formula IMPORTRA ... data using IMPORTRANGE (cell B2). If I try on IMPORTRANGE without SUMIFS, everything works. Why doesn't it work with SUMIFS?