panteravb.com

blender 2.8 how to expand a 2d view window

In 3d max, you could expand any of the 4 windows to the entire window. In the blender, I can only create a 3d view window. can the rest be expanded?

Cyclic array shift

For example, you need to perform a cyclic shift to the right by n elements. And how to make a cyclic shift to the right by -n ... rrect answer is: Array - 1 2 3 4 5 Shift to the right by -2 (negative number) Is the answer 3 4 5 1 2 or 3 4 5 2 1 correct ?

Translate file retrieval to curl

$ymlFileXml = '/var/www/html/upload/shina.xlsx'; $parameters = [ 'access-token' => '2azoMVxNgDZl12vwXGOIvalzyHvO8A7J' ... )))); Previously, this code was executed, now you need to translate it to curl, tell me how to rewrite the code correctly ?

Installing Ubuntu next to Windows

Tell me how to install Ubuntu second OS on your computer?

"int main(int argc, char *argv[]){}" - how does it work?

Why is this necessary? What's it? I am learning from the book " Krupnik A. tutorial C++. Peter2005 " there is such a program ... } infile.close(); } Here is the question, what does this program actually do, and why do these variables argc and argv?

How do I upgrade Ubuntu to 19.10?

I am trying to update Ubuntu from 19.04 to 19.10. I use the command sudo update-manager -d. A window opens that says yes, the ... pdating, install all available updates for your version. sudo apt update and sudo apt upgrade do not install anything new.

How to copy the contents of a folder with a given extension to another folder while maintaining the original directory structure in linux

How do I copy files of only a certain extension to another folder in Ubuntu, while maintaining the structure of the original ... ents of the subfolders were also copied, only what has the extension .h This is analogous to the command mac: gcp --parents

The linux installer does not see the internal hard drive

Acer aspire laptop on uefi lnsydeh20 does not see the hard disk for installing the system, at the stage of installing the dis ... p or format before, disabled secure boot in efi, the laptop is new, please help, thank you in advance Output sudo fdisk -l:

I can't connect to gitlab via SSH, why?

There is a gitlab deployed on its server, it works successfully, projects are uploaded, everything is created, the web interf ... mitriy/.ssh/gitlab debug1: Authentications that can continue: publickey,password debug1: Next authentication method: password

ImportError: DLL load failed: The specified module was not found. Will not see cv2

The program uses cv2, I work in conda. Recently, everything worked fine, but then this error began to occur. I recently start ... ort module = self._system_import(name, *args, **kwargs) ImportError: DLL load failed: Not found the specified module. '''

How to log in to phpmyadmin on ubuntu

I installed LAMP on Ubuntu, and I can't open phpmyadmin. So it outputs 404 http://localhost/tools/phpmyadmin http://localh ... tu) Then I enter CREATE DATABASE box;. Writes ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'box'

Bootstrap Modal window

When creating a bootstap modal window, it closes immediately after opening it. Inside the youtube video window. How to fix it ... .net/8hz1c733/ On every case. Maybe I have an outdated jquery library? Or do you need to connect something to support html-5?

Periodic background sync in the Android app

Please share your experience in the issue of background synchronization in the app. For example, you need to make a request t ... ager. I wanted to find out what is currently relevant, what libraries and frameworks are used by pros in modern applications.

How do I get or track who clicked on a reaction in a message? Discord bot

There is a discord bot. You need to create reactions under the messages that the bot sends, and get information about who clicked on which reaction.

Right-alignment of flex elements

Can you tell me how to correctly align the elements on the right edge in my example? .header { width: 100%; heigh ... <a href="#">Подвал</a> </li> </ul> </nav> </div> </header>

How to pass the id of the current element

Eg: <!DOCTYPE html> <html> <head> <script type="text/javascript" src="js/calkulator3.js"></scrip ... ou can create one that will determine the id of the pressed button and already pull the value from this ID. How do I do this?

Alignment of bootstrap table elements

I have the following table on Botstrap'e: <table class="table" border="1"> <thead class="thead-dark"> ... at the text in the first four columns always adjusts to the height of the cell and is centered relative to the vertical axis?

Vertical center alignment of an element in Twitter Bootstrap

Faced with such a problem. In Twitter Bootstrap, the element is not aligned vertically (centered) inside the block. HTML cod ... r: 1px solid #fff; display: table-cell; vertical-align: middle; } Without using this framework, everything works correctly.

How to build messenger for Android

Good afternoon. I have a question about how to start developing messenger for Android. How best to make it. I know programming, but it's my first time developing an app, so I don't even know how to build it properly. Please tell me.