Skip to content

Instantly share code, notes, and snippets.

View Aminadav's full-sized avatar
💭
typing...

Aminadav Glickshtein Aminadav

💭
typing...
View GitHub Profile
@Aminadav
Aminadav / כולל דגש אין שין
Last active May 9, 2018 09:34
אותיות אלף בית לספר
var str=''
var nikud=
[
String.fromCharCode(1460),
String.fromCharCode(1460) + 'י',
String.fromCharCode(1461),
String.fromCharCode(1462),
String.fromCharCode(1463),
String.fromCharCode(1464),
String.fromCharCode(1465),
@Aminadav
Aminadav / cloudSettings
Last active June 12, 2018 09:52
Visual Studio Code Sync Settings Gist
{"lastUpload":"2018-06-12T09:52:12.194Z","extensionVersion":"v2.9.2"}
var fs=require('fs')
var raw=fs.readFileSync(process.argv.pop()).toString()
// Remove first line
raw=raw.split('\n')
raw.shift()
raw=raw.join('\n')
tweets=JSON.parse(raw)
-- test by do
-- select extract_json_value('{"a":["a","2"]}','(/a)')
-- common schema
delimiter //
drop function if exists json_to_xml//
create function json_to_xml(
json_text text charset utf8
@Aminadav
Aminadav / form.frm
Last active August 29, 2015 14:24
Textarea in VBA and visual basic
VERSION 5.00
Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} frm
ClientHeight = 4665
ClientLeft = 45
ClientTop = 390
ClientWidth = 6315
OleObjectBlob = "ff.frx":0000
RightToLeft = -1 'True
StartUpPosition = 1 'CenterOwner
End