DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: xiao2024
今日帖子: 16
在线用户: 13
导航: 论坛 -> 开源项目 斑竹:joki,ralf_jones  
作者:
男 hujiacheng (旺财) ★☆☆☆☆ -
普通会员
2017/3/22 23:55:45
标题:
优化标记   Generics.Collections and Generics.Defaults 浏览:6668
加入我的收藏
楼主: https://github.com/d-mozulyov/Rapid.Generics
Rapid.Generics

Rapid generics/defaults equivalent classes for Delphi (much faster in XE7+ versions)

How to use

Include Rapid.Generics.pas unit into your project
Replace Generics.Collections and Generics.Defaults units to Rapid.Generics in your uses code sections
TRapidDictionary/TRapidObjectDictionary

Rapid "inline" TDictionary/TObjectDictionary equivalents with default hash codes and comparers

Benchmarks: dictionaries
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hardnut (麦轲数据管家) ★☆☆☆☆ -
普通会员
2017/3/23 8:28:58
1楼: mark
顺便问一句,有谁知道他那个说明文件中的Fast x是什么东西吗?


按此在新窗口浏览图片
----------------------------------------------
UniKeeper V10.40 -- 您最贴心的个人数据管理助手
作者:
男 kkkmmm (KKKMMM) ★☆☆☆☆ -
普通会员
2017/3/23 20:01:20
2楼: @hardnut

Faster x就是他这个实现与自带实现的运行速度相对值。
----------------------------------------------
-
作者:
男 hq200306 (200306) ★☆☆☆☆ -
普通会员
2017/3/23 22:34:28
3楼: 试了下,有内存泄露,写了个简单的的语句测试,执行报内存错,半成品
procedure TForm63.SpeedButton1Click(Sender: TObject);
var
  i: Integer;
  tmp: string;
  dict: TRapidDictionary<Integer, string>;
begin
  dict := TRapidDictionary<Integer, string > .Create;
  try

    dict.Clear;
    //
    for I := 1 to 10000 * 10 do
    begin
      dict.AddOrSetValue(i, IntToStr(i * 10));
    end;

    if dict.TryGetValue(100, tmp) then
    begin
      Caption := tmp;
    end
    else
    begin
      Caption := 'not';
    end;
  finally
    dict.Free;
  end;
end;
----------------------------------------------
-
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/4/4 22:07:03
4楼: https://github.com/xushiwei/google-perftools
https://github.com/lz4/lz4/releases
标记
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/4/4 23:19:09
5楼: http://facebook.github.io/zstd/
https://github.com/mcmilk/7-Zip-zstd
https://encode.ru/threads/2119-Zstandard?p=49075&viewfull=1#post49075
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/4/10 15:48:12
6楼: http://docwiki.embarcadero.com/RADStudio/Tokyo/en/Compiler_Versions
https://github.com/inikep/lzbench
http://mattmahoney.net/dc/silesia.html
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 bjlg (蓝天) ★☆☆☆☆ -
盒子活跃会员
2017/4/10 22:55:56
7楼: mark
----------------------------------------------
http://delphi.icm.edu.pl/ftp/http://delphi-z.ru
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/5/9 10:53:54
8楼: http://www.fastflow.it/dbftp/
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 bjlg (蓝天) ★☆☆☆☆ -
盒子活跃会员
2017/5/9 12:05:06
9楼: 他这个有些bug,前两年做程序发现的,最后不得不自己改了
----------------------------------------------
http://delphi.icm.edu.pl/ftp/http://delphi-z.ru
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/5/11 9:43:02
10楼: http://rudeserver.com/socket/index.html
http://www.cnblogs.com/zhangdongsheng/p/3154707.html
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/5/11 10:19:26
11楼: http://www.cnblogs.com/zhangdongsheng/archive/2011/04/09/2010237.html
http://www.cnblogs.com/zhangdongsheng/archive/2010/10/30/1865294.html
http://www.cnblogs.com/zhangdongsheng/archive/2011/08/29/2158184.html
http://www.cnblogs.com/zhangdongsheng/archive/2011/08/29/2158182.html
http://www.cnblogs.com/zhangdongsheng/archive/2012/06/09/2543447.html
http://www.cnblogs.com/zhangdongsheng/archive/2013/05/01/3052712.html
http://www.cnblogs.com/zhangdongsheng/archive/2012/09/22/2697810.html
硬错误的产生
此帖子包含附件:
JPEG 图像
大小:91.5K
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/7/8 13:29:59
12楼:
Z:\testgit>cd  2016DelphiLanguageBootCamp

Z:\testgit\2016DelphiLanguageBootCamp>git pull origin master
From https://github.com/marcocantu/2016DelphiLanguageBootCamp
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\2016DelphiLanguageBootCamp>cd..

Z:\testgit>cd  Abbrevia

Z:\testgit\Abbrevia>git pull origin master
From https://github.com/TurboPack/Abbrevia
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Abbrevia>cd..

Z:\testgit>cd  Activator

Z:\testgit\Activator>git pull origin master
From https://github.com/delphilite/Activator
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Activator>cd..

Z:\testgit>cd  AdjustableCruiseControl

Z:\testgit\AdjustableCruiseControl>git pull origin master
From https://github.com/ncs-sniper/AdjustableCruiseControl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\AdjustableCruiseControl>cd..

Z:\testgit>cd  AggPasMod

Z:\testgit\AggPasMod>git pull origin master
From https://github.com/CWBudde/AggPasMod
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\AggPasMod>cd..

Z:\testgit>cd  aho-corasick

Z:\testgit\aho-corasick>git pull origin master
From https://github.com/jinnblue/aho-corasick
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\aho-corasick>cd..

Z:\testgit>cd  App_EXIFTimeEdit

Z:\testgit\App_EXIFTimeEdit>git pull origin master
From https://github.com/Fr0sT-Brutal/App_EXIFTimeEdit
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\App_EXIFTimeEdit>cd..

Z:\testgit>cd  ASQLite3

Z:\testgit\ASQLite3>git pull origin master
From https://github.com/remobjects/ASQLite3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ASQLite3>cd..

Z:\testgit>cd  AsyncPro

Z:\testgit\AsyncPro>git pull origin master
From https://github.com/TurboPack/AsyncPro
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\AsyncPro>cd..

Z:\testgit>cd  BeaEngineDelphi

Z:\testgit\BeaEngineDelphi>git pull origin master
From https://github.com/delphilite/BeaEngineDelphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\BeaEngineDelphi>cd..

Z:\testgit>cd  berotinypascal

Z:\testgit\berotinypascal>git pull origin master
From https://github.com/BeRo1985/berotinypascal
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\berotinypascal>cd..

Z:\testgit>cd  blog

Z:\testgit\blog>git pull origin master
From https://github.com/RRUZ/blog
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\blog>cd..

Z:\testgit>cd  blog_demo

Z:\testgit\blog_demo>git pull origin master
From https://github.com/rzaripov1990/blog_demo
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\blog_demo>cd..

Z:\testgit>cd  BrainMM

Z:\testgit\BrainMM>git pull origin master
From https://github.com/d-mozulyov/BrainMM
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\BrainMM>cd..

Z:\testgit>cd  CachedArchives

Z:\testgit\CachedArchives>git pull origin master
From https://github.com/d-mozulyov/CachedArchives
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\CachedArchives>cd..

Z:\testgit>cd  CachedBuffers

Z:\testgit\CachedBuffers>git pull origin master
From https://github.com/d-mozulyov/CachedBuffers
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\CachedBuffers>cd..

Z:\testgit>cd  CachedTexts

Z:\testgit\CachedTexts>git pull origin master
From https://github.com/d-mozulyov/CachedTexts
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\CachedTexts>cd..

Z:\testgit>cd  Cards

Z:\testgit\Cards>git pull origin master
From https://github.com/CWBudde/Cards
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Cards>cd..

Z:\testgit>cd  Castalia-Delphi-Parser

Z:\testgit\Castalia-Delphi-Parser>git pull origin master
From https://github.com/jacobthurman/Castalia-Delphi-Parser
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Castalia-Delphi-Parser>cd..

Z:\testgit>cd  chimera

Z:\testgit\chimera>git pull origin master
From https://bitbucket.org/sivv/chimera
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\chimera>cd..

Z:\testgit>cd  cnvcl

Z:\testgit\cnvcl>git pull origin master
From https://github.com/cnpack/cnvcl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\cnvcl>cd..

Z:\testgit>cd  cnwizards

Z:\testgit\cnwizards>git pull origin master
From https://github.com/cnpack/cnwizards
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\cnwizards>cd..

Z:\testgit>cd  cocinasync

