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 file operation Read a File in Python
  • Extract Computer MAC Address Using Python Extract Computer MAC Address Using Python
  • Extract All Links From Web Page Using Python BeautifulSoup Extract All Links From Web Page Using Python Beautiful Soup
  • Select Best Model in Machine Learning Using Grid Search Select Best Model in Machine Learning Using Grid Search
  • Matplotlib - Create Multiple Plots in One Figure Using plt.subplots() for Beginners Matplotlib: Create Multiple Plots in One Figure Using plt.subplots()
  • Create PDF File From .txt File Using Python fpdf Create PDF File From .txt File Using Python fpdf
  • Python - Get GPU Information Using gputil for Beginners Python: Get GPU Information Using gputil
  • MySQL Connector Examples in Python Update MySQL Table Data Using Python
  • Implement Linear Search in Python Implement Linear Search in Python
  • Convert Image to Byte Array in Java Convert Image to Byte Array in Java
Copyright © 2025 Cocyer.