#
code-snippets
Here are 127 public repositories matching this topic...
30 seconds to collect useful Java 8 snippet.
-
Updated
Jan 30, 2018 - Java
-
Updated
Aug 22, 2019 - Python
Code once, share everywhere.
-
Updated
Oct 17, 2019 - HTML
vinitshahdeo
commented
Oct 4, 2019
A code bank designed with Pascal in mind
-
Updated
May 31, 2020 - Pascal
Repository for the MainWP Code Snippets Extension functions.
-
Updated
May 31, 2020 - PHP
Run small snippets of Go code from the command line
-
Updated
Dec 20, 2018 - Go
-
Updated
Aug 5, 2018 - TeX
An (almost) fully comprehensive reference for OpenCV! 📷 🤖
-
Updated
Jan 31, 2019 - Python
This is a repo that investigates or develops tools to make work easier and enjoyable, especially for research stuffs
markdown
awesome
research
ide
data-import
video-recording
awesome-list
diagrams
flowcharts
video-editing
code-snippets
data-export
academic-writing
visualization-tools
math-toolkit
-
Updated
Jun 1, 2020
This repository holds codes that I wrote them in once for ever articles at https://virgool.io/@GreatBahram
-
Updated
Apr 7, 2020 - Python
Code snippets with tests and testable examples for the Go programming language
-
Updated
May 23, 2020 - Go
Collection of useful code snippets (shortcuts) to reduce the amount of boilerplate code typing.
-
Updated
Nov 28, 2018
Expanders for Teacode http://www.apptorium.com/teacode
-
Updated
Feb 19, 2019
A reference of frameworks and tools for data science and deep learning in Python
-
Updated
Nov 11, 2019
Code samples of querying the Bulk Whois API service of Whois XML API
api
code-samples
whois
bulk
domain-name
whois-lookup
code-snippets
whois-information
bulk-api
whoisxmlapi-samples
whoisxmlapi
whois-service
code-snippet
code-sample
bulk-whois
-
Updated
Jul 31, 2018 - PHP
Hi there, this repository is for small-small code snippets so anybody can just copy and paste the code to get work done :)
code-snippets
bootcatch
bootcatch-code-snippets
bootstrap-code-snippets
bootcatch-free-code-snippets
-
Updated
May 23, 2019 - CSS
Code samples of querying the API services of Whois XML Api.
api
email
whois
domain
reverse-whois
email-verification
code-examples
domain-name
whois-lookup
domain-availability
code-snippets
whois-information
dns-lookup
whoisxmlapi-samples
whoisxmlapi
code-sample
brand-alert
bulk-whois
registrant-alert
-
Updated
Feb 11, 2019 - C#
Library containing code snippets used in Competitive Programming
-
Updated
May 31, 2020 - C++
Machine Learning Practice, Useful Code Snippets, useful tips, etc.
python
data-science
machine-learning
scikit-learn
sklearn
python-tips
machine-learning-algorithms
tips
python-script
ml
python3
datascience
tips-and-tricks
code-snippets
helper-functions
-
Updated
Dec 4, 2017 - Jupyter Notebook
Code samples of querying the Reverse Whois API service of Whois XML Api.
api
code-samples
whois
reverse-whois
domain-name
whois-lookup
code-snippets
whois-information
reverse-lookup
whoisxmlapi-samples
whoisxmlapi
whois-service
code-snippet
code-sample
-
Updated
Jul 23, 2018 - C#
Code samples of querying the Whois API service of Whois XML Api.
api
code-samples
whois
domain-name
whois-client
whois-lookup
code-snippets
whois-information
whoisxmlapi-samples
whoisxmlapi
whois-service
code-snippet
code-sample
-
Updated
Aug 1, 2018 - PHP
Improve this page
Add a description, image, and links to the code-snippets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-snippets topic, visit your repo's landing page and select "manage topics."



bug .bat.lang is not right
不怎么会英语,将就看吧
bat.lang 的 commits 项不对,导致使用 DOS 渲染 .bat 代码时不能正确渲染注释
正确
、、、
Comments={
{ Block=false,
Delimiter= { [[(rem|Rem|REM)]] },
},
{ Block=false,
Delimiter= { [[::]] },
}
}
、、、
原文(大概?忘记备份了)
、、、
Comments={
{ Block=false,
Delimiter= { [^[(rem|Rem|REM)*]] },
此处不应有 ^ 和 *
},
此处多了个 ,
}
、、、
另
java 10