Skip to content

Instantly share code, notes, and snippets.

View rasxod's full-sized avatar
🏠
Working from home

Nezabor rasxod

🏠
Working from home
View GitHub Profile
/* jQuery ui-datepicker extension */
/**
*
* https://gist.github.com/Artemeey/8bacd37964a8069a2eeee8c9b0bd2e44/
*
* Version: 1.0 (15.06.2016)
* Requires: jQuery v1.8+
* Requires: jQuery-UI v1.10+
*
@rasxod
rasxod / Mysqli.php
Created February 7, 2021 15:12
mysqli_db_simple_ping
<?php
/**
* DbSimple_Mysql: MySQL database.
* (C) Dk Lab, http://en.dklab.ru
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
* See http://www.gnu.org/copyleft/lesser.html
using SQLite;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace sendsms
{
[Table("Friends")]
public class Friend
{
@rasxod
rasxod / SendSMS_PHPexample.php
Last active November 7, 2020 19:24
SendSMS_PHPexample
<?php
/*
параметры
usertoken - ключ пользоваеля(обязательно)
ad_phone - телефон 10 цифт (обязательно)
ad_message - сообщение (обязвтельно от 2-х символов)
dev_id - id устройства(необязательео)
*/
// POST
<?
/*
* Пример вызова копирайта
*
* Обязательные поля
* version - версия
*
* Опционально
* mDate - дата создания сайта(опционально)
* domain - домен вашего сайта