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
| Австрия | |
| Албания | |
| Андорра | |
| Белоруссия | |
| Бельгия | |
| Болгария | |
| Босния и Герцеговина | |
| Ватикан | |
| Великобритания | |
| Венгрия |
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
| Авто/мотоспорт | |
| Авиамодельный спорт | |
| Aкадемическая гребля | |
| Акробатика | |
| Бадминтон | |
| Баскетбол | |
| Биатлон | |
| Бильярд | |
| Бейсбол | |
| Бокс |
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
| from robot import *; | |
| def trick(): | |
| while look() == Void: | |
| forward(); | |
| left(); | |
| while look() == Void: | |
| trick(); | |
| escape() |
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
| from robot import *; | |
| def reload(): | |
| take(); | |
| left(); | |
| left(); | |
| drop(); | |
| left(); | |
| left(); | |
| forward(); |
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
| from robot import *; | |
| right(); | |
| forward(); | |
| left(); | |
| if look()==Void: | |
| forward(); | |
| forward(); | |
| left(); | |
| forward(); |
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
| from robot import *; | |
| def trick(): | |
| while look() == Void: | |
| forward(); | |
| trick(); | |
| left(); | |
| trick(); | |
| left(); | |
| trick(); |
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
| # laby 2b | |
| # (c) Ilya, 7 years | |
| from robot import *; | |
| def reload(): | |
| take(); | |
| left(); | |
| left(); | |
| drop(); | |
| left(); | |
| left(); |
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
| package scripts.task_custom_field_value; | |
| import com.trackstudio.exception.GranException; | |
| import com.trackstudio.external.TaskUDFValueScript; | |
| import com.trackstudio.secured.SecuredMessageBean; | |
| import com.trackstudio.secured.SecuredTaskBean; | |
| import java.util.ArrayList; |
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
| package scripts.task_custom_field_value; | |
| import com.trackstudio.exception.GranException; | |
| import com.trackstudio.external.TaskUDFValueScript; | |
| import com.trackstudio.secured.SecuredMessageBean; | |
| import com.trackstudio.secured.SecuredTaskBean; | |
| import java.util.ArrayList; | |
| /** |
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
| package scripts.task_custom_field_value; | |
| import com.trackstudio.app.adapter.AdapterManager; | |
| import com.trackstudio.exception.GranException; | |
| import com.trackstudio.external.TaskUDFValueScript; | |
| import com.trackstudio.secured.SecuredSearchTaskItem; | |
| import com.trackstudio.secured.SecuredTaskBean; | |
| import java.util.*; |