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
Convert a Colorful Image to Grayscale Image Using PHP

Convert a Colorful Image to Grayscale Image Using PHP

June 21, 2020cocyer
In this tutorial, we will introduce the way to convert a colorful image to a grayscale image using php. 1. Open a png [...]
Implement Linear Search in Python

Implement Linear Search in Python

June 21, 2020cocyer
In this tutorial, we will introduce the way to implement a linear search using python. What is linear search? Linear Search a search [...]
Upload Images Using PHP and jQuery Without Refreshing Page

Upload Images Using PHP and jQuery Without Refreshing Page

June 21, 2020cocyer
In this tutorial, we will introduce the way to upload images to web server without refreshing web page using PHP and jQuery. jQuery [...]
Convert PHP Array to JSON Formatted Text in PHP

Convert PHP Array to JSON Formatted Text in PHP

June 21, 2020cocyer
In this tutorial, we will introduce the way to convert a php array to json string. We will use json_encode() to convert. 1. [...]
Get Synonyms and Antonyms of Word Using NLTK WordNet in Python

Get Synonyms and Antonyms of Word Using NLTK WordNet in Python

June 20, 2020cocyer
In this tutorial, we will introduce the way to get synonyms and antonyms of word using NLTK WordNet in python. 1. Import library [...]
Tokenize Sentences and Words Using Python NLTK in Python

Tokenize Sentences and Words Using Python NLTK in Python

June 20, 2020cocyer
In this tutorial, we will introduce how to tokenize text sentences and words using python nltk library. 1. Import library from nltk.tokenize import [...]
Remove Punctuation in Sentences Using Python

Remove Punctuation in Sentences Using Python

June 20, 2020cocyer
In this tutorial, we will remove all punctuations in a text sentence using python. We will use string.punctuation to implement. 1. Import python [...]
Determine the Part of Speech of Words in Sentence Using Python NLTK

Determine the Part of Speech of Words in Sentence Using Python NLTK

June 19, 2020June 19, 2020cocyer
In this tutorial, we will introduce the way to determine the part of speech of words in a sentence. We will use python [...]
wordpress add comments without website url field

Remove the Website Field from WordPress Comment

June 19, 2020cocyer
In this tutorial, we will introduce the way to remove the website field from wordpress comment. When you plan to add a comment [...]
Strip String Whitespace in Python

Strip String Whitespace in Python

June 19, 2020cocyer
In this tutorial, we will introduce the method to remove whitespaces in a python string. 1. Create a text string in python text_data [...]

Posts navigation

  • Previous
  • 1
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • Next

Popular

  • Python OpenCV - Blend Two Images Using cv2.addWeighted() Python OpenCV: Blend Two Images Using cv2.addWeighted()
  • Tune Neural Network Hyperparameters Using Grid Search in Keras Tune Neural Network Hyperparameters Using Grid Search in Keras
  • Creating a Emoji Slider Control Using emoji-slider.js JavaScript Slider Control: Creating a Emoji Slider Control Using emoji-slider.js
  • Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package Node.js: Implement HTTP/2 Get and Put Request Using fetch-h2 Package
  • Convert an Image to Base64 String in Python Convert an Image to Base64 String in Python
  • Python OpenCV - Calculate the Mean of Red, Green and Blue Channel for Beginners Python OpenCV: Calculate the Mean of Red, Green and Blue Channel
  • Python OpenCV - Remove Noise from an Image Using cv2.filter2D() Python OpenCV: Remove Noise from an Image Using cv2.filter2D()
  • Get Visitor Country and City from IP Address in PHP Get Visitor’s Country and City from IP Address in PHP
  • Python OpenCV - Remove Noise in Image Using Midpoint Filter for Beginners Python OpenCV: Remove Noise in Image Using Midpoint Filter
  • Matplotlib - Draw Vertical Lines on Plot Using ax.vlines() for Beginners Matplotlib: Draw Vertical Lines on Plot Using ax.vlines()
Copyright © 2025 Cocyer.