- Vào trang web Bing, ấn vào nút đăng nhập https://www.bing.com
- Ấn vào chữ "Sign In" ở góc trên cùng bên phải.
- Ấn vào chữ "Create One!"
- Điền địa chỉ email (Gmail) của bạn
- Tạo mật khẩu
This file contains 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 | |
######################################## | |
# References | |
######################################## | |
# https://forums.macrumors.com/threads/battery-condition-vs-design-capacity-macbook-m1-air-pro.2276871/ | |
# https://forums.macrumors.com/threads/my-iphone-13-pro-max-battery-capacity-has-went-from-99-to-94-in-a-month.2335878/page-2 | |
# https://webcache.googleusercontent.com/search?q=cache:XEXQX8baQQUJ:https://towardsdatascience.com/a-step-by-step-guide-to-scheduling-tasks-for-your-data-science-project-d7df4531fc41&cd=2&hl=en&ct=clnk&gl=vn&client=safari | |
# https://stackoverflow.com/questions/25622613/crontab-doesnt-execute-ioreg-on-my-mac | |
# https://crontab.guru/ |
This file contains 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 | |
# History | |
# 2021/Feb/03: Initial version | |
# 2021/Feb/06: Add Microsoft Edge, remove Chromium | |
# Add TeamViewer | |
# 2021/Mar/04: Remove Microsoft Edge, TeamViewer, NoMachine | |
# Add Google Chrome | |
# 2021/Apr/12: Update NoMachine version | |
# 2021/Apr/28: Add Sublime Text 3 and Opera |
This file contains 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
<!-- README --> | |
<!-- Small fix to use OSD and VolumeUp, VolumeDown with iBuffalo Gamepad within Kodi --> | |
<!-- --> | |
<!-- - To enter OSD: press Start --> | |
<!-- - To start/stop video: press Start 2 times --> | |
<!-- - To decrease volume: press Left Shoulder --> | |
<!-- - To increase volume: press Right Shoulder --> | |
<!-- - To rewind: press Start then Left Shoulder --> | |
<!-- - To fastforward: press Start then Right Shoulder --> | |
<!-- --> |
- Adobe or Foxit Reader
- ibus
- chrome
- fallback gnome
- mp3 + mp4 CODEC
google-chrome --proxy-server="192.168.80.1:8080"
http://askubuntu.com/questions/53146/how-do-i-get-add-apt-repository-to-work-through-a-proxy
Note: Use this setting in calibre to convert an ePub file to a printing PDF file
- Text justification: Justify text
- Left: 72 pt.
- Top: 72 pt.
- Right: 34 pt.
- Bottom: 72 pt.
Requirements:
- CentOS 6.5 Live CD
- VirtualBox
TODO List
- Install some packages & update the system
yum install vim bash-completion file-roller nautilus-open-terminal
yum update -y
reboot
This file contains 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
cmake_minimum_required(VERSION 2.3) | |
project( geomatch ) | |
find_package( OpenCV REQUIRED ) | |
include_directories( ${OpenCV_INCLUDE_DIRS} ) | |
SET(SRC | |
main.cpp | |
GeoMatch.h |
NewerOlder