Z:\testgit\cocinasync>git pull origin master
From https://bitbucket.org/sivv/cocinasync
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\cocinasync>cd..

Z:\testgit>cd  Codebot.Pascal

Z:\testgit\Codebot.Pascal>git pull origin master
From https://github.com/noname00-pas/Codebot.Pascal
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Codebot.Pascal>cd..

Z:\testgit>cd  codesnip

Z:\testgit\codesnip>git pull origin master
From https://github.com/delphidabbler/codesnip
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\codesnip>cd..

Z:\testgit>cd  columbusegg4delphi

Z:\testgit\columbusegg4delphi>git pull origin master
From https://github.com/danieleteti/columbusegg4delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\columbusegg4delphi>cd..

Z:\testgit>cd  crosspascal

Z:\testgit\crosspascal>git pull origin master
From https://github.com/BeRo1985/crosspascal
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\crosspascal>cd..

Z:\testgit>cd  CrystalLUA

Z:\testgit\CrystalLUA>git pull origin master
From https://github.com/d-mozulyov/CrystalLUA
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\CrystalLUA>cd..

Z:\testgit>cd  CrystalPathFinding

Z:\testgit\CrystalPathFinding>git pull origin master
From https://github.com/d-mozulyov/CrystalPathFinding
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\CrystalPathFinding>cd..

Z:\testgit>cd  D.A.R.T

Z:\testgit\D.A.R.T>git pull origin master
From https://github.com/ncs-sniper/D.A.R.T
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\D.A.R.T>cd..

Z:\testgit>cd  daforge_ia

Z:\testgit\daforge_ia>git pull origin master
From https://bitbucket.org/Pigreco6/daforge_ia
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\daforge_ia>cd..

Z:\testgit>cd  DataLank

Z:\testgit\DataLank>git pull origin master
From https://github.com/stijnsanders/DataLank
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DataLank>cd..

Z:\testgit>cd  DataSetJSONConverter4Delphi

Z:\testgit\DataSetJSONConverter4Delphi>git pull origin master
From https://github.com/AlexandreHonorato/DataSetJSONConverter4Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DataSetJSONConverter4Delphi>cd..

Z:\testgit>cd  DBConnector

Z:\testgit\DBConnector>git pull origin master
From https://github.com/edhn3000/DBConnector
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DBConnector>cd..

Z:\testgit>cd  dbg-spider

Z:\testgit\dbg-spider>git pull origin master
From https://github.com/yavfast/dbg-spider
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dbg-spider>cd..

Z:\testgit>cd  dbg-spider1

Z:\testgit\dbg-spider1>git pull origin master
From https://github.com/CWBudde/dbg-spider
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dbg-spider1>cd..

Z:\testgit>cd  dbgthr

Z:\testgit\dbgthr>git pull origin master
From https://bitbucket.org/Pigreco6/dbgthr
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dbgthr>cd..

Z:\testgit>cd  dcef3

Z:\testgit\dcef3>git pull origin master
From https://github.com/hgourvest/dcef3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dcef3>cd..

Z:\testgit>cd  DCPCrypt

Z:\testgit\DCPCrypt>git pull origin master
From https://github.com/StephenGenusa/DCPCrypt
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DCPCrypt>cd..

Z:\testgit>cd  DebugEngine

Z:\testgit\DebugEngine>git pull origin master
From https://github.com/MahdiSafsafi/DebugEngine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DebugEngine>cd..

Z:\testgit>cd  DeHL

Z:\testgit\DeHL>git pull origin master
From https://github.com/AlexandreHonorato/DeHL
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DeHL>cd..

Z:\testgit>cd  delcos

Z:\testgit\delcos>git pull origin master
From https://github.com/CWBudde/delcos
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delcos>cd..

Z:\testgit>cd  delphi-aws-ses

Z:\testgit\delphi-aws-ses>git pull origin master
From https://github.com/monde-sistemas/delphi-aws-ses
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-aws-ses>cd..

Z:\testgit>cd  delphi-bpus-tree

Z:\testgit\delphi-bpus-tree>git pull origin master
From https://github.com/lguzzon/delphi-bpus-tree
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-bpus-tree>cd..

Z:\testgit>cd  delphi-bpus-tree1

Z:\testgit\delphi-bpus-tree1>git pull origin master
From https://github.com/vdisasm/delphi-bpus-tree
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-bpus-tree1>cd..

Z:\testgit>cd  Delphi-Cross-Socket

Z:\testgit\Delphi-Cross-Socket>git pull origin master
From https://github.com/winddriver/Delphi-Cross-Socket
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi-Cross-Socket>cd..

Z:\testgit>cd  delphi-detours-library

Z:\testgit\delphi-detours-library>git pull origin master
From https://github.com/MahdiSafsafi/delphi-detours-library
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-detours-library>cd..

Z:\testgit>cd  delphi-dev-shell-tools

Z:\testgit\delphi-dev-shell-tools>git pull origin master
From https://github.com/rruz/delphi-dev-shell-tools
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-dev-shell-tools>cd..

Z:\testgit>cd  delphi-event-bus

Z:\testgit\delphi-event-bus>git pull origin master
From https://github.com/spinettaro/delphi-event-bus
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-event-bus>cd..

Z:\testgit>cd  delphi-games-blog

Z:\testgit\delphi-games-blog>git pull origin master
From https://github.com/jumaris/delphi-games-blog
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-games-blog>cd..

Z:\testgit>cd  delphi-jose-jwt

Z:\testgit\delphi-jose-jwt>git pull origin master
From https://github.com/monde-sistemas/delphi-jose-jwt
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-jose-jwt>cd..

Z:\testgit>cd  delphi-jose-jwt1

Z:\testgit\delphi-jose-jwt1>git pull origin master
From https://github.com/paolo-rossi/delphi-jose-jwt
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-jose-jwt1>cd..

Z:\testgit>cd  delphi-json-helper

Z:\testgit\delphi-json-helper>git pull origin master
From https://github.com/noname00-pas/delphi-json-helper
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-json-helper>cd..

Z:\testgit>cd  Delphi-JsonToDelphiClass1

Z:\testgit\Delphi-JsonToDelphiClass1>git pull origin master
From https://github.com/PKGeorgiev/Delphi-JsonToDelphiClass
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi-JsonToDelphiClass1>cd..

Z:\testgit>cd  Delphi-JsonToDelphiClass把JSON转化成结构解析

Z:\testgit\Delphi-JsonToDelphiClass把JSON转化成结构解析>git pull origin master
From https://github.com/AlexandreHonorato/Delphi-JsonToDelphiClass
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi-JsonToDelphiClass把JSON转化成结构解析>cd..

Z:\testgit>cd  delphi-leakcheck

Z:\testgit\delphi-leakcheck>git pull origin master
From https://bitbucket.org/shadow_cs/delphi-leakcheck
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-leakcheck>cd..

Z:\testgit>cd  delphi-leakcheck内存泄露检测

Z:\testgit\delphi-leakcheck内存泄露检测>git pull origin master
From https://bitbucket.org/shadow_cs/delphi-leakcheck
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-leakcheck内存泄露检测>cd..

Z:\testgit>cd  Delphi-Mocks

Z:\testgit\Delphi-Mocks>git pull origin master
From https://github.com/VSoftTechnologies/Delphi-Mocks
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi-Mocks>cd..

Z:\testgit>cd  Delphi-Mocks1

Z:\testgit\Delphi-Mocks1>git pull origin master
From https://github.com/monde-sistemas/Delphi-Mocks
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi-Mocks1>cd..

Z:\testgit>cd  delphi-mvvm

Z:\testgit\delphi-mvvm>git pull origin master
From https://github.com/AlexandreHonorato/delphi-mvvm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-mvvm>cd..

Z:\testgit>cd  delphi-oop

Z:\testgit\delphi-oop>git pull origin master
From https://bitbucket.org/soundvibe/delphi-oop
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-oop>cd..

Z:\testgit>cd  delphi-orm

Z:\testgit\delphi-orm>git pull origin master
From https://github.com/danieleteti/delphi-orm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-orm>cd..

Z:\testgit>cd  delphi-rest-client-api

Z:\testgit\delphi-rest-client-api>git pull origin master
From https://github.com/monde-sistemas/delphi-rest-client-api
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphi-rest-client-api>cd..

Z:\testgit>cd  DelphiAST

Z:\testgit\DelphiAST>git pull origin master
From https://github.com/RomanYankovsky/DelphiAST
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DelphiAST>cd..

Z:\testgit>cd  delphidicontainer

Z:\testgit\delphidicontainer>git pull origin master
From https://github.com/danieleteti/delphidicontainer
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphidicontainer>cd..

Z:\testgit>cd  DelphiMVC

