Posts

Swatch ng for strong joins for a bed.

https://woodgears.ca/mortise/strong.html

Project soane

http://projectsoane.com/
Work Breakout table formatter Option Explicit Sub Table_Format_bottom_right()     Dim objTable As Table     Dim I As Integer          Set objTable = Selection.Tables(1)          With objTable         ''Padding to 0         .TopPadding = InchesToPoints(0)         .BottomPadding = InchesToPoints(0)         .LeftPadding = InchesToPoints(0.001)         .RightPadding = InchesToPoints(0)                  ''Format colors         For I = objTable.Columns.Count To 1 Step -1             ''Shading             ShadeMod .Columns(I), I             ShadeMod .Rows(I), I                    ...

Parametric walls VIA profiles in sketchup

http://blog.sketchup.com/sketchupdate/profile-builder-2-create-parametric-wall-assemblies-sketchup?mkt_tok=3RkMMJWWfF9wsRons6jIZKXonjHpfsX%2F6usoUaC2lMI%2F0ER3fOvrPUfGjI4ATcRhI%2BSLDwEYGJlv6SgFTLTAMaNv0LgOXxA%3D

20mp camera module.

http://www.epixinc.com/?gclid=CjwKEAjwpaqvBRCxzIGoxs6v2TkSJADel-MITwibb8jG37yeWpoS1ob0NobP2JvJtR4OObw65wnmsxoC-bTw_wcB

Getting close to Star Trek Tri-corders

GETTING CLOSE TO STAR TREK TRI-CORDERS.... Cool tech, great for spotting thermal leaks, or seeing in the dark. Interested to know the Range and Would love to have a multi spectral into radio, em, UV and other ranges... http://www.flir.com/flirone/display/?id=69324&gclid=CjwKEAjwpaqvBRCxzIGoxs6v2TkSJADel-MIMfZhy6b6BJBRben7ONrLtVHfP7o5SmV8pmvr5XPaBBoCrkfw_ wcB

Self-cert for macros

*See 2020/11/new-selfsignedcertificate-pkiclient   for update Powershell version http://www.source-code.biz/snippets/vbasic/3.htm How to create a self-signed certificate that can be used to sign MS-Office VBA projects (Excel/Word macros) on multiple computers Problem:  When a certificate is created by using selfcert.exe, it's private key cannot be exported. The export wizard of the Windows certificate console says "the associated private key is marked as not exportable". Solution version 1:  Use makecert.exe with the "-pe" option to create and store the certificate with an exportable private key: makecert -r -pe -n "CN=Your Name" -b 01/01/2000 -e 01/01/2099 -eku 1.3.6.1.5.5.7.3.3 -ss My Then you can export the certificate from the Windows certificate store, including the private key. Note :  Old versions of makecert.exe do not support the "-pe" option. The  .NET Framework SDK  2.0 and the October 2002 version of the  Platform S...

OK google, translate between machines and platforms for coding!

One of those things I have become concerned with is all The varieties of programming languages that have sprung up over the past 10 years or so. We need legal access to decompilers to translate code... Machine language is optimized at compile so it doesn't matter if it is C#.net or VB.net, but for other languages, it is tricky... Especially languages that run on top of platforms running on an OS(Dynamo on Revit on Windows etc)... But with the cloud, compile language is becoming irrelevant; interfaces may End up being all that matter; the user experience remains the only thing that matters. The programming language could be something called 'BABEL', but is largely irrelevant. But independent platforms limit the broad access to those who study common languages like C and VB unless there is a secondary bulletproof decompiler and interpreter. Google needs a program translator for ALL code like spoken languages... With the codification and variables parameters stored in the ...

Home - Data Streams PDG

Home - Data Streams PDG : 'via Blog this' This is much like what I want to do for my PHD- I sent a letter to these guys they are tracking the active interior aspects of the building whereas I am interested in the exterior and building envelope...   I have been thinking about embedded sensors in materials as part of a thesis should I dare attempt to venture back to college.   Where are you guys located?   My family and I am relocating to Denver, CO next month in the hopes of finding good VDC/BIM/Revit work. I am very interested in this process of data gathering and integrating it into systems- particularly in the sensors and data collection. I was thinking that a sensor powered by a capacitor or wireless energy source that was similar to RFID but with temperature/humidity/location/flexure for inside walls to help determine areas of thermal/moisture transmittance, leakage, etc… These sensors would be about the size of a quarter or dime and powered wirelessly. ...

Layer Filter Properties Dialog Box (Layer Properties Manager) | AutoCAD | Autodesk Knowledge Network

Image
Layer Filter Properties Dialog Box (Layer Properties Manager) | AutoCAD | Autodesk Knowledge Network : 'via Blog this' About Filtering and Sorting the List of Layers You can control which layer names are listed in the Layer Properties Manager, and sort them by name or by a property setting. Sort the Layer List Once you have created layers, you can sort them by name or other properties. In the Layer Properties Manager, click the column heading to sort layers by the property in that column. Layer names can be sorted in ascending or descending alphanumeric order. List Layers Using Wild-Card Characters You can use wild-card characters in the Search box of the Layer Properties Manager to list layers by name. For example, if you enter 02* in the Search box, all layers that begin with the characters 02 are listed. The following wildcards are available: Character Definition # (pound) Matches any numeric digit @ (at) Matches any alphabetic character . (period) ...

Improved Deltek "Keyed data" (eport report to CSV) to create folder structure

Option Explicit Const version = "v2015-02-25-01.0" ''Script takes a csv text based output report from Deltek and uses it to create folder structure on P. Const strFPt = "P:\" ''Target File PathDim FP Const vbqt = """" ''define VBQt for quotation mark ''Lots of globals on this one: Public strDataArr ''Readline of data from file Public strDiscID ''discipline ID Const RemapE = True ''Remap E will create the S/SZ folders if E is in the disciplines . Const ForReading = 1, ForWriting = 2, ForAppending = 8 '' ''FILE MANIPULATION OBJECTS AND REFERENCES'''''''''''''''''' Dim fso ''As New FileSystemObject for creating folders Dim objWSH ''As New WshShell for creating shortcuts Dim strKeyID() ''...

Revit nested family not hosting to "Pick primary host" option in "Stacked wall" condition

Revit nested family not hosting to "Pick primary host" option in "Stacked wall" condition- nested family floats out beyond wall to stacked wall width. The issue was resolved by hosting the nested family to a reference plan then aligning & locking the reference plane to the wall face's finish. reloading correctly shrunk up the gap between the nested family and the "Primary host"