Skip to content

Instantly share code, notes, and snippets.

View cihadturhan's full-sized avatar
🐇
Ready!

Cihad Turhan cihadturhan

🐇
Ready!
View GitHub Profile
@cihadturhan
cihadturhan / execute.cs
Created March 13, 2021 23:05
Execute ffmpeg from unity on MacOS
// Make sure you have ffmpeg installed at /usr/local/bin/ffmpeg
static void ExecuteProcessTerminal(string inputFileDir)
{
try
{
var outputFileName = Regex.Replace(inputFileDir, @"\.(mp4|mov|MP4|MOV)", ".wav", RegexOptions.IgnoreCase);
ProcessStartInfo startInfo = new ProcessStartInfo()
{

This is Not a Game - The Game

Privacy Policy

Effective date: July 6, 2018

This is Not a Game - The Game ("us", "we", or "our") operates the website and the This is Not a Game - The Game mobile application (the "Service").

This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.

We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions.

@cihadturhan
cihadturhan / boxshadow.css
Created June 12, 2018 22:10
medium-article-links
.item {
/* stack many of them */
box-shadow: 0 5px 10px red, 0 20px 25px green;
}
@cihadturhan
cihadturhan / privacy-policy.md
Created May 29, 2018 15:35
Clipboard App Privacy Policy

Privacy Policy

Effective date: May 29, 2018

Clipboard App ("us", "we", or "our") operates the website and the Clipboard App mobile application (the "Service").

This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data. This Privacy Policy for Clipboard App is powered by TermsFeed.

We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions.

Information Collection And Use

@cihadturhan
cihadturhan / attachWebsocketServer.diff
Created April 20, 2018 11:28
dirty hack to react-native/local-cli/server/util/attachWebsocketServer.js
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @format
* @flow
@cihadturhan
cihadturhan / privacy-policy.md
Last active April 18, 2018 19:33
Askilik App Privacy Policy

Privacy Policy

Askilik operates the askilik.com website, which provides the SERVICE.

This page is used to inform website visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation with this policy. The Personal Information that we collect are used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at askilik.com , unless otherwise defined in this Privacy Policy.

Information Collection and Use

[
"marketplaceAd",
"ad-RR",
"h-top-ad",
"addtitle",
"item-housead",
"AdInline",
"right_ad_innercont",
"advertising728",
"topstoriesad",
@cihadturhan
cihadturhan / hitty-app-privacy-policy.md
Created March 18, 2017 21:31
Hity App Privacy Policy

Hity App Privacy Policy

This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our app.

What personal information do we collect from the people that visit our blog, website or app?

When ordering or registering on our app, as appropriate, you may be asked to we generate an Anonymous ID to help you with your experience. We don't collect any sensitive personal information such as mail, name, surname or credit card

When do we collect information?

@cihadturhan
cihadturhan / PRIVACY-POLICY.MD
Last active July 7, 2018 06:55
Muzzy Play Online Free Music by Musics Apps Ltd - Privacy Policy

muzzylisten.club Privacy Policy

This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.

What personal information do we collect from the people that visit our blog, website or app?

When ordering or registering on our app, as appropriate, you may be asked to we generate an Anonymous ID to help you with your experience. We don't collect any sensitive personal information such as mail, name, surname or credit card

When do we collect information?

// Whole Gruntfile.js so far
module.exports = function(grunt) {
// 1. All configuration goes here
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
banner: '/*\n' +
' * <%= pkg.name %> <%= pkg.version %>\n' +
' * <%= pkg.description %>\n' +
' *\n' +