Skip to content

Instantly share code, notes, and snippets.

View MCYBA's full-sized avatar
🎯
Focusing

MCYBA MCYBA

🎯
Focusing
  • Modivu Inc.
  • İzmir
View GitHub Profile
@MCYBA
MCYBA / mirror.timtal.com.tr.html
Last active February 25, 2025 14:03
Arch Linux renk paleti kullanılarak mirror.timtal.com.tr için tasarlanmış CSS stil uygulaması
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arch Linux Mirror - Teknopark Istanbul</title>
<style>
body {
font-family: 'Roboto', Arial, sans-serif;
line-height: 1.8;
@MCYBA
MCYBA / privacy_policy.md
Created August 21, 2019 13:11
privacy policiy of Look. At. Me.

Privacy Policy

Cem Baybars GÜÇLÜ built the Look. At. Me. app as an Open Source app. This SERVICE is provided by Cem Baybars GÜÇLÜ at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Look. At. Me. unless otherwise defined in this Privacy Policy.

@MCYBA
MCYBA / reminder.py
Created February 4, 2019 08:15 — forked from yann2192/reminder.py
Python reminder script
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import imp
import subprocess
import time
import datetime
"""