Світогляд — це сукупність поглядів, оцінок, принципів та образів, що визначають загальне бачення, розуміння світу, місця людини у ньому, а також життєві позиції, програми поведінки та дій людей. Структура світогляду:
- Знання (наукові, життєві);
- Переконання (те, у що людина вірить і чим керується);
- Цінності (орієнтири добра, зла, краси, справедливості);
- Емоції та почуття (світовідчуття). Історичні типи світогляду:
Потрібно зробити кнопку для всіх тесла для відкриття переднього багажнику
Приклад є на відео: https://www.youtube.com/watch?v=1IiNR54dGCA
Проблема в тому що як зображено на відео там потрібно прокладати провід і розбирати теслу
Натомість потрбіно зробити 3д друковану деталь з різьбою як на буксировочному гачку з жолобком для батарейки А23 і прорізами для контактів і гнучкою поверхньою щою можна було натиснути і замкнути контакти на батарейці
Такого ще ніхто не робив тому потрібно змоделювати 3д модель вланоруч
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
| RSpec.feature 'Trip', type: :feature, js: true do | |
| let!(:user) { create(:user) } | |
| let!(:work) { FavoriteAddress.create(user: user, name: 'Work', location: '49.426269,32.05418899999995', address: 'Active Bridge') } | |
| let!(:home) { FavoriteAddress.create(user: user, name: 'Home', location: '49.44546829999999,32.071774000000005', address: 'Haharina, 55') } | |
| let!(:card) { create(:card, user: user) } | |
| let!(:car) { create(:car) } | |
| let!(:driver) { create(:driver, car: car) } | |
| let!(:price) { Price.delete_all && Price.create } | |
| let!(:prev_trip) { user.trips.create(status: 'finished') } | |
| let(:trip) { Trip.last } |
git clone https://github.com/galulex/vim.git ~/.vim
mkdir ~/.fonts
cd ~/.fonts && curl -fLo DroidSansMonoForPowerlinePlusNerdFileTypes.otf https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete%20Mono.otf?raw=true
ln -s ~/.vim/.vimrc ~/.vimrc
sudo apt-get install ctags wmctrl fonts-powerline
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
| [ | |
| { | |
| "value": "Autauga County", | |
| "label": "Autauga County", | |
| "state": "AL" | |
| }, | |
| { | |
| "value": "Baldwin County", | |
| "label": "Baldwin County", | |
| "state": "AL" |
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
| // This is the "Offline page" service worker | |
| importScripts('https://storage.googleapis.com/workbox-cdn/releases/5.0.0/workbox-sw.js'); | |
| const CACHE = "pwabuilder-page"; | |
| // TODO: replace the following with the correct offline fallback page i.e.: const offlineFallbackPage = "offline.html"; | |
| const offlineFallbackPage = "offline.html"; | |
| self.addEventListener("message", (event) => { |
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
| import React, { Component } from 'react' | |
| import { | |
| Platform, | |
| AsyncStorage, | |
| Alert, | |
| Modal, | |
| TextInput, | |
| TouchableOpacity, | |
| Keyboard | |
| } from 'react-native' |
NewerOlder
