Skip to content

Instantly share code, notes, and snippets.

@ibek
ibek / formScriptREST.txt
Last active March 27, 2017 16:55
Google Forms Apps Script to do REST request
function startProcess(e) {
var formResponse = e.response;
var itemResponses = formResponse.getItemResponses();
var data = {};
for (var j = 0; j < itemResponses.length; j++) {
var itemResponse = itemResponses[j];
var title = itemResponse.getItem().getTitle();
data[title] = itemResponse.getResponse();
}
var options = {
@ibek
ibek / FXAA.tscn
Created November 7, 2019 22:43 — forked from cart/FXAA.tscn
Godot Nvidia FXAA 3.11 Port
[gd_scene load_steps=3 format=2]
[sub_resource type="Shader" id=1]
code = "shader_type canvas_item;
// Godot Nvidia FXAA 3.11 Port
// Usage: Drop this in to any 3D scene for FXAA! This is a port of the \"PC High Quality Preset 39\". However the medium quality
// parameters are also included. For medium quality, just comment out sections \"PS 6\" and above and uncomment the \"med 13\" variables.
@ibek
ibek / basic concepts.md
Last active October 11, 2020 12:26
Loreshelf Docs

What is Loreshelf?

Loreshelf is a knowledge archive that brings the following benefits:

Fast Access

Switch quickly between notebooks and workspaces.

Structured Content