Skip to content

angara/main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angara.Net: main page app

''' https://mothereff.in/js-escapes '''

На Angara.Net запускается в тестовом режиме Календарь событий. В него можно добавлять свои мероприятия:

  1. Создать тему на форуме
  2. Добавить картинку в первое сообщение
  3. Нажать в заголовке темы [в календарь]
  4. Указать актуальныю дату мероприятия
  5. Поставить галочку "Показывать"

''' A code point C greater than 0xFFFF corresponds to a surrogate pair <H, L> as per the following formula:

H = Math.floor((C - 0x10000) / 0x400) + 0xD800 L = (C - 0x10000) % 0x400 + 0xDC00

The reverse mapping, i.e. from a surrogate pair <H, L> to a Unicode code point C, is given by:

C = (H - 0xD800) * 0x400 + L - 0xDC00 + 0x10000

'''

https://rp5.ru/%D0%90%D1%80%D1%85%D0%B8%D0%B2_%D0%BF%D0%BE%D0%B3%D0%BE%D0%B4%D1%8B_%D0%B2_%D0%A5%D0%B0%D0%BC%D0%B0%D1%80-%D0%94%D0%B0%D0%B1%D0%B0%D0%BD%D0%B5

http://pogodaiklimat.ru/weather.php?id=30818

Releases

No releases published

Packages

No packages published