当前位置:网站首页>Yupi made an AI programming nickname generator!
Yupi made an AI programming nickname generator!
2022-06-24 17:04:00 【Programmer fish skin】
You've seen 99% Programming blogger nickname , I can automatically generate !
Hello everyone , Today I am Yupi .
April Fools ' Day , Let's use technology to have fun ~
Preface
This morning, , There is a friend who is a official account of programming technology Little ah Giao The name of the current official account is more complicated , You can't remember , Want to change a popular and easy to remember name .
Then the little friends in the group gave crazy suggestions , what “ Menona Giao”、“ Programmer Giao”、“ o Giao Learn programming ” wait , Are some very common programming account nicknames , It's not good for stupid pi le .
Think about it , It seems that quite a few friends have name crumples , I am such a helpful young man , Don't help us ?
After analyzing the names of hundreds of official account , I find many names are similar , therefore , Give up your lunch break , I just came up with one Programming the nickname generator ! Use front and rear end development 、 big data 、 Artificial intelligence and other technologies , Help you get high-quality names that match the style of programmers !
This Logo There is no special moral , The book is over ~
usage
It's easy to use , If you need a strong personal IP, Want to have personal attributes in the name , Just fill in the first input field , Click one button to generate :
If you don't need someone IP, You can just fill in the second input box , Click one button to generate :
Of course , You can keep personal IP At the same time , Indicate the direction of the account number , Fill in both input boxes !
You can also click ” It's it !“ Button , Get a name at random :
What about? , Is it very practical ?
principle
Last , Briefly introduce how to develop such a generator .
In fact, it is a pure front-end project , Use Vue + ElementUI Development interface . Names are actually generated from a defined dictionary , Define a generating function , Put the user's input ( such as name Name and domain Direction ) As a parameter , Replace the variables in the string of the defined dictionary .
The function code is as follows :
export function getList(name, domain) {
// At the same time, fill in the name and direction
if (name && domain) {
return [
`${name}${domain}`,
`${domain}${name}`,
`${name} learn ${domain}`,
]
}
// Just fill in the name
if (name) {
return [
`${name}`,
` The programmer ${name}`,
]
}
// Filling direction only
if (domain) {
return [
` intelligence ${domain}`,
`${domain} A bosom friend `,
]
}
}Isn't it very simple ?
The code is open source , It's great to practice , You are also welcome to improve the dictionary , Come up with more good names !
Last , I wish you all a happy April Fool's Day !
Project address :https://good-name.liyupi.com/
边栏推荐
- 6 things all engineers should know before FEA
- What is the difference between optical fiber jumper and copper wire
- zblog系统实现前台调用当天发布文章数量的教程
- How to collect and define project requirements in the early stage of EDI project implementation?
- Solution to the problem that kibana's map cannot render longitude and latitude coordinate data
- Ramda 鲜为人知的一面
- API documents are simple and beautiful. It only needs three steps to open
- NFT元宇宙源码搭建解析与介绍
- [play with Tencent cloud] my operation strategy from domain name application to website filing in Tencent cloud
- Is CICC securities reliable? Is it legal? Is it safe to open a stock account?
猜你喜欢

A survey of training on graphs: taxonomy, methods, and Applications

MySQL learning -- table structure of SQL test questions

A survey on dynamic neural networks for natural language processing, University of California
![[leetcode108] convert an ordered array into a binary search tree (medium order traversal)](/img/e1/0fac59a531040d74fd7531e2840eb5.jpg)
[leetcode108] convert an ordered array into a binary search tree (medium order traversal)

Daily algorithm & interview questions, 28 days of special training in large factories - the 15th day (string)

A survey on model compression for natural language processing (NLP model compression overview)
随机推荐
集体突破之后,中国公有云的下一步落在哪里?
[play with Tencent cloud] my operation strategy from domain name application to website filing in Tencent cloud
proxy pattern
Hook graphics kernel subsystem
Tencent cloud database mysql:sql flow restriction
问题有多大,中台就有多大
What is a server
With the solution, the nickname of the applet suddenly becomes "wechat user", and the avatar cannot be displayed?
A survey on model compression for natural language processing (NLP model compression overview)
AI video structured intelligent security platform easycvr intelligent security monitoring scheme for protecting community residents
A survey of training on graphs: taxonomy, methods, and Applications
Recent progress of ffmpeg go
A very good educational man and resource center planning scheme, with word file download
Tencent on the other hand, I was puzzled by the "horse race" problem
Development of block hash game guessing system (mature code)
Sigai intelligent container damage identification products are deployed in Rizhao Port and Yingkou Port
Example description and case of ansible playbook automated cluster server management
Cloud native monitoring via blackbox_ Exporter monitoring website
How to perform concurrent stress testing on RTSP video streams distributed by audio and video streaming servers?
Clickhouse high performance column storage core principle