Skip to content

Instantly share code, notes, and snippets.

@kid1412-net
kid1412-net / 000_README_newBing_Reg.md
Last active March 19, 2023 12:55
new Bing (BingGPT, Bing Chat, Bing AI) Register - Cách đăng ký Bing mới (BingGPT, Bing Chat, Bing AI)

Cách Đăng Ký Bing mới (BingGPT, Bing Chat, Bing AI)

Các Bước Thực Hiện

  1. Vào trang web Bing, ấn vào nút đăng nhập https://www.bing.com
  2. Ấn vào chữ "Sign In" ở góc trên cùng bên phải.
  3. Ấn vào chữ "Create One!"
  4. Điền địa chỉ email (Gmail) của bạn
  5. Tạo mật khẩu
@kid1412-net
kid1412-net / smart_bat.sh
Last active December 12, 2022 04:07
Log MBP battery information daily
#!/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/
@kid1412-net
kid1412-net / my_fedora.sh
Last active February 20, 2022 01:15
My Fedora Packages
#!/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
<!-- 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 -->
<!-- -->
@kid1412-net
kid1412-net / setting.md
Created August 20, 2015 09:04
[calibre] ePub to PDF converting setting

Note: Use this setting in calibre to convert an ePub file to a printing PDF file

Look and Feel

  • Text justification: Justify text

Page Setup

  • Left: 72 pt.
  • Top: 72 pt.
  • Right: 34 pt.
  • Bottom: 72 pt.
@kid1412-net
kid1412-net / windows_apps.md
Last active August 29, 2015 14:13
Windows 8.1 Application Programs

Windows 8.1 Application Programs

Ebook Reader

  • Adobe Reader (or Sumatra PDF)
  • Mobireader (or Kindle)
  • WinDJView

Fonts

@kid1412-net
kid1412-net / centos_note.md
Last active August 29, 2015 14:13
CentOS VM first install

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
@kid1412-net
kid1412-net / CMakeLists.txt
Last active August 29, 2015 14:13
Using Cmake with Edge Based Temlate Matching
cmake_minimum_required(VERSION 2.3)
project( geomatch )
find_package( OpenCV REQUIRED )
include_directories( ${OpenCV_INCLUDE_DIRS} )
SET(SRC
main.cpp
GeoMatch.h