Skip to content

Instantly share code, notes, and snippets.

View takicak's full-sized avatar

Taki takicak

  • Atlas Yazilim
  • İstanbul
View GitHub Profile
@takicak
takicak / main.dart
Last active August 7, 2022 21:50
blueCircle
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
@takicak
takicak / main.dart
Last active July 28, 2022 18:08
expansionListMenu
// Welcome to another flutter tutorial
// In this video we will see how to create a multi-level Expansion List
// First Let's create a class for each row in the Expansion List
import 'package:flutter/material.dart';
const Color darkBlue = Color.fromARGB(255, 18, 32, 47);
void main() {
runApp(ExpansionTileDemo());
@takicak
takicak / annotated_turkish_syllables.py
Created November 9, 2020 14:31 — forked from miratcan/annotated_turkish_syllables.py
Python'da Türkçe Heceleme Yapma
def get_syllables(word):
syllables = []
"""
Aşağıdaki satır gelen kelimenin ünlü harfler 1, ünsüzler 0 olacak
şekilde desenini çıkarır.
Örneğin: arabacı -> 1010101, türkiye -> 010010
"""
@takicak
takicak / 2_keyboard_shortcuts.md
Last active July 1, 2016 09:39
Here are some things you can do with Gists in GistBox.

Create documentation for your projects. Like so:


Most popular keyboard shortcuts within GistBox

  • Up/Down - Previous/Next Gist
  • Ctrl+e - Edit a selected Gist
  • Ctrl+s - Save Gist