<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yasin Aktimur</title>
    <description>The latest articles on DEV Community by Yasin Aktimur (@yas).</description>
    <link>https://dev.to/yas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F242563%2F42b31203-36b3-4d8f-b833-e2a8075fc7c7.jpeg</url>
      <title>DEV Community: Yasin Aktimur</title>
      <link>https://dev.to/yas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yas"/>
    <language>en</language>
    <item>
      <title>Android QR code generator</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Wed, 30 Oct 2019 20:11:15 +0000</pubDate>
      <link>https://dev.to/yas/android-qr-code-generator-amp</link>
      <guid>https://dev.to/yas/android-qr-code-generator-amp</guid>
      <description>&lt;p&gt;&lt;a href="https://viblo.asia/p/android-demo-application-of-creating-qr-code-using-kotlin-jvElaXaYZkw"&gt;https://viblo.asia/p/android-demo-application-of-creating-qr-code-using-kotlin-jvElaXaYZkw&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>android</category>
      <category>mobile</category>
    </item>
    <item>
      <title>Ethereum block details.</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Wed, 30 Oct 2019 09:38:24 +0000</pubDate>
      <link>https://dev.to/yas/ethereum-block-details-4d53</link>
      <guid>https://dev.to/yas/ethereum-block-details-4d53</guid>
      <description>&lt;p&gt;&lt;a href="https://ethereum.stackexchange.com/a/2702"&gt;https://ethereum.stackexchange.com/a/2702&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>sign in with apple</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Mon, 28 Oct 2019 13:16:48 +0000</pubDate>
      <link>https://dev.to/yas/sign-in-with-apple-2gbb</link>
      <guid>https://dev.to/yas/sign-in-with-apple-2gbb</guid>
      <description>&lt;p&gt;&lt;a href="https://gbksoft.com/blog/how-to-add-sign-in-with-apple/"&gt;https://gbksoft.com/blog/how-to-add-sign-in-with-apple/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>apple</category>
      <category>swift</category>
    </item>
    <item>
      <title>Custom qr generator</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Mon, 28 Oct 2019 11:04:30 +0000</pubDate>
      <link>https://dev.to/yas/custom-qr-generator-25be</link>
      <guid>https://dev.to/yas/custom-qr-generator-25be</guid>
      <description>&lt;p&gt;QR Code generation with a custom logo and color using Swift &lt;a href="https://www.avanderlee.com/swift/qr-code-generation-swift/"&gt;https://www.avanderlee.com/swift/qr-code-generation-swift/&lt;/a&gt; #swiftlee #ios #swiftlang via @twannl&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Kotlin BARCODE</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Sat, 26 Oct 2019 12:39:28 +0000</pubDate>
      <link>https://dev.to/yas/kotlin-barcode-a0k</link>
      <guid>https://dev.to/yas/kotlin-barcode-a0k</guid>
      <description>&lt;p&gt;&lt;a href="https://ariefbayu.xyz/create-barcode-scanner-for-android-using-kotlin-b1a9b1c4d848"&gt;https://ariefbayu.xyz/create-barcode-scanner-for-android-using-kotlin-b1a9b1c4d848&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kotlin</category>
    </item>
    <item>
      <title>ETR tests</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Sat, 26 Oct 2019 12:09:04 +0000</pubDate>
      <link>https://dev.to/yas/etr-tests-eob</link>
      <guid>https://dev.to/yas/etr-tests-eob</guid>
      <description>&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import random

perfecttiming = []
totalrty = 0
for luckynumber in range(0,1000000):
    nonce = random.randint(10000000, 10000000000)  # 10 milyon ile 10 milyar arasında rastgele sayı üretir.
    y = nonce % 5760
    if y == 0:
        perfecttiming.append(totalrty)
        totalrty = 0
        continue
    else:
        totalrty = totalrty + 1
        continue

print("perfecttiming: ", perfecttiming)
print("perfecttiming len: ",len(perfecttiming))
a = 0
for i in perfecttiming:
    a = a + i

