Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
name
Attraction
Food & Drink
Lodging
Service Related
Shopping
Sport or Activity
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
name
Editor Picks
Family Friendly
Industry Award
More Unique Than Usual
New
Pet Friendly
Places in MOvies & TV
Review of a Place
Romance
@jalakoo
jalakoo / san_diego_zipcodes.csv
Created May 25, 2023 18:33
San Diego County Zip Codes
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
ZIP
90731
91752
91901
91910
91911
91913
91916
91932
91941
@jalakoo
jalakoo / blueprint.json
Last active March 5, 2024 17:33
make.com -> neo4j | Asana | Webhook | Modified Task + Assignee
{
"name": "Webhook - Modified Asana Task",
"flow": [
{
"id": 1,
"module": "asana:watchTasksOrSubtasks",
"version": 2,
"parameters": {
"__IMTCONN__": 2259796,
"sort_by": "modified_at",
@jalakoo
jalakoo / blueprint.json
Last active March 5, 2024 16:36
make.com -> neo4j | Asana | All Webhooks | Task + Assignee
{
"name": "Webooks - Asana Tasks",
"flow": [
{
"id": 15,
"module": "asana:WatchProjectTask",
"version": 2,
"parameters": {
"__IMTHOOK__": 1168829
},
@jalakoo
jalakoo / software_technologies.csv
Created May 8, 2024 17:16
VectorFriends Tech List
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
name
Orchard Core
MVC
Blazor
WPF
Qt
Boost
POCO
STL
Cinder
@jalakoo
jalakoo / open_source_projects.csv
Created May 8, 2024 17:25
VectorFriends Open Source Projects
name language
TensorFlow Python
Django Python
Flask Python
OpenCV Python
Ansible Python
Verba Python
CNTK C++
IncludeOS C++
Kodi C++
@jalakoo
jalakoo / open_source_short_list.csv
Created May 8, 2024 17:33
VectorFriends Open Source Short List
name language
TensorFlow Python
Django Python
Flask Python
Verba Python
CNTK C++
Jenkins Java
Spring Java
Apache Tomcat Java
@jalakoo
jalakoo / cytoscape2neo4j.py
Last active May 14, 2025 23:01
Examples of uploading Cytoscape formatted JSON data to Neo4j and downloading back as Cytoscape compatible dict
from neo4j import GraphDatabase
from neo4j.graph import Relationship, Node
from typing import Optional, List
import json
import os
from dotenv import load_dotenv
load_dotenv()
def upload_cytoscape_to_neo4j(
@jalakoo
jalakoo / smallbook.ttl
Created March 16, 2025 00:51
Ontology Marketplace Test Turtle File
@prefix : <http://www.semanticweb.org/srikargadusu/ontologies/2025/0/untitled-ontology-10/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.semanticweb.org/srikargadusu/ontologies/2025/0/untitled-ontology-10/> .
<http://www.semanticweb.org/srikargadusu/ontologies/2025/0/untitled-ontology-10> rdf:type owl:Ontology .