Skip to navigation Skip to content

Arvi Fox

Personal blog about IT, sport, travel etc.

  • Post a comment in Telegram
  • Main posts
  • Home
  • Blogs I read
  • For software engineers
  • Privacy
  • FAQ interview
  • Home
  • Blogs I read
  • FAQ interview
  • For software engineers
  • Privacy
Posted on September 4, 2014 by arvifox

Every programmer must read

10 Articles Every Programmer Must Read

About:

  • memory
  • floating-point arithmetic
  • unicode
  • time
  • url encoding
  • web development
  • seo
  • undefined behaviour
  • networking
  • java string
  • security

download as pdf

Category: IT
Posted on August 16, 2014August 16, 2017 by arvifox

Collator

Performing Locale-Independent Comparisons

[code language=”java”]
Collator c = Collator.getInstance(new Locale("ru"));
//c.setStrength(Collator.PRIMARY);
System.out.println(c.compare("JOHN", "JOHN"));
System.out.println(c.compare("JOHN", "John"));
System.out.println(c.compare("JOHN", "john"));
System.out.println("JOHN".compareTo("bill"));
[/code]

Category: IT
Tag: java
Posted on August 15, 2014August 15, 2017 by arvifox

About money

Lingualeo

Category: English
Posted on August 15, 2014November 28, 2017 by arvifox

Covariance

habr

Welford algorithm

Category: IT
Tag: theory / math
Posted on July 24, 2014September 6, 2014 by arvifox

DPI, size, pixels

android_dpi_size
Android iconography
Continue reading DPI, size, pixels

Category: IT
Tag: android

Posts pagination

  • Previous
  • 1
  • …
  • 144
  • 145
  • 146
  • …
  • 161
  • Next
Donate
Donate, please. I need MacBook.
Categories
  • English (112)
  • Games (26)
  • IT (651)
  • Life (16)
Tag cloud
agile AI / ML / BigData / AR / VR / Computer vision algorithms android architecture C# compose computer graphics / geometry database debug Delphi developing tools/IDE devops faq firebase firebird game git google gradle graph theory internet / network interview / job java jetty kmp kotlin management meetup multithreading MySQL news/releases pattern performance PHP rx security / crypto sport programming Testing / QA theory / math tips & tricks UI/UX video / audio windows xml / xpath / json
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Яндекс.Метрика
Recent Posts
  • mobbin.com
  • Итальянский модельер Джорджо Армани умер в возрасте 91 года
  • Koda – AI tool for devs
  • Как фотографировать звездное небо на смартфон
  • Google начала тестирование Android 16 QPR2.
Comments
    © Arvi Fox 2025
    PrivacyBuilt with Storefront.