Skip to content

Instantly share code, notes, and snippets.

@romiras
romiras / Readme.md
Last active June 9, 2020 21:05
EBK backup extraction scripts

How to use

Assumed you have files with extension .ebk stored by Kies.

Prerequisites

Install Ruby 2.3 or later

Example for running in Bash terminal. Linux is not mandatory for running Ruby program.

@romankierzkowski
romankierzkowski / 0_falsy_.js
Last active February 22, 2020 11:25
True, False and Equal in JS
/* false, 0, undefined, null, NaN, "" are false */
> Boolean(false)
false
> Boolean(0)
false
> Boolean("")
false
> Boolean(undefined)
false
@mwisnicki
mwisnicki / gadget.xml
Created February 16, 2011 00:37
github gadget
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs directory_title="GitHub Repositories"
title="__UP_username__`s GitHub Repositories"
description="Shows a GitHub user's repositories."
author="Aupajo"
author_email="pete@metanation.com"
height="60"
screenshot="http://labs.metanation.com/github-google-gadget/screenshot.gif"
thumbnail="http://labs.metanation.com/github-google-gadget/logo.gif">