Pinned Loading
-
-
think-like-a-git-dot-net-pt-br
think-like-a-git-dot-net-pt-br PublicForked from geeksam/think-like-a-git-dot-net
Source for http://think-like-a-git.net/ in Brazilian Portuguese
HTML
-
Numeric types and maximum number of ...
Numeric types and maximum number of digits 1Java type | MAX_VALUE | Digits/Scale
2----------|-----------|-------------
3int | 2147483647 | 10
4long | 9223372036854775807 | 19
-
Date formatting flags by language
Date formatting flags by language 1Language | Year | Month | Day | Hour | Minute | Second
2---------|------|-------|-----|------|--------|-------
3Result | 2017 | 01 | 01 | 14 | 52 | 03
4[C# DateTime](https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings) | yyyy | MM | dd | HH | mm | ss
5[Java SimpleDateFormat](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html) | yyyy | MM | dd | HH | mm | ss
-
Shell aliases for ffmpeg commands
Shell aliases for ffmpeg commands 1## WAV to MP3
23```bash
4wav2mp3() {
5ffmpeg -i "$1" -vn -ar 44100 -ac 2 -b:a 192k "${1%.wav}.mp3"
-
Logging levels by Java library
Logging levels by Java library 1[JUL](https://docs.oracle.com/javase/8/docs/api/java/util/logging/Level.html) | [JCL](https://commons.apache.org/proper/commons-logging/apidocs/org/apache/commons/logging/Log.html) | [Log4j](https://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html) | [SLF4j](http://slf4j.org/apidocs/org/slf4j/Logger.html)
2----|-----|-------|------
3-|FATAL|FATAL|-
4SEVERE|ERROR|ERROR|ERROR
5WARNING|WARN|WARN|WARN
6 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More