Simple overview of use/purpose.
An in-depth paragraph about your project and overview of use.
| <script setup> | |
| import { ref, onMounted } from 'vue'; | |
| import AppForm from './components/AppForm.vue'; | |
| import AppList from './components/AppList.vue'; | |
| import AppLoading from './components/AppLoading.vue'; | |
| import useFetch from './use/useFetch'; | |
| const rootUrl = 'https://my-json-server.typicode.com/tq-bit/use-fetch-json-mock'; | |
| const { loading, results, getJson } = useFetch(rootUrl); |
| ##### Windows | |
| # Windows thumbnail cache files | |
| Thumbs.db | |
| Thumbs.db:encryptable | |
| ehthumbs.db | |
| ehthumbs_vista.db | |
| # Dump file | |
| *.stackdump |
| __d("Chromedome", ["fbt"], function(a, b, c, d, e, f, g) { | |
| f.start = function(h) { | |
| if (h.off || top !== window ||!/(^|\.)facebook\.com$/.test(document.domain)) | |
| return; | |
| var i = h.stop || "Stop!", j = h.text || "This is a browser feature intended for developers. If someone told you to copy-paste something here to enable a Facebook feature or \"hack\" someone's account, it is a scam and will give them access to your Facebook account.", k = h.more || g._("For more information, see {url}.", [g.param("url", 'https://www.facebook.com/selfxss')]); | |
| if ((window.chrome || window.safari)&&!h.textonly) { | |
| var l = 'font-family:helvetica; font-size:20px; '; | |
| [[i, h.c1 || l + 'font-size:50px; font-weight:bold; ' + 'color:red; -webkit-text-stroke:1px black;'], [j, h.c2 || l], [k, h.c3 || l], ['', '']].map(function(r) { | |
| setTimeout(console.log.bind(console, '\n%c' + r[0], r[1])); | |
| }); |
| // This gist is now maintained on github at https://github.com/luetkemj/wp-query-ref | |
| <?php | |
| /** | |
| * WordPress Query Comprehensive Reference | |
| * Compiled by luetkemj - luetkemj.github.io | |
| * | |
| * CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
| * Source: https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-includes/query.php | |
| */ |
| <?php | |
| /** Turkey Bank list | |
| * @date 31.05.2020 | |
| */ | |
| $array=[ | |
| 0 => 'Adabank A.Ş. ', | |
| 1 => 'Akbank T.A.Ş. ', | |
| 2 => 'Aktif Yatırım Bankası A.Ş. ', | |
| 3 => 'Alternatifbank A.Ş. ', | |
| 4 => 'Anadolubank A.Ş. ', |
| <option value="Adana">Adana</option> | |
| <option value="Adıyaman">Adıyaman</option> | |
| <option value="Afyonkarahisar">Afyonkarahisar</option> | |
| <option value="Ağrı">Ağrı</option> | |
| <option value="Amasya">Amasya</option> | |
| <option value="Ankara">Ankara</option> | |
| <option value="Antalya">Antalya</option> | |
| <option value="Artvin">Artvin</option> | |
| <option value="Aydın">Aydın</option> | |
| <option value="Balıkesir">Balıkesir</option> |
| <option value="Türkiye">Türkiye</option> | |
| <option value="ABD Virgin Adaları">ABD Virgin Adaları</option> | |
| <option value="Almanya">Almanya</option> | |
| <option value="Amerika Birleşik Devletleri">Amerika Birleşik Devletleri</option> | |
| <option value="Andorra">Andorra</option> | |
| <option value="Antigua ve Barbuda">Antigua ve Barbuda</option> | |
| <option value="Arjantin">Arjantin</option> | |
| <option value="Arnavutluk">Arnavutluk</option> | |
| <option value="Aruba">Aruba</option> | |
| <option value="Avustralya">Avustralya</option> |
| var player = document.querySelector('audio'); | |
| var playBtn = document.querySelector('#play-btn'); | |
| var progress = document.querySelector('#progress'); | |
| var progressTotal = document.querySelector('#progress-bar').offsetWidth; | |
| var volume = document.querySelector('#volume'); | |
| var speed = document.querySelector('#speed'); | |
| playBtn.addEventListener('click', function() { | |
| if ( player.paused ) { | |
| player.play(); |
| <?php | |
| $iller = array('','Adana', 'Adıyaman', 'Afyon', 'Ağrı', 'Amasya', 'Ankara', 'Antalya', 'Artvin', | |
| 'Aydın', 'Balıkesir', 'Bilecik', 'Bingöl', 'Bitlis', 'Bolu', 'Burdur', 'Bursa', 'Çanakkale', | |
| 'Çankırı', 'Çorum', 'Denizli', 'Diyarbakır', 'Edirne', 'Elazığ', 'Erzincan', 'Erzurum', 'Eskişehir', | |
| 'Gaziantep', 'Giresun', 'Gümüşhane', 'Hakkari', 'Hatay', 'Isparta', 'Mersin', 'İstanbul', 'İzmir', | |
| 'Kars', 'Kastamonu', 'Kayseri', 'Kırklareli', 'Kırşehir', 'Kocaeli', 'Konya', 'Kütahya', 'Malatya', | |
| 'Manisa', 'Kahramanmaraş', 'Mardin', 'Muğla', 'Muş', 'Nevşehir', 'Niğde', 'Ordu', 'Rize', 'Sakarya', | |
| 'Samsun', 'Siirt', 'Sinop', 'Sivas', 'Tekirdağ', 'Tokat', 'Trabzon', 'Tunceli', 'Şanlıurfa', 'Uşak', | |
| 'Van', 'Yozgat', 'Zonguldak', 'Aksaray', 'Bayburt', 'Karaman', 'Kırıkkale', 'Batman', 'Şırnak', |