代码搜索:csv
找到约 2,070 项符合「csv」的源代码
代码结果 2,070
www.eeworm.com/read/306121/3765690
svn-base stat.csv.svn-base
statid,stat1,value1,stat2,value2
1,54,5,0,0
2,55,5,0,0
3,14,0,0,0
4,15,1,0,0
5,54,10,0,0
6,55,10,0,0
7,10,1,0,0
8,11,1,0,0
9,12,1,0,0
10,13,1,0,0
11,15,2,0,0
12,54,15,0,0
13,55,15,0,0
14
www.eeworm.com/read/289075/3995976
sh mk-csv-link.sh
#!/bin/bash
for i in ../../linux-bluez/*.accel.csv; do
LASTTWO=$(echo $i | cut -d ':' -f 5- | tr -d : | sed -e 's/\.accel//g')
ln -s $i $LASTTWO
done;
www.eeworm.com/read/273662/4201417
py ff2csv.py
#!/usr/bin/env python
# -*- Python -*-
"""Transform find-fix.py output into Excellable csv."""
__date__ = "Time-stamp: "[13:30]
__author__ = "Jack Repenning
www.eeworm.com/read/273662/4201418
command ff2csv.command
#!/bin/sh
# MacOS X do-hickie to run ff2csv.py, with parameters, by double-click.
flags="hq"
Usage () {
args="$*"
if [[ -n "$args" ]] ; then
echo >&2 "$args"
fi
echo >&2 "Us
www.eeworm.com/read/273660/4202494
py ff2csv.py
#!/usr/bin/env python
# -*- Python -*-
"""Transform find-fix.py output into Excellable csv."""
__date__ = "Time-stamp: "[13:30]
__author__ = "Jack Repenning
www.eeworm.com/read/273660/4202495
command ff2csv.command
#!/bin/sh
# MacOS X do-hickie to run ff2csv.py, with parameters, by double-click.
flags="hq"
Usage () {
args="$*"
if [[ -n "$args" ]] ; then
echo >&2 "$args"
fi
echo >&2 "Us