Skip to content

Instantly share code, notes, and snippets.

View Eomerx's full-sized avatar

Ömer Aslanbakan Eomerx

View GitHub Profile
@Eomerx
Eomerx / jquery.easing.js
Created February 7, 2014 14:33
jquery easing effect plugin
/*==============================
= EASING =
==============================*/
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
@Eomerx
Eomerx / Preferences.sublime-settings
Last active November 29, 2021 13:31
sublime settings default
// While you can edit this file, it's best to put your changes in
// "User/Preferences.sublime-settings", which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
//sublime update check disable
@Eomerx
Eomerx / .htaccess
Last active June 1, 2017 12:55
.htaccess
# Apache Server Configs v2.14.0 | MIT License
# https://github.com/h5bp/server-configs-apache
# (!) Using `.htaccess` files slows down Apache, therefore, if you have
# access to the main server configuration file (which is usually called
# `httpd.conf`), you should add this logic there.
#
# https://httpd.apache.org/docs/current/howto/htaccess.html.
# ######################################################################
@Eomerx
Eomerx / bootstrap.js
Created April 2, 2014 14:00
bootstrap js
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') }
/* ========================================================================
* Bootstrap: transition.js v3.1.1
@Eomerx
Eomerx / jquery.min.js
Created April 2, 2014 14:01
jquery 1.11.0
/*!
* jQuery JavaScript Library v1.11.0
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
@Eomerx
Eomerx / main.js
Last active August 29, 2015 13:58
main js blank project template
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
///////////////////////////////////////////////
/* Modernizr 2.6.2 (Custom Build) | MIT & BSD
* Build: http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-flexbox-hsla-multiplebgs-opacity-rgba-textshadow-cssanimations-csscolumns-generatedcontent-cssgradients-cssreflections-csstransforms-csstransforms3d-csstransitions-applicationcache-canvas-canvastext-draganddrop-hashchange-history-audio-video-indexeddb-input-inputtypes-localstorage-postmessage-sessionstorage-websockets-websqldatabase-webworkers-geolocation-inlinesvg-smil-svg-svgclippaths-touch-webgl-shiv-mq-cssclasses-addtest-prefixed-teststyles-testprop-testallprops-hasevent-prefixes-domprefixes-load
*/
;window.Modernizr=function(a,b,c){function D(a){j.cssText=a}function E(a,b){return D(n.join(a+";")+(b||""))}function F(a,b){return typeof a===b}function G(a,b){return!!~(""+a).indexOf(b)}function H(a,b){for(var d in a){var e=a[d];if(!G(e,"-")&&j[e]!==c)return b=="pfx"?e:!0}return!1}function I(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)return d===!1?a[e]:F(f,"fun
@Eomerx
Eomerx / old-browsers.js
Last active October 2, 2015 16:35
Internet Explorer -9 old browser script
var ieScriptTag = [
'<div id="old-browser-window">',
' <div class="old-browser-parent">',
' <div class="old-browser-overlay">',
' </div>',
' <div class="old-browser-holder">',
' <div class="old-browser-top">',
' <h1>Üzgünüz.</h1>',
' <h2>Kullanmakta olduğunuz tarayıcı oldukça eski.</h2>',
' <h3>Bu siteyi tüm özellikleriyle gösterebilmek adına, sizi daha modern tarayıcılar kullanmaya davet ediyoruz.</h3>',
@Eomerx
Eomerx / hosts
Last active July 11, 2020 22:46
hosts
127.0.0.1 localhost
127.0.0.1 activate.adobe.com
127.0.0.1 secure.tune-up.com
127.0.0.1 cuteftp.com
127.0.0.1 globalscape.com
127.0.0.1 activation.acronis.com
127.0.0.1 acronis.com
127.0.0.1 diskeeper.com
127.0.0.1 www.diskeeper.com
127.0.0.1 condusiv.com
@Eomerx
Eomerx / lessmixins.less
Created August 15, 2014 12:45
less mixins
//---------------------------------------------------
// LESS Prefixer
//---------------------------------------------------
//
// All of the CSS3 fun, none of the prefixes!
//
// As a rule, you can use the CSS properties you
// would expect just by adding a '.':
//
// box-shadow => .box-shadow(@args)