Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
@ggrow3
ggrow3 / pineconeloader.ipynb
Created April 25, 2025 06:45
Pineconeloader.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
Skip to content
Search or jump to…
Pull requests
Issues
Codespaces
Marketplace
Explore
@ggrow3
ggrow3
#https://stackoverflow.com/questions/18834636/random-word-generator-python
import requests
import random
import requests
import json
from difflib import SequenceMatcher
WORDS = ("python", "jumble", "easy", "difficult", "answer", "xylophone")
word = random.choice(WORDS)
public static object CreateTypes()
{
object service = new object();
List<Type> list = new List<Type>();
foreach (Assembly assembly in AppDomain.CurrentDomain.GetAssemblies())
{
var types = new List<Type>();
try
{
<!DOCTYPE html>
<html>
<body>
<h3>Hello world!</h3>
</body>
</html>