Skip to content

Instantly share code, notes, and snippets.

View mentorkadriu's full-sized avatar

Mentor Kadriu mentorkadriu

View GitHub Profile
@mentorkadriu
mentorkadriu / shtetet-nacionalitetet.json
Last active September 7, 2022 14:35
Lista e shteteve, kryeqyteteve dhe nacionaliteteve (kombeve) ne gjuhen shqipe.
[
{
"country": "Afganistani",
"official_name": "Republika Islame e Afganistanit",
"capital_city": "Kabuli",
"alfa_2_code": "AF",
"alfa_3_code": "AFG",
"nationality": "Afgan"
},
{
@mentorkadriu
mentorkadriu / nacionalitetet.json
Last active September 7, 2022 10:38
Lista e nacionaliteteve ose kombesive ne shqip
[{"num_code":"4","alpha_2_code":"AF","alpha_3_code":"AFG","en_short_name":"Afghanistan","nationality":"Afgan"},{"num_code":"248","alpha_2_code":"AX","alpha_3_code":"ALA","en_short_name":"Åland Islands","nationality":"Ishulli Åland"},{"num_code":"8","alpha_2_code":"AL","alpha_3_code":"ALB","en_short_name":"Albania","nationality":"Shqiptar"},{"num_code":"12","alpha_2_code":"DZ","alpha_3_code":"DZA","en_short_name":"Algeria","nationality":"Algjerian"},{"num_code":"16","alpha_2_code":"AS","alpha_3_code":"ASM","en_short_name":"American Samoa","nationality":"Samoan Amerikan"},{"num_code":"20","alpha_2_code":"AD","alpha_3_code":"AND","en_short_name":"Andorra","nationality":"Andorran"},{"num_code":"24","alpha_2_code":"AO","alpha_3_code":"AGO","en_short_name":"Angola","nationality":"Angolan"},{"num_code":"660","alpha_2_code":"AI","alpha_3_code":"AIA","en_short_name":"Anguilla","nationality":"Anguillan"},{"num_code":"10","alpha_2_code":"AQ","alpha_3_code":"ATA","en_short_name":"Antarctica","nationality":"Antarktik"},{"
@mentorkadriu
mentorkadriu / polyfills.browser.ts
Created December 14, 2017 12:51
Addition polyfills added for mean.io
// TODO(gdi2290): switch to DLLs
/**
* Polyfills
*/
import 'ie-shim';
/* import 'core-js/es6'; */
rm -rf .git
git init
git add .
git commit -am "Initial commit"
@mentorkadriu
mentorkadriu / live_templates.md
Last active December 21, 2016 08:27
PHPStrom code snippets for BEM SCSS

and-

  $START$
}$END$```

and_

```&__$NAME$ {
 $START$
@mentorkadriu
mentorkadriu / PreloadState.js
Last active October 14, 2016 09:21
Prelaod in Phaser with Loading Events
import SimpleText from 'objects/SimpleText';
class PreloadState extends Phaser.State {
init(){
console.log('Init');
this.x = null;
this.y = null;
this.loadingText = new SimpleText(this.game, this.game.world.centerX, this.game.world.centerY, 'Loading');
this.loadingText.anchor.set(0.5);
@mentorkadriu
mentorkadriu / index
Created August 12, 2015 19:24
Simple Test gist
doctype
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
title Selly - Free Clean Landing Page
meta(name='description', content='')
meta(name='viewport', content='width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no')
link(href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800', rel='stylesheet', type='text/css')
link(rel="stylesheet", href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css")