Z:\testgit\DelphiMVC>git pull origin master
From https://github.com/AlexandreHonorato/DelphiMVC
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DelphiMVC>cd..

Z:\testgit>cd  delphimvcframework

Z:\testgit\delphimvcframework>git pull origin master
From https://github.com/danieleteti/delphimvcframework
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphimvcframework>cd..

Z:\testgit>cd  Delphinus

Z:\testgit\Delphinus>git pull origin master
From https://github.com/CWBudde/Delphinus
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphinus>cd..

Z:\testgit>cd  delphionrails

Z:\testgit\delphionrails>git pull origin master
From https://github.com/zedalaye/delphionrails
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphionrails>cd..

Z:\testgit>cd  delphipi

Z:\testgit\delphipi>git pull origin master
From https://bitbucket.org/idursun/delphipi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphipi>cd..

Z:\testgit>cd  DelphiProtocolBuffer

Z:\testgit\DelphiProtocolBuffer>git pull origin master
From https://github.com/stijnsanders/DelphiProtocolBuffer
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DelphiProtocolBuffer>cd..

Z:\testgit>cd  DelphiRazor

Z:\testgit\DelphiRazor>git pull origin master
From https://github.com/marcocantu/DelphiRazor
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DelphiRazor>cd..

Z:\testgit>cd  delphiredisclient

Z:\testgit\delphiredisclient>git pull origin master
From https://github.com/danieleteti/delphiredisclient
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphiredisclient>cd..

Z:\testgit>cd  delphirftreport

Z:\testgit\delphirftreport>git pull origin master
From https://github.com/danieleteti/delphirftreport
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphirftreport>cd..

Z:\testgit>cd  DelphiSessions

Z:\testgit\DelphiSessions>git pull origin master
From https://github.com/marcocantu/DelphiSessions
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DelphiSessions>cd..

Z:\testgit>cd  delphistompclient

Z:\testgit\delphistompclient>git pull origin master
From https://github.com/danieleteti/delphistompclient
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\delphistompclient>cd..

Z:\testgit>cd  Delphi_Compilers

Z:\testgit\Delphi_Compilers>git pull origin master
From https://github.com/Fr0sT-Brutal/Delphi_Compilers
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi_Compilers>cd..

Z:\testgit>cd  Delphi_DlgCountdown

Z:\testgit\Delphi_DlgCountdown>git pull origin master
From https://github.com/Fr0sT-Brutal/Delphi_DlgCountdown
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi_DlgCountdown>cd..

Z:\testgit>cd  Delphi_MemoryModule

Z:\testgit\Delphi_MemoryModule>git pull origin master
From https://github.com/Fr0sT-Brutal/Delphi_MemoryModule
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi_MemoryModule>cd..

Z:\testgit>cd  Delphi_MiniRTL

Z:\testgit\Delphi_MiniRTL>git pull origin master
From https://github.com/Fr0sT-Brutal/Delphi_MiniRTL
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Delphi_MiniRTL>cd..

Z:\testgit>cd  Differential-Evolution

Z:\testgit\Differential-Evolution>git pull origin master
From https://github.com/CWBudde/Differential-Evolution
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Differential-Evolution>cd..

Z:\testgit>cd  diocp-v5

Z:\testgit\diocp-v5>git pull origin master
From https://github.com/ymofen/diocp-v5
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\diocp-v5>cd..

Z:\testgit>cd  dklang

Z:\testgit\dklang>git pull origin master
From https://github.com/yktoo/dklang
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dklang>cd..

Z:\testgit>cd  DLangExtensions

Z:\testgit\DLangExtensions>git pull origin master
From https://github.com/ahausladen/DLangExtensions
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DLangExtensions>cd..

Z:\testgit>cd  DMemCached

Z:\testgit\DMemCached>git pull origin master
From https://github.com/VictorSFaria/DMemCached
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DMemCached>cd..

Z:\testgit>cd  dmustache

Z:\testgit\dmustache>git pull origin master
From https://github.com/synopse/dmustache
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dmustache>cd..

Z:\testgit>cd  DragAndDrop.git

Z:\testgit\DragAndDrop.git>git pull origin master
fatal: Not a git repository (or any of the parent directories): .git

Z:\testgit\DragAndDrop.git>cd..

Z:\testgit>cd  dsfc

Z:\testgit\dsfc>git pull origin master
From https://github.com/danieleteti/dsfc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dsfc>cd..

Z:\testgit>cd  dtmeditor

Z:\testgit\dtmeditor>git pull origin master
From https://github.com/CynicRus/dtmeditor
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dtmeditor>cd..

Z:\testgit>cd  duilib-for-Delphi

Z:\testgit\duilib-for-Delphi>git pull origin master
From https://github.com/ying32/duilib-for-Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\duilib-for-Delphi>cd..

Z:\testgit>cd  dwscript

Z:\testgit\dwscript>git pull origin master
From https://bitbucket.org/egrange/dwscript
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dwscript>cd..

Z:\testgit>cd  DWScript1

Z:\testgit\DWScript1>git pull origin master
From https://github.com/CWBudde/DWScript
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DWScript1>cd..

Z:\testgit>cd  DWScriptExpert

Z:\testgit\DWScriptExpert>git pull origin master
From https://github.com/CWBudde/DWScriptExpert
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DWScriptExpert>cd..

Z:\testgit>cd  DWScriptUnitImportTool

Z:\testgit\DWScriptUnitImportTool>git pull origin master
From https://github.com/CWBudde/DWScriptUnitImportTool
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\DWScriptUnitImportTool>cd..

Z:\testgit>cd  dwsockets

Z:\testgit\dwsockets>git pull origin master
From https://github.com/noname00-pas/dwsockets
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\dwsockets>cd..

Z:\testgit>cd  ESLowGraphicsLibrary

Z:\testgit\ESLowGraphicsLibrary>git pull origin master
From https://github.com/errorcalc/ESLowGraphicsLibrary
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ESLowGraphicsLibrary>cd..

Z:\testgit>cd  FastDateTime

Z:\testgit\FastDateTime>git pull origin master
From https://github.com/davidberneda/FastDateTime
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FastDateTime>cd..

Z:\testgit>cd  FastMM4

Z:\testgit\FastMM4>git pull origin master
From https://github.com/gabr42/FastMM4
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FastMM4>cd..

Z:\testgit>cd  FastMM4-MP

Z:\testgit\FastMM4-MP>git pull origin master
From https://github.com/gabr42/FastMM4-MP
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FastMM4-MP>cd..

Z:\testgit>cd  FMX-UI-Controls

Z:\testgit\FMX-UI-Controls>git pull origin master
From https://github.com/xubzhlin/FMX-UI-Controls
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FMX-UI-Controls>cd..

Z:\testgit>cd  FMX.HTTP.Request

Z:\testgit\FMX.HTTP.Request>git pull origin master
From https://github.com/rzaripov1990/FMX.HTTP.Request
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FMX.HTTP.Request>cd..

Z:\testgit>cd  FMX.Pickers.Helper

Z:\testgit\FMX.Pickers.Helper>git pull origin master
From https://github.com/rzaripov1990/FMX.Pickers.Helper
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FMX.Pickers.Helper>cd..

Z:\testgit>cd  FMX.StatusBar

Z:\testgit\FMX.StatusBar>git pull origin master
From https://github.com/rzaripov1990/FMX.StatusBar
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FMX.StatusBar>cd..

Z:\testgit>cd  FMXUI

Z:\testgit\FMXUI>git pull origin master
From https://github.com/yangyxd/FMXUI
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FMXUI>cd..

Z:\testgit>cd  fractal-miner

Z:\testgit\fractal-miner>git pull origin master
From https://github.com/matortheeternal/fractal-miner
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\fractal-miner>cd..

Z:\testgit>cd  FreeEsVclComponents

Z:\testgit\FreeEsVclComponents>git pull origin master
From https://github.com/errorcalc/FreeEsVclComponents
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FreeEsVclComponents>cd..

Z:\testgit>cd  fully-justified-text

Z:\testgit\fully-justified-text>git pull origin master
From https://github.com/vintagedave/fully-justified-text
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\fully-justified-text>cd..

Z:\testgit>cd  FWZip

Z:\testgit\FWZip>git pull origin master
From https://github.com/AlexanderBagel/FWZip
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\FWZip>cd..

Z:\testgit>cd  g-framework

Z:\testgit\g-framework>git pull origin master
From https://github.com/cxflag203/g-framework
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\g-framework>cd..

Z:\testgit>cd  GenericTree

Z:\testgit\GenericTree>git pull origin master
From https://github.com/davidberneda/GenericTree
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\GenericTree>cd..

Z:\testgit>cd  GpDelphiUnits

