Skip to content

Commit

Permalink
File Base64 fix stackoverflow and Create Data Url
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Feb 26, 2021
1 parent 5816a14 commit 1897126
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 72 deletions.
4 changes: 3 additions & 1 deletion File/Base64.gcomp/Base64.gcomp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<SourceFile Checksum="08A1480768FC039C0B75B7BED41FF988DE0D157DCBEE61EBBDDAEEB67278FED0221C946AD3955CB0667CAAC57E0F6AD902E92C16066E018C0B7D7D8D93ED2E89" Timestamp="1D70565301A1E86" xmlns="http://www.ni.com/PlatformFramework">
<SourceFile Checksum="C91E065D54507A6C259587C8F89738112C6657BC7C380FF9B25F6F60A2F48443BFEE4520CC1AFA8B3D02E86CF22CE57AD2D249F289CD6B58096563291E62D2A0" Timestamp="1D70BE0622F8701" xmlns="http://www.ni.com/PlatformFramework">
<SourceModelFeatureSet>
<ParsableNamespace AssemblyFileVersion="8.1.0.50414" FeatureSetName="GComponentFeatureSet" Name="http://www.ni.com/GComponent.xsd" OldestCompatibleVersion="8.1.0.49152" Version="8.1.0.49152" />
<ParsableNamespace AssemblyFileVersion="8.1.0.50414" FeatureSetName="JavaScript Library" Name="http://www.ni.com/JavaScriptLibrary" OldestCompatibleVersion="6.4.0.49152" Version="6.4.0.49152" />
Expand All @@ -26,6 +26,7 @@
<GLibraryProperties Id="fb72bb7fcdc74b5992647161db3ee1f1" />
<ComponentItemProperties AssociatedEnvoyId="47723a9f2380494f9598d87cd31d4a6f" Exported="True" Id="f91a6782b708457597d7d51bd3ae17ac" />
<ComponentItemProperties AssociatedEnvoyId="62c793eb63914f7b9e97a7d7804a5cb2" Exported="True" Id="345cd3f3b36447b5b62eca9e87085f5f" />
<ComponentItemProperties AssociatedEnvoyId="c95be7abfb84e81ac5f30d7ce674d33" Exported="True" Id="c469ba47da224965ae426de88bcbb0c5" />
</ComponentConfiguration>
</ComponentDefinition>
<EnvoyManagerFile Id="276370fa2ecc462a8805285a867de674" xmlns="http://www.ni.com/PlatformFramework">
Expand All @@ -39,6 +40,7 @@
</NameScopingEnvoy>
<SourceFileReference Id="47723a9f2380494f9598d87cd31d4a6f" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="Base64 Encode.gvi" StoragePath="Base64 Encode.gvi" />
<SourceFileReference Id="62c793eb63914f7b9e97a7d7804a5cb2" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="Base64 Decode.gvi" StoragePath="Base64 Decode.gvi" />
<SourceFileReference Id="c95be7abfb84e81ac5f30d7ce674d33" ModelDefinitionType="NationalInstruments.LabVIEW.VI.Modeling.VirtualInstrument" Name="Create Data Url.gvi" StoragePath="Create Data Url.gvi" />
</NameScopingEnvoy>
</EmbeddedDefinitionReference>
<NameScopingEnvoy Id="a04ca54844d347a390c5590b2ab3a062" Name="Base64.gcomp" NameTracksFileName="True">
Expand Down
Loading

0 comments on commit 1897126

Please sign in to comment.