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
  • Page 4

MySQL Connector Python Executing Multiple SQL Statements

By Bill0412Posted on August 20, 2020
  • SQL

To run multiple executions a time, the SQL statements should be separated by semicolons(;) and with the multi option as true. And meanwhile, cursor.execute returns […]

MySQL Connector Python Executing Multiple SQL Statements Read More

Install CUDA on Ubuntu 20.04 Desktop

By Bill0412Posted on August 19, 2020August 19, 2020
  • CUDA

Install using runfile Add to Global Environment Variables Make your /etc/environment file look like the following and then restart the OS. This is only necessary […]

Install CUDA on Ubuntu 20.04 Desktop Read More

Reversing Python List the SMART Way

By Bill0412Posted on July 1, 2020July 1, 2020
  • Python

As we can recall, to get every other element, we can use where 2 is the step, and with it, only the elements indexed with […]

Reversing Python List the SMART Way Read More

fix: lua_load_resty_core failed to load the resty.core module

By Bill0412Posted on June 15, 2020June 15, 2020
  • Webserver

One day, my website was replaced by a OpenRestry installed page. I did nothing, but it just happened. I checked the nginx log and it […]

fix: lua_load_resty_core failed to load the resty.core module Read More

C++11 decltype

By Bill0412Posted on June 4, 2020June 4, 2020
  • C++11

decltype is used to get the type of a expression Considering the following function For the following 2 invocations The results will be different, To […]

C++11 decltype Read More

Arithmetic Operations

By Bill0412Posted on May 15, 2020May 15, 2020
  • Bash

Description Submission One case won’t pass, so had to be “processed carefully” Bash is reaaaly space sensitive! = with space is for comparison, = without […]

Arithmetic Operations Read More

More on Conditionals

By Bill0412Posted on May 14, 2020May 14, 2020
  • Bash

Description Submission

More on Conditionals Read More

Getting started with conditionals

By Bill0412Posted on May 14, 2020May 14, 2020
  • Bash

Description Read in one character from the user (this may be ‘Y’, ‘y’, ‘N’, ‘n’). If the character is ‘Y’ or ‘y’ display “YES”. If […]

Getting started with conditionals Read More

Comparing Numbers

By Bill0412Posted on May 14, 2020May 14, 2020
  • Bash

Description Submission Spacing is important

Comparing Numbers Read More

The World of Numbers

By Bill0412Posted on May 14, 2020May 14, 2020
  • Bash

Description Submissions There’re many possible solutions. Submission 1 Submission 2 References https://unix.stackexchange.com/questions/93029/how-can-i-add-subtract-etc-two-numbers-with-bash

The World of Numbers Read More

Posts navigation

Older
Next

Leetcode Rating

Recent Posts

  • The World of Numbers

    2959. Number of Possible Sets of Closing Branches

    Posted on December 22, 2023December 22, 2023
  • The World of Numbers

    1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance

    Posted on December 20, 2023December 20, 2023
  • The World of Numbers

    1235. Maximum Profit in Job Scheduling

    Posted on August 30, 2023August 30, 2023
  • The World of Numbers

    2830. Maximize the Profit as the Salesman

    Posted on August 29, 2023August 29, 2023
  • The World of Numbers

    2811. Check if it is Possible to Split Array

    Posted on August 27, 2023August 27, 2023

Archives

  • December 2023 (2)
  • August 2023 (4)
  • July 2023 (1)
  • April 2023 (1)
  • January 2023 (2)
  • November 2022 (1)
  • October 2022 (1)
  • August 2022 (2)
  • July 2022 (5)
  • June 2022 (2)
  • May 2022 (10)
  • 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 Graph 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 WordPress WSS

Thanks To…

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