Skip to content

Instantly share code, notes, and snippets.

View canberksinangil's full-sized avatar

Canberk Sinangil canberksinangil

  • Istanbul Turkey
View GitHub Profile

Hoşgeldiniz! Bu yazıda, BioNTech/Pfizer SARS-CoV-2 mRNA aşısının kaynak kodunu karakter karakter inceleyeceğiz.

*Bu yazıyı anlaşılırlık ve doğruluk açısından gözden geçiren pek çok insana teşekkür ederim. Tüm hatalar yine de benim hatalarımdır ve hataları hızla bert@hubertnet.nl ya da @PowerDNS_Bert adreslerinden birine bildirmenizi rica ederim (Çevirmenin notu: çeviri ya da Türkçe dil hatalarını da aşağıdaki yorum bölümünü

@enricofoltran
enricofoltran / main.go
Last active June 26, 2024 12:16
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
package main
import (
"context"
"flag"
"fmt"
"log"
"net/http"
"os"
"os/signal"
@DianaEromosele
DianaEromosele / Change "origin" of your GIT repository
Created August 7, 2016 00:31
Change "origin" of your GIT repository
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active July 2, 2024 23:08
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S