-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathlinks.json
34 lines (34 loc) · 1020 Bytes
/
links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"help": [
{
"title": "Тест на логическое мышление",
"url": "http://syntone.ru/psytesty/test-logicheskogo-myshleniya/"
},
{
"title": "Тонкости работы с командной строкой Windows",
"url": "http://habrahabr.ru/post/218759/"
},
{
"title": "Подробнее о if-elsif-else",
"url": "http://en.wikibooks.org/wiki/Ruby_Programming/Syntax/Control_Structures"
},
{
"title": "Аргументы из командной строки в Ruby",
"url": "http://ruby.about.com/od/rubyfeatures/a/argv.htm"
},
{
"title": "Тест на ревнивость",
"url": "http://www.syntone-spb.ru/library/article_syntone/content/4786.html"
}
],
"materials": [
{
"title": "Работа с аргументами запуска",
"url": "arguments.rb"
},
{
"title": "Тест на ревнивость",
"url": "jealous_test.rb"
}
]
}