I hereby claim:
- I am ozcanesen on github.
- I am ozcan (https://keybase.io/ozcan) on keybase.
- I have a public key whose fingerprint is B342 BA92 C88D 0054 67D4 78A3 6ACC 7C3A 4701 F516
To claim this, I am signing this object:
| import json | |
| import urllib2 | |
| import os | |
| import time | |
| import telegram | |
| kripton_people = ['kadertarlan', 'yeliztaneroglu', 'ozcanesen', 'aybuke', 'gulsahkose'] | |
| bot = telegram.Bot(token='TOKEN') |
| from libpebble2.communication import PebbleConnection | |
| from libpebble2.communication.transports.serial import SerialTransport | |
| from libpebble2.services.appmessage import * | |
| from libpebble2.protocol import * | |
| from libpebble2.exceptions import * | |
| import os | |
| pebble = PebbleConnection(SerialTransport("/dev/cu.PebbleTime189F-SerialPo")) | |
| pebble.connect() | |
| pebble.run_async() |
| <?php | |
| $base = '/var/www/upload'; | |
| $name = $_POST['name']; | |
| $surname = $_POST['surname']; | |
| $path = $base . '/' . $name; | |
| if (!file_exists($path)) | |
| mkdir($path); |
| #!/usr/bin/env python | |
| from distutils.core import setup | |
| from distutils.extension import Extension | |
| from Cython.Distutils import build_ext | |
| import numpy | |
| setup( | |
| cmdclass = {'build_ext': build_ext}, |
| <script type="text/javascript" src="https://code.jquery.com/color/jquery.color-2.1.2.min.js"></script> | |
| var bg_color = $('tr[bin-id=' + bin_id + ']').css('backgroundColor'); | |
| $('tr[bin-id=' + bin_id + ']').animate({backgroundColor: "#F3A2AD"}, 250).animate({backgroundColor: bg_color}, 250); |
| import dbus | |
| bus = dbus.SessionBus() | |
| spotify = bus.get_object('com.spotify.qt', '/') | |
| player = dbus.Interface(spotify, 'org.freedesktop.MediaPlayer2') | |
| player.OpenUri('spotify:track:1inG2cgfeGVBsTCcmMIv0e') |
I hereby claim:
To claim this, I am signing this object:
| #include"stdio.h" | |
| #include"stdlib.h" | |
| int main() | |
| { | |
| int x,y,z, sayac; | |
| float a, toplam; | |
| toplam = 0; | |
| sayac= 0; | |
| for ( x=-3;x<=3;x++) { | |
| for ( y=-3;y<=3;y++) { |
| Binding name: CurrencyConvertorSoap, Operation name: ConversionRate | |
| Binding name: CurrencyConvertorHttpPost, Operation name: ConversionRate | |
| Binding name: CurrencyConvertorSoap12, Operation name: ConversionRate | |
| Binding name: CurrencyConvertorHttpGet, Operation name: ConversionRate |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <wsdl:definitions targetNamespace="http://services.ozcanesen.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://services.ozcanesen.com" xmlns:intf="http://services.ozcanesen.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <!--WSDL created by Apache Axis version: 1.4 | |
| Built on Apr 22, 2006 (06:55:48 PDT)--> | |
| <wsdl:types> | |
| <schema elementFormDefault="qualified" targetNamespace="http://services.ozcanesen.com" xmlns="http://www.w3.org/2001/XMLSchema"> | |
| <element name="topla"> | |
| <complexType> | |
| <sequence> |