Z:\testgit\GpDelphiUnits>git pull origin master
From https://github.com/gabr42/GpDelphiUnits
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\GpDelphiUnits>cd..

Z:\testgit>cd  gpprofile1

Z:\testgit\gpprofile1>git pull origin master
From https://github.com/Arvur/gpprofile
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\gpprofile1>cd..

Z:\testgit>cd  gpprofile2011

Z:\testgit\gpprofile2011>git pull origin master
From https://github.com/RoutineOp/gpprofile2011
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\gpprofile2011>cd..

Z:\testgit>cd  GR32PNG

Z:\testgit\GR32PNG>git pull origin master
From https://github.com/graphics32/GR32PNG
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\GR32PNG>cd..

Z:\testgit>cd  graphics32

Z:\testgit\graphics32>git pull origin master
From https://github.com/graphics32/graphics32
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\graphics32>cd..

Z:\testgit>cd  HashCalc

Z:\testgit\HashCalc>git pull origin master
From https://github.com/StephenGenusa/HashCalc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\HashCalc>cd..

Z:\testgit>cd  htmlparser

Z:\testgit\htmlparser>git pull origin master
From https://github.com/ying32/htmlparser
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\htmlparser>cd..

Z:\testgit>cd  htmlreporter

Z:\testgit\htmlreporter>git pull origin master
From https://github.com/deadserious/htmlreporter
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\htmlreporter>cd..

Z:\testgit>cd  IAP

Z:\testgit\IAP>git pull origin master
From https://github.com/CWBudde/IAP
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\IAP>cd..

Z:\testgit>cd  ide

Z:\testgit\ide>git pull origin master
fatal: Not a git repository (or any of the parent directories): .git

Z:\testgit\ide>cd..

Z:\testgit>cd  ImmersiveColors

Z:\testgit\ImmersiveColors>git pull origin master
From https://github.com/MahdiSafsafi/ImmersiveColors
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ImmersiveColors>cd..

Z:\testgit>cd  issrc

Z:\testgit\issrc>git pull origin master
From https://github.com/jrsoftware/issrc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\issrc>cd..

Z:\testgit>cd  jcl

Z:\testgit\jcl>git pull origin master
From https://github.com/project-jedi/jcl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\jcl>cd..

Z:\testgit>cd  jedi

Z:\testgit\jedi>git pull origin master
From https://github.com/project-jedi/jedi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\jedi>cd..

Z:\testgit>cd  JSON2DelphiRecord

Z:\testgit\JSON2DelphiRecord>git pull origin master
From https://github.com/rzaripov1990/JSON2DelphiRecord
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\JSON2DelphiRecord>cd..

Z:\testgit>cd  JsonDataObjects

Z:\testgit\JsonDataObjects>git pull origin master
From https://github.com/ahausladen/JsonDataObjects
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\JsonDataObjects>cd..

Z:\testgit>cd  jvcl

Z:\testgit\jvcl>git pull origin master
From https://github.com/project-jedi/jvcl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\jvcl>cd..

Z:\testgit>cd  jvTest

Z:\testgit\jvTest>git pull origin master
From https://github.com/matortheeternal/jvTest
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\jvTest>cd..

Z:\testgit>cd  kraft

Z:\testgit\kraft>git pull origin master
From https://github.com/BeRo1985/kraft
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\kraft>cd..

Z:\testgit>cd  Lib.AES

Z:\testgit\Lib.AES>git pull origin master
From https://github.com/ncs-sniper/Lib.AES
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.AES>cd..

Z:\testgit>cd  Lib.AuxTypes

Z:\testgit\Lib.AuxTypes>git pull origin master
From https://github.com/ncs-sniper/Lib.AuxTypes
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.AuxTypes>cd..

Z:\testgit>cd  Lib.BinaryStreaming

Z:\testgit\Lib.BinaryStreaming>git pull origin master
From https://github.com/ncs-sniper/Lib.BinaryStreaming
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.BinaryStreaming>cd..

Z:\testgit>cd  Lib.BinTextEnc

Z:\testgit\Lib.BinTextEnc>git pull origin master
From https://github.com/ncs-sniper/Lib.BinTextEnc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.BinTextEnc>cd..

Z:\testgit>cd  Lib.BitOps

Z:\testgit\Lib.BitOps>git pull origin master
From https://github.com/ncs-sniper/Lib.BitOps
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.BitOps>cd..

Z:\testgit>cd  Lib.BitVector

Z:\testgit\Lib.BitVector>git pull origin master
From https://github.com/ncs-sniper/Lib.BitVector
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.BitVector>cd..

Z:\testgit>cd  Lib.CityHash

Z:\testgit\Lib.CityHash>git pull origin master
From https://github.com/ncs-sniper/Lib.CityHash
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.CityHash>cd..

Z:\testgit>cd  Lib.CRC32

Z:\testgit\Lib.CRC32>git pull origin master
From https://github.com/ncs-sniper/Lib.CRC32
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.CRC32>cd..

Z:\testgit>cd  Lib.DefRegistry

Z:\testgit\Lib.DefRegistry>git pull origin master
From https://github.com/ncs-sniper/Lib.DefRegistry
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.DefRegistry>cd..

Z:\testgit>cd  Lib.FastLocks

Z:\testgit\Lib.FastLocks>git pull origin master
From https://github.com/ncs-sniper/Lib.FastLocks
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.FastLocks>cd..

Z:\testgit>cd  Lib.FloatHex

Z:\testgit\Lib.FloatHex>git pull origin master
From https://github.com/ncs-sniper/Lib.FloatHex
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.FloatHex>cd..

Z:\testgit>cd  Lib.MD2

Z:\testgit\Lib.MD2>git pull origin master
From https://github.com/ncs-sniper/Lib.MD2
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.MD2>cd..

Z:\testgit>cd  Lib.MD4

Z:\testgit\Lib.MD4>git pull origin master
From https://github.com/ncs-sniper/Lib.MD4
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.MD4>cd..

Z:\testgit>cd  Lib.MD5

Z:\testgit\Lib.MD5>git pull origin master
From https://github.com/ncs-sniper/Lib.MD5
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.MD5>cd..

Z:\testgit>cd  Lib.MemVector

Z:\testgit\Lib.MemVector>git pull origin master
From https://github.com/ncs-sniper/Lib.MemVector
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.MemVector>cd..

Z:\testgit>cd  Lib.Messanger

Z:\testgit\Lib.Messanger>git pull origin master
From https://github.com/ncs-sniper/Lib.Messanger
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.Messanger>cd..

Z:\testgit>cd  Lib.MulticastEvent

Z:\testgit\Lib.MulticastEvent>git pull origin master
From https://github.com/ncs-sniper/Lib.MulticastEvent
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.MulticastEvent>cd..

Z:\testgit>cd  Lib.RawInput

Z:\testgit\Lib.RawInput>git pull origin master
From https://github.com/ncs-sniper/Lib.RawInput
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.RawInput>cd..

Z:\testgit>cd  Lib.SHA0

Z:\testgit\Lib.SHA0>git pull origin master
From https://github.com/ncs-sniper/Lib.SHA0
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SHA0>cd..

Z:\testgit>cd  Lib.SHA1

Z:\testgit\Lib.SHA1>git pull origin master
From https://github.com/ncs-sniper/Lib.SHA1
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SHA1>cd..

Z:\testgit>cd  Lib.SHA2

Z:\testgit\Lib.SHA2>git pull origin master
From https://github.com/ncs-sniper/Lib.SHA2
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SHA2>cd..

Z:\testgit>cd  Lib.SHA3

Z:\testgit\Lib.SHA3>git pull origin master
From https://github.com/ncs-sniper/Lib.SHA3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SHA3>cd..

Z:\testgit>cd  Lib.SimpleCompress

Z:\testgit\Lib.SimpleCompress>git pull origin master
From https://github.com/ncs-sniper/Lib.SimpleCompress
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SimpleCompress>cd..

Z:\testgit>cd  Lib.SimpleCPUID

Z:\testgit\Lib.SimpleCPUID>git pull origin master
From https://github.com/ncs-sniper/Lib.SimpleCPUID
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SimpleCPUID>cd..

Z:\testgit>cd  Lib.SimpleLog

Z:\testgit\Lib.SimpleLog>git pull origin master
From https://github.com/ncs-sniper/Lib.SimpleLog
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SimpleLog>cd..

Z:\testgit>cd  Lib.SimpleTimer

Z:\testgit\Lib.SimpleTimer>git pull origin master
From https://github.com/ncs-sniper/Lib.SimpleTimer
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.SimpleTimer>cd..

Z:\testgit>cd  Lib.UtilityWindow

Z:\testgit\Lib.UtilityWindow>git pull origin master
From https://github.com/ncs-sniper/Lib.UtilityWindow
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.UtilityWindow>cd..