print(a/len(perfecttiming))
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
    </item>
    <item>
      <title>Ethereum rush tests.</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Fri, 25 Oct 2019 10:27:20 +0000</pubDate>
      <link>https://dev.to/yas/ethereum-rush-tests-17g9</link>
      <guid>https://dev.to/yas/ethereum-rush-tests-17g9</guid>
      <description>&lt;p&gt;[675, 10516, 10903, 12177, 18846, 26402, 34574, 37950, 39921, 40537, 42584, 46910, 53534, 60693, 79576, 82112, 89508, 89924, 96633, 100102, 108918, 137538, 141409, 147627, 158801, 159232, 172010, 196697, 201385, 213889, 213995, 215364, 216806, 221114, 221509, 221854, 227775, 238624, 278540, 300038, 303411, 307575, 307626, 313664, 314198, 318581, 321766, 324439, 334583, 359729, 373542, 384343, 385580, 395833, 396771, 412794, 414387, 417168, 423749, 430024, 437605, 440646, 449922, 457906, 461177, 467274, 472709, 501834, 503325, 503783, 504454, 507734, 512530, 516778, 533519, 535932, 543955, 551590, 557251, 557467, 559493, 561396, 564505, 571721, 573703, 584956, 587354, 588402, 588855, 590357, 591194, 594046, 597930, 603395, 603946, 605814, 608415, 616097, 640911, 666353, 669640, 675934, 678764, 687612, 691041, 693095, 693751, 695490, 696852, 696972, 706381, 714289, 717285, 717870, 733523, 738710, 743388, 748562, 751468, 755889, 765076, 768406, 769025, 770459, 771731, 774850, 775638, 776065, 776253, 777348, 780359, 782169, 810133, 817110, 825618, 828402, 828879, 829820, 834520, 838376, 844783, 847509, 848039, 849262, 851777, 852538, 854949, 860954, 864116, 871957, 873490, 874779, 878712, 888465, 905819, 910230, 913208, 920992, 922756, 926372, 927004, 939189, 943735, 951244, 962723, 963390, 965494, 968806, 968834, 973480, 979883, 987275, 987642, 994131, 997652, 1003687, 1020321, 1042726, 1044980, 1048035, 1060205, 1060839, 1065470, 1070141, 1077901, 1079325, 1080210, 1088389, 1091328, 1092209, 1092791, 1093125, 1096612, 1106739, 1111656, 1119726, 1131266, 1132949, 1135770, 1138217, 1142975, 1147914, 1152931, 1163188, 1164270, 1173090, 1177923, 1178514, 1210087, 1211324, 1222022, 1234033, 1242749, 1245936, 1253350, 1254439, 1269236, 1271836, 1276292, 1277085, 1279695, 1287208, 1290019, 1297687, 1310894, 1313697, 1325354, 1325716, 1333990, 1349679, 1360650, 1361097, 1364616, 1369044, 1369876, 1374745, 1378446, 1390630, 1392722, 1399604, 1401102, 1415665, 1424425, 1427275, 1430002, 1435599, 1445541, 1452688, 1463867, 1463991, 1467645, 1468566, 1470216, 1477636, 1485209, 1487208, 1487755, 1490575, 1490976, 1512371, 1514304, 1518453, 1518608, 1522159, 1522754, 1527215, 1530563, 1535017, 1536754, 1543941, 1544222, 1546395, 1547364, 1549026, 1550900, 1558866, 1559290, 1559905, 1563101, 1569881, 1581519, 1581872, 1586966, 1592341, 1592550, 1594514, 1596562, 1605977, 1623504, 1639094, 1640075, 1642013, 1645897, 1655914, 1660393, 1664347, 1679266, 1681976, 1689853, 1693736, 1703803, 1705095, 1713876, 1715291, 1717697, 1723176, 1728594, 1729389, 1731958, 1733420, 1736477, 1738326, 1743094, 1747590, 1760129, 1760843, 1761739, 1769386, 1769434, 1776698, 1785773, 1789466, 1794023, 1796499, 1806975, 1817282, 1824468, 1827473, 1831474, 1835525, 1841212, 1851388, 1856103, 1866674, 1873306, 1881304, 1885835, 1887375, 1895758, 1896078, 1903570, 1904283, 1915979, 1917682, 1919413, 1932961, 1949414, 1949701, 1952719, 1957345, 1959086, 1962629, 1980838, 1985777, 1986447, 1986678, 2002360, 2010422, 2022849, 2024441, 2024683, 2025655, 2028971, 2029446, 2041302, 2042893, 2047125, 2054000, 2055710, 2059148, 2059639, 2062105, 2062992, 2063111, 2070893, 2074557, 2077928, 2083699, 2085962, 2086433, 2086878, 2095807, 2103404, 2116878, 2120063, 2123820, 2146043, 2150250, 2151305, 2165621, 2165954, 2167722, 2170050, 2170755, 2171461, 2172758, 2194773, 2195054, 2199262, 2207134, 2216377, 2231605, 2241179, 2241896, 2247591, 2248765, 2255085, 2272333, 2276641, 2276775, 2293863, 2319732, 2323010, 2324717, 2328021, 2332431, 2342739, 2344560, 2349219, 2363626, 2365688, 2367319, 2369465, 2370763, 2377077, 2384052, 2385078, 2388161, 2393864, 2394354, 2399891, 2411167, 2414687, 2416530, 2421492, 2422899, 2434379, 2440829, 2441272, 2456598, 2463734, 2466366, 2466430, 2467805, 2473069, 2474753, 2477237, 2491912, 2499415, 2507107, 2514093, 2521993, 2525289, 2546350, 2546897, 2553036, 2554098, 2555390, 2571232, 2571518, 2574679, 2576649, 2580118, 2580915, 2581533, 2583320, 2584411, 2590160, 2596145, 2600517, 2601585, 2604930, 2610689, 2625562, 2628830, 2633330, 2654114, 2664204, 2666852, 2677256, 2678310, 2679136, 2681264, 2689199, 2689348, 2692093, 2722384, 2727457, 2731933, 2732206, 2739521, 2747137, 2760495, 2764155, 2766828, 2776957, 2777779, 2778815, 2783813, 2784094, 2790526, 2795332, 2796531, 2812192, 2815519, 2832082, 2834844, 2839472, 2841868, 2842690, 2846138, 2864282, 2887265, 2891006, 2909598, 2914284, 2923148, 2924615, 2926772, 2932067, 2933625, 2936081, 2948734, 2949491, 2955104, 2964355, 2966702, 2966750, 2968606, 2976166, 2980514, 2982904, 2985441, 2996104, 2997168, 3011441, 3011559, 3014716, 3015813, 3016973, 3019953, 3026403, 3030241, 3034307, 3042610, 3045419, 3051124, 3066992, 3067115, 3071260, 3075432, 3076932, 3082568, 3086372, 3116196, 3118934, 3141534, 3147600, 3148474, 3156651, 3158475, 3182894, 3203481, 3213798, 3220099, 3229607, 3230701, 3231536, 3235588, 3237217, 3239574, 3240429, 3242136, 3242609, 3249040, 3250021, 3260128, 3267674, 3285928, 3293988, 3301356, 3304014, 3306145, 3309082, 3311044, 3312191, 3312617, 3321998, 3334718, 3338573, 3341262, 3342544, 3346723, 3349595, 3349700, 3356288, 3358576, 3359116, 3362384, 3372934, 3377978, 3392343, 3394971, 3406225, 3406347, 3412899, 3412957, 3421139, 3421890, 3422725, 3422800, 3445019, 3453799, 3456123, 3462544, 3497307, 3509614, 3513140, 3515453, 3529182, 3531641, 3531794, 3539148, 3545224, 3549776, 3564186, 3568950, 3570932, 3576046, 3580622, 3591926, 3598018, 3599408, 3600113, 3603113, 3603424, 3623250, 3623331, 3624248, 3629378, 3631116, 3634358, 3636024, 3638699, 3640437, 3646088, 3649124, 3655050, 3671042, 3671329, 3672004, 3672752, 3680283, 3685570, 3687471, 3688738, 3689400, 3699945, 3708672, 3720393, 3721194, 3722412, 3725710, 3734576, 3735209, 3742302, 3743486, 3760940, 3762509, 3767958, 3770523, 3771936, 3775845, 3777659, 3789570, 3792761, 3796045, 3798631, 3799735, 3809189, 3820484, 3821172, 3823843, 3832439, 3834306, 3838928, 3847500, 3852715, 3863966, 3868466, 3871418, 3881033, 3885073, 3887465, 3899694, 3900522, 3906832, 3907986, 3918201, 3926613, 3926754, 3936347, 3943778, 3948671, 3956901, 3957338, 3959900, 3967906, 3968015, 3968840, 3971399, 3973734, 3981558, 3985078, 3986884, 3987193, 3995979, 4000758, 4004109, 4004238, 4006895, 4008445, 4008679, 4008968, 4010586, 4016739, 4031900, 4045449, 4048477, 4048853, 4049874, 4058226, 4062455, 4065753, 4075639, 4082991, 4094475, 4094896, 4096203, 4100528, 4103702, 4108498, 4116964, 4127113, 4127900, 4131467, 4140675, 4148099, 4153915, 4154525, 4156561, 4160886, 4168240, 4168687, 4174630, 4189167, 4192698, 4216502, 4217914, 4220958, 4225279, 4232716, 4237796, 4238809, 4261082, 4261713, 4262504, 4274702, 4276329, 4291044, 4291930, 4292979, 4301405, 4302631, 4304108, 4307399, 4309564, 4313724, 4316192, 4323745, 4327255, 4327768, 4330500, 4342229, 4344539, 4347623, 4353228, 4353291, 4354947, 4369411, 4370409, 4376539, 4377125, 4391648, 4395890, 4399546, 4401542, 4417023, 4424882, 4431623, 4438204, 4440120, 4445333, 4466514, 4468502, 4470906, 4473309, 4481011, 4488240, 4497154, 4500915, 4501353, 4506709, 4509647, 4512175, 4512871, 4521676, 4528620, 4530763, 4538552, 4539871, 4554706, 4557028, 4558093, 4563616, 4571605, 4573081, 4579395, 4582121, 4591789, 4597908, 4624043, 4629765, 4634615, 4638115, 4642873, 4650734, 4658637, 4659285, 4661469, 4662860, 4672916, 4674182, 4676531, 4681899, 4688877, 4698360, 4698510, 4702602, 4706997, 4707762, 4713383, 4719684, 4721671, 4724410, 4730469, 4733883, 4739622, 4747005, 4749899, 4754438, 4755756, 4763814, 4766209, 4771376, 4773617, 4775573, 4790298, 4790971, 4795890, 4803327, 4819610, 4820521, 4824561, 4835585, 4835634, 4836313, 4837554, 4839968, 4841241, 4843708, 4849001, 4850509, 4855227, 4856404, 4868213, 4878593, 4880842, 4885436, 4890353, 4892517, 4895052, 4897612, 4898537, 4901675, 4913606, 4916841, 4926868, 4928030, 4932101, 4932573, 4933343, 4939936, 4940187, 4943298, 4957700, 4959331, 4961229, 4962672, 4970406, 4973604, 4978611, 4987465, 4988355, 4988409, 5006995, 5010392, 5017657, 5026380, 5029219, 5031092, 5035713, 5052044, 5054027, 5079297, 5080297, 5082451, 5102734, 5106872, 5112633, 5117379, 5117382, 5123872, 5139581, 5139826, 5140719, 5145748, 5154833, 5160247, 5163808, 5166531, 5175736, 5176724, 5184082, 5185029, 5198364, 5202568, 5205645, 5208093, 5210039, 5217231, 5218695, 5225589, 5229533, 5232020, 5243376, 5263972, 5267440, 5278120, 5280620, 5283465, 5288356, 5289010, 5289427, 5290521, 5293645, 5298286, 5303701, 5329795, 5333988, 5343557, 5344282, 5345714, 5348288, 5352815, 5359026, 5373659, 5375837, 5380011, 5380140, 5380735, 5399035, 5404234, 5413031, 5418562, 5419711, 5421649, 5430748, 5436479, 5437976, 5439189, 5450133, 5450501, 5452929, 5459555, 5461239, 5461704, 5465019, 5465280, 5466025, 5471415, 5480587, 5482212, 5484874, 5490830, 5494958, 5500193, 5503888, 5506578, 5516310, 5516749, 5518765, 5537376, 5564713, 5568638, 5570864, 5573086, 5573619, 5575749, 5589598, 5601207, 5632445, 5633716, 5634518, 5635538, 5637929, 5641786, 5644139, 5645128, 5649337, 5674813, 5676444, 5676885, 5699385, 5711542, 5714419, 5720205, 5721594, 5722800, 5741496, 5751685, 5755117, 5758610, 5768227, 5771887, 5776552, 5781109, 5792296, 5806182, 5807842, 5818694, 5824714, 5827239, 5832769, 5834993, 5837764, 5854092, 5858839, 5859771, 5861569, 5865103, 5865972, 5874526, 5882114, 5882251, 5883832, 5892030, 5903158, 5912784, 5913069, 5914250, 5928782, 5931479, 5933501, 5936309, 5968137, 5969236, 5975418, 5979466, 5979999, 5984438, 5991942, 5992998, 6003989, 6006547, 6013553, 6015514, 6016356, 6017717, 6018924, 6028107, 6034793, 6043038, 6060292, 6064166, 6067616, 6082240, 6084405, 6086380, 6089831, 6095521, 6095899, 6101621, 6109802, 6110636, 6115758, 6116685, 6125896, 6133117, 6135674, 6146077, 6146978, 6155567, 6156353, 6180258, 6183546, 6194941, 6200937, 6201785, 6213381, 6213864, 6217312, 6217592, 6226742, 6228564, 6230957, 6237571, 6242646, 6249489, 6249806, 6256853, 6257574, 6261943, 6266446, 6276867, 6279144, 6286504, 6292147, 6295426, 6307024, 6307336, 6315796, 6318685, 6319927, 6323466, 6334887, 6337747, 6341616, 6342253, 6343662, 6344594, 6353248, 6353302, 6355651, 6367745, 6371895, 6375669, 6386404, 6387852, 6398424, 6403589, 6410011, 6415729, 6417465, 6421652, 6428645, 6444228, 6449683, 6452359, 6454323, 6463503, 6478869, 6480068, 6491063, 6492195, 6496177, 6498411, 6502529, 6502877, 6504128, 6506235, 6507576, 6512920, 6516509, 6521830, 6523609, 6531448, 6531739, 6540986, 6541076, 6541829, 6548090, 6550357, 6560501, 6564522, 6574620, 6576260, 6576968, 6578824, 6584702, 6587266, 6595331, 6600279, 6607231, 6610822, 6611896, 6619822, 6621561, 6624315, 6629700, 6634190, 6640145, 6661497, 6662590, 6675093, 6685162, 6690047, 6692519, 6699993, 6701266, 6704584, 6713990, 6720814, 6725086, 6734214, 6738179, 6746301, 6748656, 6755587, 6759183, 6763171, 6764760, 6771137, 6776259, 6776996, 6779210, 6781273, 6782536, 6793971, 6794717, 6798370, 6811761, 6816968, 6822683, 6832644, 6834975, 6836056, 6838547, 6843484, 6855736, 6867305, 6881518, 6886981, 6888958, 6894544, 6894745, 6896402, 6899224, 6901345, 6907614, 6933537, 6941416, 6949521, 6967368, 6970042, 6972152, 6973276, 6986728, 7009723, 7009872, 7017734, 7040981, 7042282, 7067240, 7068328, 7068795, 7075015, 7080389, 7097409, 7097615, 7111533, 7114768, 7122333, 7123044, 7124149, 7127444, 7133700, 7137294, 7138297, 7141488, 7146525, 7148860, 7150463, 7153435, 7154649, 7164446, 7177243, 7183013, 7190667, 7190955, 7193731, 7202228, 7211848, 7214326, 7221216, 7225277, 7228993, 7233773, 7235160, 7237181, 7238454, 7255797, 7267633, 7267922, 7276360, 7283861, 7289713, 7303426, 7312011, 7325462, 7327074, 7328236, 7334361, 7341327, 7346688, 7351044, 7353854, 7358332, 7364670, 7366445, 7366716, 7369267, 7373614, 7386704, 7389869, 7404604, 7411262, 7416145, 7422639, 7433599, 7439478, 7441478, 7451496, 7461496, 7472822, 7472940, 7474007, 7478952, 7479446, 7479871, 7481248, 7484445, 7487525, 7490707, 7496930, 7500300, 7500548, 7500828, 7508134, 7514189, 7534914, 7536326, 7552872, 7559942, 7560931, 7566682, 7570330, 7581211, 7590704, 7591464, 7598043, 7599026, 7624694, 7643056, 7655855, 7658985, 7659973, 7673469, 7673493, 7678921, 7681370, 7687056, 7688348, 7693005, 7712989, 7729208, 7731089, 7744471, 7745981, 7750147, 7752185, 7754743, 7759597, 7763653, 7764135, 7772296, 7777757, 7777765, 7798921, 7802194, 7802212, 7804901, 7811767, 7813200, 7819622, 7820141, 7828636, 7830089, 7841364, 7844505, 7856225, 7859048, 7860317, 7862816, 7879214, 7889078, 7892545, 7894993, 7895818, 7902185, 7920302, 7921309, 7921990, 7928610, 7929482, 7951199, 7961733, 7962377, 7963689, 7964028, 7986859, 7990940, 7991712, 7995645, 8015780, 8035027, 8042511, 8048256, 8052227, 8057012, 8057544, 8073321, 8073663, 8085729, 8088605, 8094145, 8102494, 8105148, 8108304, 8112890, 8117033, 8123002, 8125215, 8132158, 8143482, 8144318, 8147080, 8148914, 8150997, 8153060, 8161353, 8163993, 8169175, 8169549, 8174807, 8182999, 8211641, 8211991, 8216016, 8216546, 8219141, 8221991, 8239216, 8242950, 8248162, 8267900, 8269249, 8271706, 8280703, 8288899, 8288917, 8289723, 8296497, 8304485, 8317859, 8319420, 8321819, 8331314, 8333572, 8345616, 8355266, 8357894, 8358081, 8364807, 8385977, 8394129, 8396333, 8404507, 8405168, 8407411, 8420367, 8435154, 8441015, 8441535, 8452822, 8455051, 8460100, 8472738, 8477588, 8479396, 8480291, 8488678, 8489660, 8506799, 8508165, 8521402, 8524150, 8553718, 8561248, 8581422, 8583112, 8589971, 8608444, 8614747, 8615243, 8615395, 8618430, 8619812, 8631462, 8644427, 8645928, 8661329, 8662201, 8662661, 8662759, 8668092, 8668131, 8679399, 8689406, 8696101, 8698658, 8701505, 8706811, 8708915, 8708920, 8716297, 8722025, 8739947, 8755690, 8762080, 8772087, 8780342, 8780788, 8784341, 8802511, 8804639, 8812479, 8814859, 8817294, 8820610, 8821608, 8828234, 8832382, 8844176, 8858308, 8860939, 8861804, 8862321, 8875453, 8883114, 8889304, 8899277, 8901678, 8911151, 8924533, 8932258, 8936596, 8953081, 8955628, 8956009, 8958822, 8963702, 8966581, 8970752, 8975654, 8979308, 9002200, 9002646, 9018789, 9019415, 9032985, 9039381, 9042295, 9044546, 9059302, 9065496, 9072414, 9076764, 9081797, 9082384, 9083874, 9098806, 9104321, 9104497, 9109737, 9118629, 9141915, 9142359, 9149167, 9153584, 9153720, 9155304, 9169370, 9169668, 9174916, 9179358, 9190403, 9197011, 9199526, 9202714, 9204986, 9208225, 9208559, 9208818, 9212778, 9216117, 9217425, 9219953, 9230592, 9244616, 9254977, 9257252, 9261348, 9274271, 9278756, 9283461, 9290622, 9301880, 9307631, 9318299, 9324441, 9332314, 9336124, 9339396, 9363049, 9379969, 9388393, 9390787, 9396008, 9402522, 9412196, 9418084, 9419759, 9420402, 9433053, 9456033, 9461141, 9462205, 9463435, 9472132, 9474043, 9476609, 9480013, 9484128, 9484318, 9487856, 9491130, 9494777, 9528306, 9533031, 9535917, 9550826, 9555511, 9558448, 9565395, 9577826, 9578568, 9585429, 9589040, 9591699, 9604104, 9607861, 9611403, 9611733, 9613867, 9618358, 9623857, 9629343, 9632853, 9637211, 9637434, 9660392, 9664443, 9665661, 9666856, 9670384, 9670817, 9683642, 9692129, 9705040, 9716607, 9717945, 9720952, 9724436, 9724449, 9735345, 9743224, 9745779, 9751156, 9760278, 9763793, 9770445, 9789511, 9795640, 9798508, 9800416, 9802478, 9806567, 9807784, 9815387, 9815706, 9832150, 9835691, 9840080, 9851743, 9852242, 9858551, 9865483, 9895758, 9898907, 9903447, 9908626, 9916544, 9922033, 9932216, 9932705, 9943989, 9948610, 9958034, 9960839, 9970001, 9982833, 9983897, 9984384, 9991382, 9991805]&lt;br&gt;
