/*cole-AfreeCOLElibrary.cole_extract-Extractafilefromafilesystem.Copyright1998,1999RobertoArturoTenaSanchezThisprogramisfreesoftware;youcanredistributeitand/ormodifyitunderthetermsoftheGNUGeneralPublicLicenseaspublishedbytheFreeSoftwareFoundation;eitherversion2oftheLicense,or(atyouroption)anylaterversion.Thisprogramisdistributedinthehopethatitwillbeuseful,butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyofMERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.SeetheGNUGeneralPublicLicenseformoredetails.YoushouldhavereceivedacopyoftheGNUGeneralPublicLicensealongwiththisprogram;ifnot,writetotheFreeSoftwareFoundation,Inc.,59TemplePlace,Suite330,Boston,MA02111-1307USA*//*ArturoTena*/#include/*Tocompilethisfileoutsidecolesourcetree,youmustincludehereinstead*/#include"cole.h"#definePRGNAME"iOLE"#defineBUFFER_SIZE128intmain(intargc,char**argv){ COLEFS*cfs; COLEFILE*cf; COLERRNOcolerrno; charbuffer[BUFFER_SIZE]; size_tchar_read; if(argc!=3){ fprintf(stderr,"cole_extract.Extractafilefroma" "filesystemtothestandardoutput.\n" "Usage:"PRGNAME"\n" "FILE-Filewiththefilesystem.\n" "INFILE-Filenameofthefiletoextract.\n"); exit(1); } printf("%s",argv[1]); cfs=cole_mount(argv[1],&colerrno); if(cfs==NULL){ cole_perror(PRGNAME,colerrno); exit(1); } cf=cole_fopen(cfs,argv[2],&colerrno); if(cf==NULL){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } while((char_read=cole_fread(cf,buffer,BUFFER_SIZE,&colerrno))){ if(fwrite(buffer,1,char_read,stdout)!=char_read){ break; } } if(!cole_feof(cf)){ cole_perror(PRGNAME,colerrno); cole_umount(cfs,NULL); exit(1); } if(cole_fclose(
2020/2/17 3:19:13 173KB ole格式解析代码
1
易班请假条生成Usage在网页填写本人的信息,点击复制生成的请假条链接。
手机打开易班->探究(导航栏)->动态->+发动态->粘贴刚才复制的链接->发动态。
在动态页面点击链接,打开的网页跟易班请假详情页基本页差不多吧Install建议有服务器的同学可以把server.go打包一下,放在本人的服务器上运行。
我也提供了一个网址可以用mygithub:
2022/10/30 17:04:55 566KB HTML
1
Uploadafileorfolder.Usage:transfer[flags]Aliases:upload,upFlags:--encryptEncryptstreamwhenupload--encrypt-keystringSpecifytheencryptkey-h,--helphelpforuploadGlobalFlags:--no-progressdisablepr
2020/1/26 7:57:25 464B css
1
ReadMeReleaseVersionbeta_1.0index.pyimageMatlab.pyThisismoreorlessawrapperforMatplotlibimagingfunctionssuchthattheirbehaviorisequivalent,intermsofcolormap,aspectandsoforth,totheexpectedbehaviorofMatlab'sfunctions.sepVocal.pyThisscriptcanbeusedtoexecutethedesiredseparation.Seebelowforanexampleofuseofthisfile.SIMM.pyThisscriptimplementstheactualalgorithmforparameterestimation.ItismainlyusedbysepVocal.py.tracking.pyTheViterbidecodingalgorithmisimplementedinthisscript.Requirements:ThesescriptshavebeentestedwithPython2.7,Thepackagesthatarerequiredtorunthescriptsarepydub,ffmepg,Numpy,Spicy,Matplotlib.Onecanrespectivelyfindthelatestversionsatthefollowingaddresses:http://pydub.com/https://ffmpeg.orghttp://numpy.org/http://scipy.org/http://matplotlib.sourceforge.net/Notes:Preferrecentversionsoftheabovepackages,inordertoavoidcompatibilityissues,notablyforMatplotlib.Notethatthislatterpackageisnotnecessaryfortheprogramtorun,althoughyoumightwanttowatchabitwhatishappening!Spicyshouldbeversion0.8+,sinceweuseitsio.wavefilemoduletoreadthewavefiles.Weonceusedtheaudiolabmodule,butitwouldseemthatitisabitmorecomplicatedtoinstall(withthebenefitthatmanymorefileformatsareallowed).Usage:Theeasywaytousethesescriptsistoruntheexecpackageofourreleaseversion:http://www.github.com/beata_1.0formoredevelop:youcanruntheindex.pyonpycharmdirectly.note:theoutputfileswillcreateunderyousourcewavfile.ContactMeEmail:xlzhang14@fudan.edu.cn
2017/9/27 6:53:14 30KB 歌声伴奏分离
1
python3.6版本的可用pytesser,详细使用参考紧缩包里的README/Usage:章节
2020/2/2 20:28:38 2.06MB pytesser python3.6 自修复版本
1
Sensu磁盘检查插件总览此插件提供了用于监视和指标收集的本机磁盘工具,包括:运行情况,使用情况和各种指标。
从该存储库打包的Sensu资产是针对Sensuruby​​运行时环境构建的。
将这些资产用作SensuGo资源(检查,更改程序或处理程序)的一部分时,请确保在资源所需的资产列表中包括相应的Sensuruby​​运行时资产。
当前的Ruby运行时资产可以在的档案bin/check-disk-usage.rbbin/check-fstab-mounts.rbbin/check-smart-status.rbbin/check-smart.rb
2016/7/3 22:51:06 31KB monitoring metrics sensu-plugins disk-usage
1
(更多详情、使用方法,请下载后细读README.md文件)驱动程序\n各种外围设备的驱动程序集合。
\nSIM800L.py:SIM800LGPRS模块的纯MicroPython驱动程序,支持HTTP(S)GET和POST。
在TTGOT-CallSIM800v1.3板上开箱即用。
示例用法在example_SIM800L.py脚本中,只需设置APN并根据需要更改引脚,然后运行“example_usage”函数。
\n这些驱动程序与我们在PythingsOS中使用的驱动程序相同,如果您对远程编程开发板并将一些数据发送到云端的无忧解决方案感兴味,请访问pythings.io了解更多信息。
2019/7/1 2:14:41 11KB Python
1
在日常工作中,钉钉打卡成了我生活中不可或缺的一部分。然而,有时候这个看似简单的任务却给我带来了不少烦恼。 每天早晚,我总是得牢记打开钉钉应用,点击"工作台",再找到"考勤打卡"进行签到。有时候因为工作忙碌,会忘记打卡,导致考勤异常,影响当月的工作评价。而且,由于我使用的是苹果手机,有时候系统更新后,钉钉的某些功能会出现异常,使得打卡变得更加麻烦。 另外,我的家人使用的是安卓手机,他们也经常抱怨钉钉打卡的繁琐。尤其是对于那些不太熟悉手机操作的长辈来说,每次打卡都是一次挑战。他们总是担心自己会操作失误,导致打卡失败。 为了解决这些烦恼,我开始思考是否可以通过编写一个全自动化脚本来实现钉钉打卡。经过一段时间的摸索和学习,我终于成功编写出了一个适用于苹果和安卓系统的钉钉打卡脚本。
2024-04-09 15:03 15KB 钉钉 钉钉打卡