Z:\testgit>cd  Lib.WinFileInfo

Z:\testgit\Lib.WinFileInfo>git pull origin master
From https://github.com/ncs-sniper/Lib.WinFileInfo
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.WinFileInfo>cd..

Z:\testgit>cd  Lib.WinMsgComm

Z:\testgit\Lib.WinMsgComm>git pull origin master
From https://github.com/ncs-sniper/Lib.WinMsgComm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.WinMsgComm>cd..

Z:\testgit>cd  Lib.WinRawInput

Z:\testgit\Lib.WinRawInput>git pull origin master
From https://github.com/ncs-sniper/Lib.WinRawInput
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.WinRawInput>cd..

Z:\testgit>cd  Lib.WinSyncObjs

Z:\testgit\Lib.WinSyncObjs>git pull origin master
From https://github.com/ncs-sniper/Lib.WinSyncObjs
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.WinSyncObjs>cd..

Z:\testgit>cd  Lib.WndAlloc

Z:\testgit\Lib.WndAlloc>git pull origin master
From https://github.com/ncs-sniper/Lib.WndAlloc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Lib.WndAlloc>cd..

Z:\testgit>cd  LockBox

Z:\testgit\LockBox>git pull origin master
From https://github.com/TurboPack/LockBox
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\LockBox>cd..

Z:\testgit>cd  LockBox3

Z:\testgit\LockBox3>git pull origin master
From https://github.com/TurboPack/LockBox3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\LockBox3>cd..

Z:\testgit>cd  loggerpro

Z:\testgit\loggerpro>git pull origin master
From https://github.com/danieleteti/loggerpro
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\loggerpro>cd..

Z:\testgit>cd  LomCN-Mir3-Server

Z:\testgit\LomCN-Mir3-Server>git pull origin master
From https://github.com/KaitoNakamura/LomCN-Mir3-Server
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\LomCN-Mir3-Server>cd..

Z:\testgit>cd  lua4delphi

Z:\testgit\lua4delphi>git pull origin master
From https://github.com/danieleteti/lua4delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\lua4delphi>cd..

Z:\testgit>cd  lz4

Z:\testgit\lz4>git pull origin master
From https://github.com/lz4/lz4
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\lz4>cd..

Z:\testgit>cd  lz4-delphi

Z:\testgit\lz4-delphi>git pull origin master
From https://github.com/Hugie/lz4-delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\lz4-delphi>cd..

Z:\testgit>cd  LZ4Delphi

Z:\testgit\LZ4Delphi>git pull origin master
From https://github.com/atelierw/LZ4Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\LZ4Delphi>cd..

Z:\testgit>cd  madi

Z:\testgit\madi>git pull origin master
From https://github.com/matortheeternal/madi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\madi>cd..

Z:\testgit>cd  mahogany

Z:\testgit\mahogany>git pull origin master
From https://github.com/matortheeternal/mahogany
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mahogany>cd..

Z:\testgit>cd  Mailer4Delphi发邮件

Z:\testgit\Mailer4Delphi发邮件>git pull origin master
From https://github.com/AlexandreHonorato/Mailer4Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Mailer4Delphi发邮件>cd..

Z:\testgit>cd  MakeLyric

Z:\testgit\MakeLyric>git pull origin master
From https://git.oschina.net/ying32/MakeLyric
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\MakeLyric>cd..

Z:\testgit>cd  membuf.pas

Z:\testgit\membuf.pas>git pull origin master
From https://github.com/liigo/membuf.pas
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\membuf.pas>cd..

Z:\testgit>cd  memorymodule

Z:\testgit\memorymodule>git pull origin master
From https://github.com/DSPlayer/memorymodule
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\memorymodule>cd..

Z:\testgit>cd  merge-plugins

Z:\testgit\merge-plugins>git pull origin master
From https://github.com/matortheeternal/merge-plugins
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\merge-plugins>cd..

Z:\testgit>cd  MetaGraphics

Z:\testgit\MetaGraphics>git pull origin master
From https://github.com/CWBudde/MetaGraphics
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\MetaGraphics>cd..

Z:\testgit>cd  micro64disktool

Z:\testgit\micro64disktool>git pull origin master
From https://github.com/BeRo1985/micro64disktool
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\micro64disktool>cd..

Z:\testgit>cd  mir3

Z:\testgit\mir3>git pull origin master
From https://github.com/Suprcode/mir3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mir3>cd..

Z:\testgit>cd  mm4delphi

Z:\testgit\mm4delphi>git pull origin master
From https://github.com/danieleteti/mm4delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mm4delphi>cd..

Z:\testgit>cd  mod-dump

Z:\testgit\mod-dump>git pull origin master
From https://github.com/matortheeternal/mod-dump
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mod-dump>cd..

Z:\testgit>cd  ModernListView

Z:\testgit\ModernListView>git pull origin master
From https://github.com/rzaripov1990/ModernListView
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ModernListView>cd..

Z:\testgit>cd  mORMot

Z:\testgit\mORMot>git pull origin master
From https://github.com/synopse/mORMot
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mORMot>cd..

Z:\testgit>cd  mteFunctions

Z:\testgit\mteFunctions>git pull origin master
From https://github.com/matortheeternal/mteFunctions
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mteFunctions>cd..

Z:\testgit>cd  MustangpeakEasyListview

Z:\testgit\MustangpeakEasyListview>git pull origin master
From https://github.com/TurboPack/MustangpeakEasyListview
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\MustangpeakEasyListview>cd..

Z:\testgit>cd  MustangpeakVirtualshellTools

Z:\testgit\MustangpeakVirtualshellTools>git pull origin master
From https://github.com/TurboPack/MustangpeakVirtualshellTools
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\MustangpeakVirtualshellTools>cd..

Z:\testgit>cd  mxpf

Z:\testgit\mxpf>git pull origin master
From https://github.com/matortheeternal/mxpf
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\mxpf>cd..

Z:\testgit>cd  ndyacclex

Z:\testgit\ndyacclex>git pull origin master
From https://github.com/RomanYankovsky/ndyacclex
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ndyacclex>cd..

Z:\testgit>cd  neTabControl

Z:\testgit\neTabControl>git pull origin master
From https://github.com/jkour/neTabControl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\neTabControl>cd..

Z:\testgit>cd  ObjectDebugger

Z:\testgit\ObjectDebugger>git pull origin master
From https://github.com/marcocantu/ObjectDebugger
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ObjectDebugger>cd..

Z:\testgit>cd  OmniThreadLibrary

Z:\testgit\OmniThreadLibrary>git pull origin master
From https://github.com/gabr42/OmniThreadLibrary
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\OmniThreadLibrary>cd..

Z:\testgit>cd  OrbitSimulator

Z:\testgit\OrbitSimulator>git pull origin master
From https://github.com/ncs-sniper/OrbitSimulator
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\OrbitSimulator>cd..

Z:\testgit>cd  ormbr

Z:\testgit\ormbr>git pull origin master
From https://bitbucket.org/isaquepinheiro/ormbr
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ormbr>cd..

Z:\testgit>cd  param-manager

Z:\testgit\param-manager>git pull origin master
From https://github.com/monde-sistemas/param-manager
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\param-manager>cd..

Z:\testgit>cd  Pascal-HTML5-Canvas

Z:\testgit\Pascal-HTML5-Canvas>git pull origin master
From https://github.com/CWBudde/Pascal-HTML5-Canvas
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Pascal-HTML5-Canvas>cd..

Z:\testgit>cd  PascalPrimer

Z:\testgit\PascalPrimer>git pull origin master
From https://github.com/CWBudde/PascalPrimer
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PascalPrimer>cd..

Z:\testgit>cd  pascalscript

Z:\testgit\pascalscript>git pull origin master
From https://github.com/pleriche/pascalscript
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pascalscript>cd..

Z:\testgit>cd  PascalType

Z:\testgit\PascalType>git pull origin master
From https://github.com/CWBudde/PascalType
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PascalType>cd..

Z:\testgit>cd  PasFftw3

Z:\testgit\PasFftw3>git pull origin master
From https://github.com/CWBudde/PasFftw3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PasFftw3>cd..

Z:\testgit>cd  pashi

Z:\testgit\pashi>git pull origin master
From https://github.com/delphidabbler/pashi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pashi>cd..

Z:\testgit>cd  pashtmldown

Z:\testgit\pashtmldown>git pull origin master
From https://github.com/BeRo1985/pashtmldown
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pashtmldown>cd..

Z:\testgit>cd  pasmp

Z:\testgit\pasmp>git pull origin master
From https://github.com/BeRo1985/pasmp
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pasmp>cd..

