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
| /************* | |
| * colors.js * | |
| ************* | |
| * | |
| * You're almost at the exit. You just need to get past this | |
| * color lock. | |
| * | |
| * Changing your environment is no longer enough. You must | |
| * learn to change yourself. I've sent you a little something | |
| * that should help with that. |
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
| /************* | |
| * ambush.js * | |
| ************* | |
| * | |
| * Oh. Oh, I see. This wasn't quite part of the plan. | |
| * | |
| * Looks like they won't let you take the Algorithm | |
| * without a fight. You'll need to carefully weave your | |
| * way through the guard drones. | |
| * |
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
| /***************** | |
| * bossFight.js * | |
| ***************** | |
| * | |
| * NO FARTHER, DR. EVAL!!!! | |
| * YOU WILL NOT GET OUT OF HERE ALIVE!!!! | |
| * IT'S TIME YOU SEE MY TRUE FORM!!!! | |
| * FACE MY ROBOT WRATH!!!!! | |
| */ |
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
| import java.lang.reflect.InvocationTargetException; | |
| import java.util.Arrays; | |
| import java.util.Objects; | |
| import java.util.Timer; | |
| /** | |
| * Created by Dany on 01.05.14. | |
| */ | |
| public class QuickSort { | |
| private static int[][] arrays; |
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 http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
| <title>Готовим борщ:</title> | |
| <style> | |
| .fig { | |
| text-align: center; /* Выравнивание по центру */ | |
| } | |
| .text { | |
| text-align: center; |
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
| Const FILL_MACROS_DIR As String = "D:\2015\macro\" | |
| Const FILL_MACROS_DOC As String = "D:\2015\macro\Template\01_zapros_dokumentatsia_O_Fkhd.doc" | |
| Const DEFAULT_COMP_NAME As String = "ÎÀÎ ""Íîâàÿ ÝÐÀ""" | |
| Const DEFAULT_DIR_NAME As String = "ã-íó Óðóñîâó Ð.À." | |
| Const DEFAULT_DATE_NAME As String = """20"" ôåâðàëÿ 2015 ãîäà" | |
| Sub test1() | |
| Dim pathh As String | |
| Dim pathhi As String |
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
| Sub Test2() | |
| ' Select cell A2, *first line of data*. | |
| Range("B4").Select | |
| ' Set Do loop to stop when an empty cell is reached. | |
| Do Until IsEmpty(ActiveCell) | |
| ' Insert your code here. | |
| With ActiveDocument.Content.Find.Execute FindText:="{variable1}", ReplaceWith:="" | |
| ' Step down 1 row from present location. |
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
| Const FILL_MACROS_DIR As String = "D:\2015\macro\" | |
| Const FILL_MACROS_DOC As String = "D:\2015\macro\Template\01_zapros_dokumentatsia_O_Fkhd.doc" | |
| Const DEFAULT_COMP_NAME As String = "ÎÀÎ ""Íîâàÿ ÝÐÀ""" | |
| Const DEFAULT_DIR_NAME As String = "ã-íó Óðóñîâó Ð.À." | |
| Const DEFAULT_DATE_NAME As String = """20"" ôåâðàëÿ 2015 ãîäà" | |
| Sub test1() | |
| Dim pathh As String | |
| Dim pathhi As String |
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
| Const FILL_MACROS_DIR As String = "D:\2015\macro\" | |
| Const FILL_MACROS_DOC As String = "D:\2015\macro\Template\01_zapros_dokumentatsia_O_Fkhd.doc" | |
| Const DEFAULT_COMP_NAME As String = "ÎÀÎ ""Íîâàÿ ÝÐÀ""" | |
| Const DEFAULT_DIR_NAME As String = "ã-íó Óðóñîâó Ð.À." | |
| Const DEFAULT_DATE_NAME As String = """20"" ôåâðàëÿ 2015 ãîäà" | |
| Sub MyReplace() | |
| Dim pathh As String | |
| Dim pathhi As String |
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
| Const FILL_MACROS_DIR As String = "D:\2015\macro\" | |
| Const FILL_MACROS_OUT As String = FILL_MACROS_DIR & "Result\" | |
| Const MACROS_TEMPLATE As String = FILL_MACROS_DIR & "Template\" | |
| '' Copy files from FILL_MACROS_DIR and replace words by excel cells | |
| Sub MyReplace() | |
| On Error Resume Next | |
| MkDir (FILL_MACROS_OUT) |
OlderNewer