Skip to content

Instantly share code, notes, and snippets.

View shimafallah's full-sized avatar
🤓

Shima Fallah shimafallah

🤓
View GitHub Profile
@samanzamani
samanzamani / gist:7ab3046ae1f94348d852bde959349f92
Last active February 8, 2026 10:36
لیست کامل تمام شهرها و استان های ایران
[
{
"province": "اردبیل",
"cities": [
"اردبیل",
"اصلاندوز",
"آبی بیگلو",
"بیله سوار",
"پارس آباد",
"تازه کند",
@filipemeneses
filipemeneses / countries.json
Last active February 20, 2026 02:12
List of countries with flag, iso and unicode
[
{
"iso": "AD",
"name": "Andorra",
"unicode": "U+1F1E6 U+1F1E9",
"flag": "🇦🇩"
},
{
"iso": "AE",
"name": "United Arab Emirates",
@robinbowes
robinbowes / convert gems to rpms
Created January 6, 2014 17:45
Converting gems to RPMS and munging the dependencies/provides
#!/usr/bin/env ruby
require 'fpm'
# FIXME: set these from the command line
target = 'system'
iteration = 1
src_dir = '/var/tmp/gems/cache';