Z:\testgit>cd  PasSFML

Z:\testgit\PasSFML>git pull origin master
From https://github.com/CWBudde/PasSFML
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PasSFML>cd..

Z:\testgit>cd  PasSofa

Z:\testgit\PasSofa>git pull origin master
From https://github.com/CWBudde/PasSofa
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PasSofa>cd..

Z:\testgit>cd  pasvulkan

Z:\testgit\pasvulkan>git pull origin master
From https://github.com/BeRo1985/pasvulkan
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pasvulkan>cd..

Z:\testgit>cd  pe-lib-unit

Z:\testgit\pe-lib-unit>git pull origin master
From https://bitbucket.org/Pigreco6/pe-lib-unit
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pe-lib-unit>cd..

Z:\testgit>cd  PigHeaderFXDGame

Z:\testgit\PigHeaderFXDGame>git pull origin master
From https://github.com/w823933107/PigHeaderFXDGame
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PigHeaderFXDGame>cd..

Z:\testgit>cd  pLua

Z:\testgit\pLua>git pull origin master
From https://github.com/MageSlayer/pLua
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pLua>cd..

Z:\testgit>cd  PNGComponents

Z:\testgit\PNGComponents>git pull origin master
From https://github.com/TurboPack/PNGComponents
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\PNGComponents>cd..

Z:\testgit>cd  portal

Z:\testgit\portal>git pull origin master
From https://github.com/DTkalcec/portal
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\portal>cd..

Z:\testgit>cd  ProcessMemoryMap

Z:\testgit\ProcessMemoryMap>git pull origin master
From https://github.com/AlexanderBagel/ProcessMemoryMap
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ProcessMemoryMap>cd..

Z:\testgit>cd  ProgressCircle

Z:\testgit\ProgressCircle>git pull origin master
From https://github.com/OneChen/ProgressCircle
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ProgressCircle>cd..

Z:\testgit>cd  ProtoBufGenerator

Z:\testgit\ProtoBufGenerator>git pull origin master
From https://github.com/jinnblue/ProtoBufGenerator
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ProtoBufGenerator>cd..

Z:\testgit>cd  puremvc-delphi-standard-framework

Z:\testgit\puremvc-delphi-standard-framework>git pull origin master
From https://github.com/AlexandreHonorato/puremvc-delphi-standard-framework
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\puremvc-delphi-standard-framework>cd..

Z:\testgit>cd  puremvc-delphi-standard-framework1

Z:\testgit\puremvc-delphi-standard-framework1>git pull origin master
From https://github.com/PureMVC/puremvc-delphi-standard-framework
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\puremvc-delphi-standard-framework1>cd..

Z:\testgit>cd  pxl

Z:\testgit\pxl>git pull origin master
From https://github.com/zyhh/pxl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\pxl>cd..

Z:\testgit>cd  qiumm

Z:\testgit\qiumm>git pull origin master
From https://github.com/qiusl/qiumm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\qiumm>cd..

Z:\testgit>cd  Rad-Studio-Keygen_china

Z:\testgit\Rad-Studio-Keygen_china>git pull origin master
From https://git.oschina.net/elseif/Rad-Studio-Keygen
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Rad-Studio-Keygen_china>cd..

Z:\testgit>cd  RADStudio_FavoritesWizard

Z:\testgit\RADStudio_FavoritesWizard>git pull origin master
From https://github.com/Fr0sT-Brutal/RADStudio_FavoritesWizard
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\RADStudio_FavoritesWizard>cd..

Z:\testgit>cd  RADStudio_MenuActionsWizard

Z:\testgit\RADStudio_MenuActionsWizard>git pull origin master
From https://github.com/Fr0sT-Brutal/RADStudio_MenuActionsWizard
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\RADStudio_MenuActionsWizard>cd..

Z:\testgit>cd  Rapid.Generics

Z:\testgit\Rapid.Generics>git pull origin master
From https://github.com/d-mozulyov/Rapid.Generics
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Rapid.Generics>cd..

Z:\testgit>cd  recanalyst

Z:\testgit\recanalyst>git pull origin master
From https://github.com/biegleux/recanalyst
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\recanalyst>cd..

Z:\testgit>cd  RecastNavigationDelphi

Z:\testgit\RecastNavigationDelphi>git pull origin master
From https://github.com/Kromster80/RecastNavigationDelphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\RecastNavigationDelphi>cd..

Z:\testgit>cd  remobjects.ASQLite3

Z:\testgit\remobjects.ASQLite3>git pull origin master
From https://github.com/remobjects/ASQLite3
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\remobjects.ASQLite3>cd..

Z:\testgit>cd  REST4Delphi

Z:\testgit\REST4Delphi>git pull origin master
From https://github.com/AlexandreHonorato/REST4Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\REST4Delphi>cd..

Z:\testgit>cd  rtti-magic

Z:\testgit\rtti-magic>git pull origin master
From https://github.com/matortheeternal/rtti-magic
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\rtti-magic>cd..

Z:\testgit>cd  ryulib4delphi

Z:\testgit\ryulib4delphi>git pull origin master
From https://github.com/AlexandreHonorato/ryulib4delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ryulib4delphi>cd..

Z:\testgit>cd  scalemm

Z:\testgit\scalemm>git pull origin master
From https://github.com/andremussche/scalemm
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\scalemm>cd..

Z:\testgit>cd  scalemm2

Z:\testgit\scalemm2>git pull origin master
From https://github.com/DoctorLai/scalemm
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\scalemm2>cd..

Z:\testgit>cd  scalemm3

Z:\testgit\scalemm3>git pull origin master
From https://github.com/noname00-pas/scalemm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\scalemm3>cd..

Z:\testgit>cd  scrypt-for-delphi

Z:\testgit\scrypt-for-delphi>git pull origin master
From https://github.com/JoseJimeniz/scrypt-for-delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\scrypt-for-delphi>cd..

Z:\testgit>cd  sdk-lite

Z:\testgit\sdk-lite>git pull origin master
From https://github.com/DTkalcec/sdk-lite
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\sdk-lite>cd..

Z:\testgit>cd  SDriver

Z:\testgit\SDriver>git pull origin master
From https://github.com/andrea-magni/SDriver
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SDriver>cd..

Z:\testgit>cd  ShadowEngine

Z:\testgit\ShadowEngine>git pull origin master
From https://github.com/thachngopl/ShadowEngine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ShadowEngine>cd..

Z:\testgit>cd  SII_Decrypt

Z:\testgit\SII_Decrypt>git pull origin master
From https://github.com/ncs-sniper/SII_Decrypt
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SII_Decrypt>cd..

Z:\testgit>cd  SimpleJsonEditor

Z:\testgit\SimpleJsonEditor>git pull origin master
From https://github.com/CWBudde/SimpleJsonEditor
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SimpleJsonEditor>cd..

Z:\testgit>cd  SLOT

Z:\testgit\SLOT>git pull origin master
From https://github.com/matortheeternal/SLOT
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SLOT>cd..

Z:\testgit>cd  smash

Z:\testgit\smash>git pull origin master
From https://github.com/matortheeternal/smash
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\smash>cd..

Z:\testgit>cd  snappy

Z:\testgit\snappy>git pull origin master
From https://github.com/google/snappy
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\snappy>cd..

Z:\testgit>cd  snappy-c

Z:\testgit\snappy-c>git pull origin master
From https://github.com/andikleen/snappy-c
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\snappy-c>cd..

Z:\testgit>cd  spring4d

Z:\testgit\spring4d>git pull origin master
From https://bitbucket.org/sglienke/spring4d
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\spring4d>cd..

Z:\testgit>cd  SQLite-components-for-Delphi

Z:\testgit\SQLite-components-for-Delphi>git pull origin master
From https://github.com/danielhuang2005/SQLite-components-for-Delphi
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SQLite-components-for-Delphi>cd..

Z:\testgit>cd  superobject

Z:\testgit\superobject>git pull origin master
From https://github.com/hgourvest/superobject
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\superobject>cd..

Z:\testgit>cd  sv-utils

Z:\testgit\sv-utils>git pull origin master
From https://github.com/FMXExpress/sv-utils
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\sv-utils>cd..

Z:\testgit>cd  SynEdit

Z:\testgit\SynEdit>git pull origin master
From https://github.com/SynEdit/SynEdit
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SynEdit>cd..

Z:\testgit>cd  SynEdit1

Z:\testgit\SynEdit1>git pull origin master
From https://github.com/TurboPack-Tokyo/SynEdit
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SynEdit1>cd..

Z:\testgit>cd  SysTools

Z:\testgit\SysTools>git pull origin master
From https://github.com/TurboPack/SysTools
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\SysTools>cd..

Z:\testgit>cd  TChromeTabs

