Giter VIP home page Giter VIP logo

useful-java-links's People

Contributors

abhijeet223 avatar adatter1994 avatar almasb avatar arc-cm avatar ashishlalwani582 avatar avmohan avatar barthel avatar bastiaanjansen avatar dependabot[bot] avatar gennady163sam avatar ghaseminya avatar hellokaton avatar helpermethod avatar javadev avatar jreznot avatar kamys avatar khremin avatar loddar avatar php-coder avatar saravanandevaraj7 avatar saurabh-hooda avatar sdcuike avatar sreich avatar steveturner avatar super-sky avatar valery1707 avatar valfirst avatar vedenin avatar vedenin1980 avatar yo-zubair avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

useful-java-links's Issues

Use markdown list autonumbering

In you markdown lists used manual numbering:

1. Firefox
2. Chrome
3. Opera

And this will be displayed as:

  1. Firefox
  2. Chrome
  3. Opera

But if we add some item in middle of the that list, we can or change numbers of all other items or use same number twice:

Renumber
1. Firefox
2. Project Tofino
3. Chrome  <<-- changed line
4. Opera  <<-- changed line
Reuse
1. Firefox
1. Project Tofino  <<-- same number
2. Chrome
3. Opera

But both of this lists will be displayed same.

You can declare this list like this:

1. Firefox
1. Project Tofino
1. Chrome
1. Opera

And this list will be displayed with correct numbers:

  1. Firefox
  2. Project Tofino
  3. Chrome
  4. Opera

Derive4j entry: misleading "impossible proprietary code linking" label.

Derive4j is a code generator not a library: it can be used by proprietary code because there absolutely no runtime dependency on it (generated code is not GPL licensed).
Derive4j can be used for proprietary code in the same fashion than GNU/gcc can be used to compile proprietary code.
So the misleading "impossible proprietary code linking" label should be removed and maybe a new label for code generator/compiler plugins/etc. should be used instead.

Handlebars.java duplicated

In Template engine section

Handlebars.java - Logic-less and semantic templates with Java. License: Apache 2. business friendly license

Handlebars.java Logic-less and semantic Mustache templates with Java. License: Apache 2 , github's star - 451. business friendly license

Якорь не работает

В пункте "прочее" не работают 2 последних якоря:
4. Устаревшие, но ещё использующиеся, проекты
5. Прочее

Jackson supports Json Pointer

(related to https://github.com/Vedenin/useful-java-links/blob/master/helloworlds/3.8-json/readme.md )

Quick note: Jackson supports use of JSON Pointer expressions (see https://tools.ietf.org/html/rfc6901).
It can be used through couple of methods:

  • JsonNode.at(ptr) (either String to parse, or pre-parsed JsonPointer instance) to find node in tree model
  • ObjectReader.at(ptr).readValue(...) for reading a subset of JSON at given location
  • By constructing JsonParser / JsonGenerator filter with path expression, to expose a subset of content

so it can probably be considered as xpath-like access, even if much simpler.

Another useful link for java beginners to make this repo even more awesome

A lot of people who want to learn some of the more advanced concepts in Java would also land on your repo looking for something basic. I have a really really good YouTube series on basics of Java that I think the community will find to be really useful. If it isn't too much to ask, could you kindly add a link to this YouTube playlist in your repo
https://www.youtube.com/playlist?list=PLonJJ3BVjZW4QfXVLHe6ewOxLne_XFGWB

(stats) 150k people currently subscribed :)
Thank You

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.