Skip to content

Instantly share code, notes, and snippets.

View amiroff's full-sized avatar

Metin Emiroğlu amiroff

View GitHub Profile
@amiroff
amiroff / chd_extract.md
Last active July 11, 2024 13:23
Extracting CHD images with command line (mac, linux)

I use the following flow to convert NeoGeo CD games from CHD format into Wii NeoCDRX compatible extracted format.

Convert .chd file into .cue & .bin

chdman extractcd -i Filename.chd -o output.cue -ob output.bin

Extract all tracks from .bin file -> creates one .iso file and many .wav files

bchunk -w output.bin output.cue Track

Mount resulting .iso file and copy contents into parent folder

@amiroff
amiroff / meta.xml
Created May 28, 2024 06:20
USB Loader GX enable sd card mode by default
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name> USB Loader GX</name>
<coder>USB Loader GX Team</coder>
<version>3.0 r1281</version>
<release_date>20230107233054</release_date>
<arguments>
<arg>--ios=249</arg>
<arg>--bootios=58</arg>
<arg>--usbport=0</arg>
@amiroff
amiroff / fullstack-developer-on-calisma.md
Last active April 28, 2021 12:56
Fullstack Developer Başvuru Ön Çalışması

Fullstack Developer Başvuru Ön Çalışması

Merhaba! Başvurunuz için teşekkür ediyoruz. Tahmin edeceğiniz gibi, sizinle birlikte ilanımıza bir çok aday başvuruda bulunmuştur. Adaylar arasında adil seçim ve hızlı ilerleme amacıyla alttaki çalışmayı tamamlayıp sonucu bize iletmenizi rica ediyoruz.

Çalışma Detayı

  • Bu çalışmada HTML, CSS ve isteğinize bağlı olarak JS bilgilerinizden faydalanarak iki sayfa tasarlamanızı ve yayına almanızı istiyoruz.
  • İlk sayfa Google arama motorunun basitleştirilmiş ana sayfasıdır. Alttaki görüntüde yer alan şekliyle tasarlanması gerekiyor. google anasayfa
@amiroff
amiroff / screen-record-to-svg.md
Last active April 4, 2021 18:54
Screen recording to svg

install

brew install asciinema
npm install -g svg-term-cli

record

ascinema rec -i 2 example.cast
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<title>Document</title>
</head>
<body>
<h1>Hello World!</h1>
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
@amiroff
amiroff / pytest.ini
Created April 24, 2020 13:44
ptest django integration settings
[pytest]
DJANGO_SETTINGS_MODULE = project_name_here.settings
python_files = tests.py test_*.py *_tests.py
junit_family=xunit1
.vscode
.idea
.vs
.DS_Store
Thumbs.db
.venv
*.log
@amiroff
amiroff / .gitconfig
Created January 30, 2020 09:24
.gitconfig
[user]
name = Metin Emiroğlu
email = metin.emiroglu@gelecekvarlik.com.tr
[alias]
di = diff
dc = diff --cached
st = status -s
ci = commit -v
co = checkout
br = branch
@amiroff
amiroff / FrontendKonulari.md
Created June 9, 2019 16:50
FrontendKonulari.md
  • Http'ye giris, istemci ve sunucu bilgileri, Http durum kodlari, encoding, ilk web sayfasi
  • Temel metin editoru veya IDE secimi ve kullanimi
  • Temel komut satiri kullanimi, secilen isletim sitemine gore anlatim.
  • Temel html
  • Temel GIT kullanimi 1
  • Ileri seviye html
  • Temel css 1
  • Temel css 2
  • Ileri seviye css
  • Ornek web sitesi projesi - Blog (1)