1746&lt;br&gt;
5722.683276059564&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Ethereum Rust TESTS</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Fri, 25 Oct 2019 10:20:29 +0000</pubDate>
      <link>https://dev.to/yas/ethereum-rust-tests-5efa</link>
      <guid>https://dev.to/yas/ethereum-rust-tests-5efa</guid>
      <description>&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import random
perfecttiming = []
for nonce in range(0,10000000):
    x = random.randint(10000000, 10000000000)  # 10 milyon ile 10 milyar arasında rastgele sayı üretir.
    y = x % 5760
    if y == 0:
        print("finally i found")
        perfecttiming.append(nonce)
        continue
        #break
    else:
        print(nonce, ":",y)
        continue

print(perfecttiming)
a = 0
for x in perfecttiming:
    a = a + x

print(x/len(perfecttiming))
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
    </item>
    <item>
      <title> A Django application to retrieve client's IP address </title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Wed, 23 Oct 2019 19:58:28 +0000</pubDate>
      <link>https://dev.to/yas/a-django-application-to-retrieve-client-s-ip-address-1m8l</link>
      <guid>https://dev.to/yas/a-django-application-to-retrieve-client-s-ip-address-1m8l</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/un33k/django-ipware"&gt;https://github.com/un33k/django-ipware&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
    </item>
    <item>
      <title>bitsel işlemler</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Tue, 22 Oct 2019 21:03:06 +0000</pubDate>
      <link>https://dev.to/yas/bitsel-islemler-18om</link>
      <guid>https://dev.to/yas/bitsel-islemler-18om</guid>
      <description>&lt;p&gt;&lt;a href="https://www.it-swarm.net/tr/python/bitsel-islem-ve-kullanim/969018937/"&gt;https://www.it-swarm.net/tr/python/bitsel-islem-ve-kullanim/969018937/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to build your own cryptocurrency exchange with python</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Tue, 22 Oct 2019 20:40:52 +0000</pubDate>
      <link>https://dev.to/yas/how-to-build-your-own-cryptocurrency-exchange-with-python-jna</link>
      <guid>https://dev.to/yas/how-to-build-your-own-cryptocurrency-exchange-with-python-jna</guid>
      <description>&lt;p&gt;&lt;a href="https://youtu.be/S2GxvwhjOrA"&gt;https://youtu.be/S2GxvwhjOrA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;People complain about bitcoin being slow and high transfer fees. To solve all of these problems, lightning network is being developed, but a successful and straightforward solution was not produced, maybe it will never be found. &lt;/p&gt;

