Posts

Showing posts from August, 2018

What is Dark Fibre?

The stock equivalent to borrowing against margins or short selling.... https://goo.gl/2zXNaZ The traditional meaning of Dark Fibre refers to unused or ‘dark’ network infrastructure that is a mixture of cabling, switches and repeaters. Data is transported over optical fibre networks by passing light through the cables. If there is no data being transported, there is no light – this means that the fibre is ‘dark’. Dark Fibre is essentially optical fibre infrastructure that is not in use. When fibre optic cables are laid down, many companies will, in order to future-proof their networks from exponential data growth, overestimate the amount of infrastructure and cabling required. This overestimation coupled with technical advances in the way in which data is packaged means that many optical fibre networks have extra capacity that is not being used. As a result, Dark Fibre networks have developed to take advantage of this extra capacity. The term ‘Dark Fibre’ has now evolved to encompa

Revit Disseminator for OOTB Content to geographic folders

Revit Disseminator @ECHO off rem ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: REM DISSEMINATES REVIT OOTB DRAG AND DROPPED FOLDER TO CLIENT-SPECIFIC NAMED FOLDERS REM file-folder path for drag and drop REM ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: REM DESTINATION PATH and DEFAULTS::::::::::::::::::::::::::::::::::::::::::: set NewPath=L:\AUTODESK\L-REVIT set Version=2019 set Client=ootb_ REM ::: if no source prompts will help find content @set source=%~1 REM SET Fopt TO ALL BY DEFAULT set Fopt= /e *.*  rem ======================================================= call :GetPrefixData : CLS REM prefix subroutine REM ROBOCOPY PREFS DO NOT SPECIFY FILE *.* ! set RoboPrefs= /TEE /NJH /NFL /NDL /NC /Z /DCOPY:T /MT:8 /XO /IT /XJ /FFT /DST /XJD /XJF /R:0 /W:0 /REG /TBD /LOG+:%newpath%\RVT_%version%_SPLIT.txt rem ===set values========================================= @ECHO ==========================================