Skip to content

Instantly share code, notes, and snippets.

@ramza1
ramza1 / country tell code
Created August 19, 2014 10:26
List of all country codes for sms in ruby.
[93, 355, 213, 1684, 376,244, 1264, 672, 1268, 54, 374, 297, 61, 43, 994, 1242, 973, 880, 1246, 375, 32, 501, 229, 1441, 975, 591, 387, 267, 55, 1284, 673, 359, 226, 95, 257, 855, 237, 1, 238, 1345, 236, 235, 56, 86, 61, 57, 269, 242, 243, 682, 506, 385, 53, 357, 420, 45, 253, 1767, 1809, 670, 593, 20, 503, 240, 291, 372, 251, 500, 298, 679, 358, 33, 689, 241, 220, 970, 995, 49, 233, 350, 30, 299, 1473, 1671, 502, 224, 245, 592, 509, 504, 852, 36, 354, 91, 62, 98, 964, 353, 44, 972, 39, 225, 1876, 81, 962, 7, 254, 686, 381, 965, 996, 856, 371, 961, 266, 231, 218, 423, 370, 352, 853, 389, 261, 265, 60, 960, 223, 356, 692, 222, 230, 262, 52, 691, 373, 377, 976, 382, 1664, 212, 258, 264, 674, 977, 31, 599, 687, 64, 505, 227, 234, 683, 672, 1670, 850, 47, 968, 92, 680, 507, 675, 595, 51, 63, 870, 48, 351, 1, 974, 40, 7, 250, 590, 685, 378, 239, 966, 221, 381, 248, 232, 65, 421, 386, 677, 252, 27, 82, 34, 94, 290, 1869, 1758, 1599, 508, 1784, 249, 597, 268, 46, 41, 963, 886, 992, 255, 66, 228, 690, 676, 1868, 216,
@ramza1
ramza1 / _option
Created June 25, 2011 23:42
How to create a poll System
<div class="radio_btn_container">
<input type="radio" name="poll_option" value=<%= option.id %>>
<%= option.option %>
</input>
</div>