base36
Base-36 representation of Digest
I would like to be able to take an arbitrary string, run it through a hashing function (like MD5), and then interpret the resulting digest in base-36.[详细]
2023-02-19 13:56 分类:问答How can I filter out profanity in base36 IDs?
I want to use base36 in a web application I am developing... but as the id is visible to 开发者_Python百科users as a url, I want to filter out profanity.Has anyone solved this? Or is this even a real[详细]
2023-02-11 06:53 分类:问答Creating unique non guessable base 36 id
For an application similar to URL shortener services, I want to create non guessable id\'s, which you\'re all familiar with I presume. Here\'s an example of such an id:[详细]
2023-02-02 19:26 分类:问答Increment an index that uses numbers and characters (aka Base36 numbers)
I have a string based code that can be either two or three characters in length and I am looking for some help in creating a function that will increment it.[详细]
2023-02-02 11:22 分类:问答Getting all folders in specific order
I have a list of folders that are organised by base36 (0-9 then a-z). Now my current implementation for reading them is to iterate over a number, convert it to base32, check if the folder exists. If i[详细]
2023-01-21 14:15 分类:问答How to generate unguessable "tiny url" based on an id?
I\'m interested in creating tiny url like links. My idea was to simply store an incrementing identifier for every long ur开发者_Python百科l posted and then convert this id to it\'s base 36 variant, li[详细]
2023-01-10 09:14 分类:问答How Do I Encode a Unicode String in Base36 in PHP?
I have learned how to Base16 encode a string in PHP, but how do I Base36 encode and decode a string in PHP?[详细]
2023-01-06 15:46 分类:问答StructureMap: Configure concrete classes at run time?
I know that Concrete Types can be configured with Structure Map the following way: ForRequestedType<Rule>().TheDefault.Is.Object(new ColorRule(\"Green\"));[详细]
2022-12-20 10:26 分类:问答