├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── go.mod ├── go.sum ├── img └── automateGo.png ├── projects ├── 07_01_regexpMail │ ├── README.md │ └── main.go ├── 07_02_regexpPass │ ├── README.md │ └── main.go ├── 08_01_randomQuizGen │ ├── README.md │ ├── main.go │ ├── билет_1.txt │ ├── билет_10.txt │ ├── билет_11.txt │ ├── билет_12.txt │ ├── билет_13.txt │ ├── билет_14.txt │ ├── билет_15.txt │ ├── билет_16.txt │ ├── билет_17.txt │ ├── билет_18.txt │ ├── билет_19.txt │ ├── билет_2.txt │ ├── билет_20.txt │ ├── билет_21.txt │ ├── билет_22.txt │ ├── билет_23.txt │ ├── билет_24.txt │ ├── билет_25.txt │ ├── билет_26.txt │ ├── билет_27.txt │ ├── билет_28.txt │ ├── билет_29.txt │ ├── билет_3.txt │ ├── билет_30.txt │ ├── билет_31.txt │ ├── билет_32.txt │ ├── билет_33.txt │ ├── билет_34.txt │ ├── билет_35.txt │ ├── билет_4.txt │ ├── билет_5.txt │ ├── билет_6.txt │ ├── билет_7.txt │ ├── билет_8.txt │ ├── билет_9.txt │ ├── билетОтвет_1.txt │ ├── билетОтвет_10.txt │ ├── билетОтвет_11.txt │ ├── билетОтвет_12.txt │ ├── билетОтвет_13.txt │ ├── билетОтвет_14.txt │ ├── билетОтвет_15.txt │ ├── билетОтвет_16.txt │ ├── билетОтвет_17.txt │ ├── билетОтвет_18.txt │ ├── билетОтвет_19.txt │ ├── билетОтвет_2.txt │ ├── билетОтвет_20.txt │ ├── билетОтвет_21.txt │ ├── билетОтвет_22.txt │ ├── билетОтвет_23.txt │ ├── билетОтвет_24.txt │ ├── билетОтвет_25.txt │ ├── билетОтвет_26.txt │ ├── билетОтвет_27.txt │ ├── билетОтвет_28.txt │ ├── билетОтвет_29.txt │ ├── билетОтвет_3.txt │ ├── билетОтвет_30.txt │ ├── билетОтвет_31.txt │ ├── билетОтвет_32.txt │ ├── билетОтвет_33.txt │ ├── билетОтвет_34.txt │ ├── билетОтвет_35.txt │ ├── билетОтвет_4.txt │ ├── билетОтвет_5.txt │ ├── билетОтвет_6.txt │ ├── билетОтвет_7.txt │ ├── билетОтвет_8.txt │ └── билетОтвет_9.txt ├── 08_02_multiClipBoard │ ├── README.md │ └── main.go ├── 08_03_madLibs │ ├── README.md │ ├── main.go │ ├── test.txt │ └── tmp_test.txt ├── 08_04_regexpTxt │ ├── 1.txt │ ├── 2.txt │ ├── README.md │ └── main.go ├── 09_01_renameDate │ ├── README.md │ ├── main.go │ └── test │ │ ├── 01-03-2014eggs.zip │ │ ├── 12-03-2015aalo.txt │ │ ├── spam4-4-1984.txt │ │ └── text12.txt ├── 09_02_backupToZip │ ├── README.md │ └── main.go ├── 09_03_selectiveBackup │ ├── 1.jpg │ ├── 2.pdf │ ├── README.md │ └── main.go ├── 09_04_findLargeFiles │ ├── README.md │ └── main.go ├── 11_01_mapIt │ ├── README.md │ └── main.go ├── 11_02_googleSearchIt │ ├── README.md │ └── main.go ├── 11_03_requestGet │ ├── README.md │ ├── log.txt │ └── main.go ├── 11_04_urlSearchTerm │ ├── README.md │ ├── log.txt │ └── main.go ├── 11_05_requestSave │ ├── README.md │ ├── log.txt │ ├── main.go │ └── save.txt ├── 11_06_luckyGoogle │ ├── README.md │ ├── log.txt │ └── main.go ├── 11_07_downloadXkcd │ ├── README.md │ ├── log.txt │ ├── main.go │ └── xkcd │ │ ├── 2017.png │ │ ├── adjective_foods.png │ │ ├── all_you_can_eat.png │ │ ├── apple_spectrum.png │ │ ├── appliance_repair.png │ │ ├── artifacts.png │ │ ├── astrophysics.png │ │ ├── baby_post.png │ │ ├── bad_map_projection_liquid_resize.png │ │ ├── bad_map_projection_time_zones.png │ │ ├── barge.png │ │ ├── bird_plane_superman.png │ │ ├── blame.png │ │ ├── box_plot.png │ │ ├── british_map.png │ │ ├── catcalling.png │ │ ├── chess_notation.png │ │ ├── dear_diary.png │ │ ├── decision_paralysis.png │ │ ├── emails.png │ │ ├── fire.png │ │ ├── focus_knob.png │ │ ├── im_with_her.png │ │ ├── interest_timescales.png │ │ ├── it_was_i.png │ │ ├── location_reviews.png │ │ ├── moving_boxes.png │ │ ├── negativity.png │ │ ├── never_seen_star_wars.png │ │ ├── november_2016.png │ │ ├── old_days.png │ │ ├── phone.png │ │ ├── phone_numbers.png │ │ ├── reindeer.png │ │ ├── sad.png │ │ ├── settling.png │ │ ├── soda_sugar_comparisons.png │ │ ├── stardew_valley.png │ │ ├── startup_opportunity.png │ │ ├── team_chat.png │ │ ├── telescopes_refractor_vs_reflector.png │ │ ├── things_you_learn.png │ │ ├── tornado_safety_tips.png │ │ ├── trash.png │ │ ├── tv_problems.png │ │ ├── ui_change.png │ │ ├── us_state_names.png │ │ ├── voice_commands.png │ │ ├── wifi.png │ │ └── xkcde.png ├── 11_08_seleniumGo │ ├── README.md │ ├── log.txt │ ├── main.go │ └── selenium-server-standalone-3.1.0.jar ├── 11_09_seleniumFindClick │ ├── README.md │ ├── log.txt │ └── main.go ├── 11_10_geocoderYandex │ ├── README.md │ └── main.go ├── 12_01_xlsxGo │ ├── README.md │ ├── example.xlsx │ ├── log │ │ └── log.txt │ └── main.go ├── 12_02_censusPopData │ ├── .log │ ├── README.md │ ├── censuspopdata.xlsx │ ├── exitData.json │ └── main.go ├── 12_03_saveExcel │ ├── .log │ ├── README.md │ ├── main.go │ └── test.xlsx ├── 12_04_updateProduce │ ├── .log │ ├── README.md │ ├── main.go │ ├── produceSales.xlsx │ └── updateproduceSales.xlsx ├── 12_05_multiplicationTable │ ├── .log │ ├── README.md │ ├── main.go │ └── table.xlsx ├── 12_06_blankRowInserter │ ├── .log │ ├── README.md │ ├── main.go │ ├── save_table.xlsx │ └── table.xlsx ├── 12_07_colToRow │ ├── .log │ ├── README.md │ ├── main.go │ ├── save_table.xlsx │ └── table.xlsx ├── 12_08_txtToXlsx │ ├── .log │ ├── 1.txt │ ├── 2.txt │ ├── README.md │ ├── main.go │ └── saveTable.xlsx ├── 12_09_xlsxToTxt │ ├── .log │ ├── README.md │ ├── main.go │ ├── saveFile1.txt │ ├── saveFile2.txt │ └── table.xlsx ├── 13_01_pdfTest │ ├── README.md │ ├── basic.pdf │ ├── hello.pdf │ └── main.go ├── 13_02_combinePdfs │ ├── .log │ ├── 1.pdf │ ├── 2.pdf │ ├── 3.pdf │ ├── 4.pdf │ ├── README.md │ ├── main.go │ └── save.pdf ├── 13_03_docxTest │ ├── .log │ ├── 1.docx │ ├── 1.xml │ ├── README.md │ └── main.go ├── 14_01_removeCsvHeader │ ├── .log │ ├── 1.csv │ ├── README.md │ ├── main.go │ ├── new_1.csv │ ├── new_testCsv.csv │ └── testCsv.csv ├── 14_02_quickWeather │ ├── README.md │ └── main.go ├── 14_03_testJSON │ ├── .log │ ├── README.md │ ├── exitData.json │ └── main.go ├── 14_04_quickWeather2 │ ├── .log │ ├── 1.txt │ ├── README.md │ ├── main.go │ └── resp.json ├── 15_01_timeTest │ ├── README.md │ └── main.go ├── 15_02_stopWacth │ ├── README.md │ └── main.go ├── 15_03_concurrencyTest │ ├── README.md │ └── main.go ├── 15_04_multidownloadXkcd │ ├── README.md │ ├── main.go │ └── xkcd │ │ ├── best_tasting_colors.png │ │ ├── chat_systems.png │ │ ├── color_pattern.png │ │ ├── existential_bug_reports.png │ │ ├── flag.png │ │ ├── hottest_editors.png │ │ ├── identification_chart.png │ │ ├── incinerator.png │ │ ├── incognito_mode.png │ │ ├── mispronunciation.png │ │ ├── onboarding.png │ │ ├── rayleigh_scattering.png │ │ ├── security_advice.png │ │ ├── sweet_16.png │ │ └── vomiting_emoji.png ├── 15_05_execTest │ ├── README.md │ └── main.go ├── 15_06_countdown │ ├── README.md │ ├── alarm.wav │ └── main.go ├── 16_01_testEmailSmtp │ ├── README.md │ └── main.go ├── 16_02_imapTest │ ├── README.md │ └── main.go ├── 16_03_sendDuesReminders │ ├── .log │ ├── README.md │ ├── duesRecords.xlsx │ └── main.go ├── 16_04_twilioTest │ ├── .log │ ├── README.md │ └── main.go ├── 17_01_testGoImage │ ├── README.md │ ├── copyTo.png │ ├── cropped.1.png │ ├── cropped.png │ ├── main.go │ ├── new.png │ ├── pasted.png │ ├── zophie.1.png │ └── zophie.png ├── 17_02_testBild │ ├── README.md │ ├── crop.png │ ├── main.go │ ├── resize.png │ └── zophie.png ├── 17_03_testImaging │ ├── README.md │ ├── crop.png │ ├── main.go │ ├── paste.png │ ├── pasteN.png │ ├── pixels.png │ ├── resize.png │ ├── rotate90.png │ ├── test.png │ └── zophie.png ├── 17_04_resizeAndAddLogo │ ├── .log │ ├── README.md │ ├── catlogo.png │ ├── dst │ │ ├── crop.png │ │ ├── pixels.png │ │ └── resize.png │ ├── main.go │ └── src │ │ ├── crop.png │ │ ├── pixels.png │ │ └── resize.png └── 18_01_newChallenge │ ├── barcode │ ├── main.go │ └── qrcode.png │ ├── progress │ └── main.go │ └── readPdf │ ├── basic.pdf │ ├── main.go │ └── tmp825962060 │ ├── test000.jpg │ └── test000.txt ├── translation └── russian │ ├── 07_01_regexpMail │ ├── README.md │ └── main.go │ ├── 07_02_regexpPass │ ├── README.md │ └── main.go │ ├── 08_01_randomQuizGen │ ├── README.md │ ├── main.go │ ├── билет_1.txt │ ├── билет_10.txt │ ├── билет_11.txt │ ├── билет_12.txt │ ├── билет_13.txt │ ├── билет_14.txt │ ├── билет_15.txt │ ├── билет_16.txt │ ├── билет_17.txt │ ├── билет_18.txt │ ├── билет_19.txt │ ├── билет_2.txt │ ├── билет_20.txt │ ├── билет_21.txt │ ├── билет_22.txt │ ├── билет_23.txt │ ├── билет_24.txt │ ├── билет_25.txt │ ├── билет_26.txt │ ├── билет_27.txt │ ├── билет_28.txt │ ├── билет_29.txt │ ├── билет_3.txt │ ├── билет_30.txt │ ├── билет_31.txt │ ├── билет_32.txt │ ├── билет_33.txt │ ├── билет_34.txt │ ├── билет_35.txt │ ├── билет_4.txt │ ├── билет_5.txt │ ├── билет_6.txt │ ├── билет_7.txt │ ├── билет_8.txt │ ├── билет_9.txt │ ├── билетОтвет_1.txt │ ├── билетОтвет_10.txt │ ├── билетОтвет_11.txt │ ├── билетОтвет_12.txt │ ├── билетОтвет_13.txt │ ├── билетОтвет_14.txt │ ├── билетОтвет_15.txt │ ├── билетОтвет_16.txt │ ├── билетОтвет_17.txt │ ├── билетОтвет_18.txt │ ├── билетОтвет_19.txt │ ├── билетОтвет_2.txt │ ├── билетОтвет_20.txt │ ├── билетОтвет_21.txt │ ├── билетОтвет_22.txt │ ├── билетОтвет_23.txt │ ├── билетОтвет_24.txt │ ├── билетОтвет_25.txt │ ├── билетОтвет_26.txt │ ├── билетОтвет_27.txt │ ├── билетОтвет_28.txt │ ├── билетОтвет_29.txt │ ├── билетОтвет_3.txt │ ├── билетОтвет_30.txt │ ├── билетОтвет_31.txt │ ├── билетОтвет_32.txt │ ├── билетОтвет_33.txt │ ├── билетОтвет_34.txt │ ├── билетОтвет_35.txt │ ├── билетОтвет_4.txt │ ├── билетОтвет_5.txt │ ├── билетОтвет_6.txt │ ├── билетОтвет_7.txt │ ├── билетОтвет_8.txt │ └── билетОтвет_9.txt │ ├── 08_02_multiClipBoard │ ├── README.md │ └── main.go │ ├── 08_03_madLibs │ ├── README.md │ ├── main.go │ ├── test.txt │ └── tmp_test.txt │ ├── 08_04_regexpTxt │ ├── 1.txt │ ├── 2.txt │ ├── README.md │ └── main.go │ ├── 09_01_renameDate │ ├── README.md │ ├── main.go │ └── test │ │ ├── 01-03-2014eggs.zip │ │ ├── 12-03-2015aalo.txt │ │ ├── spam4-4-1984.txt │ │ └── text12.txt │ ├── 09_02_backupToZip │ ├── README.md │ └── main.go │ ├── 09_03_selectiveBackup │ ├── 1.jpg │ ├── 2.pdf │ ├── README.md │ └── main.go │ ├── 09_04_findLargeFiles │ ├── README.md │ └── main.go │ ├── 11_01_mapIt │ ├── README.md │ └── main.go │ ├── 11_02_googleSearchIt │ ├── README.md │ └── main.go │ ├── 11_03_requestGet │ ├── README.md │ ├── log.txt │ └── main.go │ ├── 11_04_urlSearchTerm │ ├── README.md │ ├── log.txt │ └── main.go │ ├── 11_05_requestSave │ ├── README.md │ ├── log.txt │ ├── main.go │ └── save.txt │ ├── 11_06_luckyGoogle │ ├── README.md │ ├── log.txt │ └── main.go │ ├── 11_07_downloadXkcd │ ├── README.md │ ├── log.txt │ ├── main.go │ └── xkcd │ │ ├── 2017.png │ │ ├── adjective_foods.png │ │ ├── all_you_can_eat.png │ │ ├── apple_spectrum.png │ │ ├── appliance_repair.png │ │ ├── artifacts.png │ │ ├── astrophysics.png │ │ ├── baby_post.png │ │ ├── bad_map_projection_liquid_resize.png │ │ ├── bad_map_projection_time_zones.png │ │ ├── barge.png │ │ ├── bird_plane_superman.png │ │ ├── blame.png │ │ ├── box_plot.png │ │ ├── british_map.png │ │ ├── catcalling.png │ │ ├── chess_notation.png │ │ ├── dear_diary.png │ │ ├── decision_paralysis.png │ │ ├── emails.png │ │ ├── fire.png │ │ ├── focus_knob.png │ │ ├── im_with_her.png │ │ ├── interest_timescales.png │ │ ├── it_was_i.png │ │ ├── location_reviews.png │ │ ├── moving_boxes.png │ │ ├── negativity.png │ │ ├── never_seen_star_wars.png │ │ ├── november_2016.png │ │ ├── old_days.png │ │ ├── phone.png │ │ ├── phone_numbers.png │ │ ├── reindeer.png │ │ ├── sad.png │ │ ├── settling.png │ │ ├── soda_sugar_comparisons.png │ │ ├── stardew_valley.png │ │ ├── startup_opportunity.png │ │ ├── team_chat.png │ │ ├── telescopes_refractor_vs_reflector.png │ │ ├── things_you_learn.png │ │ ├── tornado_safety_tips.png │ │ ├── trash.png │ │ ├── tv_problems.png │ │ ├── ui_change.png │ │ ├── us_state_names.png │ │ ├── voice_commands.png │ │ ├── wifi.png │ │ └── xkcde.png │ ├── 11_08_seleniumGo │ ├── README.md │ ├── log.txt │ ├── main.go │ └── selenium-server-standalone-3.1.0.jar │ ├── 11_09_seleniumFindClick │ ├── README.md │ ├── log.txt │ └── main.go │ ├── 11_10_geocoderYandex │ ├── README.md │ └── main.go │ ├── 12_01_xlsxGo │ ├── README.md │ ├── example.xlsx │ ├── log │ │ └── log.txt │ └── main.go │ ├── 12_02_censusPopData │ ├── .log │ ├── README.md │ ├── censuspopdata.xlsx │ ├── exitData.json │ └── main.go │ ├── 12_03_saveExcel │ ├── .log │ ├── README.md │ ├── main.go │ └── test.xlsx │ ├── 12_04_updateProduce │ ├── .log │ ├── README.md │ ├── main.go │ ├── produceSales.xlsx │ └── updateproduceSales.xlsx │ ├── 12_05_multiplicationTable │ ├── .log │ ├── README.md │ ├── main.go │ └── table.xlsx │ ├── 12_06_blankRowInserter │ ├── .log │ ├── README.md │ ├── main.go │ ├── save_table.xlsx │ └── table.xlsx │ ├── 12_07_colToRow │ ├── .log │ ├── README.md │ ├── main.go │ ├── save_table.xlsx │ └── table.xlsx │ ├── 12_08_txtToXlsx │ ├── .log │ ├── 1.txt │ ├── 2.txt │ ├── README.md │ ├── main.go │ └── saveTable.xlsx │ ├── 12_09_xlsxToTxt │ ├── .log │ ├── README.md │ ├── main.go │ ├── saveFile1.txt │ ├── saveFile2.txt │ └── table.xlsx │ ├── 13_01_pdfTest │ ├── README.md │ ├── basic.pdf │ ├── hello.pdf │ └── main.go │ ├── 13_02_combinePdfs │ ├── .log │ ├── 1.pdf │ ├── 2.pdf │ ├── 3.pdf │ ├── 4.pdf │ ├── README.md │ ├── main.go │ └── save.pdf │ ├── 13_03_docxTest │ ├── .log │ ├── 1.docx │ ├── 1.xml │ ├── README.md │ └── main.go │ ├── 14_01_removeCsvHeader │ ├── .log │ ├── 1.csv │ ├── README.md │ ├── main.go │ ├── new_1.csv │ ├── new_testCsv.csv │ └── testCsv.csv │ ├── 14_02_quickWeather │ ├── README.md │ └── main.go │ ├── 14_03_testJSON │ ├── .log │ ├── README.md │ ├── exitData.json │ └── main.go │ ├── 14_04_quickWeather2 │ ├── .log │ ├── 1.txt │ ├── README.md │ ├── main.go │ └── resp.json │ ├── 15_01_timeTest │ ├── README.md │ └── main.go │ ├── 15_02_stopWacth │ ├── README.md │ └── main.go │ ├── 15_03_concurrencyTest │ ├── README.md │ └── main.go │ ├── 15_04_multidownloadXkcd │ ├── README.md │ ├── main.go │ └── xkcd │ │ ├── best_tasting_colors.png │ │ ├── chat_systems.png │ │ ├── color_pattern.png │ │ ├── existential_bug_reports.png │ │ ├── flag.png │ │ ├── hottest_editors.png │ │ ├── identification_chart.png │ │ ├── incinerator.png │ │ ├── incognito_mode.png │ │ ├── mispronunciation.png │ │ ├── onboarding.png │ │ ├── rayleigh_scattering.png │ │ ├── security_advice.png │ │ ├── sweet_16.png │ │ └── vomiting_emoji.png │ ├── 15_05_execTest │ ├── README.md │ └── main.go │ ├── 15_06_countdown │ ├── README.md │ ├── alarm.wav │ └── main.go │ ├── 16_01_testEmailSmtp │ ├── README.md │ └── main.go │ ├── 16_02_imapTest │ ├── README.md │ └── main.go │ ├── 16_03_sendDuesReminders │ ├── .log │ ├── README.md │ ├── duesRecords.xlsx │ └── main.go │ ├── 16_04_twilioTest │ ├── .log │ ├── README.md │ └── main.go │ ├── 17_01_testGoImage │ ├── README.md │ ├── copyTo.png │ ├── cropped.1.png │ ├── cropped.png │ ├── main.go │ ├── new.png │ ├── pasted.png │ ├── zophie.1.png │ └── zophie.png │ ├── 17_02_testBild │ ├── README.md │ ├── crop.png │ ├── main.go │ ├── resize.png │ └── zophie.png │ ├── 17_03_testImaging │ ├── README.md │ ├── crop.png │ ├── main.go │ ├── paste.png │ ├── pasteN.png │ ├── pixels.png │ ├── resize.png │ ├── rotate90.png │ ├── test.png │ └── zophie.png │ ├── 17_04_resizeAndAddLogo │ ├── .log │ ├── README.md │ ├── catlogo.png │ ├── dst │ │ ├── crop.png │ │ ├── pixels.png │ │ └── resize.png │ ├── main.go │ └── src │ │ ├── crop.png │ │ ├── pixels.png │ │ └── resize.png │ ├── 18_01_newChallenge │ ├── barcode │ │ ├── main.go │ │ └── qrcode.png │ ├── progress │ │ └── main.go │ └── readPdf │ │ ├── basic.pdf │ │ ├── main.go │ │ └── tmp825962060 │ │ ├── test000.jpg │ │ └── test000.txt │ └── README.md └── vendor ├── github.com ├── anthonynsimon │ └── bild │ │ ├── LICENSE │ │ ├── clone │ │ └── clone.go │ │ ├── imgio │ │ └── io.go │ │ ├── math │ │ └── f64 │ │ │ └── clamp.go │ │ ├── parallel │ │ └── parallel.go │ │ └── transform │ │ ├── filters.go │ │ ├── resize.go │ │ ├── rotate.go │ │ ├── shear.go │ │ └── translate.go ├── atotto │ └── clipboard │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── clipboard.go │ │ ├── clipboard_darwin.go │ │ ├── clipboard_unix.go │ │ └── clipboard_windows.go ├── boombuler │ └── barcode │ │ ├── LICENSE │ │ ├── README.md │ │ ├── barcode.go │ │ ├── qr │ │ ├── alphanumeric.go │ │ ├── automatic.go │ │ ├── blocks.go │ │ ├── encoder.go │ │ ├── errorcorrection.go │ │ ├── numeric.go │ │ ├── qrcode.go │ │ ├── unicode.go │ │ └── versioninfo.go │ │ ├── scaledbarcode.go │ │ └── utils │ │ ├── base1dcode.go │ │ ├── bitlist.go │ │ ├── galoisfield.go │ │ ├── gfpoly.go │ │ ├── reedsolomon.go │ │ └── runeint.go ├── disintegration │ └── imaging │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── adjust.go │ │ ├── convolution.go │ │ ├── doc.go │ │ ├── effects.go │ │ ├── helpers.go │ │ ├── histogram.go │ │ ├── resize.go │ │ ├── scanner.go │ │ ├── tools.go │ │ ├── transform.go │ │ └── utils.go ├── emersion │ ├── go-imap │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── client │ │ │ ├── client.go │ │ │ ├── cmd_any.go │ │ │ ├── cmd_auth.go │ │ │ ├── cmd_noauth.go │ │ │ ├── cmd_selected.go │ │ │ └── tag.go │ │ ├── command.go │ │ ├── commands │ │ │ ├── append.go │ │ │ ├── authenticate.go │ │ │ ├── capability.go │ │ │ ├── check.go │ │ │ ├── close.go │ │ │ ├── commands.go │ │ │ ├── copy.go │ │ │ ├── create.go │ │ │ ├── delete.go │ │ │ ├── expunge.go │ │ │ ├── fetch.go │ │ │ ├── list.go │ │ │ ├── login.go │ │ │ ├── logout.go │ │ │ ├── noop.go │ │ │ ├── rename.go │ │ │ ├── search.go │ │ │ ├── select.go │ │ │ ├── starttls.go │ │ │ ├── status.go │ │ │ ├── store.go │ │ │ ├── subscribe.go │ │ │ └── uid.go │ │ ├── conn.go │ │ ├── date.go │ │ ├── handle.go │ │ ├── imap.go │ │ ├── literal.go │ │ ├── logger.go │ │ ├── mailbox.go │ │ ├── message.go │ │ ├── read.go │ │ ├── response.go │ │ ├── responses │ │ │ ├── authenticate.go │ │ │ ├── capability.go │ │ │ ├── expunge.go │ │ │ ├── fetch.go │ │ │ ├── list.go │ │ │ ├── responses.go │ │ │ ├── search.go │ │ │ ├── select.go │ │ │ └── status.go │ │ ├── search.go │ │ ├── seqset.go │ │ ├── status.go │ │ ├── utf7 │ │ │ ├── decoder.go │ │ │ ├── encoder.go │ │ │ └── utf7.go │ │ └── write.go │ └── go-sasl │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── anonymous.go │ │ ├── external.go │ │ ├── login.go │ │ ├── plain.go │ │ ├── sasl.go │ │ └── xoauth2.go ├── gen2brain │ └── go-fitz │ │ ├── .appveyor.yml │ │ ├── .travis.yml │ │ ├── AUTHORS │ │ ├── COPYING │ │ ├── README.md │ │ ├── fitz.go │ │ ├── fitz_cgo.go │ │ └── fitz_cgo_extlib.go ├── gorilla │ └── schema │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── cache.go │ │ ├── converter.go │ │ ├── decoder.go │ │ ├── doc.go │ │ └── encoder.go ├── jackdanger │ └── collectlinks │ │ ├── LICENSE │ │ ├── README.md │ │ ├── collectlinks.go │ │ └── doc.go ├── jessevdk │ └── go-flags │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── arg.go │ │ ├── check_crosscompile.sh │ │ ├── closest.go │ │ ├── command.go │ │ ├── completion.go │ │ ├── convert.go │ │ ├── error.go │ │ ├── flags.go │ │ ├── group.go │ │ ├── help.go │ │ ├── ini.go │ │ ├── man.go │ │ ├── multitag.go │ │ ├── option.go │ │ ├── optstyle_other.go │ │ ├── optstyle_windows.go │ │ ├── parser.go │ │ ├── termsize.go │ │ ├── termsize_nosysioctl.go │ │ ├── tiocgwinsz_bsdish.go │ │ ├── tiocgwinsz_linux.go │ │ └── tiocgwinsz_other.go ├── jung-kurt │ └── gofpdf │ │ ├── .gitattribute │ │ ├── .travis.yml │ │ ├── README.md │ │ ├── README.md.template │ │ ├── check │ │ ├── compare.go │ │ ├── cov │ │ ├── def.go │ │ ├── doc.go │ │ ├── embedded.go │ │ ├── font.go │ │ ├── fpdf.go │ │ ├── fpdftrans.go │ │ ├── htmlbasic.go │ │ ├── layer.go │ │ ├── license.txt │ │ ├── mkdoc │ │ ├── png.go │ │ ├── protect.go │ │ ├── svgbasic.go │ │ ├── svgwrite.go │ │ ├── template.go │ │ ├── template_impl.go │ │ ├── ttfparser.go │ │ └── util.go ├── ledongthuc │ └── pdf │ │ ├── LICENSE │ │ ├── README.md │ │ ├── lex.go │ │ ├── name.go │ │ ├── page.go │ │ ├── ps.go │ │ ├── read.go │ │ └── text.go ├── opesun │ └── goquery │ │ ├── README.md │ │ ├── exp │ │ └── html │ │ │ ├── atom │ │ │ ├── atom.go │ │ │ └── table.go │ │ │ ├── const.go │ │ │ ├── doc.go │ │ │ ├── doctype.go │ │ │ ├── entity.go │ │ │ ├── escape.go │ │ │ ├── foreign.go │ │ │ ├── node.go │ │ │ ├── parse.go │ │ │ ├── render.go │ │ │ └── token.go │ │ └── goquery.go ├── schollz │ └── progressbar │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ └── progressbar.go ├── sfreiberg │ └── gotwilio │ │ ├── LICENSE │ │ ├── README.md │ │ ├── common.go │ │ ├── fax.go │ │ ├── gotwilio.go │ │ ├── proxy_participant.go │ │ ├── proxy_service.go │ │ ├── proxy_session.go │ │ ├── sms.go │ │ ├── util.go │ │ ├── voice.go │ │ └── webhooks.go ├── tealeg │ └── xlsx │ │ ├── .travis.yml │ │ ├── AUTHORS.txt │ │ ├── README.org │ │ ├── cell.go │ │ ├── col.go │ │ ├── date.go │ │ ├── doc.go │ │ ├── file.go │ │ ├── hsl.go │ │ ├── lib.go │ │ ├── read.go │ │ ├── reftable.go │ │ ├── row.go │ │ ├── sheet.go │ │ ├── style.go │ │ ├── templates.go │ │ ├── theme.go │ │ ├── write.go │ │ ├── xmlContentTypes.go │ │ ├── xmlSharedStrings.go │ │ ├── xmlStyle.go │ │ ├── xmlTheme.go │ │ ├── xmlWorkbook.go │ │ └── xmlWorksheet.go ├── tebeka │ └── selenium │ │ ├── .hgtags │ │ ├── .travis.yml │ │ ├── AUTHORS │ │ ├── ChangeLog │ │ ├── Dockerfile │ │ ├── LICENSE.txt │ │ ├── Makefile │ │ ├── README.md │ │ ├── common.go │ │ ├── doc.go │ │ ├── docker-test.sh │ │ ├── push-to-github.sh │ │ ├── remote.go │ │ ├── run-tests.sh │ │ ├── selenium.go │ │ └── selenium.sh └── toqueteos │ └── webbrowser │ ├── .travis.yml │ ├── CONTRIBUTING.md │ ├── LICENSE.md │ ├── README.md │ └── webbrowser.go ├── golang.org └── x │ ├── image │ ├── AUTHORS │ ├── CONTRIBUTORS │ ├── LICENSE │ ├── PATENTS │ ├── bmp │ │ ├── reader.go │ │ └── writer.go │ └── tiff │ │ ├── buffer.go │ │ ├── compress.go │ │ ├── consts.go │ │ ├── lzw │ │ └── reader.go │ │ ├── reader.go │ │ └── writer.go │ ├── net │ ├── AUTHORS │ ├── CONTRIBUTORS │ ├── LICENSE │ ├── PATENTS │ └── html │ │ ├── atom │ │ ├── atom.go │ │ └── table.go │ │ ├── const.go │ │ ├── doc.go │ │ ├── doctype.go │ │ ├── entity.go │ │ ├── escape.go │ │ ├── foreign.go │ │ ├── node.go │ │ ├── parse.go │ │ ├── render.go │ │ └── token.go │ └── text │ ├── AUTHORS │ ├── CONTRIBUTORS │ ├── LICENSE │ ├── PATENTS │ ├── encoding │ ├── encoding.go │ └── internal │ │ └── identifier │ │ ├── identifier.go │ │ └── mib.go │ └── transform │ └── transform.go └── modules.txt /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/README.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/go.sum -------------------------------------------------------------------------------- /img/automateGo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/img/automateGo.png -------------------------------------------------------------------------------- /projects/07_01_regexpMail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/07_01_regexpMail/README.md -------------------------------------------------------------------------------- /projects/07_01_regexpMail/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/07_01_regexpMail/main.go -------------------------------------------------------------------------------- /projects/07_02_regexpPass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/07_02_regexpPass/README.md -------------------------------------------------------------------------------- /projects/07_02_regexpPass/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/07_02_regexpPass/main.go -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/README.md -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/main.go -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_1.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_10.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_11.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_12.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_13.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_14.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_15.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_16.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_17.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_18.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_19.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_2.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_20.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_21.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_22.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_23.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_24.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_25.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_26.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_27.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_28.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_29.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_3.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_30.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_31.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_32.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_33.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_34.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_35.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_4.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_5.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_6.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_7.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_8.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билет_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билет_9.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_1.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_10.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_11.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_12.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_13.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_14.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_15.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_16.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_17.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_18.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_19.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_2.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_20.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_21.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_22.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_23.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_24.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_25.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_26.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_27.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_28.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_29.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_3.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_30.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_31.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_32.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_33.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_34.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_35.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_4.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_5.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_6.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_7.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_8.txt -------------------------------------------------------------------------------- /projects/08_01_randomQuizGen/билетОтвет_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_01_randomQuizGen/билетОтвет_9.txt -------------------------------------------------------------------------------- /projects/08_02_multiClipBoard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_02_multiClipBoard/README.md -------------------------------------------------------------------------------- /projects/08_02_multiClipBoard/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_02_multiClipBoard/main.go -------------------------------------------------------------------------------- /projects/08_03_madLibs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_03_madLibs/README.md -------------------------------------------------------------------------------- /projects/08_03_madLibs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_03_madLibs/main.go -------------------------------------------------------------------------------- /projects/08_03_madLibs/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_03_madLibs/test.txt -------------------------------------------------------------------------------- /projects/08_03_madLibs/tmp_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_03_madLibs/tmp_test.txt -------------------------------------------------------------------------------- /projects/08_04_regexpTxt/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_04_regexpTxt/1.txt -------------------------------------------------------------------------------- /projects/08_04_regexpTxt/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_04_regexpTxt/2.txt -------------------------------------------------------------------------------- /projects/08_04_regexpTxt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_04_regexpTxt/README.md -------------------------------------------------------------------------------- /projects/08_04_regexpTxt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/08_04_regexpTxt/main.go -------------------------------------------------------------------------------- /projects/09_01_renameDate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_01_renameDate/README.md -------------------------------------------------------------------------------- /projects/09_01_renameDate/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_01_renameDate/main.go -------------------------------------------------------------------------------- /projects/09_01_renameDate/test/01-03-2014eggs.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_01_renameDate/test/12-03-2015aalo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_01_renameDate/test/spam4-4-1984.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_01_renameDate/test/text12.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_02_backupToZip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_02_backupToZip/README.md -------------------------------------------------------------------------------- /projects/09_02_backupToZip/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_02_backupToZip/main.go -------------------------------------------------------------------------------- /projects/09_03_selectiveBackup/1.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_03_selectiveBackup/2.pdf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/09_03_selectiveBackup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_03_selectiveBackup/README.md -------------------------------------------------------------------------------- /projects/09_03_selectiveBackup/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_03_selectiveBackup/main.go -------------------------------------------------------------------------------- /projects/09_04_findLargeFiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_04_findLargeFiles/README.md -------------------------------------------------------------------------------- /projects/09_04_findLargeFiles/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/09_04_findLargeFiles/main.go -------------------------------------------------------------------------------- /projects/11_01_mapIt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_01_mapIt/README.md -------------------------------------------------------------------------------- /projects/11_01_mapIt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_01_mapIt/main.go -------------------------------------------------------------------------------- /projects/11_02_googleSearchIt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_02_googleSearchIt/README.md -------------------------------------------------------------------------------- /projects/11_02_googleSearchIt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_02_googleSearchIt/main.go -------------------------------------------------------------------------------- /projects/11_03_requestGet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_03_requestGet/README.md -------------------------------------------------------------------------------- /projects/11_03_requestGet/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/11_03_requestGet/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_03_requestGet/main.go -------------------------------------------------------------------------------- /projects/11_04_urlSearchTerm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_04_urlSearchTerm/README.md -------------------------------------------------------------------------------- /projects/11_04_urlSearchTerm/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/11_04_urlSearchTerm/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_04_urlSearchTerm/main.go -------------------------------------------------------------------------------- /projects/11_05_requestSave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_05_requestSave/README.md -------------------------------------------------------------------------------- /projects/11_05_requestSave/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/11_05_requestSave/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_05_requestSave/main.go -------------------------------------------------------------------------------- /projects/11_05_requestSave/save.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_05_requestSave/save.txt -------------------------------------------------------------------------------- /projects/11_06_luckyGoogle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_06_luckyGoogle/README.md -------------------------------------------------------------------------------- /projects/11_06_luckyGoogle/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/11_06_luckyGoogle/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_06_luckyGoogle/main.go -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/README.md -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/log.txt -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/main.go -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/2017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/2017.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/adjective_foods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/adjective_foods.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/all_you_can_eat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/all_you_can_eat.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/apple_spectrum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/apple_spectrum.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/appliance_repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/appliance_repair.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/artifacts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/artifacts.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/astrophysics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/astrophysics.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/baby_post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/baby_post.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/barge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/barge.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/blame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/blame.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/box_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/box_plot.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/british_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/british_map.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/catcalling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/catcalling.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/chess_notation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/chess_notation.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/dear_diary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/dear_diary.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/emails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/emails.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/fire.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/focus_knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/focus_knob.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/im_with_her.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/im_with_her.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/it_was_i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/it_was_i.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/location_reviews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/location_reviews.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/moving_boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/moving_boxes.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/negativity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/negativity.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/november_2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/november_2016.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/old_days.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/old_days.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/phone.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/phone_numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/phone_numbers.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/reindeer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/reindeer.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/sad.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/settling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/settling.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/stardew_valley.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/stardew_valley.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/team_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/team_chat.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/things_you_learn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/things_you_learn.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/trash.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/tv_problems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/tv_problems.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/ui_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/ui_change.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/us_state_names.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/us_state_names.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/voice_commands.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/voice_commands.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/wifi.png -------------------------------------------------------------------------------- /projects/11_07_downloadXkcd/xkcd/xkcde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_07_downloadXkcd/xkcd/xkcde.png -------------------------------------------------------------------------------- /projects/11_08_seleniumGo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_08_seleniumGo/README.md -------------------------------------------------------------------------------- /projects/11_08_seleniumGo/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_08_seleniumGo/log.txt -------------------------------------------------------------------------------- /projects/11_08_seleniumGo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_08_seleniumGo/main.go -------------------------------------------------------------------------------- /projects/11_09_seleniumFindClick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_09_seleniumFindClick/README.md -------------------------------------------------------------------------------- /projects/11_09_seleniumFindClick/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/11_09_seleniumFindClick/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_09_seleniumFindClick/main.go -------------------------------------------------------------------------------- /projects/11_10_geocoderYandex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_10_geocoderYandex/README.md -------------------------------------------------------------------------------- /projects/11_10_geocoderYandex/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/11_10_geocoderYandex/main.go -------------------------------------------------------------------------------- /projects/12_01_xlsxGo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_01_xlsxGo/README.md -------------------------------------------------------------------------------- /projects/12_01_xlsxGo/example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_01_xlsxGo/example.xlsx -------------------------------------------------------------------------------- /projects/12_01_xlsxGo/log/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_01_xlsxGo/log/log.txt -------------------------------------------------------------------------------- /projects/12_01_xlsxGo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_01_xlsxGo/main.go -------------------------------------------------------------------------------- /projects/12_02_censusPopData/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_02_censusPopData/.log -------------------------------------------------------------------------------- /projects/12_02_censusPopData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_02_censusPopData/README.md -------------------------------------------------------------------------------- /projects/12_02_censusPopData/censuspopdata.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_02_censusPopData/censuspopdata.xlsx -------------------------------------------------------------------------------- /projects/12_02_censusPopData/exitData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_02_censusPopData/exitData.json -------------------------------------------------------------------------------- /projects/12_02_censusPopData/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_02_censusPopData/main.go -------------------------------------------------------------------------------- /projects/12_03_saveExcel/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_03_saveExcel/.log -------------------------------------------------------------------------------- /projects/12_03_saveExcel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_03_saveExcel/README.md -------------------------------------------------------------------------------- /projects/12_03_saveExcel/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_03_saveExcel/main.go -------------------------------------------------------------------------------- /projects/12_03_saveExcel/test.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_03_saveExcel/test.xlsx -------------------------------------------------------------------------------- /projects/12_04_updateProduce/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_04_updateProduce/.log -------------------------------------------------------------------------------- /projects/12_04_updateProduce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_04_updateProduce/README.md -------------------------------------------------------------------------------- /projects/12_04_updateProduce/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_04_updateProduce/main.go -------------------------------------------------------------------------------- /projects/12_04_updateProduce/produceSales.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_04_updateProduce/produceSales.xlsx -------------------------------------------------------------------------------- /projects/12_04_updateProduce/updateproduceSales.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_04_updateProduce/updateproduceSales.xlsx -------------------------------------------------------------------------------- /projects/12_05_multiplicationTable/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_05_multiplicationTable/.log -------------------------------------------------------------------------------- /projects/12_05_multiplicationTable/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_05_multiplicationTable/README.md -------------------------------------------------------------------------------- /projects/12_05_multiplicationTable/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_05_multiplicationTable/main.go -------------------------------------------------------------------------------- /projects/12_05_multiplicationTable/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_05_multiplicationTable/table.xlsx -------------------------------------------------------------------------------- /projects/12_06_blankRowInserter/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_06_blankRowInserter/.log -------------------------------------------------------------------------------- /projects/12_06_blankRowInserter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_06_blankRowInserter/README.md -------------------------------------------------------------------------------- /projects/12_06_blankRowInserter/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_06_blankRowInserter/main.go -------------------------------------------------------------------------------- /projects/12_06_blankRowInserter/save_table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_06_blankRowInserter/save_table.xlsx -------------------------------------------------------------------------------- /projects/12_06_blankRowInserter/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_06_blankRowInserter/table.xlsx -------------------------------------------------------------------------------- /projects/12_07_colToRow/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_07_colToRow/.log -------------------------------------------------------------------------------- /projects/12_07_colToRow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_07_colToRow/README.md -------------------------------------------------------------------------------- /projects/12_07_colToRow/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_07_colToRow/main.go -------------------------------------------------------------------------------- /projects/12_07_colToRow/save_table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_07_colToRow/save_table.xlsx -------------------------------------------------------------------------------- /projects/12_07_colToRow/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_07_colToRow/table.xlsx -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_08_txtToXlsx/1.txt -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_08_txtToXlsx/2.txt -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_08_txtToXlsx/README.md -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_08_txtToXlsx/main.go -------------------------------------------------------------------------------- /projects/12_08_txtToXlsx/saveTable.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_08_txtToXlsx/saveTable.xlsx -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/.log -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/README.md -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/main.go -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/saveFile1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/saveFile1.txt -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/saveFile2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/saveFile2.txt -------------------------------------------------------------------------------- /projects/12_09_xlsxToTxt/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/12_09_xlsxToTxt/table.xlsx -------------------------------------------------------------------------------- /projects/13_01_pdfTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_01_pdfTest/README.md -------------------------------------------------------------------------------- /projects/13_01_pdfTest/basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_01_pdfTest/basic.pdf -------------------------------------------------------------------------------- /projects/13_01_pdfTest/hello.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_01_pdfTest/hello.pdf -------------------------------------------------------------------------------- /projects/13_01_pdfTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_01_pdfTest/main.go -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/.log -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/1.pdf -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/2.pdf -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/3.pdf -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/4.pdf -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/README.md -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/main.go -------------------------------------------------------------------------------- /projects/13_02_combinePdfs/save.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_02_combinePdfs/save.pdf -------------------------------------------------------------------------------- /projects/13_03_docxTest/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /projects/13_03_docxTest/1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_03_docxTest/1.docx -------------------------------------------------------------------------------- /projects/13_03_docxTest/1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_03_docxTest/1.xml -------------------------------------------------------------------------------- /projects/13_03_docxTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_03_docxTest/README.md -------------------------------------------------------------------------------- /projects/13_03_docxTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/13_03_docxTest/main.go -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_01_removeCsvHeader/.log -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_01_removeCsvHeader/1.csv -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_01_removeCsvHeader/README.md -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_01_removeCsvHeader/main.go -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/new_1.csv: -------------------------------------------------------------------------------- 1 | 1,2,3 2 | 4,5,6 3 | -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/new_testCsv.csv: -------------------------------------------------------------------------------- 1 | aaa,bbb,ccc,ddd 2 | -------------------------------------------------------------------------------- /projects/14_01_removeCsvHeader/testCsv.csv: -------------------------------------------------------------------------------- 1 | All,Ok,Csv,Begin 2 | aaa,bbb,ccc,ddd -------------------------------------------------------------------------------- /projects/14_02_quickWeather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_02_quickWeather/README.md -------------------------------------------------------------------------------- /projects/14_02_quickWeather/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_02_quickWeather/main.go -------------------------------------------------------------------------------- /projects/14_03_testJSON/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_03_testJSON/.log -------------------------------------------------------------------------------- /projects/14_03_testJSON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_03_testJSON/README.md -------------------------------------------------------------------------------- /projects/14_03_testJSON/exitData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_03_testJSON/exitData.json -------------------------------------------------------------------------------- /projects/14_03_testJSON/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_03_testJSON/main.go -------------------------------------------------------------------------------- /projects/14_04_quickWeather2/.log: -------------------------------------------------------------------------------- 1 | 2017/04/11 10:13:55 Открытие JSON файла: resp.json 2 | -------------------------------------------------------------------------------- /projects/14_04_quickWeather2/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_04_quickWeather2/1.txt -------------------------------------------------------------------------------- /projects/14_04_quickWeather2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_04_quickWeather2/README.md -------------------------------------------------------------------------------- /projects/14_04_quickWeather2/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_04_quickWeather2/main.go -------------------------------------------------------------------------------- /projects/14_04_quickWeather2/resp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/14_04_quickWeather2/resp.json -------------------------------------------------------------------------------- /projects/15_01_timeTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_01_timeTest/README.md -------------------------------------------------------------------------------- /projects/15_01_timeTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_01_timeTest/main.go -------------------------------------------------------------------------------- /projects/15_02_stopWacth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_02_stopWacth/README.md -------------------------------------------------------------------------------- /projects/15_02_stopWacth/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_02_stopWacth/main.go -------------------------------------------------------------------------------- /projects/15_03_concurrencyTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_03_concurrencyTest/README.md -------------------------------------------------------------------------------- /projects/15_03_concurrencyTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_03_concurrencyTest/main.go -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/README.md -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/main.go -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/xkcd/chat_systems.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/xkcd/chat_systems.png -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/xkcd/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/xkcd/flag.png -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/xkcd/incinerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/xkcd/incinerator.png -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/xkcd/onboarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/xkcd/onboarding.png -------------------------------------------------------------------------------- /projects/15_04_multidownloadXkcd/xkcd/sweet_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_04_multidownloadXkcd/xkcd/sweet_16.png -------------------------------------------------------------------------------- /projects/15_05_execTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_05_execTest/README.md -------------------------------------------------------------------------------- /projects/15_05_execTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_05_execTest/main.go -------------------------------------------------------------------------------- /projects/15_06_countdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_06_countdown/README.md -------------------------------------------------------------------------------- /projects/15_06_countdown/alarm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_06_countdown/alarm.wav -------------------------------------------------------------------------------- /projects/15_06_countdown/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/15_06_countdown/main.go -------------------------------------------------------------------------------- /projects/16_01_testEmailSmtp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_01_testEmailSmtp/README.md -------------------------------------------------------------------------------- /projects/16_01_testEmailSmtp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_01_testEmailSmtp/main.go -------------------------------------------------------------------------------- /projects/16_02_imapTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_02_imapTest/README.md -------------------------------------------------------------------------------- /projects/16_02_imapTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_02_imapTest/main.go -------------------------------------------------------------------------------- /projects/16_03_sendDuesReminders/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_03_sendDuesReminders/.log -------------------------------------------------------------------------------- /projects/16_03_sendDuesReminders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_03_sendDuesReminders/README.md -------------------------------------------------------------------------------- /projects/16_03_sendDuesReminders/duesRecords.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_03_sendDuesReminders/duesRecords.xlsx -------------------------------------------------------------------------------- /projects/16_03_sendDuesReminders/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_03_sendDuesReminders/main.go -------------------------------------------------------------------------------- /projects/16_04_twilioTest/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_04_twilioTest/.log -------------------------------------------------------------------------------- /projects/16_04_twilioTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_04_twilioTest/README.md -------------------------------------------------------------------------------- /projects/16_04_twilioTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/16_04_twilioTest/main.go -------------------------------------------------------------------------------- /projects/17_01_testGoImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/README.md -------------------------------------------------------------------------------- /projects/17_01_testGoImage/copyTo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/copyTo.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/cropped.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/cropped.1.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/cropped.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/main.go -------------------------------------------------------------------------------- /projects/17_01_testGoImage/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/new.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/pasted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/pasted.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/zophie.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/zophie.1.png -------------------------------------------------------------------------------- /projects/17_01_testGoImage/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_01_testGoImage/zophie.png -------------------------------------------------------------------------------- /projects/17_02_testBild/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_02_testBild/README.md -------------------------------------------------------------------------------- /projects/17_02_testBild/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_02_testBild/crop.png -------------------------------------------------------------------------------- /projects/17_02_testBild/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_02_testBild/main.go -------------------------------------------------------------------------------- /projects/17_02_testBild/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_02_testBild/resize.png -------------------------------------------------------------------------------- /projects/17_02_testBild/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_02_testBild/zophie.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/README.md -------------------------------------------------------------------------------- /projects/17_03_testImaging/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/crop.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/main.go -------------------------------------------------------------------------------- /projects/17_03_testImaging/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/paste.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/pasteN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/pasteN.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/pixels.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/resize.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/rotate90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/rotate90.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/test.png -------------------------------------------------------------------------------- /projects/17_03_testImaging/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_03_testImaging/zophie.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/.log -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/README.md -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/catlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/catlogo.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/dst/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/dst/crop.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/dst/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/dst/pixels.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/dst/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/dst/resize.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/main.go -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/src/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/src/crop.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/src/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/src/pixels.png -------------------------------------------------------------------------------- /projects/17_04_resizeAndAddLogo/src/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/17_04_resizeAndAddLogo/src/resize.png -------------------------------------------------------------------------------- /projects/18_01_newChallenge/barcode/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/18_01_newChallenge/barcode/main.go -------------------------------------------------------------------------------- /projects/18_01_newChallenge/barcode/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/18_01_newChallenge/barcode/qrcode.png -------------------------------------------------------------------------------- /projects/18_01_newChallenge/progress/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/18_01_newChallenge/progress/main.go -------------------------------------------------------------------------------- /projects/18_01_newChallenge/readPdf/basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/18_01_newChallenge/readPdf/basic.pdf -------------------------------------------------------------------------------- /projects/18_01_newChallenge/readPdf/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/projects/18_01_newChallenge/readPdf/main.go -------------------------------------------------------------------------------- /translation/russian/07_01_regexpMail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/07_01_regexpMail/README.md -------------------------------------------------------------------------------- /translation/russian/07_01_regexpMail/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/07_01_regexpMail/main.go -------------------------------------------------------------------------------- /translation/russian/07_02_regexpPass/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/07_02_regexpPass/README.md -------------------------------------------------------------------------------- /translation/russian/07_02_regexpPass/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/07_02_regexpPass/main.go -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/README.md -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/main.go -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_1.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_10.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_11.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_12.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_13.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_14.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_15.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_16.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_17.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_18.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_19.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_2.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_20.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_21.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_22.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_23.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_24.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_25.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_26.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_27.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_28.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_29.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_3.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_30.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_31.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_32.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_33.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_34.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_35.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_4.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_5.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_6.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_7.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_8.txt -------------------------------------------------------------------------------- /translation/russian/08_01_randomQuizGen/билет_9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_01_randomQuizGen/билет_9.txt -------------------------------------------------------------------------------- /translation/russian/08_02_multiClipBoard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_02_multiClipBoard/README.md -------------------------------------------------------------------------------- /translation/russian/08_02_multiClipBoard/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_02_multiClipBoard/main.go -------------------------------------------------------------------------------- /translation/russian/08_03_madLibs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_03_madLibs/README.md -------------------------------------------------------------------------------- /translation/russian/08_03_madLibs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_03_madLibs/main.go -------------------------------------------------------------------------------- /translation/russian/08_03_madLibs/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_03_madLibs/test.txt -------------------------------------------------------------------------------- /translation/russian/08_03_madLibs/tmp_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_03_madLibs/tmp_test.txt -------------------------------------------------------------------------------- /translation/russian/08_04_regexpTxt/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_04_regexpTxt/1.txt -------------------------------------------------------------------------------- /translation/russian/08_04_regexpTxt/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_04_regexpTxt/2.txt -------------------------------------------------------------------------------- /translation/russian/08_04_regexpTxt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_04_regexpTxt/README.md -------------------------------------------------------------------------------- /translation/russian/08_04_regexpTxt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/08_04_regexpTxt/main.go -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_01_renameDate/README.md -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_01_renameDate/main.go -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/test/01-03-2014eggs.zip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/test/12-03-2015aalo.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/test/spam4-4-1984.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_01_renameDate/test/text12.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_02_backupToZip/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_02_backupToZip/README.md -------------------------------------------------------------------------------- /translation/russian/09_02_backupToZip/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_02_backupToZip/main.go -------------------------------------------------------------------------------- /translation/russian/09_03_selectiveBackup/1.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_03_selectiveBackup/2.pdf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/09_03_selectiveBackup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_03_selectiveBackup/README.md -------------------------------------------------------------------------------- /translation/russian/09_03_selectiveBackup/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_03_selectiveBackup/main.go -------------------------------------------------------------------------------- /translation/russian/09_04_findLargeFiles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_04_findLargeFiles/README.md -------------------------------------------------------------------------------- /translation/russian/09_04_findLargeFiles/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/09_04_findLargeFiles/main.go -------------------------------------------------------------------------------- /translation/russian/11_01_mapIt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_01_mapIt/README.md -------------------------------------------------------------------------------- /translation/russian/11_01_mapIt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_01_mapIt/main.go -------------------------------------------------------------------------------- /translation/russian/11_02_googleSearchIt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_02_googleSearchIt/README.md -------------------------------------------------------------------------------- /translation/russian/11_02_googleSearchIt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_02_googleSearchIt/main.go -------------------------------------------------------------------------------- /translation/russian/11_03_requestGet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_03_requestGet/README.md -------------------------------------------------------------------------------- /translation/russian/11_03_requestGet/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/11_03_requestGet/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_03_requestGet/main.go -------------------------------------------------------------------------------- /translation/russian/11_04_urlSearchTerm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_04_urlSearchTerm/README.md -------------------------------------------------------------------------------- /translation/russian/11_04_urlSearchTerm/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/11_04_urlSearchTerm/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_04_urlSearchTerm/main.go -------------------------------------------------------------------------------- /translation/russian/11_05_requestSave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_05_requestSave/README.md -------------------------------------------------------------------------------- /translation/russian/11_05_requestSave/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/11_05_requestSave/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_05_requestSave/main.go -------------------------------------------------------------------------------- /translation/russian/11_05_requestSave/save.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_05_requestSave/save.txt -------------------------------------------------------------------------------- /translation/russian/11_06_luckyGoogle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_06_luckyGoogle/README.md -------------------------------------------------------------------------------- /translation/russian/11_06_luckyGoogle/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/11_06_luckyGoogle/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_06_luckyGoogle/main.go -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/README.md -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/log.txt -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/main.go -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/2017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/2017.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/barge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/barge.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/blame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/blame.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/emails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/emails.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/fire.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/phone.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/sad.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/trash.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/wifi.png -------------------------------------------------------------------------------- /translation/russian/11_07_downloadXkcd/xkcd/xkcde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_07_downloadXkcd/xkcd/xkcde.png -------------------------------------------------------------------------------- /translation/russian/11_08_seleniumGo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_08_seleniumGo/README.md -------------------------------------------------------------------------------- /translation/russian/11_08_seleniumGo/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_08_seleniumGo/log.txt -------------------------------------------------------------------------------- /translation/russian/11_08_seleniumGo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_08_seleniumGo/main.go -------------------------------------------------------------------------------- /translation/russian/11_09_seleniumFindClick/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_09_seleniumFindClick/README.md -------------------------------------------------------------------------------- /translation/russian/11_09_seleniumFindClick/log.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/11_09_seleniumFindClick/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_09_seleniumFindClick/main.go -------------------------------------------------------------------------------- /translation/russian/11_10_geocoderYandex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_10_geocoderYandex/README.md -------------------------------------------------------------------------------- /translation/russian/11_10_geocoderYandex/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/11_10_geocoderYandex/main.go -------------------------------------------------------------------------------- /translation/russian/12_01_xlsxGo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_01_xlsxGo/README.md -------------------------------------------------------------------------------- /translation/russian/12_01_xlsxGo/example.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_01_xlsxGo/example.xlsx -------------------------------------------------------------------------------- /translation/russian/12_01_xlsxGo/log/log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_01_xlsxGo/log/log.txt -------------------------------------------------------------------------------- /translation/russian/12_01_xlsxGo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_01_xlsxGo/main.go -------------------------------------------------------------------------------- /translation/russian/12_02_censusPopData/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_02_censusPopData/.log -------------------------------------------------------------------------------- /translation/russian/12_02_censusPopData/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_02_censusPopData/README.md -------------------------------------------------------------------------------- /translation/russian/12_02_censusPopData/exitData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_02_censusPopData/exitData.json -------------------------------------------------------------------------------- /translation/russian/12_02_censusPopData/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_02_censusPopData/main.go -------------------------------------------------------------------------------- /translation/russian/12_03_saveExcel/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_03_saveExcel/.log -------------------------------------------------------------------------------- /translation/russian/12_03_saveExcel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_03_saveExcel/README.md -------------------------------------------------------------------------------- /translation/russian/12_03_saveExcel/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_03_saveExcel/main.go -------------------------------------------------------------------------------- /translation/russian/12_03_saveExcel/test.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_03_saveExcel/test.xlsx -------------------------------------------------------------------------------- /translation/russian/12_04_updateProduce/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_04_updateProduce/.log -------------------------------------------------------------------------------- /translation/russian/12_04_updateProduce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_04_updateProduce/README.md -------------------------------------------------------------------------------- /translation/russian/12_04_updateProduce/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_04_updateProduce/main.go -------------------------------------------------------------------------------- /translation/russian/12_05_multiplicationTable/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_05_multiplicationTable/.log -------------------------------------------------------------------------------- /translation/russian/12_05_multiplicationTable/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_05_multiplicationTable/main.go -------------------------------------------------------------------------------- /translation/russian/12_06_blankRowInserter/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_06_blankRowInserter/.log -------------------------------------------------------------------------------- /translation/russian/12_06_blankRowInserter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_06_blankRowInserter/README.md -------------------------------------------------------------------------------- /translation/russian/12_06_blankRowInserter/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_06_blankRowInserter/main.go -------------------------------------------------------------------------------- /translation/russian/12_06_blankRowInserter/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_06_blankRowInserter/table.xlsx -------------------------------------------------------------------------------- /translation/russian/12_07_colToRow/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_07_colToRow/.log -------------------------------------------------------------------------------- /translation/russian/12_07_colToRow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_07_colToRow/README.md -------------------------------------------------------------------------------- /translation/russian/12_07_colToRow/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_07_colToRow/main.go -------------------------------------------------------------------------------- /translation/russian/12_07_colToRow/save_table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_07_colToRow/save_table.xlsx -------------------------------------------------------------------------------- /translation/russian/12_07_colToRow/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_07_colToRow/table.xlsx -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_08_txtToXlsx/1.txt -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_08_txtToXlsx/2.txt -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_08_txtToXlsx/README.md -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_08_txtToXlsx/main.go -------------------------------------------------------------------------------- /translation/russian/12_08_txtToXlsx/saveTable.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_08_txtToXlsx/saveTable.xlsx -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/.log -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/README.md -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/main.go -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/saveFile1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/saveFile1.txt -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/saveFile2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/saveFile2.txt -------------------------------------------------------------------------------- /translation/russian/12_09_xlsxToTxt/table.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/12_09_xlsxToTxt/table.xlsx -------------------------------------------------------------------------------- /translation/russian/13_01_pdfTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_01_pdfTest/README.md -------------------------------------------------------------------------------- /translation/russian/13_01_pdfTest/basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_01_pdfTest/basic.pdf -------------------------------------------------------------------------------- /translation/russian/13_01_pdfTest/hello.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_01_pdfTest/hello.pdf -------------------------------------------------------------------------------- /translation/russian/13_01_pdfTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_01_pdfTest/main.go -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/.log -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/1.pdf -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/2.pdf -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/3.pdf -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/4.pdf -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/README.md -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/main.go -------------------------------------------------------------------------------- /translation/russian/13_02_combinePdfs/save.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_02_combinePdfs/save.pdf -------------------------------------------------------------------------------- /translation/russian/13_03_docxTest/.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /translation/russian/13_03_docxTest/1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_03_docxTest/1.docx -------------------------------------------------------------------------------- /translation/russian/13_03_docxTest/1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_03_docxTest/1.xml -------------------------------------------------------------------------------- /translation/russian/13_03_docxTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_03_docxTest/README.md -------------------------------------------------------------------------------- /translation/russian/13_03_docxTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/13_03_docxTest/main.go -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_01_removeCsvHeader/.log -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_01_removeCsvHeader/1.csv -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_01_removeCsvHeader/README.md -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_01_removeCsvHeader/main.go -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/new_1.csv: -------------------------------------------------------------------------------- 1 | 1,2,3 2 | 4,5,6 3 | -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/new_testCsv.csv: -------------------------------------------------------------------------------- 1 | aaa,bbb,ccc,ddd 2 | -------------------------------------------------------------------------------- /translation/russian/14_01_removeCsvHeader/testCsv.csv: -------------------------------------------------------------------------------- 1 | All,Ok,Csv,Begin 2 | aaa,bbb,ccc,ddd -------------------------------------------------------------------------------- /translation/russian/14_02_quickWeather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_02_quickWeather/README.md -------------------------------------------------------------------------------- /translation/russian/14_02_quickWeather/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_02_quickWeather/main.go -------------------------------------------------------------------------------- /translation/russian/14_03_testJSON/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_03_testJSON/.log -------------------------------------------------------------------------------- /translation/russian/14_03_testJSON/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_03_testJSON/README.md -------------------------------------------------------------------------------- /translation/russian/14_03_testJSON/exitData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_03_testJSON/exitData.json -------------------------------------------------------------------------------- /translation/russian/14_03_testJSON/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_03_testJSON/main.go -------------------------------------------------------------------------------- /translation/russian/14_04_quickWeather2/.log: -------------------------------------------------------------------------------- 1 | 2017/04/11 10:13:55 Открытие JSON файла: resp.json 2 | -------------------------------------------------------------------------------- /translation/russian/14_04_quickWeather2/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_04_quickWeather2/1.txt -------------------------------------------------------------------------------- /translation/russian/14_04_quickWeather2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_04_quickWeather2/README.md -------------------------------------------------------------------------------- /translation/russian/14_04_quickWeather2/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_04_quickWeather2/main.go -------------------------------------------------------------------------------- /translation/russian/14_04_quickWeather2/resp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/14_04_quickWeather2/resp.json -------------------------------------------------------------------------------- /translation/russian/15_01_timeTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_01_timeTest/README.md -------------------------------------------------------------------------------- /translation/russian/15_01_timeTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_01_timeTest/main.go -------------------------------------------------------------------------------- /translation/russian/15_02_stopWacth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_02_stopWacth/README.md -------------------------------------------------------------------------------- /translation/russian/15_02_stopWacth/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_02_stopWacth/main.go -------------------------------------------------------------------------------- /translation/russian/15_03_concurrencyTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_03_concurrencyTest/README.md -------------------------------------------------------------------------------- /translation/russian/15_03_concurrencyTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_03_concurrencyTest/main.go -------------------------------------------------------------------------------- /translation/russian/15_04_multidownloadXkcd/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_04_multidownloadXkcd/main.go -------------------------------------------------------------------------------- /translation/russian/15_05_execTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_05_execTest/README.md -------------------------------------------------------------------------------- /translation/russian/15_05_execTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_05_execTest/main.go -------------------------------------------------------------------------------- /translation/russian/15_06_countdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_06_countdown/README.md -------------------------------------------------------------------------------- /translation/russian/15_06_countdown/alarm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_06_countdown/alarm.wav -------------------------------------------------------------------------------- /translation/russian/15_06_countdown/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/15_06_countdown/main.go -------------------------------------------------------------------------------- /translation/russian/16_01_testEmailSmtp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_01_testEmailSmtp/README.md -------------------------------------------------------------------------------- /translation/russian/16_01_testEmailSmtp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_01_testEmailSmtp/main.go -------------------------------------------------------------------------------- /translation/russian/16_02_imapTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_02_imapTest/README.md -------------------------------------------------------------------------------- /translation/russian/16_02_imapTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_02_imapTest/main.go -------------------------------------------------------------------------------- /translation/russian/16_03_sendDuesReminders/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_03_sendDuesReminders/.log -------------------------------------------------------------------------------- /translation/russian/16_03_sendDuesReminders/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_03_sendDuesReminders/main.go -------------------------------------------------------------------------------- /translation/russian/16_04_twilioTest/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_04_twilioTest/.log -------------------------------------------------------------------------------- /translation/russian/16_04_twilioTest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_04_twilioTest/README.md -------------------------------------------------------------------------------- /translation/russian/16_04_twilioTest/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/16_04_twilioTest/main.go -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/README.md -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/copyTo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/copyTo.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/cropped.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/cropped.1.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/cropped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/cropped.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/main.go -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/new.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/pasted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/pasted.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/zophie.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/zophie.1.png -------------------------------------------------------------------------------- /translation/russian/17_01_testGoImage/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_01_testGoImage/zophie.png -------------------------------------------------------------------------------- /translation/russian/17_02_testBild/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_02_testBild/README.md -------------------------------------------------------------------------------- /translation/russian/17_02_testBild/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_02_testBild/crop.png -------------------------------------------------------------------------------- /translation/russian/17_02_testBild/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_02_testBild/main.go -------------------------------------------------------------------------------- /translation/russian/17_02_testBild/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_02_testBild/resize.png -------------------------------------------------------------------------------- /translation/russian/17_02_testBild/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_02_testBild/zophie.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/README.md -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/crop.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/main.go -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/paste.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/pasteN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/pasteN.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/pixels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/pixels.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/resize.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/rotate90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/rotate90.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/test.png -------------------------------------------------------------------------------- /translation/russian/17_03_testImaging/zophie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_03_testImaging/zophie.png -------------------------------------------------------------------------------- /translation/russian/17_04_resizeAndAddLogo/.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_04_resizeAndAddLogo/.log -------------------------------------------------------------------------------- /translation/russian/17_04_resizeAndAddLogo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_04_resizeAndAddLogo/README.md -------------------------------------------------------------------------------- /translation/russian/17_04_resizeAndAddLogo/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/17_04_resizeAndAddLogo/main.go -------------------------------------------------------------------------------- /translation/russian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/translation/russian/README.md -------------------------------------------------------------------------------- /vendor/github.com/anthonynsimon/bild/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/anthonynsimon/bild/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/anthonynsimon/bild/clone/clone.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/anthonynsimon/bild/clone/clone.go -------------------------------------------------------------------------------- /vendor/github.com/anthonynsimon/bild/imgio/io.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/anthonynsimon/bild/imgio/io.go -------------------------------------------------------------------------------- /vendor/github.com/atotto/clipboard/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/atotto/clipboard/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/atotto/clipboard/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/atotto/clipboard/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/atotto/clipboard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/atotto/clipboard/README.md -------------------------------------------------------------------------------- /vendor/github.com/atotto/clipboard/clipboard.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/atotto/clipboard/clipboard.go -------------------------------------------------------------------------------- /vendor/github.com/atotto/clipboard/clipboard_unix.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/atotto/clipboard/clipboard_unix.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/README.md -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/barcode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/barcode.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/automatic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/automatic.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/blocks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/blocks.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/encoder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/encoder.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/numeric.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/numeric.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/qrcode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/qrcode.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/qr/unicode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/qr/unicode.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/scaledbarcode.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/scaledbarcode.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/utils/bitlist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/utils/bitlist.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/utils/gfpoly.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/utils/gfpoly.go -------------------------------------------------------------------------------- /vendor/github.com/boombuler/barcode/utils/runeint.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/boombuler/barcode/utils/runeint.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/README.md -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/adjust.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/adjust.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/doc.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/effects.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/effects.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/helpers.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/resize.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/resize.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/scanner.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/scanner.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/tools.go -------------------------------------------------------------------------------- /vendor/github.com/disintegration/imaging/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/disintegration/imaging/utils.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/README.md -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/client/client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/client/client.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/client/cmd_any.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/client/cmd_any.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/client/tag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/client/tag.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/command.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/command.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/check.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/check.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/close.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/close.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/copy.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/copy.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/fetch.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/fetch.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/list.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/login.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/login.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/noop.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/noop.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/store.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/store.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/commands/uid.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/commands/uid.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/conn.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/conn.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/date.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/date.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/handle.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/handle.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/imap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/imap.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/literal.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/literal.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/logger.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/logger.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/mailbox.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/mailbox.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/message.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/message.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/read.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/read.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/response.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/response.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/responses/list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/responses/list.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/search.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/search.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/seqset.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/seqset.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/status.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/status.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/utf7/decoder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/utf7/decoder.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/utf7/encoder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/utf7/encoder.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/utf7/utf7.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/utf7/utf7.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-imap/write.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-imap/write.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | go: 3 | - 1.5 4 | -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/README.md -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/anonymous.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/anonymous.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/external.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/external.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/login.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/login.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/plain.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/plain.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/sasl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/sasl.go -------------------------------------------------------------------------------- /vendor/github.com/emersion/go-sasl/xoauth2.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/emersion/go-sasl/xoauth2.go -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/.appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/.appveyor.yml -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/AUTHORS: -------------------------------------------------------------------------------- 1 | Milan Nikolic 2 | -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/COPYING -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/README.md -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/fitz.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/fitz.go -------------------------------------------------------------------------------- /vendor/github.com/gen2brain/go-fitz/fitz_cgo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gen2brain/go-fitz/fitz_cgo.go -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/README.md -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/cache.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/cache.go -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/converter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/converter.go -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/decoder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/decoder.go -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/doc.go -------------------------------------------------------------------------------- /vendor/github.com/gorilla/schema/encoder.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/gorilla/schema/encoder.go -------------------------------------------------------------------------------- /vendor/github.com/jackdanger/collectlinks/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jackdanger/collectlinks/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/jackdanger/collectlinks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jackdanger/collectlinks/README.md -------------------------------------------------------------------------------- /vendor/github.com/jackdanger/collectlinks/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jackdanger/collectlinks/doc.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/README.md -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/arg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/arg.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/closest.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/closest.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/command.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/command.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/completion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/completion.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/convert.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/convert.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/error.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/error.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/flags.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/flags.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/group.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/group.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/help.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/help.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/ini.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/ini.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/man.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/man.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/multitag.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/multitag.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/option.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/option.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/parser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/parser.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/termsize.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jessevdk/go-flags/termsize.go -------------------------------------------------------------------------------- /vendor/github.com/jessevdk/go-flags/tiocgwinsz_linux.go: -------------------------------------------------------------------------------- 1 | // +build linux 2 | 3 | package flags 4 | 5 | const ( 6 | tIOCGWINSZ = 0x5413 7 | ) 8 | -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/.gitattribute: -------------------------------------------------------------------------------- 1 | *.pdf binary 2 | -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/README.md -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/check -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/compare.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/compare.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/cov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/cov -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/def.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/def.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/doc.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/embedded.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/embedded.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/font.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/font.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/fpdf.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/fpdf.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/fpdftrans.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/fpdftrans.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/htmlbasic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/htmlbasic.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/layer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/layer.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/license.txt -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/mkdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/mkdoc -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/png.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/png.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/protect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/protect.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/svgbasic.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/svgbasic.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/svgwrite.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/svgwrite.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/template.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/template.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/template_impl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/template_impl.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/ttfparser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/ttfparser.go -------------------------------------------------------------------------------- /vendor/github.com/jung-kurt/gofpdf/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/jung-kurt/gofpdf/util.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/README.md -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/lex.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/lex.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/name.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/name.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/page.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/page.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/ps.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/ps.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/read.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/read.go -------------------------------------------------------------------------------- /vendor/github.com/ledongthuc/pdf/text.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/ledongthuc/pdf/text.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/README.md -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/const.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/doc.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/doctype.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/doctype.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/entity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/entity.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/escape.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/escape.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/foreign.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/foreign.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/node.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/node.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/parse.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/render.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/render.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/exp/html/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/exp/html/token.go -------------------------------------------------------------------------------- /vendor/github.com/opesun/goquery/goquery.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/opesun/goquery/goquery.go -------------------------------------------------------------------------------- /vendor/github.com/schollz/progressbar/.travis.yml: -------------------------------------------------------------------------------- 1 | language: go 2 | 3 | go: 4 | - tip -------------------------------------------------------------------------------- /vendor/github.com/schollz/progressbar/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/schollz/progressbar/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/schollz/progressbar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/schollz/progressbar/README.md -------------------------------------------------------------------------------- /vendor/github.com/schollz/progressbar/progressbar.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/schollz/progressbar/progressbar.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/LICENSE -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/README.md -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/common.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/fax.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/fax.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/gotwilio.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/gotwilio.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/sms.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/sms.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/util.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/voice.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/voice.go -------------------------------------------------------------------------------- /vendor/github.com/sfreiberg/gotwilio/webhooks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/sfreiberg/gotwilio/webhooks.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/AUTHORS.txt -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/README.org -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/cell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/cell.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/col.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/col.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/date.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/date.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/doc.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/file.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/file.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/hsl.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/hsl.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/lib.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/lib.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/read.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/read.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/reftable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/reftable.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/row.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/row.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/sheet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/sheet.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/style.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/style.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/templates.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/templates.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/theme.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/theme.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/write.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/write.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlContentTypes.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlContentTypes.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlSharedStrings.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlSharedStrings.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlStyle.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlStyle.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlTheme.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlTheme.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlWorkbook.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlWorkbook.go -------------------------------------------------------------------------------- /vendor/github.com/tealeg/xlsx/xmlWorksheet.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tealeg/xlsx/xmlWorksheet.go -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/.hgtags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/.hgtags -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/AUTHORS -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/ChangeLog -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/Dockerfile -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/LICENSE.txt -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/Makefile -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/README.md -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/common.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/common.go -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/doc.go -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/docker-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/docker-test.sh -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/push-to-github.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/push-to-github.sh -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/remote.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/remote.go -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/run-tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/run-tests.sh -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/selenium.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/selenium.go -------------------------------------------------------------------------------- /vendor/github.com/tebeka/selenium/selenium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/tebeka/selenium/selenium.sh -------------------------------------------------------------------------------- /vendor/github.com/toqueteos/webbrowser/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/toqueteos/webbrowser/.travis.yml -------------------------------------------------------------------------------- /vendor/github.com/toqueteos/webbrowser/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/toqueteos/webbrowser/LICENSE.md -------------------------------------------------------------------------------- /vendor/github.com/toqueteos/webbrowser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/toqueteos/webbrowser/README.md -------------------------------------------------------------------------------- /vendor/github.com/toqueteos/webbrowser/webbrowser.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/github.com/toqueteos/webbrowser/webbrowser.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/AUTHORS -------------------------------------------------------------------------------- /vendor/golang.org/x/image/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/CONTRIBUTORS -------------------------------------------------------------------------------- /vendor/golang.org/x/image/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/image/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/image/bmp/reader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/bmp/reader.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/bmp/writer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/bmp/writer.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/buffer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/buffer.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/compress.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/compress.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/consts.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/consts.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/lzw/reader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/lzw/reader.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/reader.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/reader.go -------------------------------------------------------------------------------- /vendor/golang.org/x/image/tiff/writer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/image/tiff/writer.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/AUTHORS -------------------------------------------------------------------------------- /vendor/golang.org/x/net/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/CONTRIBUTORS -------------------------------------------------------------------------------- /vendor/golang.org/x/net/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/net/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/atom/atom.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/atom/atom.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/atom/table.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/atom/table.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/const.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/const.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/doc.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/doc.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/doctype.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/doctype.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/entity.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/entity.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/escape.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/escape.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/foreign.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/foreign.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/node.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/node.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/parse.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/render.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/render.go -------------------------------------------------------------------------------- /vendor/golang.org/x/net/html/token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/net/html/token.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/AUTHORS -------------------------------------------------------------------------------- /vendor/golang.org/x/text/CONTRIBUTORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/CONTRIBUTORS -------------------------------------------------------------------------------- /vendor/golang.org/x/text/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/LICENSE -------------------------------------------------------------------------------- /vendor/golang.org/x/text/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/PATENTS -------------------------------------------------------------------------------- /vendor/golang.org/x/text/encoding/encoding.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/encoding/encoding.go -------------------------------------------------------------------------------- /vendor/golang.org/x/text/transform/transform.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/golang.org/x/text/transform/transform.go -------------------------------------------------------------------------------- /vendor/modules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreddsa5dies/automateGo/HEAD/vendor/modules.txt --------------------------------------------------------------------------------