git checkout -b otherrepo-master mastergit pull https://github.com/otherrepo/my-repo-name.git master| [ | |
| { | |
| "bolge": "AKDENİZ", | |
| "id": 1, | |
| "il": "ADANA", | |
| "ilce": "ALADAĞ", | |
| "plaka": 1 | |
| }, | |
| { | |
| "bolge": "AKDENİZ", |
| const axios = require('axios'); | |
| const treeify = require('treeify'); | |
| const server_url = 'http://sampleserver1.arcgisonline.com/arcgis/'; | |
| const getFolders = async function(){ | |
| let response = await axios.get(`${server_url}rest/services?f=json`); | |
| return response.data.folders; | |
| } |
| def compareFields(jdbcDF, domainDf): | |
| print "Missing Columns:" | |
| print [col_name for col_name in [x.lower().replace(" ", "") for x in jdbcDF.columns] if not col_name in domainDf.columns] | |
| print "Redundant Columns:" | |
| print [col_name for col_name in domainDf.columns if not col_name in [x.lower().replace(" ", "") for x in jdbcDF.columns]] | |
| mismatched_types = dict() | |
| for col in (col_name for col_name in jdbcDF.columns if col_name.lower().replace(" ", "") in requests_consultaanvraag_df.columns): | |
| colLowerName = col.lower().replace(" ", "") | |
| destinationColType = str(domainDf.schema.fields[domainDf.columns.index(colLowerName)].dataType) | |
| sourceColType = str(jdbcDF.schema.fields[jdbcDF.columns.index(col)].dataType) |
| Windows Registry Editor Version 5.00 | |
| [-HKEY_CLASSES_ROOT\Directory\Background\shell\Cmder] | |
| [-HKEY_CLASSES_ROOT\Directory\shell\Cmder] |