This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM *************************************************************************** | |
REM To use: | |
REM provide your source and destination server configuration parameters. | |
REM It will append a date to the restored database catalog because the database | |
REM should not exist when restoring. | |
REM | |
REM This is very useful for pulling a copy of an Azure-hosted SQL Server database | |
REM to your local instance for development purposes. | |
REM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
# | |
# can simply execute `python3 prepjava.py` from the root of your project, if given the following folder structure: | |
# /project | |
# discussion.txt | |
# header.txt | |
# output.txt | |
# src/*.java | |
# |
OlderNewer