Skip to content

Instantly share code, notes, and snippets.

View keepjhonnying's full-sized avatar
🎛️
Jhonnying...

B. JIF keepjhonnying

🎛️
Jhonnying...
View GitHub Profile
@stvaruzek
stvaruzek / Automate App to Google Spreadsheets Integration.md
Last active October 18, 2024 21:07
Automate to Google Spreadsheets Integration

Introduction

This is a sample web app implemetation in Google Apps Script that receives a JSON payload and inserts it directly into a Google spreadsheet. It is a demo implementation for Automate app flow Google Spreadsheets Integration.

Usage

Using just one HTTP Request block in an Automate flow you can send data from your Automate flows directly into Google Spreadsheets! Pretty neat, isn't it?

Sample Spreadsheet

https://docs.google.com/spreadsheets/d/1VZEp-ru9BH9AQSNHzRxnJZx1Nabviz6UiN9PIelOjA8

Setup

@eduardoflorence
eduardoflorence / main.dart
Created December 14, 2020 22:48
GetX - Sample TabBar
import 'package:flutter/material.dart';
import 'package:get/get.dart';
void main() {
runApp(GetMaterialApp(home: Home()));
}
class Home extends StatelessWidget {
@override
Widget build(BuildContext context) {
@sovietspy2
sovietspy2 / nodejsMongodbTransaction.js
Created September 28, 2020 09:22
Nodejs mongodb transaction example
const { MongoClient } = require('mongodb');
// CRUD operations in transactions must be on existing collections, so be sure you have run
// usersCollection.js prior to running this script.
async function main() {
/**
* Connection URI. Update <username>, <password>, and <your-cluster-url> to reflect your cluster.
* See http://bit.ly/NodeDocs_lauren for more details
*/
@roipeker
roipeker / main.dart
Created August 30, 2020 15:10
Embarques TabView GetX sample
import 'package:flutter/material.dart';
import 'package:get/get.dart';
class EmbarqueModel {
final String name;
final String id;
EmbarqueModel({this.name, this.id});
String get endpoint => '/$id';
}
@KiitoX
KiitoX / youtubemusicvolume.js
Last active March 14, 2024 12:19
More volume steps on youtube music
// ==UserScript==
// @name More volume steps on youtube music
// @version 1.0.5
// @author Emma
// @license WTFPL; do with this whatever you want
// @namespace https://github.com/KiitoX
// @updateURL https://gist.githubusercontent.com/KiitoX/38f8e4c1375939848a79cfa756fa32ef/raw/youtubemusicvolume.js
// @match https://music.youtube.com/*
// @grant none
// @run-at document-end
@ArtBIT
ArtBIT / GRUB_INIT_TUNE.md
Last active April 2, 2025 08:32
A collection of GRUB init tunes
@xirixiz
xirixiz / Set up GitHub push with SSH keys.md
Last active April 2, 2025 16:20 — forked from developius/README.md
Set up GitHub push with SSH keys

SSH keypair setup for GitHub (or GitHub/GitLab/BitBucket, etc, etc)

Create a repo.

Make sure there is at least one file in it (even just the README.md)

Generate a SSH key pair (private/public):

ssh-keygen -t rsa -C "[email protected]"
@cleverbeagle
cleverbeagle / Restaurants.js
Last active September 6, 2018 20:30
Start with the Data - Restaurant Schema
import { Mongo } from 'meteor/mongo';
import SimpleSchema from 'simpl-schema';
const Restaurants = new Mongo.Collection('Restaurants');
Restaurants.allow({
insert: () => false,
update: () => false,
remove: () => false,
});
@SickLadisHere
SickLadisHere / AdobeSerialChanger.py
Last active April 14, 2025 14:01
Adobe CC Automatic Serial Changer for Unlimited Free Trial
#!/usr/bin/python
import os
from random import *
import fileinput
directory = "C:/Program Files/Adobe/" # path to adobe folder
directorylen = len(directory)
appXmlDirs = []
@gdurastanti
gdurastanti / parallels-reset.sh
Created August 9, 2017 14:00
Reset Parallels' trial
#!/bin/sh
# Reset Parallels Desktop's trial and generate a casual email address to register a new user
rm /private/var/root/Library/Preferences/com.parallels.desktop.plist /Library/Preferences/Parallels/licenses.xml
jot -w pdu%[email protected] -r 1