Skip to content

Instantly share code, notes, and snippets.

View sklazer's full-sized avatar
🎯
Focusing

Arseny Dugin sklazer

🎯
Focusing
View GitHub Profile
@gorborukov
gorborukov / russia
Last active November 15, 2025 19:03
Регионы и города россии в формате JSON
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и Московская обл.",
"city": "Абрамцево"
},
@tobysteward
tobysteward / BlogController.php
Last active January 2, 2025 07:28
Laravel AJAX Pagination with JQuery
<?php
class BlogController extends Controller
{
/**
* Posts
*
* @return void
*/
public function showPosts()