Below is the comparison of reading IfcGloballyUniqueId from IFC file by using
ifcopenshell (Python2.7) in different OS.
Download IFC file: GND_TDP202.ifc
root@98a1aa8ab4a9:/share# lsb_release -a
No LSB modules are available.
Below is the comparison of reading IfcGloballyUniqueId from IFC file by using
ifcopenshell (Python2.7) in different OS.
Download IFC file: GND_TDP202.ifc
root@98a1aa8ab4a9:/share# lsb_release -a
No LSB modules are available.
| " vim-bootstrap b0a75e4 | |
| "***************************************************************************** | |
| "" Vim-PLug core | |
| "***************************************************************************** | |
| if has('vim_starting') | |
| set nocompatible " Be iMproved | |
| endif | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') |
| """Translate Manhankosh.txt to dictionary.""" | |
| # Download mahankosh_data.txt: https://drive.google.com/file/d/19nF3Z6OfdDLw2V3CoQ3KOVx7tm-UjYcN/view | |
| with open('mahankosh_data.txt') as f: | |
| data = f.readlines() | |
| mahankosh_dic = convert_to_dict(data) | |
| def convert_to_dict(data): | |
| """Get Mahankosh data in dictionary format.""" | |
| dic = {} |
| from decouple import config | |
| import facebook | |
| import requests | |
| import re | |
| import json | |
| def getMaximiumLikes(api, posts): | |
| likesdic = {} | |
| usernamedic = {} | |
| for post in posts: |
| function getLocation() { | |
| navigator.geolocation.getCurrentPosition(showPosition); | |
| } | |
| function showPosition(position) { | |
| console.log("Latitude: " + position.coords.latitude + | |
| "<br>Longitude: " + position.coords.longitude); | |
| } | |
| getLocation(); |
| <html> | |
| <body> | |
| <h1>amritpal singh</h1> | |
| </body> | |
| </html> |