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 July 21, 2025 11:40
Регионы и города россии в формате 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()