&lt;p&gt;By using what I have described in this tutorial, you can make a real-time and free of charge crypto money transfer possible. All you have to do is move transactions off-chain. &lt;/p&gt;

&lt;p&gt;There is a detailed description of off chain transactions on bitcoin's official information page. As a trusted third party, it is possible to create wallets or payment services that could be worth millions of dollars. I can't believe that people still haven't stepped foot on this. But they are not able to engage in such activity because they do not know BitCoin's infrastructure described in this tutorial. Here is the full link to this tutorial : &lt;a href="https://en.bitcoin.it/wiki/Off-Chain_"&gt;https://en.bitcoin.it/wiki/Off-Chain_&lt;/a&gt;... aiming to explain the basics of crypto money, enabling you to develop services. &lt;/p&gt;

&lt;p&gt;When the internet was discovered, everyone had purchased all the valuable domains, with the dream that they would sell them for a lot of money in the future. &lt;/p&gt;

&lt;p&gt;Those who held these domains for a very long time, actually made money, but those who really earned money and became billionaires with the discovery of the internet are designers of internet sites and programmers of websites. &lt;/p&gt;

&lt;p&gt;When you buy this training and build something using crypto money infrastructure, you'll have achieved a much more valuable thing than keeping crypto money in your hands.&lt;/p&gt;

</description>
      <category>python</category>
      <category>blockchain</category>
      <category>bitcoin</category>
      <category>ethereum</category>
    </item>
    <item>
      <title>learning utf-8 details</title>
      <dc:creator>Yasin Aktimur</dc:creator>
      <pubDate>Tue, 22 Oct 2019 20:39:07 +0000</pubDate>
      <link>https://dev.to/yas/learning-utf-8-details-4d9h</link>
      <guid>https://dev.to/yas/learning-utf-8-details-4d9h</guid>
      <description>&lt;p&gt;&lt;a href="https://kb.digital-detective.net/display/Training/ASCII"&gt;https://kb.digital-detective.net/display/Training/ASCII&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
