Skip to content

Instantly share code, notes, and snippets.

View gustvvo's full-sized avatar
:octocat:
Working from home

Gustavo gustvvo

:octocat:
Working from home
  • Freelancer Bitrix24
  • Lima
  • 06:26 (UTC -05:00)
View GitHub Profile
@gustvvo
gustvvo / datos001.ipynb
Created February 4, 2023 23:25
datos001.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gustvvo
gustvvo / Listphp
Last active November 8, 2017 20:19
LISTA.php
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<?
/**
* Bitrix Framework
* @package bitrix
* @subpackage main
* @copyright 2001-2013 Bitrix
@gustvvo
gustvvo / ListGroup
Created October 4, 2017 20:54
Listar Grupos de trabajo.
CModule::IncludeModule("socialnetwork");
$res1 = array();
$res = CSocNetGroup::GetList(
$arOrder = array("ID" => "DESC"),
$arFilter = array("CLOSED" => "N"),
$arGroupBy = false,
$arNavStartParams = false,
$arSelectFields = array()