Skip to content

Instantly share code, notes, and snippets.

View ertugrulozcan's full-sized avatar

Ahmet Ertuğrul Özcan ertugrulozcan

View GitHub Profile
@ertugrulozcan
ertugrulozcan / ExcelCostume.xaml
Last active June 24, 2018 01:23
Telerik RadGridView Excel Costume
<UserControl x:Class="Test.Common.Components.ExcelCostume"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Test.Common.Components"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300"
IsHitTestVisible="True">
CREATE DATABASE `VtysLabDB`;
SHOW DATABASES;
USE `VtysLabDB`;
SHOW VARIABLES LIKE 'character_set_database';
SHOW TABLES;
SELECT * FROM information_schema.routines WHERE routine_schema = 'VtysLabDB' ORDER BY routine_name;
SHOW TABLES IN information_schema LIKE 'ENGINES';
CREATE TABLE `ClientMaster` (
<UserControl x:Class="Eigen.Modules.Main.Components.ScreenSwitcher"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Eigen.Modules.Main.Components"
xmlns:converters="clr-namespace:Eigen.Infrastructure.Converter;assembly=Eigen.Infrastructure"
xmlns:fa="http://schemas.fontawesome.io/icons/"
mc:Ignorable="d"
d:DesignHeight="50" d:DesignWidth="300"
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Eigen.Infrastructure.Search
{
public class Node
using System;
using System.Data;
using System.Data.SqlClient;
using System.Data.OleDb;
using System.Configuration;
namespace stok_takip
{
partial class stoga_giris
{
using System;
using System.ComponentModel;
using System.Windows;
using System.Windows.Threading;
using WpfDialogManagement.Contracts;
using WpfDialogManagement.Manager;
using WpfDialogManagement.Views;
namespace WpfDialogManagement.Dialogs
{
using DevExpress.Xpf.Docking;
using Eigen.Infrastructure.Docking;
using Eigen.Infrastructure.Events;
using Eigen.Infrastructure.Events.Otc;
using Eigen.Infrastructure.Helpers;
using Eigen.Infrastructure.Services;
using Eigen.Infrastructure.Services.Docking;
using Eigen.Infrastructure.ViewModels;
using Microsoft.Practices.Prism.Events;
using Microsoft.Practices.Prism.Regions;
"CompanyList" : [
{
"Name": "Optiim",
"Address": "Blablala",
"PhoneNumber": "0123456789",
},
{
"Name": "Matriks",
"Address": "Blablala",
"PhoneNumber": "0123456789",
@ertugrulozcan
ertugrulozcan / SwingRadioButton.java
Last active July 14, 2016 13:51
Swing RadioButton
import com.navin.csv.CSVReader;
import java.io.IOException;
import java.util.Arrays;
public class GUI // extends JFrame
{
//...
private double distance;
using Snake.Components;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Foundation.Collections;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;