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
import sqlite3 | |
import os | |
import json | |
from pathlib import Path | |
def create_3dtiles_geopackage(tileset_path, output_gpkg="3dtiles.gpkg"): | |
""" | |
Create a GeoPackage containing 3D Tiles content. | |
Args: |
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
(base) liorkesos@mbp-14 symptoms % python main.py | |
- RELATED_TO_FILE: from Symptom to File | |
- RELATED_TO_CONFIG: from Symptom to Configuration | |
- RELATED_TO_TECHNOLOGY: from Symptom to Technology | |
<falkordb.graph_schema.GraphSchema object at 0x106888620> | |
Traceback (most recent call last): | |
File "/Users/liorkesos/hoss/research/llamaindex/symptoms/main.py", line 53, in <module> | |
symptoms_kg.add_edge( | |
File "/Users/liorkesos/.pyenv/versions/3.12.2/lib/python3.12/site-packages/graphrag_sdk/kg.py", line 242, in add_edge | |
self._validate_relation( |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
[ | |
{ | |
"admin": "Admin", | |
"disapproved": [], | |
"geo": { | |
"_1": "1", | |
"_2": "1" | |
}, | |
"signed": [], | |
"content": "aron2", |
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> | |
<head> | |
<script> (function(d,t) { var BASE_URL="https://app.chatwoot.com"; var g=d.createElement(t),s=d.getElementsByTagName(t)[0]; g.src=BASE_URL+"/packs/js/sdk.js"; s.parentNode.insertBefore(g,s); g.onload=function(){ window.chatwootSDK.run({ websiteToken: 'Fdm5ypwCWKm8fAEpf9w2Rqsm', baseUrl: BASE_URL }); } })(document,"script"); window.chatwootSettings = { type: 'expanded_bubble', launcherTitle: 'support by hossted' } window.addEventListener('chatwoot:ready', function () { // Use window.chatwoot here // ... window.chatwoot.setCustomAttributes({ serverOffering: "sonarqube", version: "3.16", existingUserId: "liorkesos" // You can pass any key value pair here. // Value should either be a string or a number. // You need to flatten nested JSON structure while using this function }); }); </script> | |
</head> | |
<body> | |
</body> | |
<h1>lala</lala> | |
</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
version: '2' | |
services: | |
app: | |
build: ./ | |
image: root | |
environment: | |
PORT: 3000 | |
MONGODB_URI: mongodb://root:password123@mongo/icu?authSource=admin | |
ELASTICSEARCH_IP: elasticsearch |
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 lang="en-US"> | |
<body class="onScroll"> | |
<head> | |
<title> Welcome to your HOSSTED instance</title> | |
<link rel="icon" href="https://hossted.com/wp-content/themes/linnovate/favicon.png"> | |
<link rel="preconnect" href="https://fonts.gstatic.com"> | |
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet"> | |
<link rel="stylesheet" id="wp-block-library-css" href="https://hossted.com/wp-includes/css/dist/block-library/style.min.css?ver=39c883ab0aa568fd3c1af5ae81f60192" type="text/css" media="all"> | |
<link rel='stylesheet' id='wpautoterms_css-css' href='https://hossted.com/wp-content/plugins/auto-terms-of-service-and-privacy-policy/css/wpautoterms.css?ver=39c883ab0aa568fd3c1af5ae81f60192' type='text/css' media='all' /> | |
<link rel='stylesheet' id='contact-form-7-css' href='https://hossted.com/wp-content/plugins/contact-form-7/includ |
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
#!/bin/bash | |
PACKAGES="ntp realmd libnss-sss libpam-sss sssd sssd-tools adcli samba-common-bin oddjob oddjob-mkhomedir packagekit" | |
DATEDIR=`date +%d%m%Y` | |
mkdir $DATEDIR | |
cd $DATEDIR | |
for pkg in $PACKAGES; | |
do | |
apt-get download $pkg; | |
for i in $(apt-cache depends $pkg \ | |
| grep -E 'Depends|Recommends|Suggests' \ |
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
#!/bin/bash | |
# Install prereqs | |
sudo apt-get update | |
sudo apt-get install \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ | |
gnupg \ | |
lsb-release |
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
#!/bin/bash | |
DOMAIN="k3s.lab" | |
if [ $# -eq 0 ]; then | |
echo "No arguments provided for your domain - $DOMAIN" | |
exit 1 | |
fi | |
PREFIX=$1 | |
FQDN="$PREFIX.$DOMAIN" | |
SUBJ="/C=IL/ST=Shfela/L=Ashdod/O=IT/CN=$FQDN" |
NewerOlder