This example shows that how to produce SVG file of cube with its dimensions in FreeCAD (compiled without GUI).
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
| <html> | |
| <body> | |
| <h1>amritpal singh</h1> | |
| </body> | |
| </html> |
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
| function getLocation() { | |
| navigator.geolocation.getCurrentPosition(showPosition); | |
| } | |
| function showPosition(position) { | |
| console.log("Latitude: " + position.coords.latitude + | |
| "<br>Longitude: " + position.coords.longitude); | |
| } | |
| getLocation(); |
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
| from decouple import config | |
| import facebook | |
| import requests | |
| import re | |
| import json | |
| def getMaximiumLikes(api, posts): | |
| likesdic = {} | |
| usernamedic = {} | |
| for post in posts: |
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
| """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 = {} |
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
| " vim-bootstrap b0a75e4 | |
| "***************************************************************************** | |
| "" Vim-PLug core | |
| "***************************************************************************** | |
| if has('vim_starting') | |
| set nocompatible " Be iMproved | |
| endif | |
| let vimplug_exists=expand('~/.vim/autoload/plug.vim') |
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.
