Skip to content

Instantly share code, notes, and snippets.

View adeen-s's full-sized avatar
🎯
Focusing

Adeen Shukla adeen-s

🎯
Focusing
View GitHub Profile
@adeen-s
adeen-s / index.html
Last active April 19, 2024 08:43
Very simple chat demo using mistral on Ollama
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Chat</title>
<script lang="javascript">
let messages = [];
function displayMessages() {
from dotenv import load_dotenv
load_dotenv()
from nltk.corpus import stopwords
from nltk.cluster.util import cosine_distance
import numpy as np
import networkx as nx
from flask import Flask, abort
import requests
import os
in singup branch
npm install firebase prop-types react-router-dom
<TAG>Content</TAG>
<b> -->bold
<em> -->italics
if closing tag is missing, the tag continues till the end.
<TAG ATTR="attribute for tag">content</TAG>
<a href="LINK">link text</a>
// Made by Adeen
// Initial Version on 8/10/2016
//On Ubuntu 16.04LTS using Atom editor and gcc toolchain
#include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>
int a[3][3];
int input() {
int n,i,j;
@adeen-s
adeen-s / local_manifest.xml
Last active June 1, 2016 11:37
SFOS for wt88047 / Redmi2
Mountpoints --> http://pastebin.com/VwzPCx3A
Kernel modifications (apart from the error flags) {
please double check that you have these correctly set https://github.com/mer-hybris/hybris-boot/blob/master/init-script#L276
**ENABLE** ANDROID_CONFIG_PARANOID_NETWORK.
Enable CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC
Disable selinux.
}
Error while building geoclue from build_packages.sh ("No provider of 'pkgconfig(qofonoext)' found")