My Answer in Regex Golf
Warm Up
Answer: foo Point(3)
Anchors
Answer: k$ Point(2)
It never ends $ not allowed
Answer: fu\b Point(4) 或者 u\b
Ranges
Answer:[a-f][a-f][a-f][a-f] Point(20)
Backrefs
Answer: (...).*\1 Point(9)
Abba
Answer: ^(?!.*(.)(.)\2\1) Point(17)
A man, a plan
Answer: ^(.)(.).*\2\1$
持續更新...
My Answer in Regex Golf
相關推薦
My Answer in Regex Golf
range clas eve reg back blog down tps foo Warm Up Answer: foo Point(3) Anchors Answer: k$ Point(2) It never ends $ not allowed A
How I organize my applications in Go[轉]
Overview For me, the hardest part of learning Go was in structuring my application. Prior to Go, I was working on a Rails applicat
driven investing: How I made 33x my money in two weeks
Event-driven investing: How I made 33x my money in two weeksMy favorite part of the book ‘The Big Short’ is the narration Lewis gives of Jamie Mai and Char
Regex Golf 正則表示式練習(持續更新)
Regex Golf 正則表示式練習初步接觸正則化表示式,本文記錄regex golf(alf.nu/RegexGolf)上題目答案,一些拙見,歡迎指正或給出更好的答案。一、Warmup二、Anchors三、It never ends法一:(?!\w)表示後面沒有字母法二:法
My Roadmap in Reinforcement Learning
一、前言 前段時間接受導師的建議,學習了一些強化學習和GANs的內容,第一週先看的強化學習,二三週看的GANs。強化學習(RL)是一個很有趣的領域,一直以來也是我很喜歡的一個AI的分支,被譽為是AI皇冠上的明珠,因為通過RL能很直觀地反映出“智慧”。第一週看完
32. My Experiences in the Factories 我在工廠的經歷
cati ati man ppi med conf student aid har 32. My Experiences in the Factories 我在工廠的經歷 ① I‘ve worked in the factories surrounding my ho
Answer my question
bubuko 計算機 什麽 分享圖片 inf ans 人機交互 src 領域 什麽才是 "技能" ? 要知道技能,誰能告訴我機能的反面是什麽呢 ? 計算機人機交互領域的科學比爾.巴克斯頓在1995年的一i篇文章中提到"The Op-posite of Skill".
Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don't have a id in my table
程式執行報錯:Org.Hibernate.AnnotationException: No Identifier Specified For Entity I don't have a id in my table Entity中@Id導包導錯 應該是 import ja
[Tensorflow] 統計模型的引數數量 How to calculate the amount of parameters in my model?
import logging logging.basicConfig(level=logging.INFO, format='%(message)s', filemode='w', filename=config.logger) def _params_usage(): total
[ERROR] Found option without preceding group in config file /etc/my.cnf at line 1!
今天碰到一個特別鬱悶的問題,啟動mysql資料庫時報錯:[ERROR] Found option without preceding group in config file /etc/my.cnf at line 1!經過查詢資料,說的都是: 原因:my.ini檔案格式是utf-8 解決辦
Error Code : 1064 You have an error in your SQL syntax; check the manual that corresponds to your My
轉自:https://blog.csdn.net/haha_66666/article/details/78444457 Query : select * from order LIMIT 0, 1000 Error Code : 1064 You have an error in your
Is my business data safe in cloud? NetSuite到底安全嗎?
NetSuite 產品群QQ:779253701 73% companies are planning to move to cloud in 2 years. Why? Oracle + NetSuite, 4 powerful layers of security 1. Multi
My secret sauce to be in top 2% of a kaggle competition
from:https://towardsdatascience.com/my-secret-sauce-to-be-in-top-2-of-a-kaggle-competition-57cff0677d3c Competing in kaggle competitions is fun and
How to list the open file descriptors (and the files they refer to) in my current bash session
轉載 自https://unix.stackexchange.com/questions/333186/how-to-list-the-open-file-descriptors-and-the-files-they-refer-to-in-my-curren Yes, this will li
English trip V1 - 8.What's in My Bag? 我的包裡面有什麼? Teacher:Corrine Key: plular(複數) and singular(單數)
In this lesson you will learn to talk about the things you have. 您將學習如何談論您擁有的東西 課上內容(Lesson) 詞彙(Key Word ) &
Day One: Restarting My Coding Life in China
Hooray~ Welcome to my blog! This is my first time bloging at CSDN, I will record all my thoughts about coding experiences right he
How I made friends duri Industrie LTE Router ng my first year in Germany
www.inhandnetworks.de It’s not a secret - making friends in Deutschland as a newcomer can be tough. Here’s how The Local’s Shelley Pascual managed
流利閱讀12.18 Coffee or tea? The answer might be in your genes
下載pdf資料: GitHub - zhbink/LiuLiYueDu: 流利閱讀pdf彙總 流利閱讀對每期內容均有很好的文章講解,向您推薦。 您可以關注微信公眾號:流利閱讀 瞭解詳情。 Coffee or tea? The answer might be in you
歡迎觀臨,這裡藏著個祕密,神祕摩斯重著盛裝依舊精彩,正如期待一個有趣的靈魂,輕啟the key in my hands,也許是命中註定,我們的故事始於你生日的天,每一句都動人心絃
U2FsdGVkX18+0lMfg7OQyr6pmNjcNwqAMMEA3Fa1JmGI6oTv5MuFDc5XzIA4ulelMAx/goLmuvmnzPlugbL6Qj2Ak654eQy9SNl+0ngQU2wfp9F3rpaPgpwEgy07JuKa4C6J3siqGKnxY6UlyjTy1baoUKc
What should be in my .gitignore for an Android Studio project?
發現開一個新的 Repository 來放 android studio 的 source code,需要手動去設定 ~/.gitignore 檔案,如果沒有設會加入很多垃圾檔案進 git 裡。設定檔: #built application files *.apk *.ap_ # files