Hi, I was working with this entity called Developer:
{
"name": "TEST NAME",
"slack_id": "2fj9of3wtestid",
"email": "[email protected]",
"slack_image": "...URL..."
}
[ | |
{ | |
"SensorApp": "HWiNFO", | |
"SensorClass": "System: ASUS ", | |
"SensorName": "Virtual Memory Committed", | |
"SensorValue": "14385", | |
"SensorUnit": "MB", | |
"SensorUpdateTime": 1698079956 | |
}, | |
{ |
div.scrollable-content:not(:has(ion-list.search-results)), .item-label:not(.toc-item), | |
div.notebook-editable-item__highlight-color, | |
.theme-item, | |
ion-button[item-i-d='top_menu_bookmark'][title='Remove Bookmark'] | |
{ | |
filter: invert(100%); | |
} | |
.font-size-slider__label { | |
color: white; |
https://genesy.github.io/karabiner-complex-rules-generator/#eyJ0aXRsZSI6IkRpc2FibGUgQ29tbWFuZCtTaGlmdCtRIiwicnVsZXMiOlt7ImRlc2NyaXB0aW9uIjoiRGlzYWJsZSBDb21tYW5kK1NoaWZ0K1EiLCJtYW5pcHVsYXRvcnMiOlt7InR5cGUiOiJiYXNpYyIsImRlc2NyaXB0aW9uIjoiIiwiZnJvbSI6eyJrZXlfY29kZSI6InEiLCJtb2RpZmllcnMiOnsibWFuZGF0b3J5IjpbImNvbW1hbmQiLCJzaGlmdCJdfX0sInRvIjpbeyJrZXlfY29kZSI6InEiLCJtb2RpZmllcnMiOlsibGVmdF9hbHQiXSwicmVwZWF0Ijp0cnVlfV19XX1dfQ== |
Hi, I was working with this entity called Developer:
{
"name": "TEST NAME",
"slack_id": "2fj9of3wtestid",
"email": "[email protected]",
"slack_image": "...URL..."
}
### Rober19 version | |
###### | |
# Win10 Optimization Script With Extra GPD Win Tweaks | |
# Adapted version of https://github.com/Disassembler0/Win10-Initial-Setup-Script by Disassembler <[email protected]> | |
# Author: BlackDragonBE | |
# Version: v2.2.1 (2017-12-02) | |
# Copied from https://www.reddit.com/r/gpdwin/comments/6ipa6c/windows_10_optimization_script_for_gpd_win/ | |
########## | |
# As a workaround for disabled script execution, run this command (without #) in an elevated PowerShell windows first and choose "all" if you're asked where to apply this: |
a. Generar una consulta agrupando por código y nombre de entidad para determinar cuántos proyectos gestiona y el valor total del presupuesto. Ordenar por Nombre de Entidad. | |
select count(*) as Cantidad, E.NomEntidad, sum(Presupuesto) as Presupuesto from Proyectos P, Entidades E where P.CodEntidad = E.CodEntidad | |
group by E.CodEntidad, E.NomEntidad order by E.NomEntidad; | |
b. Nombre del proyecto, Fecha Inicial, Fecha Final y Presupuesto de los proyectos que financia Colciencias que tengan presupuesto mayor a $500,000,000 | |
select P.NomProyecto, P.FecInicio, P.FecFin, P.Presupuesto from Proyectos P, Entidades E where P.CodEntidad = E.CodEntidad and E.NomEntidad = 'ICFES' and P.Presupuesto > 500000000; | |
c. Nombre y código de los investigadores de Cartagena que sean investigadores Principales. Ordenar por Nombre de Investigador |
CREATE TABLE investigadores ( | |
codigo int IDENTITY primary key, | |
nombre varchar(30), | |
ciudad varchar(30), | |
telefono varchar(30) | |
); | |
CREATE TABLE asignaciones ( | |
IDAsingacion int IDENTITY primary key, | |
codigo varchar(3), |
{ | |
"UserVersion": "555", | |
"ExportGenerationDate": "2019-01-25T13:25:08", | |
"UserData": { | |
"CollectionCreationDate": "2017-06-10T03:23:23", | |
"OneDriveFirstSyncDate": "2019-01-24T18:24:47", | |
"AgeGroup": "Adult", | |
"Locale": "en-US" | |
}, |
{ | |
"repos":"https://api.github.com/users/rober19/repos?per_page=200" | |
} |