Z:\testgit\TChromeTabs>git pull origin master
From https://github.com/norgepaul/TChromeTabs
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TChromeTabs>cd..

Z:\testgit>cd  tcmd-aoc-plugins

Z:\testgit\tcmd-aoc-plugins>git pull origin master
From https://github.com/biegleux/tcmd-aoc-plugins
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\tcmd-aoc-plugins>cd..

Z:\testgit>cd  TelemetryLibrary

Z:\testgit\TelemetryLibrary>git pull origin master
From https://github.com/ncs-sniper/TelemetryLibrary
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TelemetryLibrary>cd..

Z:\testgit>cd  TelemetryLog

Z:\testgit\TelemetryLog>git pull origin master
From https://github.com/ncs-sniper/TelemetryLog
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TelemetryLog>cd..

Z:\testgit>cd  TemplateEngine

Z:\testgit\TemplateEngine>git pull origin master
From https://github.com/Fr0sT-Brutal/TemplateEngine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TemplateEngine>cd..

Z:\testgit>cd  TERRA-Engine

Z:\testgit\TERRA-Engine>git pull origin master
From https://github.com/Relfos/TERRA-Engine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TERRA-Engine>cd..

Z:\testgit>cd  TES5Edit

Z:\testgit\TES5Edit>git pull origin master
From https://github.com/matortheeternal/TES5Edit
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TES5Edit>cd..

Z:\testgit>cd  TES5EditScripts

Z:\testgit\TES5EditScripts>git pull origin master
From https://github.com/matortheeternal/TES5EditScripts
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TES5EditScripts>cd..

Z:\testgit>cd  TEsGroupBar

Z:\testgit\TEsGroupBar>git pull origin master
From https://github.com/errorcalc/TEsGroupBar
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TEsGroupBar>cd..

Z:\testgit>cd  Text-Search-And-Replace

Z:\testgit\Text-Search-And-Replace>git pull origin master
From https://github.com/CWBudde/Text-Search-And-Replace
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Text-Search-And-Replace>cd..

Z:\testgit>cd  tgridextendedcolumns

Z:\testgit\tgridextendedcolumns>git pull origin master
From https://github.com/danieleteti/tgridextendedcolumns
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\tgridextendedcolumns>cd..

Z:\testgit>cd  theunknownones

Z:\testgit\theunknownones>git pull origin master
From https://github.com/chaosben/theunknownones
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\theunknownones>cd..

Z:\testgit>cd  thorrtti

Z:\testgit\thorrtti>git pull origin master
From https://github.com/noname00-pas/thorrtti
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\thorrtti>cd..

Z:\testgit>cd  thundax-delphi-physics-engine

Z:\testgit\thundax-delphi-physics-engine>git pull origin master
From https://github.com/thachngopl/thundax-delphi-physics-engine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\thundax-delphi-physics-engine>cd..

Z:\testgit>cd  TMongoWire

Z:\testgit\TMongoWire>git pull origin master
From https://github.com/stijnsanders/TMongoWire
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TMongoWire>cd..

Z:\testgit>cd  tools

Z:\testgit\tools>git pull origin master
From https://github.com/stijnsanders/tools
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\tools>cd..

Z:\testgit>cd  transparent-canvas

Z:\testgit\transparent-canvas>git pull origin master
From https://github.com/vintagedave/transparent-canvas
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\transparent-canvas>cd..

Z:\testgit>cd  TRegExpr

Z:\testgit\TRegExpr>git pull origin master
From https://github.com/masterandrey/TRegExpr
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TRegExpr>cd..

Z:\testgit>cd  TRethinkDB

Z:\testgit\TRethinkDB>git pull origin master
From https://github.com/stijnsanders/TRethinkDB
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TRethinkDB>cd..

Z:\testgit>cd  ts2pas

Z:\testgit\ts2pas>git pull origin master
From https://github.com/CWBudde/ts2pas
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ts2pas>cd..

Z:\testgit>cd  tsmbios

Z:\testgit\tsmbios>git pull origin master
From https://github.com/RRUZ/tsmbios
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\tsmbios>cd..

Z:\testgit>cd  TSQLite

Z:\testgit\TSQLite>git pull origin master
From https://github.com/stijnsanders/TSQLite
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TSQLite>cd..

Z:\testgit>cd  TStateMachine

Z:\testgit\TStateMachine>git pull origin master
From https://github.com/AlexandreHonorato/TStateMachine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\TStateMachine>cd..

Z:\testgit>cd  tx

Z:\testgit\tx>git pull origin master
From https://github.com/stijnsanders/tx
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\tx>cd..

Z:\testgit>cd  txquery

Z:\testgit\txquery>git pull origin master
From https://github.com/ccy/txquery
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\txquery>cd..

Z:\testgit>cd  UniConv

Z:\testgit\UniConv>git pull origin master
From https://github.com/d-mozulyov/UniConv
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\UniConv>cd..

Z:\testgit>cd  UnivDisasm

Z:\testgit\UnivDisasm>git pull origin master
From https://github.com/MahdiSafsafi/UnivDisasm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\UnivDisasm>cd..

Z:\testgit>cd  VCL

Z:\testgit\VCL>git pull origin master
From https://github.com/rzaripov1990/VCL
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\VCL>cd..

Z:\testgit>cd  VCL-explorer

Z:\testgit\VCL-explorer>git pull origin master
From https://github.com/thachngopl/VCL-explorer
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\VCL-explorer>cd..

Z:\testgit>cd  Virtual-TreeView

Z:\testgit\Virtual-TreeView>git pull origin master
From https://github.com/Virtual-TreeView/Virtual-TreeView
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\Virtual-TreeView>cd..

Z:\testgit>cd  VirtualTreeView

Z:\testgit\VirtualTreeView>git pull origin master
From https://github.com/TurboPack/VirtualTreeView
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\VirtualTreeView>cd..

Z:\testgit>cd  vkbdhelper

Z:\testgit\vkbdhelper>git pull origin master
From https://github.com/rzaripov1990/vkbdhelper
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\vkbdhelper>cd..

Z:\testgit>cd  volgadb

Z:\testgit\volgadb>git pull origin master
From https://git.code.sf.net/p/volgadb/code
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\volgadb>cd..

Z:\testgit>cd  WeakObjectReferences

Z:\testgit\WeakObjectReferences>git pull origin master
From https://github.com/ahausladen/WeakObjectReferences
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\WeakObjectReferences>cd..

Z:\testgit>cd  WebIDL2DWS

Z:\testgit\WebIDL2DWS>git pull origin master
From https://github.com/CWBudde/WebIDL2DWS
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\WebIDL2DWS>cd..

Z:\testgit>cd  WebUpdate

Z:\testgit\WebUpdate>git pull origin master
From https://github.com/CWBudde/WebUpdate
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\WebUpdate>cd..

Z:\testgit>cd  wisdompluginframework

Z:\testgit\wisdompluginframework>git pull origin master
From https://code.csdn.net/IceAir/wisdompluginframework
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\wisdompluginframework>cd..

Z:\testgit>cd  x-superobject

Z:\testgit\x-superobject>git pull origin master
From https://github.com/BeRo1985/x-superobject
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\x-superobject>cd..

Z:\testgit>cd  x-superobject90

Z:\testgit\x-superobject90>git pull origin master
From https://github.com/rzaripov1990/x-superobject
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\x-superobject90>cd..

Z:\testgit>cd  xedit-lib

Z:\testgit\xedit-lib>git pull origin master
From https://github.com/matortheeternal/xedit-lib
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\xedit-lib>cd..

Z:\testgit>cd  xxHashPascal

Z:\testgit\xxHashPascal>git pull origin master
From https://github.com/thachngopl/xxHashPascal
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\xxHashPascal>cd..

Z:\testgit>cd  xxm

Z:\testgit\xxm>git pull origin master
From https://github.com/stijnsanders/xxm
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\xxm>cd..

Z:\testgit>cd  yaac

Z:\testgit\yaac>git pull origin master
From https://github.com/cleder/yaac
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\yaac>cd..

Z:\testgit>cd  YxdIOCP1

Z:\testgit\YxdIOCP1>git pull origin master
From https://github.com/yangyxd/YxdIOCP
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\YxdIOCP1>cd..

Z:\testgit>cd  YxdJson

Z:\testgit\YxdJson>git pull origin master
From https://github.com/yangyxd/YxdJson
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\YxdJson>cd..

Z:\testgit>cd  YxdWorker

Z:\testgit\YxdWorker>git pull origin master
From https://github.com/yangyxd/YxdWorker
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\YxdWorker>cd..

Z:\testgit>cd  zcontrols

