Skip to content

Instantly share code, notes, and snippets.

View e200's full-sized avatar
👋
I may be slow to respond.

E L E A N D R O e200

👋
I may be slow to respond.
View GitHub Profile
{
"sub": "...",
"scopes": [
"template:read",
"template:write"
],
"access": {
"all": true,
"owned": true,
"templates": [
[
{
"name": "Bengo",
"municipalities": [
{
"name": "Ambriz"
},
{
"name": "Dande"
},
import 'package:flutter/material.dart';
import 'package:flutter/rendering.dart';
void main() {
runApp(const App());
}
class App extends StatelessWidget {
const App({Key? key}) : super(key: key);
@e200
e200 / lg
Created November 20, 2021 17:40
LG Infra Red Remote Codes
power
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 05F7 015B 0057 0016 0E6C
tv/rad
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 05F7 015B 0057 0016 0E6C
INPUT
0000 006C 0022 0002 015B 00AD 0016 0016 0016 0016 0016 0041 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0016 0041 0016 0041 0016 0016 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0041 0016 0016 0016 0041 0016 0016 001
// Implements a dictionary's functionality
#include <stdbool.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "dictionary.h"
// Simulate genetic inheritance of blood type
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
// Each person has two parents and two alleles
typedef struct person
{
@e200
e200 / recover.c
Created July 2, 2021 16:25
Recover - cs50 (problem set4)
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <cs50.h>
bool foundNewJpgFile(uint8_t *buffer);
int main(int argc, char *argv[])
{
if (argc != 2)
#include "helpers.h"
#include "math.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
@e200
e200 / filter.less.c
Created June 30, 2021 21:13
Filter less
#include "helpers.h"
#include "math.h"
#include "stdlib.h"
#include "stdio.h"
#include "string.h"
#include "cs50.h"
int resolveSepiaValue(float value);
// Convert image to grayscale
@e200
e200 / log.txt
Created January 12, 2021 12:38
flutter run -d linux -v
[ +55 ms] executing: [SENSITIVE/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[ +26 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] 63062a64432cce03315d6b5196fda7912866eb37
[ ] executing: [SENSITIVE/] git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37
[ +10 ms] Exit code 0 from: git tag --points-at 63062a64432cce03315d6b5196fda7912866eb37
[ ] 1.26.0-1.0.pre
[ +32 ms] executing: [SENSITIVE/] git rev-parse --abbrev-ref --symbolic @{u}
[ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/dev
[ ] executing: [SENSITIVE/] git ls-remote --get-url origin