Wordpress How to delete all unapproved comments in WordPress Feb 23, 2015 Administrator To delete all unapproved comments in WordPress you can use the following snippet. Sample mySQL
Wordpress How to remove any post that is older than X days in WordPress Feb 23, 2015 Administrator To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
Python How to split a string to list in Python Feb 21, 2015 Administrator To split a String to List in Python, simply use the split() function. Sample Python
Wordpress How to change user password in WordPress using MySql Feb 12, 2015 Administrator To change user password in WordPress using MySql you can use the following query. Sample MySql
Wordpress How to delete all pingbacks in WordPress Feb 11, 2015 Administrator To delete all pingbacks in WordPress you can use the mysql query below.
Python How to count the different words of a string in Python Jun 27, 2014 Administrator To count the different words of a string in Python you can use the following snippet. Sample Python
Python How to capitalize a string in Python Jun 24, 2014 Administrator To capitalize a string in Python you can use the following snippet. Sample Python Output: Hello World! another much simpler approach posted by Gomokoo on Twitter would be Output: Hello…
.NET C# VB.Net How to get the wordcount of a string in C# and VB.NET Jun 17, 2014 Administrator To get the wordcount of a string in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
.NET C# VB.Net How to get a word by index in C# and VB.NET Jun 17, 2014 Administrator To get a word by index in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
How to delete all unapproved comments in WordPress
To delete all unapproved comments in WordPress you can use the following snippet. Sample mySQL
How to remove any post that is older than X days in WordPress
To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
How to split a string to list in Python
To split a String to List in Python, simply use the split() function. Sample Python
How to change user password in WordPress using MySql
To change user password in WordPress using MySql you can use the following query. Sample MySql
How to delete all pingbacks in WordPress
To delete all pingbacks in WordPress you can use the mysql query below.
How to count the different words of a string in Python
To count the different words of a string in Python you can use the following snippet. Sample Python
How to capitalize a string in Python
To capitalize a string in Python you can use the following snippet. Sample Python Output: Hello World! another much simpler approach posted by Gomokoo on Twitter would be Output: Hello…
How to get the wordcount of a string in C# and VB.NET
To get the wordcount of a string in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
How to get a word by index in C# and VB.NET
To get a word by index in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET