Skip to content

Kickstart Coding

From 0 to 1

  • Home
  • Kickstart
  • LeetCode
  • Development
    • Angular
    • Algorithms
    • C++ & C
    • Computer Vision
    • Data Strcture
    • DEBUG
    • Fullstack
      • Bootstrap
      • JavaScript
      • jQuery
      • Ruby on Rails
      • Vue
    • Linux Inspires
      • Raspberry Pi
    • Networks
    • Machine Learning
    • MATLAB
    • PHP
    • Python
    • SoC
    • Open Source
  • Notes
    • LIfe
    • Books
    • Machine Learning
  • CP
    • HackerRank
  • Resume

Category: Development

  • Home
  • Development

Using Gitlab with ed25519 private-public key pair

By Bill0412Posted on April 6, 2022April 6, 2022
  • Version Control

Generate Key Pair Add SSH Public Key to Gitlab Profile You should now login to gitlab preferences->SSH keys and add the ed25519.pub to your SSH […]

Using Gitlab with ed25519 private-public key pair Read More

VSCode Remote SSH use code command to Open project

By Bill0412Posted on March 2, 2022March 2, 2022
  • Development
  • VSCode

Add the following to your ~/.bashrc References https://stackoverflow.com/questions/62201080/is-it-possible-to-use-the-code-command-in-sshed-terminal-to-open-vs-code-on-l

VSCode Remote SSH use code command to Open project Read More

Deploy selenium-based crawler on Windows Server

By Bill0412Posted on February 20, 2022
  • crawler
  • Python

You should make sure that the crawler is able to be run on Windows server manually. And to note that to make sure selenium runs […]

Deploy selenium-based crawler on Windows Server Read More

Selenium Fix “Chrome version must be between 70 and 73”

By Bill0412Posted on August 29, 2021
  • crawler

Issue Sometimes, the local chromedriver version is larger than expected by Selenium. Fix Download a version that is required from this page, uncompress it. And […]

Selenium Fix “Chrome version must be between 70 and 73” Read More

Fix “locale.Error: unsupported locale setting”

By Bill0412Posted on July 25, 2021July 25, 2021
  • Linux Inspires
  • Linux Inspires

Reproduce Fix Verification

Fix “locale.Error: unsupported locale setting” Read More

Filepath of Executing File

By Bill0412Posted on July 25, 2021July 25, 2021
  • Python

The default file path for python is the path of ‘__main__‘, regardless of where the called module is located. To know where the module is, […]

Filepath of Executing File Read More

Troubleshoot for peewee

By Bill0412Posted on July 25, 2021July 25, 2021
  • peewee
  • Python

ImproperlyConfigured: MySQL driver not installed You may refer to MySQL API Dependency Installation to install the MySQL Drivers. This issue is stated at ImproperlyConfigured: MySQL […]

Troubleshoot for peewee Read More

MySQL API Dependency Installation for peewee

By Bill0412Posted on July 25, 2021July 25, 2021
  • peewee
  • Python

When using peewee with MySQL, 2 types of API can be used, one is pymysql, another is mysqlclient. They can be used as alternatives, but […]

MySQL API Dependency Installation for peewee Read More

Dynamically Defining a Database in peewee

By Bill0412Posted on July 25, 2021July 25, 2021
  • peewee
  • Python

In most of the cases, predefining the database if fine, as in the official Quickstart tutorial, following are the 2 major ways, database proxy and […]

Dynamically Defining a Database in peewee Read More

Peewee Mod Operator Overload

By Bill0412Posted on July 25, 2021July 25, 2021
  • peewee
  • Python

Mod(modulo) operation is not officially defined for peewee database query. To use the “MOD“ operator, we have to override the operator by ourselves.1 After this, […]

Peewee Mod Operator Overload Read More

Posts navigation

Older

Leetcode RANKING

Recent Posts

  • Peewee Mod Operator Overload

    462. Minimum Moves to Equal Array Elements II

    Posted on May 19, 2022May 19, 2022
  • Peewee Mod Operator Overload

    1305. All Elements in Two Binary Search Trees

    Posted on May 1, 2022May 1, 2022
  • Peewee Mod Operator Overload

    828. Count Unique Characters of All Substrings of a Given String

    Posted on May 1, 2022
  • Peewee Mod Operator Overload

    1996. The Number of Weak Characters in the Game

    Posted on April 30, 2022
  • Peewee Mod Operator Overload

    1201. Ugly Number III

    Posted on April 26, 2022April 26, 2022

Archives

  • May 2022 (3)
  • April 2022 (4)
  • March 2022 (10)
  • February 2022 (19)
  • January 2022 (28)
  • December 2021 (26)
  • November 2021 (21)
  • August 2021 (27)
  • July 2021 (92)
  • June 2021 (69)
  • May 2021 (1)
  • April 2021 (19)
  • March 2021 (84)
  • February 2021 (37)
  • January 2021 (18)
  • December 2020 (6)
  • November 2020 (20)
  • October 2020 (58)
  • September 2020 (99)
  • August 2020 (42)
  • July 2020 (41)
  • June 2020 (47)
  • May 2020 (72)
  • April 2020 (35)
  • March 2020 (2)
  • February 2020 (16)
  • January 2020 (9)
  • December 2019 (5)
  • November 2019 (2)
  • October 2019 (5)
  • September 2019 (6)
  • August 2019 (6)
  • July 2019 (6)
  • June 2019 (3)
  • May 2019 (6)
  • April 2019 (1)
  • March 2019 (4)
  • February 2019 (2)
  • January 2019 (6)
  • December 2018 (1)

Tags

Arrays Backtracking blog BST C++ Coursera CS Decision Trees Dynamic Programming Evaluation GDB Hashmap Integer Java K-Nearest Neighbors LeetCode Level Order Traversal life Linked List Linux Linux Kernel Logistic Regression Machine Learning Makefile MATLAB Multi-threading MYSQL npm Palindrome Plot Priority Queue Python Recursion RegEx Rolling Hash skills Sorting SSL String SVM Tree Ubuntu Vue WordPress WSS

Thanks To…

  • Cruel Coding Club
  • WisdomPeak
Copyright © 2022 Kickstart Coding. All Rights Reserved | Blog Diary by Theme Palace