IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Supposed high-tech method of capturing the Denver rock throwers
https://youtu.be/oCTS_u01Rhs

I loved how this cop explained the incredible difficulty of the analysis.

Given files that are associated with geographic proximity of the cell phone towers.

For each group of files representing a location, cat them into cut to just get the source phone ID, pipe to sort, redirect to a geographic file.

For each geographic file, work through pairs of files and pipe them through comm.

When done, look at the final results to identify the overlaping cell phone IDs.

Criminals captured.

This was first day Unix programming lesson. The simplest and easiest file manipulation possible. And for me that was 1982 or so, but it had been there for many years before me.

Edit: oops, cut not split
Expand Edited by crazy April 27, 2023, 01:27:15 PM EDT
New Or load to a DB and query it
--

Drew
New With enough cut, sort, and grep, you can sort of implement your own in-stead-of-SQL.
Incredibly clunky and brittle not-really-SQL, sure, but it can in principle be done.

Only, if you have a clean CSV file and sqlite, you don't have to (so why would you?).
--

   Christian R. Conrad
The Man Who Apparently Still Knows Fucking Everything


Mail: Same username as at the top left of this post, at iki.fi
New And for me ...
Once I've done enough cutting and sorting to be able to grep it, I've basically got a csv.
--

Drew
New You can do OO in sed as well.
But, not generally recommended.

ObLRPD: "Something smells and it doesn't smell like curry."
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New No, *you* can do OO in sed
I can point and laugh.
--

Drew
New [ snort! ]
New You can. Half-hysterically and self-derisively, right?
That's how I did it, AFAICR.
--

   Christian R. Conrad
The Man Who Apparently Still Knows Fucking Everything


Mail: Same username as at the top left of this post, at iki.fi
     Supposed high-tech method of capturing the Denver rock throwers - (crazy) - (7)
         Or load to a DB and query it -NT - (drook) - (6)
             With enough cut, sort, and grep, you can sort of implement your own in-stead-of-SQL. - (CRConrad) - (5)
                 And for me ... - (drook)
                 You can do OO in sed as well. - (malraux) - (3)
                     No, *you* can do OO in sed - (drook) - (2)
                         [ snort! ] -NT - (Another Scott)
                         You can. Half-hysterically and self-derisively, right? - (CRConrad)

Sex. Always sex.
89 ms