This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess | |
import time | |
import xml.dom.minidom | |
import os.path | |
import os | |
import datetime | |
import xml.etree.ElementTree as ET | |
import glob | |
#if clearXmlSave_location set to True, deletes all the files in this directory first, giving a clean start, will slow things down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import subprocess | |
import time | |
import xml.dom.minidom | |
import os.path | |
import os | |
import datetime | |
import xml.etree.ElementTree as ET | |
import glob | |
import random |
This file contains 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
using System; | |
using System.Xml; | |
using System.Net; | |
using System.IO; | |
using System.Text; | |
namespace AconexSampleSheet | |
{ | |
class Program | |
{ | |
static void Main(string[] args) |
This file contains 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
using System; | |
using System.Net; | |
using System.IO; | |
using System.Text; | |
namespace AconexSampleSheet | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |