Skip to content

Instantly share code, notes, and snippets.

View kemalkolcuoglu's full-sized avatar

Kemal Kolcuoğlu kemalkolcuoglu

View GitHub Profile
@prologic
prologic / LearnGoIn5mins.md
Last active July 3, 2024 04:05
Learn Go in ~5mins
@kuznero
kuznero / install-polybar.md
Last active October 17, 2022 17:36
Install polybar on Ubuntu 18.03

Polybar for i3

Installation in Ubuntu 18.04

sudo apt-get install \
  cmake cmake-data libcairo2-dev libxcb1-dev libxcb-ewmh-dev \
  libxcb-icccm4-dev libxcb-image0-dev libxcb-randr0-dev \
  libxcb-util0-dev libxcb-xkb-dev pkg-config python-xcbgen \
  xcb-proto libxcb-xrm-dev i3-wm libasound2-dev libmpdclient-dev \
@theikalman
theikalman / README.md
Last active September 24, 2023 22:04
Particle Swarm Optimization with C#

#Particle Swarm Optimization with C-Sharp

I got this script from From here. which I think would be helpful for my friend (of course, you if you wish).