Skip to content

Cocyer

Learning Programming From Beginner to Professional

  • Home
  • Python
  • NumPy
  • Pandas
  • Matplotlib
  • OpenCV
  • Pillow
  • PHP
  • JavaScript
    • Node.js Tutorial
  • Linux
Main Menu
  • Python Audio Processing: Split Audio File on Silence Using Pydub

  • JavaScript: Split a String Using Regular Expressions

  • Python File Processing: Copy File – A Beginner Guide

  • Python: Download All Images from HTML Page – A Step Guide

  • Python Network Processing: Get Domain Whois Information Using Python-Whois

Python Audio Processing: Split Audio File on Silence Using Pydub
JavaScript: Split a String Using Regular Expressions
Python Audio Proccessing - Split Audio File on Silence Using Pydub

Python Audio Processing: Split Audio File on Silence Using Pydub

April 23, 2021cocyer
In this tutorial, we will use an example to show you how to split an audio file using python pydub library. 1.Install pydub [...]
JavaScript - Split a string using regular expressions

JavaScript: Split a String Using Regular Expressions

April 23, 2021cocyer
In this tutorial, we will introduce you how to split a string using regular expressions in javascript. We will use split() method to implement it. [...]
Python File Processing: Copy File - A Beginner Guide

Python File Processing: Copy File – A Beginner Guide

April 12, 2021cocyer
It is very easy to copy file in python. In this tutorial, we will use an example to show you how to do. [...]
Python: Download All Images from HTML Page - A Step Guide

Python: Download All Images from HTML Page – A Step Guide

April 12, 2021cocyer
In this tutorial, we will use some steps to introduce you how to download all images in a html page using python. 1.Install [...]
Python Network Processing - Get Domain Whois Information Using Python-Whois - A Step Guide

Python Network Processing: Get Domain Whois Information Using Python-Whois

April 11, 2021cocyer
In this tutorial, we will introduce how to get domain whois information using python python-whois library. 1.Install python-whois pip install python-whois 2.Import library import whois [...]
Linux: Find and Delete Files with Modification Time Older Than 30 Days

Linux: Find and Delete Files with Modification Time Older Than 30 Days

April 9, 2021cocyer
In this tutorial, we will introduce how to delete files with modification time is older than 30 days in linux. The delete command [...]
JavaScript - Flatten a Nested JSON Object - A Step Guide

JavaScript: Flatten a Nested JSON Object

April 9, 2021cocyer
In this tutorial, we will use an example to show you how to flatten a nested JSON object. 1.We should use flat library npm [...]
Node.js - Convert an Array to Buffer - A Step Guide

Node.js: Convert an Array to Buffer – A Step Guide

April 8, 2021cocyer
In this tutorial, we will use an example to show how to convert a javascript array to buffer in node.js 1.Create an array [...]
Node.js: Serialize JSON to the MessagePack Format

Node.js: Serialize JSON to the MessagePack Format

April 8, 2021cocyer
In this tutorial, we will use an example to show you how to serialize a json to the messagepack format. 1.Install msgpack in node.js [...]
JavaScript JSON Processing - Merge JSON Objects - A Step Guide

JavaScript JSON Processing: Merge JSON Objects – A Step Guide

April 8, 2021cocyer
In this tutorial, we will use an example to introduce steps to merge json objects in javascript. 1.Create two json objects const string1 [...]

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • …
  • 22
  • Next

Popular

  • Python Pillow - Create a QRCode Image with Background Color - A Step Guide Python Pillow: Create a QRCode Image with Background Color
  • Python OpenCV - Extract Blue, Green and Red Channel from Color Image for Beginners Python OpenCV: Extract Blue, Green and Red Channel from Color Image
  • Convert .docx File to PDF Using Python docx2pdf Convert .docx File to PDF Using Python docx2pdf
  • Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread() Python OpenCV: Read a Color Image to Grayscale Image Using cv2.imread()
  • Python - Convert a Python GUI Program to EXE Application Using pyinstaller Python: Convert a Python GUI Program to EXE Application Using pyinstaller
  • Convert a Float NumPy Array to Integer Array in NumPy Convert a Float NumPy Array to Integer Array in NumPy
  • Python Video Processing: Combine Multiple Video Files to One File Using MoviePy Python Video Processing: Combine Multiple Video Files to One File Using MoviePy
  • Convert RGB Color to Hex Code in Python Convert RGB Color to Hex Code in Python
  • Python: Save JSON String to CSV File
  • Creating a classic color picker uing pickr.js JavaScript Color Picker | Select RGB, HSV Value Using Pickr.js
Copyright © 2025 Cocyer.