Skip to content

Instantly share code, notes, and snippets.

View rantav's full-sized avatar
🎯
Focusing

Ran Tavory rantav

🎯
Focusing
View GitHub Profile
@arfon
arfon / big_query_examples.md
Last active September 19, 2022 13:00
BigQuery Examples for blog post

How many times shouldn't it happen...

-- https://news.ycombinator.com/item?id=11396045

SELECT count(*)
FROM (SELECT id, repo_name, path
        FROM [bigquery-public-data:github_repos.sample_files]
 ) AS F
@eranharel
eranharel / מחלקה_סגורה
Created June 9, 2011 09:07
Hebrew unicode Java class
/**
* המחלקה העברית הראשונה
* @author Eran Harel
*/
public final class מחלקה_סגורה {
int שלם = 1;
// בנאי
public מחלקה_סגורה() {