Results 1 to 1 of 1
Threaded View
-
23rd Sep 2017, 06:57 PM #1
[C] SEO-Friendly-URL-Checker
When this software you can check if all files that you are going to use in your website are SEO friendly. A URL is SEO friendly if it only have lower case letter a-z and we use - for split the words.
How to use:
$ ./seoFriendly path
for example: $ ./seoFriendly /var/www/websiteCode:#include <stdlib.h> #include <stdio.h> #include <string.h> #include "queue.h" int createQ(Queue *q){ Node *n; if((n=malloc(sizeof(Node)))==NULL){ fprintf(stderr,"Error: no enough memory"); return -1; } n->next=NULL; strcpy(n->info,"FRONT"); q->back=n; q->front=n; return 0; } int emptyQ(Queue *q){ if(q->front==q->back){ return 0; } else{ return -1; } } int enqueue(Queue *q, char info[100]){ Node * n; if((n=malloc(sizeof(Node)))==NULL){ fprintf(stderr,"Error: no enough memory"); return -1; } n->next=NULL; strcpy(n->info,info); q->back->next=n; q->back=n; return 0; } Node * dequeue(Queue *q){ Node * n; if(emptyQ(q)==0){ fprintf(stderr,"Error: queue empty"); } n=q->front->next; q->front->next=q->front->next->next; if(q->front->next==NULL){ q->back=q->front; } return n; }
EasyMoney Reviewed by EasyMoney on . [C] SEO-Friendly-URL-Checker When this software you can check if all files that you are going to use in your website are SEO friendly. A URL is SEO friendly if it only have lower case letter a-z and we use - for split the words. #include <stdlib.h> #include <stdio.h> #include <string.h> #include "queue.h" int createQ(Queue *q){ Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Guide] Everything About Ebay Bidding Noob Friendly
By Kevin in forum EbayReplies: 0Last Post: 13th Oct 2016, 02:28 PM -
How To Convert phrase into SEO friendly version
By Kevin in forum PHP & PerlReplies: 0Last Post: 19th Sep 2015, 05:47 PM -
Easiest way to make SEO friendly links using PHP
By Kevin in forum PHP & PerlReplies: 0Last Post: 19th Sep 2015, 05:42 PM
Shopsocks5.com - Check Socks5...
[Free Trial] https://shopsocks5.com/ - Service...