Skip to content

Instantly share code, notes, and snippets.

View julian-a-avar-c's full-sized avatar

Julian A Avar C julian-a-avar-c

View GitHub Profile
@andrew-raphael-lukasik
andrew-raphael-lukasik / .UIDocumentLocalization.cs.md
Last active December 23, 2024 04:20
Text localization script for UIDocument (UI Toolkit @ Unity)

pattern to follow

// NOTE: this class assumes that you designate StringTable keys in label fields (as seen in Label, Button, etc) // and start them all with '#' char (so other labels will be left be)

Boolean() or !! (double bang, double negation)?

What's the best way to answer the question "true or false?" in JavaScript

JavaScript does not bother you too much with types (at first), which is both a blessing and a cure. But we all know the Boolean type. Boolean variables can either be true or false. Yes or no.

Every value in JavaScript can be translated into a boolean, true or false. Values that translate to true are truthy, values that translate to false are falsy. Simple.

This is about two ways to make that translation.

@matthewrwilton
matthewrwilton / typescript-babel-gulp.js
Last active March 31, 2022 21:46
Compiling ES5 JavaScript via Babel from TypeScript as a gulp task.
var babel = require("gulp-babel"),
glob = require("glob"),
gulp = require("gulp"),
concat = require('gulp-concat'),
sourcemaps = require("gulp-sourcemaps"),
typescript = require("gulp-typescript");
gulp.task("javascript", function () {
var typescriptCompile = gulp.src(["./Scripts/**/*.ts", "./Scripts/typings/**/*.d.ts"])
.pipe(sourcemaps.init())
@ishu3101
ishu3101 / gist_to_github_repo.md
Created November 24, 2015 08:35
Transfer a gist to a GitHub repository

Transfer a gist to a GitHub repository

clone the gist

git clone https://gist.github.com/ishu3101/6fb35afd237e42ef25f9

rename the directory

mv 6fb35afd237e42ef25f9 ConvertTo-Markdown

change the working directory to the newly renamed directory

cd ConvertTo-Markdown

@bcardiff
bcardiff / README.md
Last active February 19, 2022 15:13
hex with alpha in p5js
@jnothman
jnothman / forkme.svg
Last active November 17, 2021 05:08
"Fork me on GitHub" ribbon in LaTeX/TikZ vector graphic
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.