Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am beartell on github.
  • I am xentnex (https://keybase.io/xentnex) on keybase.
  • I have a public key ASCyjYbwZti6CbyN5qMQafJ-9uusTP044oSeL01kUkb5DAo

To claim this, I am signing this object:

@beartell
beartell / cqlsh_giris.cql
Last active April 26, 2020 11:46 — forked from jeffreyscarpenter/cqlsh_intro.cql
Introduction to CQL / cqlsh
#
# cqlsh_intro.cql
#
# Copyright (C) 2017 Jeff Carpenter
# Execute the commands in this file for a short guided tour of the CQL Shell (cqlsh)
#
# For more description, see Cassandra, The Definitive Guide 2nd Ed., Chapter 3: Installing
# http://shop.oreilly.com/product/0636920043041.do
#
var count = yourGrid.getStore().getCount();
for(i = 0; i <= count; i++)
{
yourExpander.collapseRow(i);
}
// yourGrid.getStore().getCount() her seferinde cagrildigi icin for dongusundeki count her seferinde degisecektir.
// yani her seferinde farkli bir count degeriyle karsilasabilirsin.