Skip to content

Instantly share code, notes, and snippets.

View cakirefekan's full-sized avatar
🎯
Seeking a Job

efekan cakir cakirefekan

🎯
Seeking a Job
View GitHub Profile
@cakirefekan
cakirefekan / readme.md
Last active February 17, 2025 21:03
Remove NDI from macOS

Remove NDI from macOS Sequoia

Hi! This guide aims to remove completely NDI from macOS. If there is a missing or a mistake please inform me.

1. Launch NDI Virtual Input and Uninstall Camera Extensions

Open NDI Virtual Input and instead of clicking 'Install Camera Extension', start by uninstalling the existing Camera Extensions:

@cakirefekan
cakirefekan / More-links.txt
Last active November 19, 2024 11:10 — forked from dreamsparkx/More-links.txt
Install Apache, PHP, MySQL and phpMyAdmin on Mac OS X
@cakirefekan
cakirefekan / turistik seyahat kosulları haritası-ülke isimli.svg(1).svg
Last active April 5, 2023 11:26
türk vatandaşları için umuma mahsus pasaport ile ülkelere giriş koşulları
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cakirefekan
cakirefekan / GetShapeArea.jsx
Last active March 29, 2021 22:11 — forked from bryanbuchanan/GetShapeArea.jsx
Script to find the area of shapes in Adobe Illustrator
/* Save this file with a jsx extension and place in your
Illustrator/Presets/en_US/Scripts folder. You can then
access it from the File > Scripts menu */
var decimalPlaces = 3;
var scale = prompt("1/", " ", "Enter Scale");
if (app.documents.length > 0) {
if (app.activeDocument.selection.length < 1) {
alert("Select a path");
} else if (app.activeDocument.selection[0].area) {
@cakirefekan
cakirefekan / kartal-industrial.geojson
Last active March 3, 2021 21:37
overpass-turbo.eu üzerinden elde edilmiş İstanbul Kartal verileri.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#----
# You must change inputs and outputs of RhinoScript item like that: https://i.vgy.me/cJRKsV.png
#----
# You can find the Rhinoceros Color Based Shell Attractor video
# in YouTube with that link: https://youtu.be/8t3As2xJpX0
#----
__author__ = "efekan çakır"
__version__ = "2021.01.08"
import rhinoscriptsyntax as rs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.