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

  • create a rings loading spinner animated in pure css CSS Loading Spinner: 9 Beautiful Ring, Circle and Signal Loading Spin Recommendation
  • Read and Display an Image in a Window Using Python OpenCV Read and Display an Image in a Window Using Python OpenCV
  • Remove English Stop Words From Text Using Python NLTK Remove English Stop Words From Text Using Python NLTK
  • Matplotlib - Create a Plot Using plt.scatter() for Beginners Matplotlib: Create a Plot Using plt.scatter()
  • Convert HTML to PDF Using Java itextpdf Convert HTML to PDF Using Java itextpdf
  • Matplotlib - Change Figure Background Using fig.patch.set_facecolor() for beginners Matplotlib: Change Figure Background Using fig.patch.set_facecolor()
  • Python File Processing: Unzip Files - A Completed Guide Python File Processing: Unzip Files – A Completed Guide
  • Convert PDF File to Images Using Python pdf2image Convert PDF File to Images Using Python pdf2image
  • JavaScript - Flatten a Nested JSON Object - A Step Guide JavaScript: Flatten a Nested JSON Object
  • Python OpenCV - Remove Noise in Image Using Midpoint Filter for Beginners Python OpenCV: Remove Noise in Image Using Midpoint Filter
Copyright © 2023 Cocyer.