This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure class="Figure Figure--fullWidth"> | |
<div class="Figure-image" style="padding-bottom: 66.67%"> | |
<img data-large-image-url="/image/attachments/images/005/623/692/large/1kL0RL7wQKMGNbWEPH4QmA.jpg" | |
data-src="/image/attachments/images/005/623/692/large/1kL0RL7wQKMGNbWEPH4QmA.jpg" | |
src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" data-width="1335" data-height="890" class="lazy"> | |
</div> | |
<figcaption class="Figure-caption"> | |
<div class="Figure-title">Участники Евромайдана возле снесенного памятника Ленину. Харьков, 28 сентября 2014 года</div> | |
<div class="Figure-credits">Игорь Чекачков / AP / Scanpix / LETA</div> | |
</figcaption> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root":{ | |
"url":"news/2020/06/19/tsb-ponizil-klyuchevuyu-stavku-do-4-5-srazu-na-odin-protsentnyy-punkt", | |
"document_type":"news", | |
"pushed":false, | |
"full":true, | |
"share_image":"/imgly/share/1592563665/news/2020/06/19/tsb-ponizil-klyuchevuyu-stavku-do-4-5-srazu-na-odin-protsentnyy-punkt", | |
"share_title":null, | |
"source":{ | |
"url":"http://www.cbr.ru/press/pr/?file=19062020_133000Key.htm", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TextSpan( | |
text: block['data']['first'], | |
style: TextStyle( | |
color: Provider.of<ThemeProvider>(context) | |
.current | |
.bodyFontColor, | |
fontFamily: 'Proxima Nova', | |
)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ThemeProvider extends ChangeNotifier { | |
CustomThemeData current; | |
CustomThemeData blackTheme = CustomThemeData( | |
name: 'black', | |
bodyFontColor: Color.fromRGBO(184, 184, 184, 1), | |
... | |
); | |
CustomThemeData lightTheme = CustomThemeData( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ThemeProvider extends ChangeNotifier { | |
CustomThemeData current; | |
CustomThemeData blackTheme = CustomThemeData( | |
name: 'black', | |
bodyFontColor: Color.fromRGBO(184, 184, 184, 1), | |
... | |
); | |
CustomThemeData lightTheme = CustomThemeData( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<style> | |
body, html{ | |
margin: 0px; | |
padding: 0px; | |
} | |
.bg{ | |
position: absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ololo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Themost.RateWorker do | |
use GenServer | |
def start_link do | |
:gen_server.start_link({ :local, :NAME }, __MODULE__, ARG, []) | |
end | |
def init do | |
IO.puts "Init" | |
:timer.send_interval(:crowl, 15000) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"root": [ | |
{ | |
"title": "Новости", | |
"collection": [ | |
{ | |
"url": "news/2015/02/02/sotrudnikov-inion-na-vremya...", | |
"title": "Сотрудников ИНИОН на время реконструкции....", | |
"authors": [ ], | |
"document_type": "news", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
given i have | |
1 | |
2 | |
3 | |
4 | |
i need to get | |
4 |
NewerOlder