Skip to content

Instantly share code, notes, and snippets.

View mcyenikoylu's full-sized avatar
🏝️
is undergoing change..

Cenk Yenikoylu mcyenikoylu

🏝️
is undergoing change..
View GitHub Profile
@mcyenikoylu
mcyenikoylu / test.html
Created January 5, 2024 08:28
Hello World Html
<html>
<head>
<style>
h1 {
font-family: Calibri;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
@mcyenikoylu
mcyenikoylu / test.md
Created January 5, 2024 08:27
Hello World Markdown

Hello World

This is content converted from Markdown!

Here's a JSON sample:

{
  "foo": "bar"
}
@mcyenikoylu
mcyenikoylu / KantarEntegrationApplication
Created June 4, 2022 07:28
Truck scale measuring for SAP
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.ServiceProcess;
using System.Threading;
namespace KantarEntegrationService
{
@mcyenikoylu
mcyenikoylu / weighing-scales-conn
Created June 4, 2022 07:24
weighing scales connection for SAP ERP System
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="UlkerMobil">
</Property><Property Name="Solution File" Value="C:\UlkerMobil\UlkerMobil.sln">
</Property><Property Name="Date" Value="Tuesday, October 05, 2010">
</Property><Property Name="Time" Value="9:56 AM">
</Property></Properties><Event ErrorLevel="0" Project="UlkerMobil" Source="UlkerMobil\UlkerMobil.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="UlkerMobil" Source="UlkerMobil\UlkerMobil.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="UlkerMobil.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="UlkerMobil.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="UlkerMobil" Source="UlkerMobil\AK_Ayarlar.resx" Description="File converted successfully">
<?php
/*
* Plugin Name: Product Feed for Pinterest Product Catalogs
* Plugin URI: https://wordpress.org/plugins/wc-product-feed-for-pinterest
* Description: Product RSS Feed for 'Pinterest Product Catalogs'. Automatically pin the products on your website by posting information such as image, price, stock status, product description in your pinterest account.
* Version: 1.0.3
* Author: Mehmet Cenk Yenikoylu
* Author URI: https://github.com/mcyenikoylu
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@mcyenikoylu
mcyenikoylu / pinterest-product-catalogs.js
Last active January 5, 2022 14:45
If you're getting a Pinterest 'error 107' error message, this is a short description issue. This code has been updated as a long description. Error 107 is the solution.
<?php
/*
* Plugin Name: Product Feed for Pinterest Product Catalogs
* Plugin URI: https://wordpress.org/plugins/wc-product-feed-for-pinterest
* Description: Product RSS Feed for 'Pinterest Product Catalogs'. Automatically pin the products on your website by posting information such as image, price, stock status, product description in your pinterest account.
* Version: 1.0.3
* Author: Mehmet Cenk Yenikoylu
* Author URI: https://github.com/mcyenikoylu
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
@mcyenikoylu
mcyenikoylu / ASP-NET-MVC-API-Azure-SQL-Database
Created November 3, 2020 21:20
ASP.NET MVC API Azure SQL Database
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web.Http;
namespace MobilAPIs.Controllers
{
[MobilAppTokenKontrol(OgrenciToken = true, PersonelToken = false)]
public class OgrController : ApiController
@mcyenikoylu
mcyenikoylu / mySampleCodeForNetSparker
Created May 2, 2019 14:40
mySampleCode for NetSparker
using DevExpress.XtraBars.Alerter;
using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Controls;
using DevExpress.XtraEditors.ViewInfo;
using DevExpress.XtraGrid.Views.Grid;
using DevExpress.XtraGrid.Views.Grid.ViewInfo;
using DevExpress.XtraTab;
using PRISM.Properties;
using PRISM;
using System;
using System;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Web.Script.Services;
using System.Web.Services;
using System.Management;
namespace LogoTigerWebServices
{
@mcyenikoylu
mcyenikoylu / DynamicPanel.cs
Created December 27, 2018 20:22
basic dynamic panel controls
using System;
using System.Drawing;
using System.Windows.Forms;
namespace dynamicPanel
{
public partial class Form1 : Form
{
public Form1()
{