Skip to content

Instantly share code, notes, and snippets.

View kamilklkn's full-sized avatar

Kamil Kalkan kamilklkn

View GitHub Profile
@justinyoo
justinyoo / create-dotnet-project.sh
Last active January 12, 2023 01:12
Tools for .NET Developers on Mac
dotnet new sln --name MySolution
dotnet new classlib --name MyClassLib --language c#
dotnet sln add MyClassLib
@enginkartal
enginkartal / js-turkish-to-english.js
Last active April 22, 2024 13:11
Javascript Turkish character to english characters change
String.prototype.turkishtoEnglish = function () {
return this.replace('Ğ','g')
.replace('Ü','u')
.replace('Ş','s')
.replace('I','i')
.replace('İ','i')
.replace('Ö','o')
.replace('Ç','c')
.replace('ğ','g')
.replace('ü','u')
@mbbx6spp
mbbx6spp / ALTERNATIVES.adoc
Last active January 7, 2025 16:25
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.
@v0lkan
v0lkan / Egitim_Sart.md
Created August 18, 2012 06:39
Webrazzi "IT’de nitelikli işgücü krizi ve çözümü" yazisina yorum olarak