Skip to content

Instantly share code, notes, and snippets.

View fatihturan's full-sized avatar
👨‍💻
¯\_(ツ)_/¯

Fatih Turan fatihturan

👨‍💻
¯\_(ツ)_/¯
View GitHub Profile
var Book = require('../models/book');
var Author = require('../models/author');
var Genre = require('../models/genre');
var BookInstance = require('../models/bookinstance');
var async = require('async');
exports.index = function(req, res) {
async.parallel({
var Book = require('../models/book');
var Author = require('../models/author');
var Genre = require('../models/genre');
var BookInstance = require('../models/bookinstance');
var async = require('async');
exports.index = function(req, res) {
async.parallel({
// Use Gulp Packages
var gulp = require('gulp');
var autoprefixer = require('gulp-autoprefixer');
var plumber = require('gulp-plumber');
var gutil = require('gulp-util');
var concat = require('gulp-concat');
var cleanCSS = require('gulp-clean-css');
var sass = require('gulp-sass');
var uglify = require('gulp-uglify');
var browserSync = require('browser-sync').create();
@fatihturan
fatihturan / gist:a6f0501899c5977d17f2852b6dfe633e
Created August 17, 2018 07:12
GSA All in One Android App Privacy Policy
# GSA All in One Android App Privacy Policy
The developers of GSA All in One take your family's safety and enjoyment very seriously. We have written this policy to explain to you exactly what information we collect from you and what we do with it. We promise at all times to protect your information and only use it for the purpose that you gave it to us for.
- We don't collect any personal information from you. You will not be asked to provide an email address (except for login), sign into social media, or divulge anything that can identify you.
- GSA All in One may only report back to us in the event of a crash via [Crashlytics](http://try.crashlytics.com). Google's privacy policy covers what is sent in these crash reports. We will not disclose any personal information contained therein, should it be present.
- We don't show ads. You will not be harrassed by blinking panels or popups.
- We don't have in-app purchases. There is nothing to buy. There will always be a 100% free version of the app. This is curr

Akıllı Talep Yönetim Sistemi Android App Privacy Policy

The developers of Akıllı Talep Yönetim Sistemi take your family's safety and enjoyment very seriously. We have written this policy to explain to you exactly what information we collect from you and what we do with it. We promise at all times to protect your information and only use it for the purpose that you gave it to us for.

  • We don't collect any personal information from you. You will not be asked to provide an email address (except for login), sign into social media, or divulge anything that can identify you.
  • Akıllı Talep Yönetim Sistemi may only report back to us in the event of a crash via Crashlytics. Google's privacy policy covers what is sent in these crash reports. We will not disclose any personal information contained therein, should it be present.
  • We don't show ads. You will not be harrassed by blinking panels or popups.
  • We don't have in-app purchases. There is nothing to buy. There will alwa
@fatihturan
fatihturan / trello.css
Last active August 22, 2017 10:37
Trello Webcatalog CSS/JS Injection
html, body {
-webkit-font-smoothing: antialiased;
}
.body-board-view .list-card-labels .card-label
{
font-weight: bold;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 0.1em !important;
@fatihturan
fatihturan / google-translate.scpt
Last active August 22, 2017 10:38
Google Translate/Fluid App AppleScript
on run {input, parameters}
set textToTranslate to item 1 of input as string
set windowName to “Google Translate”
set targetURL to “https://translate.google.com/“
tell application “Google Translate”
if (get title of every window) does not contain windowName then
open location targetURL
else if (get miniaturized of window windowName) then
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
@fatihturan
fatihturan / preferences.json
Created March 28, 2017 14:47
Emmet Auto Comment on Closing Tag
{
"filter.commentAfter": "<!-- /<%= attr('id', '#') %><%= attr('class', '.') %> -->"
}
@fatihturan
fatihturan / tekkekoy-app-privacy-policy.md
Created March 19, 2017 14:08
Tekkeköy Belediyesi Android App Privacy Policy

Tekkeköy Belediyesi Android App Privacy Policy

The developers of Tekkeköy Belediyesi take your family's safety and enjoyment very seriously. We have written this policy to explain to you exactly what information we collect from you and what we do with it. We promise at all times to protect your information and only use it for the purpose that you gave it to us for.

  • We don't collect any personal information from you. You will not be asked to provide an email address (except for login), sign into social media, or divulge anything that can identify you.
  • Tekkeköy Belediyesi may only report back to us in the event of a crash via Crashlytics. Google's privacy policy covers what is sent in these crash reports. We will not disclose any personal information contained therein, should it be present.
  • We don't show ads. You will not be harrassed by blinking panels or popups.
  • We don't have in-app purchases. There is nothing to buy. There will always be a 100% free version o