Skip to content

Instantly share code, notes, and snippets.

View ykayacan's full-sized avatar
👻

Yasin Sinan Kayacan ykayacan

👻
View GitHub Profile
@ykayacan
ykayacan / Readme.md
Created October 24, 2025 10:52 — forked from woyejec/Readme.md
CkeyRun command detail

Explaination of irm https://ckey.run/ | iex

This command irm https://ckey.run/ | iex do the job. But I also did not want to run it because of security reason. So look what it do.

You can manuallly do what the ckey.run do.

Short answer: Hook the jvm using ja-netfilter agent by modifying *.vmoptions file

Long Answer:

@ykayacan
ykayacan / PostgreSQL-EXTENSIONs.md
Created May 30, 2024 09:07 — forked from joelonsql/PostgreSQL-EXTENSIONs.md
1000+ PostgreSQL EXTENSIONs

🗺🐘 1000+ PostgreSQL EXTENSIONs

This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.

⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.eggs.cq.generic</groupId>
<artifactId>MyBundleEmbeddedDependencyUnresolved</artifactId>
<version>14.01.0-SNAPSHOT</version>
<name>My Bundle Name</name>
<description>My Bundle Description</description>
@ykayacan
ykayacan / What I Found.md
Last active July 6, 2020 10:47
What I Found

Name: XOR Filters
Desc: Faster and Smaller Than Bloom and Cuckoo Filters
Tags: #filter, #cuckoo, #bloom, #probability, #membership

Name: Hash Ids
Desc: Generate short unique ids from integers
Tags: #id, #hash
Link: https://hashids.org/

Name: Russian Doll Caching

@ykayacan
ykayacan / README-Template.md
Created May 11, 2020 20:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@ykayacan
ykayacan / DDD Helpers.md
Last active January 23, 2021 17:36
[Software Architecture] #architecture
@ykayacan
ykayacan / .content.xml
Last active December 26, 2020 19:12 — forked from briankasingli/.content.xml
[AEM 6.4 RichText Editor] - Enable all features, and disable inline full screen option; the inline fullscreen option causes too many problems.
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Component"
jcr:title="Rich Text"
sling:resourceSuperType="core/wcm/components/text/v2/text"
componentGroup="General"/>
@ykayacan
ykayacan / schema.xml
Created August 24, 2018 22:09 — forked from prasad83/schema.xml
Basecamp Solr schema
<?xml version="1.0" encoding="UTF-8" ?>
<schema name="basecamp" version="1.3">
<types>
<!-- indexed/stored verbatim -->
<fieldType name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true" omitTermFreqAndPositions="true"/>
<!-- "true" or "false" -->
<fieldType name="boolean" class="solr.BoolField" sortMissingLast="true" omitNorms="true" omitTermFreqAndPositions="true"/>
<!-- binary data, base64 -->
@ykayacan
ykayacan / 1_kubernetes_on_macOS.md
Created March 7, 2018 13:21 — forked from kevin-smets/1_kubernetes_on_macOS.md
Local Kubernetes setup on macOS with minikube on VirtualBox and local Docker registry

Requirements

Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:

sysctl -a | grep machdep.cpu.features | grep VMX

If there's output, you're good!

Prerequisites

@ykayacan
ykayacan / yoloo-privacy-policy.html
Last active May 2, 2017 08:25
Privacy Policy for Yoloo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Privacy Policy</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;