KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
til
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
catchThePage
:
Content Catcher 是一个 Chrome 的扩展插件,通过设置抓取规则采集所需数据。支持远程同步任务,远程提交,远程同步规则。
piChart
:
Software for a nautical chart plotter written in javascript, node.js serverside, for a Raspberry Pi. See https://hackaday.io/project/9471-pi-chart
HackIIITD-2015-events-guide-Server-side
:
A Delhi events android app, which can act as a complete master control for an explorer
cycle-natural-language-search
:
Cycle search bar with natural language capabilities
BBS-BBB-Ada
:
A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
til
?
Download (.md)
> Today I learned After seeing this great [repo](https://github.com/jbranchaud/til) I decided to record useful pieces of knowledge that usually send me back to earlier projects to dig up, adding these here also helps commit it to my long term memory. _26 TILs and counting_ ### Categories * [Git](#git) * [Java](#java) * [Linux](#linux) * [MongoDB](#mongodb) * [Scala](#scala) * [Vim](#vim) ### Git - [List branches by date](git/list-branches-by-date.md) - [List contributors to a repo and sorted via commits](git/list-contributors-to-a-repo-sorted-by-number-of-commits.md) ### Java - [Type inference using Lombok](java/type-inference-using-lombok.md) - [WireMock and Junit Testing](java/wiremock-junit-tests.md) - [Avoid unchecked casts](java/avoid-unchecked-casts.md) - [Print out all requests that WireMock receives](java/print-out-all-requests-that-wiremock-received.md) - [Bind large array values in JSON to POJOs using the Play Framework](java/binding-json-with-large-arrays-to-pojos-using-play-framework.md) - [Find Levenshtein distance between two Strings](java/find-the-levenshtein-distance-between-two-strings.md) - [Sorting Map entries via values](java/sorting-map-entries-via-value.md) - [Check occurrences in a list](java/check-frequency-of-occurrences-in-a-list.md) - [Apache commons bag structure for occurrences](java/apache-commons-bag-structure-for-occurrences.md) - [Extract links from a String](java/extract-links-from-a-string.md) - [Play Framework XSS Gotchas](java/play-framework-xss-gotchas.md) - [Set Spy Memcached Logging level via Play](java/set-spy-memcached-logging-levels-using-play.md) ### Linux - [Pretty print curl JSON](linux/pretty-print-curl-json.md) - [Print directory structure of a folder out](linux/print-directory-structure-of-a-folder-out.md) - [Search Terminal history easily](linux/search-terminal-history-easily.md) - [Exclude matches using Grep](linux/exclude-matches-using-grep.md) - [Find unique matches from-partial line matches with grep](linux/find-unique-matches-from-partial-line-matches-with-grep.md) ### MongoDB - [Find documents that are missing a field](mongodb/find-documents-that-are-missing-a-field.md) - [Find documents that contain a specific field](mongodb/find-documents-that-contain-a-specific-field.md) - [Find size of individual document](mongodb/find-size-of-document.md) ### Scala - [Ignore Grunt when running Play tests via SBT](scala/ignore-grunt-for-running-tests-via-sbt-and-play.md) - [Run SBT task continuously](scala/run-sbt-task-continuously.md) ### Vim - [Copy and pasting](vim/copying-and-pasting.md) - [Set line numbers](vim/set-line-numbers-in-vim.md)