Z:\testgit\zcontrols>git pull origin master
From https://github.com/MahdiSafsafi/zcontrols
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\zcontrols>cd..

Z:\testgit>cd  ZYJFMXControl

Z:\testgit\ZYJFMXControl>git pull origin master
From https://git.oschina.net/ying32/ZYJFMXControl
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ZYJFMXControl>cd..

Z:\testgit>cd  QDAC3

Z:\testgit\QDAC3>git pull origin master
fatal: unable to access 'http://www.qdac.cc:1080/r/QDAC3.git/&#39;: Failed to connect to www.qdac.cc port 1080: Connection refused

Z:\testgit\QDAC3>cd..

Z:\testgit>cd  HtmlViewer

Z:\testgit\HtmlViewer>git pull origin master
From https://github.com/BerndGabriel/HtmlViewer
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\HtmlViewer>cd..

Z:\testgit>cd  yypbd-Delphi-HeaderPorting

Z:\testgit\yypbd-Delphi-HeaderPorting>git pull origin master
From https://github.com/yypbd/yypbd-Delphi-HeaderPorting
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\yypbd-Delphi-HeaderPorting>cd..

Z:\testgit>cd  yypbd-Delphi-Libs

Z:\testgit\yypbd-Delphi-Libs>git pull origin master
From https://github.com/yypbd/yypbd-Delphi-Libs
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\yypbd-Delphi-Libs>cd..

Z:\testgit>cd  yypbd-Delphi-KorConst

Z:\testgit\yypbd-Delphi-KorConst>git pull origin master
From https://github.com/yypbd/yypbd-Delphi-KorConst
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\yypbd-Delphi-KorConst>cd..

Z:\testgit>cd  yypbd-Delphi-StringSort

Z:\testgit\yypbd-Delphi-StringSort>git pull origin master
From https://github.com/yypbd/yypbd-Delphi-StringSort
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\yypbd-Delphi-StringSort>cd..

Z:\testgit>cd  filecombine

Z:\testgit\filecombine>git pull origin master
From https://github.com/yypbd/filecombine
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\filecombine>cd..

Z:\testgit>cd  WindowsRegistryOpener

Z:\testgit\WindowsRegistryOpener>git pull origin master
From https://github.com/yypbd/WindowsRegistryOpener
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\WindowsRegistryOpener>cd..

Z:\testgit>cd  lizard

Z:\testgit\lizard>git pull origin master
fatal: Couldn't find remote ref master

Z:\testgit\lizard>cd..

Z:\testgit>cd  FiniteStateEntropy

Z:\testgit\FiniteStateEntropy>git pull origin master
From https://github.com/Cyan4973/FiniteStateEntropy
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\FiniteStateEntropy>cd..

Z:\testgit>cd  rans_static

Z:\testgit\rans_static>git pull origin master
From https://github.com/jkbonfield/rans_static
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\rans_static>cd..

Z:\testgit>cd  lzbench

Z:\testgit\lzbench>git pull origin master
From https://github.com/inikep/lzbench
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\lzbench>cd..

Z:\testgit>cd  zstd.1

Z:\testgit\zstd.1>git pull origin master
fatal: Couldn't find remote ref master

Z:\testgit\zstd.1>cd..

Z:\testgit>cd  lz4.1

Z:\testgit\lz4.1>git pull origin master
From https://github.com/inikep/lz4
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\lz4.1>cd..

Z:\testgit>cd  lz4x

Z:\testgit\lz4x>git pull origin master
From https://github.com/Cyan4973/lz4x
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\lz4x>cd..

Z:\testgit>cd  RygsDXTc

Z:\testgit\RygsDXTc>git pull origin master
From https://github.com/Cyan4973/RygsDXTc
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\RygsDXTc>cd..

Z:\testgit>cd  ryg_rans

Z:\testgit\ryg_rans>git pull origin master
From https://github.com/rygorous/ryg_rans
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\ryg_rans>cd..

Z:\testgit>cd  xxHash

Z:\testgit\xxHash>git pull origin master
From https://github.com/Cyan4973/xxHash
 * branch          master     -> FETCH_HEAD

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: empty ident name (for <(NULL)>) not allowed

Z:\testgit\xxHash>cd..

Z:\testgit>cd  zstdmt

Z:\testgit\zstdmt>git pull origin master
From https://github.com/mcmilk/zstdmt
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\zstdmt>cd..

Z:\testgit>cd  7-Zip-zstd

Z:\testgit\7-Zip-zstd>git pull origin master
From https://github.com/mcmilk/7-Zip-zstd
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\7-Zip-zstd>cd..

Z:\testgit>cd  brotli

Z:\testgit\brotli>git pull origin master
From https://github.com/google/brotli
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\brotli>cd..

Z:\testgit>cd  zstd

Z:\testgit\zstd>git pull origin master
From https://github.com/facebook/zstd
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\zstd>cd..

Z:\testgit>cd  psvlib

Z:\testgit\psvlib>git pull origin master
From https://github.com/perevoznyk/psvlib
 * branch          master     -> FETCH_HEAD
Already up-to-date.

Z:\testgit\psvlib>cd..

Z:\testgit>pause
请按任意键继续. . .
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/8/14 21:00:04
13楼: http://quixdb.github.io/squash-benchmark/
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/9/24 22:39:58
14楼: https://msdn.microsoft.com/en-us/library/ms810603.aspx
https://www.codeproject.com/Articles/14525/Heap-Manager-for-Allocating-Memory-from-a-Shared-M
http://blog.csdn.net/lostspeed/article/details/8423215
此帖子包含附件:
GIF 图像
大小:5.4K
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2017/11/30 15:16:44
15楼: https://github.com/grijjy?tab=repositories
https://blog.grijjy.com/
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/1/7 12:58:39
16楼: https://github.com/TurboPack-XE8
https://github.com/TurboPack
https://github.com/TurboPack-XE5
https://github.com/TurboPack-Seattle
按此在新窗口浏览图片
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/1/19 11:32:31
17楼: https://github.com/kattunga/node-delphi
https://github.com/ivere27/archive
有趣。


https://forums.embarcadero.com/thread.jspa?threadID=253203&tstart=1350
using FastMM4 NoThreadContention 22098 msec
using ScaleMM2 22393 msec
using Windows 10 / Windows 2016 Heap 5102 msec
using Intel TBB + Intel IPP 3975 msec
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/1/20 11:51:43
18楼: 2007 to xe help
https://stackoverflow.com/questions/8460037/list-of-delphi-language-features-and-version-in-which-they-were-introduced-depre
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/1/21 16:38:50
19楼: http://codenewsfast.com/ 专业搜索delphi
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/6/6 15:13:20
20楼:  - 多生产者/多消费者队列(MPMC)
 - 单生产者/多消费者队列(SPMC)
 - 多生产者/单消费者队列(MPSC)
 - 单生产者/单消费者队列(SPSC)
此帖子包含附件:
PNG 图像
大小:13.8K
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/6/6 15:13:37
21楼:
此帖子包含附件:
PNG 图像
大小:6.3K
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/6/6 15:13:54
22楼:
此帖子包含附件:
PNG 图像
大小:28.9K
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/6/6 15:14:48
23楼: https://queue.acm.org/detail.cfm?id=2991130
http://pages.videotron.com/aminer/
http://www.evanjones.ca/lmax-disruptor.html
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/9/29 18:37:25
24楼: https://github.com/andremussche/plastic4delphi
https://github.com/pebbie/pebongo
https://github.com/dllmr/opcdelphi
https://github.com/alan008/sapmm
https://github.com/stascorp/rdpwrap
https://github.com/stascorp/rdpwrap/releases
https://www.board4all.biz/threads/gui-example-for-windows-x-system-with-delphi-tokyo.658284/
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/9/30 0:11:47
25楼: https://github.com/andremussche/map2dbg
https://github.com/maxkleiner/maXbox3/releases
https://sourceforge.net/projects/libltc-delphi/files/
https://github.com/wanderlan/llvm-pascal
https://sourceforge.net/projects/linkbar/
https://github.com/malcolmgroves/menialtasks
https://code.google.com/archive/p/maxbox/downloads
https://code.google.com/archive/p/libltc-delphi/source/default/source
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=pblendvb&expand=432,432,433
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
作者:
男 hujiacheng ( 旺财) ★☆☆☆☆ -
普通会员
2018/10/6 18:50:23
26楼: https://cc.embarcadero.com/Item/27667 总是错过好东西
----------------------------------------------
免费的FTPhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi.icm.edu.pl/ftp/https://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019>http://delphi-z.ruhttps://download-installer.cdn.mozilla.net/pub/firefox/releases/43.0/win64/zh-CN/https://cc.embarcadero.com/Author/575019
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行273.4375毫秒 RSS