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 5

A Personalized Echo

By Bill0412Posted on May 14, 2020
  • Bash

Description Submission References http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_08_02.html

A Personalized Echo Read More

Looping and Skipping

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

Description Submission Reference https://www.cyberciti.biz/faq/bash-for-loop/

Looping and Skipping Read More

Email Domain Validation – PHP Handson

By Bill0412Posted on January 29, 2020September 4, 2020
  • Development
  • PHP

Sometimes it is necessary to check if a mail is valid when a user is trying to register a new account on your website to […]

Email Domain Validation – PHP Handson Read More

How to Remove GIT Commits Locally and Remotely

By Bill0412Posted on January 24, 2020January 29, 2020
  • Version Control

Remove the Commits Locally If you only want to remove the last commit, If you want to remove more than one, for example, 2 commits, […]

How to Remove GIT Commits Locally and Remotely Read More

A Severe Memory Leak in App ShadowsocksX-NG-R

By Bill0412Posted on January 15, 2020
  • Open Source

Github repository releases: https://github.com/leadscloud/ShadowsocksX-NG-R/releases. The issue, hundreds of threads called nettop is created and take a lot of memory after about only half an hour. […]

A Severe Memory Leak in App ShadowsocksX-NG-R Read More

How to Setup Venv on Zsh in macOS

By Bill0412Posted on January 6, 2020January 29, 2020
  • Development
  • Python

For example, if I want to create a Virtual Environment called opencv.

How to Setup Venv on Zsh in macOS Read More

Compile 5.4.2 Linux Kernel with a new Syscall for Ubuntu 18.04 in VMWare

By Bill0412Posted on December 26, 2019January 29, 2020
  • Linux Inspires

In this example I will use Ubuntu 18.04 LTS(AMD64) Desktop with Linux 5.0.0 Kernel and the 5.4.2 Kenel source file as an example to build […]

Compile 5.4.2 Linux Kernel with a new Syscall for Ubuntu 18.04 in VMWare Read More

Compile a Linux Kernel Module

By Bill0412Posted on December 7, 2019January 29, 2020
  • Linux Inspires
  • Open Source

Makefile If you have a file, say, traverse.o, then your Makefile should be like the following What $(shell uname -r) basically does is that it […]

Compile a Linux Kernel Module Read More

Intro to ML & Regression – IBM at Coursera

By Bill0412Posted on December 4, 2019January 29, 2020
  • Machine Learning
  • Notes
  • Python

These are the notes I took when learning Week 1 & 2 of the course Machine Learning with Python at Coursera.

Intro to ML & Regression – IBM at Coursera Read More

Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

By Bill0412Posted on December 1, 2019January 29, 2020
  • C++ & C
  • Linux Inspires

There is also an example program on my GitHub, the text version of the tutorial is also available at: https://github.com/Bill0412/solve-traffic-deadlock References

Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded Read More

Posts navigation

Older
Next

Leetcode Rating

Recent Posts

  • Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

    2959. Number of Possible Sets of Closing Branches

    Posted on December 22, 2023December 22, 2023
  • Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

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

    Posted on December 20, 2023December 20, 2023
  • Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

    1235. Maximum Profit in Job Scheduling

    Posted on August 30, 2023August 30, 2023
  • Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

    2830. Maximize the Profit as the Salesman

    Posted on August 29, 2023August 29, 2023
  • Debug C++ Programs with GDB – Single-Threaded & Multi-Threaded

    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