Skip to content

Instantly share code, notes, and snippets.

View akashsharma95's full-sized avatar
🎯
Focusing

Akash Sharma akashsharma95

🎯
Focusing
View GitHub Profile
@akashsharma95
akashsharma95 / Simple Python Google Speech API
Last active December 16, 2015 23:59
Simple Python Google Speech API
The required modules and programs are :--
-libav
-python-requests
I have used libav here you can also use ffmpeg etc...
@shathor
shathor / EjectingQueue.java
Last active October 14, 2021 19:26
Sliding window view on a stream / sequence of data. A non-blocking circular queue which automatically evicts elements from the head of the queue when attempting to add new elements into the array and it is full. Provides element insertion and removal at opposite ends (like a queue) and access to random elements in the container (like an array).
package ch.sgwerder.gist;
import java.lang.reflect.Array;
import java.util.Arrays;
import java.util.Collection;
import java.util.Iterator;
import java.util.RandomAccess;
/**
* Copyright (C) 2015 Simon Gwerder.
@amir734jj
amir734jj / confluent-interview-questions.txt
Last active July 17, 2024 09:16
confluent-interview-questions
Glassdoor questions:
- Given a game to you which is running on an instance and hasMySQL installed on it locally, now with the game popularity increasing, suggest ways that it stays highly secure and highly available and then with every step he was adding more things on it, like we want to use JWT on it, should we use it? session maintenance etc.
- URL shortener in Go
- MRU cache implementation in java or Go
- Distributed Systems, Coding Comprehension
- garbage collection in Java
- SFDC related experience
- debounce function
- Memory management for Java applications
@veekaybee
veekaybee / normcore-llm.md
Last active July 28, 2024 18:55
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models