Skip to content

Instantly share code, notes, and snippets.

View canokay's full-sized avatar
🎯
Focusing

Can Okay canokay

🎯
Focusing
View GitHub Profile
<html>
<head>
</head>
<body>
</body>
</html>
import React, { Component } from 'react';
type Props = {};
export default class App extends Component<Props> {
render() {
return (
<Text>
Merhaba Dünya!
</Text>
);
}
}
AppRegistry.registerComponent('ornekproje', () => App);
<Label Text="Merhaba Xamairin!!!"
VerticalOptions="Center"
HorizontalOptions="Center" />
<div class="tempheader"></div>
<div class="banner">
<img src="img/menu.jpg">
</div>
@charset "utf-8";
/* CSS Document */
#container{
width:1920px;
height:auto;
margin:0 auto;
background:#039;
}
body {
position: relative;
}
#section1 {padding: 75px 10px 40px 10px;height:auto;color: #000000; background: #ffffff;}
#bio {padding: 75px 10px 40px 10px;height:auto;color: #000000; background: #FAFAFA;}
#firstCode {padding: 50px 10px; height:auto;color: #000000; background: #ffffff;}
#firstAccess {padding: 50px 10px;height:auto;color: #000000;background-color: #FAFAFA;}
#webDeveloping {padding: 50px 10px;height:auto;color: #777777;background: linear-gradient(to bottom,#ffffff,#eeeeee);}
#okucalisogren {padding: 50px 10px;height:auto;color: #111; background: linear-gradient(to left,#ffffff,#eeeeee);}
#github {padding: 50px 10px;height:auto;color: #777777; background: linear-gradient(to left,#ffffff,#eeeeee);}
@canokay
canokay / TextBox-String-Control.cs
Created June 6, 2018 21:59
TextBox String Control
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
@canokay
canokay / date.html
Created June 20, 2018 10:41
Class set Data
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Class set Data</title>
</head>