94 results
tagged
tutorial
for item in list
do
echo "$item"
done
for ((i=0; i<10; i++))
do
echo "$i"
done
…and more…
Relational (inner) joins are really common in the world of databases, and one weird thing about them is that it seems like everyone has a different idea of what they are. In this post I’ve aggregated a bunch of different definitions, ways of thinking about them, and ways of implementing them that will hopefully be interesting. They’re not without redundancy, some of them are arguably the same, but I think they’re all interesting perspectives nonetheless.
RT @tomlazar: Neat how-to "How to Move Folders Between Git Repositories" (preserving their history, of course) #git