Skip to content

Instantly share code, notes, and snippets.

View fundasarikaya's full-sized avatar

FUNDA SARIKAYA fundasarikaya

View GitHub Profile
{
"Magic number": {
"scope": "dart",
"prefix": "#MagicNumber",
"body":"static const $1=$2",
"description": "CoderFunda Magic Number Create"
},
"Singleton Eager": {
"scope": "dart",
@fundasarikaya
fundasarikaya / _htaccess.txt
Created January 9, 2021 17:25
php-htaccess Codeigniter php gerekli bir kaç access komutları
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends the
#request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
#This last condition enables access to the images and css folders, and the robots.txt file