Sponsored Content
The Lounge What is on Your Mind? Patreon Badges Now Available as BBCODE at UNIX.COM Post 303029734 by Neo on Thursday 31st of January 2019 10:09:33 AM
Old 01-31-2019
PS:

I am a Patreon patron of Evan You, the inventor of Vue.js and so I send him around $10 a month to Evan You on Patreon because I admire his work on Vue.js.

I think if you go to my new Patreon page you can see that I am a sponsor of Evan You.

If you create a Patreon account I will also do the same for you, Don (and others).

It is based on gifting, sharing, caring and admiration... not transactions.
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Testing BBCODE URL for DragonByte

Here is the URL we will use: https://www.unix.com/post-here-contact-site-administrators-moderators/241569-doesnt-allow-me-use-code-tags.html I will put this in this text with the URL BBCODE. Now I will save the thread and test the URL. (1 Reply)
Discussion started by: Neo
1 Replies

2. What is on Your Mind?

Changes to BBCODE for CODE and QUOTE

Hey, Scrollbars still do not work in code tags (works on mobile because the mobile site does not use any table tags, only div tags), but hopefully that will change when I convert the bits for post and threads to div tags or update to Bootstrap CSS for tables. In the meantime, I have update... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

New Badging System - Badges Prototype Beta 1 (Badges Only)

Today I mapped out the new badging system using FA icons, Beta 1 in no particular order except a 6 x 8 grid: https://www.unix.com/members/1-albums215-picture991.png The prototype HTML code for this layout: <style> .fa-badge-grid { font-size: 1.5em; } .row { ... (38 Replies)
Discussion started by: Neo
38 Replies

4. What is on Your Mind?

Four More UNIX.COM Achievement Award Badges to Award

Happy New Year! There are currently four UNIX.COM achievement awards up for grabs, as the say. Here they are, in no particular order: The Order of the Raven The Order of the Hippo The Order of the Spider The Order of the Dragon Don't ask me what they mean, or who who will get those... (0 Replies)
Discussion started by: Neo
0 Replies

5. What is on Your Mind?

Black Raven Patreon Tier

Dear All, We have received a number of requests in the past year from members who want to send PMs to ask questions because they prefer to ask questions confidentially. Their reasons for this confidentially have primarily been: They want to include company specific information which needs... (0 Replies)
Discussion started by: Neo
0 Replies

6. What is on Your Mind?

Thank You Patreon Sponsors - Your Patreon Dollars at Work

Thank You Patreon Sponsors! We are using your generous sponsorship dollars for software and media licensing. Your patronage is greatly appreciated! Currently, we are working on new tech videos on the YouTube YT channel, which is the new official media channel for unix.com. ... (0 Replies)
Discussion started by: Neo
0 Replies
soundex(3tcl)							      Soundex							     soundex(3tcl)

__________________________________________________________________________________________________________________________________________________

NAME
soundex - Soundex SYNOPSIS
package require Tcl 8.2 package require soundex ?1.0? ::soundex::knuth string _________________________________________________________________ DESCRIPTION
This package provides soundex algorithms which allow the comparison of words based on their phonetic likeness. Currently only an algorithm by Knuth is provided, which is tuned to english names and words. ::soundex::knuth string Computes the soundex code of the input string using Knuth's algorithm and returns it as the result of the command. EXAMPLES
% ::soundex::knuth Knuth K530 BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category soundex of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
knuth, soundex, text comparison, text likeness CATEGORY
Hashes, checksums, and encryption COPYRIGHT
Copyright (c) ????, Algorithm: Donald E. Knuth Copyright (c) 2003, Documentation: Andreas Kupries <andreas_kupries@users.sourceforge.net> Copyright (c) 1998, Tcl port: Evan Rempel <erempel@uvic.ca> soundex 1.0 soundex(3tcl)
All times are GMT -4. The time now is 06:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy